/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./cartridges/app_refapp/cartridge/client/default/scss/pages/clp.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable declaration-no-important, sh-waqar/declaration-use-variable, scss/media-feature-value-dollar-variable */
/* ------------------------------------*\
#MIXINS
\*------------------------------------ */
/* ------------------------------------*\
        #UNIT
\*------------------------------------ */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 575px;
  --breakpoint-md: 768px;
  --breakpoint-xmd: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

@media (min-width: 575px) {
  .container-sm, .container {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-xmd, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-xmd, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-xmd, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 575px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-xmd {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xmd-first {
    order: -1;
  }

  .order-xmd-last {
    order: 13;
  }

  .order-xmd-0 {
    order: 0;
  }

  .order-xmd-1 {
    order: 1;
  }

  .order-xmd-2 {
    order: 2;
  }

  .order-xmd-3 {
    order: 3;
  }

  .order-xmd-4 {
    order: 4;
  }

  .order-xmd-5 {
    order: 5;
  }

  .order-xmd-6 {
    order: 6;
  }

  .order-xmd-7 {
    order: 7;
  }

  .order-xmd-8 {
    order: 8;
  }

  .order-xmd-9 {
    order: 9;
  }

  .order-xmd-10 {
    order: 10;
  }

  .order-xmd-11 {
    order: 11;
  }

  .order-xmd-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xmd-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(50% - 1px);
  border-top-right-radius: calc(50% - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(50% - 1px);
  border-bottom-left-radius: calc(50% - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 575px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 50%;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 50% 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 50% 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(50% - 1px);
  border-top-right-radius: calc(50% - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

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

.bg-primary {
  background-color: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 50% !important;
}

.rounded {
  border-radius: 50% !important;
}

.rounded-top {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-right {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-bottom {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-left {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-lg {
  border-radius: 50% !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 575px) {
  .float-sm-left {
    float: left !important;
  }

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

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

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-xmd-left {
    float: left !important;
  }

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

  .float-xmd-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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: 575px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xmd-n3,
.my-xmd-n3 {
    margin-top: -1rem !important;
  }

  .mr-xmd-n3,
.mx-xmd-n3 {
    margin-right: -1rem !important;
  }

  .mb-xmd-n3,
.my-xmd-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xmd-n3,
.mx-xmd-n3 {
    margin-left: -1rem !important;
  }

  .m-xmd-n4 {
    margin: -1.5rem !important;
  }

  .mt-xmd-n4,
.my-xmd-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xmd-n4,
.mx-xmd-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xmd-n4,
.my-xmd-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xmd-n4,
.mx-xmd-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xmd-n5 {
    margin: -3rem !important;
  }

  .mt-xmd-n5,
.my-xmd-n5 {
    margin-top: -3rem !important;
  }

  .mr-xmd-n5,
.mx-xmd-n5 {
    margin-right: -3rem !important;
  }

  .mb-xmd-n5,
.my-xmd-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xmd-n5,
.mx-xmd-n5 {
    margin-left: -3rem !important;
  }

  .m-xmd-auto {
    margin: auto !important;
  }

  .mt-xmd-auto,
.my-xmd-auto {
    margin-top: auto !important;
  }

  .mr-xmd-auto,
.mx-xmd-auto {
    margin-right: auto !important;
  }

  .mb-xmd-auto,
.my-xmd-auto {
    margin-bottom: auto !important;
  }

  .ml-xmd-auto,
.mx-xmd-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .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: 1400px) {
  .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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 575px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-xmd-left {
    text-align: left !important;
  }

  .text-xmd-right {
    text-align: right !important;
  }

  .text-xmd-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 50%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-xmd,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 574.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-xmd,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 575px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-xmd,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-xmd,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-xmd,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-xmd > .container,
.navbar-expand-xmd > .container-fluid,
.navbar-expand-xmd > .container-sm,
.navbar-expand-xmd > .container-md,
.navbar-expand-xmd > .container-xmd,
.navbar-expand-xmd > .container-lg,
.navbar-expand-xmd > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-xmd {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xmd .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xmd .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xmd .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xmd > .container,
.navbar-expand-xmd > .container-fluid,
.navbar-expand-xmd > .container-sm,
.navbar-expand-xmd > .container-md,
.navbar-expand-xmd > .container-xmd,
.navbar-expand-xmd > .container-lg,
.navbar-expand-xmd > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xmd .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xmd .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xmd .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-xmd,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-xmd,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-xmd,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-xmd,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-xmd,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-xmd,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 575px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-xmd-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xmd-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* stylelint-disable selector-no-type */
@font-face {
  font-family: "Promt-regular";
  src: url("../../../fonts/prompt-v4-latin-ext_latin-regular.woff2") format("woff2"), url("../../../fonts/prompt-v4-latin-ext_latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-stretch: normal;
}
@font-face {
  font-family: "Promt-medium";
  src: url("../../../fonts/prompt-v4-latin-ext_latin-500.woff2") format("woff2"), url("../../../fonts/prompt-v4-latin-ext_latin-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-stretch: normal;
}
@font-face {
  font-family: "Promt-semi-bold";
  src: url("../../../fonts/prompt-v4-latin-ext_latin-600.woff2") format("woff2"), url("../../../fonts/prompt-v4-latin-ext_latin-600.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Promt-bold";
  src: url("../../../fonts/prompt-v4-latin-ext_latin-700.woff2") format("woff2"), url("../../../fonts/prompt-v4-latin-ext_latin-700.woff") format("woff");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
  font-stretch: normal;
}
/* stylelint-disable selector-no-type, selector-no-universal */
/* ------------------------------------*\
        #BODY
\*------------------------------------ */
/**
  * Body base styles
  */
/* ------------------------------------*\
#PARAGRAPHS
\*------------------------------------ */
/* stylelint-disable selector-no-type */
/* stylelint-enable */
/* stylelint-disable selector-no-type */
/* These values need to be updated when styleguide is provided */
/* ------------------------------------*\
        #Text
\*------------------------------------ */
/**
  * Body base styles
  */
/* stylelint-disable selector-no-type */
/* ------------------------------------*\
        #FORMS
\*------------------------------------ */
/* stylelint-disable selector-no-type */
/* ------------------------------------*\
#LINKS
\*------------------------------------ */
/* ------------------------------------*\
#LISTS
\*------------------------------------ */
/* stylelint-disable selector-no-type */
/* stylelint-enable */
/* stylelint-disable */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
  * 1. Change the default font family in all browsers (opinionated).
  * 2. Correct the line height in all browsers.
  * 3. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  */
/* Document
      ========================================================================== */
/* stylelint-enable */
/* stylelint-disable selector-no-type */
/* ------------------------------------*\
#Buttons
\*------------------------------------ */
/* ------------------------------------*\
#MEDIA ELEMENTS
\*------------------------------------ */
/* stylelint-disable selector-no-type */
/* stylelint-enable */
.js-no-scroll {
  height: 100%;
  overflow: hidden;
}

.nav-tabs {
  border-color: #e2e2e2;
  margin: 10px 0;
}
.nav-tabs .nav-link {
  border: none;
  text-transform: uppercase;
  font-family: "Promt-semi-bold", sans-serif;
  width: 100%;
}
.nav-tabs .nav-link.active {
  border-bottom: 6px solid #252323;
}

.dropdown-item.active, .dropdown-item:active {
  background: none;
}

.fixed-top,
.fixed-bottom {
  position: fixed !important;
}

/* ------------------------------------*\
#LAYOUT
\*------------------------------------ */
.modal-content {
  border-radius: 0;
  padding: 12px;
}

.modal-header {
  border: none;
}

.modal-title {
  font-size: 1.375rem;
  font-family: "Promt-bold", sans-serif;
  text-transform: uppercase;
}

.modal-footer {
  border: none;
  justify-content: center;
}
.modal-footer .btn {
  margin: 0 10px;
}

.modal-backdrop.show {
  background: #252323;
  opacity: 0.95;
}

.modal-open.locale-suggestion-open {
  height: 100vh;
}
.modal-open.locale-suggestion-open .modal-backdrop {
  background: none;
  opacity: 0;
}

.c-form-state {
  position: relative;
  padding: 17px 16px 17px 70px;
  border-radius: 4px;
  text-align: left;
  font-family: "Promt-regular", sans-serif;
  font-size: 1rem;
}
.c-form-state::before {
  position: absolute;
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}
.c-form-state::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.c-form-state--success {
  font-family: "Promt-medium", sans-serif;
  background-color: #73e78a;
}
.c-form-state--success::after {
  background: url("../../images/svg/icon-check-big.svg") no-repeat center center;
}
.c-form-state--error {
  background-color: #fceded;
}
.c-form-state--error::after {
  background: url("../../images/svg/icon-close-light-red.svg") no-repeat center center;
  z-index: 101;
}

.sales-tax-message {
  font-style: italic;
}

.shipping-address-block.disable-store-details .form-group:has(#shipping_country,
#shipping_address1,
#shipping_address2,
#shipping_city,
#shipping_postalCode,
#shipping_stateCode) .styled-select,
.shipping-address-block.disable-store-details .form-group:has(#shipping_country,
#shipping_address1,
#shipping_address2,
#shipping_city,
#shipping_postalCode,
#shipping_stateCode) select,
.shipping-address-block.disable-store-details .form-group:has(#shipping_country,
#shipping_address1,
#shipping_address2,
#shipping_city,
#shipping_postalCode,
#shipping_stateCode) input {
  color: #646464;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  background-color: #ececec;
}
.shipping-address-block.disable-store-details .form-group:has(#shipping_country,
#shipping_address1,
#shipping_address2,
#shipping_city,
#shipping_postalCode,
#shipping_stateCode) .clear-input-button {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.shipping-address-block.disable-store-details .form-group:has(#shipping_country,
#shipping_address1,
#shipping_address2,
#shipping_city,
#shipping_postalCode,
#shipping_stateCode) .c-custom-select:not(.styled-select) {
  background-image: unset;
}

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #000;
}

.spinner {
  width: 65px;
  height: 35px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17.5px;
  margin-left: -32.5px;
}
.spinner::before {
  content: "";
  background: url(../../images/loader.gif) no-repeat center center;
  display: inline-block;
  width: 65px;
  height: 35px;
}

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
      ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Add the correct display in IE 9-.
  */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
      ========================================================================== */
/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
  * Add the correct margin in IE 8.
  */
figure {
  margin: 0;
}

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
      ========================================================================== */
/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

/**
  * Remove the outline on focused links when they are also active or hovered
  * in all browsers (opinionated).
  */
a:active,
a:hover {
  outline-width: 0;
}

/**
  * 1. Remove the bottom border in Firefox 39-.
  * 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 */
}

/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */
b,
strong {
  font-weight: inherit;
}

/**
  * 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font style in Android 4.3-.
  */
dfn {
  font-style: italic;
}

/**
  * Add the correct background and color in IE 9-.
  */
mark {
  background-color: #ff0;
  color: #000;
}

/**
  * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
      ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on images inside links in IE 10-.
  */
img {
  border-style: none;
  max-width: 100%;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

.no-overflow {
  overflow: unset !important;
}

/* Forms
      ========================================================================== */
/**
  * 1. Change the font styles in all browsers (opinionated).
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
  * 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;
}

/**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
  * 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 {
  border-style: none;
  padding: 0;
}

/**
  * 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;
}

/**
  * Change the border, margin, and padding in all browsers (opinionated).
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
  * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the default vertical scrollbar in IE.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  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] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-cancel-button,
[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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
      ========================================================================== */
/*
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */
details,
menu {
  display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
      ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* Hidden
      ========================================================================== */
/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 0.875em;
  line-height: inherit;
}

address {
  font-style: normal;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* stylelint-disable-line */
}

.stop-events {
  pointer-events: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: inherit;
}

ul {
  list-style-type: none;
  margin-left: 0;
}

ol {
  margin-left: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 0;
  margin-bottom: 0;
}

p {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  color: #252323;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.heading-h1 {
  font-family: "Promt-bold", sans-serif;
  line-height: 1;
}

h2,
.heading-h2 {
  font-family: "Promt-bold", sans-serif;
  line-height: 1.4;
}

h3,
.heading-h3 {
  font-family: "Promt-semi-bold", sans-serif;
  line-height: 1.375rem;
}

h4,
.heading-h4,
h5,
.heading-h5,
h6,
.heading-h6 {
  font-family: "Promt-medium", sans-serif;
  line-height: 1.375rem;
}

h1,
.heading-h1 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.75rem;
}

h2,
.heading-h2 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1.125rem;
}

h3,
.heading-h3 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 1rem;
}

h4,
.heading-h4 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 0.875rem;
}

h5,
.heading-h5 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 0.75rem;
}

h6,
.heading-h6 {
  /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  h1,
.heading-h1 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 2rem;
  }

  h2,
.heading-h2 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1.375rem;
  }

  h3,
.heading-h3 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1rem;
  }

  h4,
.heading-h4 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 0.875rem;
  }

  h5,
.heading-h5 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 0.75rem;
  }

  h6,
.heading-h6 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  h1,
.heading-h1 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 2rem;
  }

  h2,
.heading-h2 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1.375rem;
  }

  h3,
.heading-h3 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 1rem;
  }

  h4,
.heading-h4 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 0.875rem;
  }

  h5,
.heading-h5 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 0.75rem;
  }

  h6,
.heading-h6 {
    /* stylelint-disable-next-line sh-waqar/declaration-use-variable */
    font-size: 0.75rem;
  }
}
.reset-header-rules {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

.c-link {
  color: #6d6c6c;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}
.c-link:focus, .c-link:hover {
  text-decoration: none;
}
.c-link:focus-within {
  outline: 1px solid #0075FF;
}
.c-link img {
  border: 0;
}
.c-link--with-icon {
  position: relative;
  text-indent: 25px;
  line-height: 2.6875rem;
}
.c-link--with-icon .svg-inline {
  position: absolute;
  top: 7px;
  left: 0;
  height: 24px;
  width: 24px;
}
.c-link--icon-container {
  display: flex;
  align-items: center;
}
.c-link--icon-container .svg-inline {
  margin-right: 4px;
}
.c-link--no-underline {
  text-decoration: none;
}
.c-link--underline {
  text-decoration: underline;
}
.c-link--dark {
  color: #252323;
}

.link--no-decoration {
  /* to be defined if needed */
}

.link-back {
  /* to be defined if needed */
}

.c-button,
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-family: "Promt-semi-bold", sans-serif;
  font-size: 0.8125rem;
  height: 43px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.025em;
  padding: 14px 16px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
.c-button.active,
.btn.active {
  text-decoration: none;
  color: #000;
}
.c-button:hover,
.btn:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .c-button,
.btn {
    transition: all 0.2s ease-in;
  }
  .c-button:hover,
.btn:hover {
    color: #000;
  }
}
.c-button--primary.active,
.btn--primary.active {
  background: #74ecf7;
  border-color: #74ecf7;
}
@media (min-width: 1200px) {
  .c-button--primary:hover,
.btn--primary:hover {
    background: #74ecf7;
    border-color: #74ecf7;
  }
}
.c-button--with-icon,
.btn--with-icon {
  position: relative;
  text-indent: 30px;
}
.c-button--with-icon .svg-inline,
.btn--with-icon .svg-inline {
  position: absolute;
  top: 7px;
  left: 16px;
  height: 24px;
  width: 24px;
}
.c-button--with-icon .svg-inline path,
.btn--with-icon .svg-inline path {
  stroke: #fff;
  transition: all 0.2s ease-in;
}
.c-button--with-icon.active .svg-inline path,
.btn--with-icon.active .svg-inline path {
  stroke: #252323;
}
@media (min-width: 1200px) {
  .c-button--with-icon:hover .svg-inline path,
.btn--with-icon:hover .svg-inline path {
    stroke: #252323;
  }
}
.c-button--with-icon-reversed,
.btn--with-icon-reversed {
  position: relative;
  text-indent: 0;
  padding-right: 55px;
}
.c-button--with-icon-reversed .svg-inline,
.btn--with-icon-reversed .svg-inline {
  position: absolute;
  top: 7px;
  right: 16px;
  height: 24px;
  width: 24px;
}
.c-button--with-icon-reversed .svg-inline path,
.btn--with-icon-reversed .svg-inline path {
  stroke: #fff;
  transition: all 0.2s ease-in;
}
.c-button--with-icon-reversed.active .svg-inline path,
.btn--with-icon-reversed.active .svg-inline path {
  stroke: #252323;
}
@media (min-width: 1200px) {
  .c-button--with-icon-reversed:hover .svg-inline path,
.btn--with-icon-reversed:hover .svg-inline path {
    stroke: #252323;
  }
}
.c-button--secondary,
.btn--secondary {
  background: #fff;
  color: #000;
  border-color: #000;
}
.c-button--secondary.active,
.btn--secondary.active {
  border-color: #74ecf7;
}
@media (min-width: 1200px) {
  .c-button--secondary:hover,
.btn--secondary:hover {
    border-color: #74ecf7;
  }
}
.c-button--secondary .svg-inline path,
.btn--secondary .svg-inline path {
  stroke: #252323;
}
.c-button--secondary-reversed,
.btn--secondary-reversed {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.c-button--secondary-reversed.active,
.btn--secondary-reversed.active {
  border-color: #74ecf7;
  color: #fff;
}
@media (min-width: 1200px) {
  .c-button--secondary-reversed:hover,
.btn--secondary-reversed:hover {
    border-color: #74ecf7;
    color: #fff;
  }
}
.c-button--secondary-reversed .svg-inline path,
.btn--secondary-reversed .svg-inline path {
  stroke: #fff;
}
.c-button--full,
.btn--full {
  width: 100%;
}
.c-button--full.c-button--with-icon, .c-button--full.c-button--with-icon-reversed,
.btn--full.c-button--with-icon,
.btn--full.c-button--with-icon-reversed {
  text-indent: 0;
  padding: 14px 55px;
}
.c-button--large,
.btn--large {
  height: 59px;
  padding: 22px 16px;
}
.c-button--large .svg-inline,
.btn--large .svg-inline {
  top: 14px;
}
.c-button:disabled, .c-button--disabled,
.btn:disabled,
.btn--disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .c-button:disabled:hover, .c-button--disabled:hover,
.btn:disabled:hover,
.btn--disabled:hover {
    color: #fff;
  }
  .c-button:disabled.c-button--primary:hover, .c-button--disabled.c-button--primary:hover,
.btn:disabled.c-button--primary:hover,
.btn--disabled.c-button--primary:hover {
    background: #000 !important;
    border-color: #000 !important;
  }
  .c-button:disabled.c-button--with-icon:hover .svg-inline path, .c-button:disabled.c-button--with-icon-reversed:hover .svg-inline path, .c-button--disabled.c-button--with-icon:hover .svg-inline path, .c-button--disabled.c-button--with-icon-reversed:hover .svg-inline path,
.btn:disabled.c-button--with-icon:hover .svg-inline path,
.btn:disabled.c-button--with-icon-reversed:hover .svg-inline path,
.btn--disabled.c-button--with-icon:hover .svg-inline path,
.btn--disabled.c-button--with-icon-reversed:hover .svg-inline path {
    stroke: #fff;
  }
  .c-button:disabled.c-button--secondary:hover, .c-button--disabled.c-button--secondary:hover,
.btn:disabled.c-button--secondary:hover,
.btn--disabled.c-button--secondary:hover {
    border-color: #000 !important;
    color: #000;
  }
  .c-button:disabled.c-button--secondary:hover .svg-inline path, .c-button--disabled.c-button--secondary:hover .svg-inline path,
.btn:disabled.c-button--secondary:hover .svg-inline path,
.btn--disabled.c-button--secondary:hover .svg-inline path {
    stroke: #252323;
  }
  .c-button:disabled.c-button--secondary-reversed:hover, .c-button--disabled.c-button--secondary-reversed:hover,
.btn:disabled.c-button--secondary-reversed:hover,
.btn--disabled.c-button--secondary-reversed:hover {
    border-color: #fff !important;
  }
}

.c-button--icon,
.c-button--icon-opacity {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 5px;
  display: inline-block;
  text-align: center;
}
.c-button--icon::before,
.c-button--icon-opacity::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  transition: all 0.2s ease-in;
}
.c-button--icon.active::before,
.c-button--icon-opacity.active::before {
  background: #74ecf7;
  opacity: 0.75;
}
@media (min-width: 1200px) {
  .c-button--icon:hover::before,
.c-button--icon-opacity:hover::before {
    background: #74ecf7;
    opacity: 0.75;
  }
  .c-button--icon:disabled:hover::before, .c-button--icon.c-button--disabled:hover::before,
.c-button--icon-opacity:disabled:hover::before,
.c-button--icon-opacity.c-button--disabled:hover::before {
    background: #fff !important;
  }
}

.c-button--icon-opacity.active::before {
  opacity: 0.2;
}
@media (min-width: 1200px) {
  .c-button--icon-opacity:hover::before {
    opacity: 0.2;
  }
}

.c-button--icon-framed {
  position: relative;
  padding: 10px 12px;
  border: 2px solid #252323;
  transition: all 0.2s ease-in;
}
.c-button--icon-framed.active::before {
  border-color: #74ecf7;
}
@media (min-width: 1200px) {
  .c-button--icon-framed:hover::before {
    border-color: #74ecf7;
  }
  .c-button--icon-framed:disabled:hover, .c-button--icon-framed.c-button--disabled:hover {
    border-color: #252323 !important;
  }
  .c-button--icon-framed:disabled:hover::before, .c-button--icon-framed.c-button--disabled:hover::before {
    border-color: #252323 !important;
  }
}

.zendesk-button {
  background-color: #252323 !important;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Promt-regular", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  color: #252323;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.text--standard {
  color: #252323;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .text--standard {
    font-size: 1rem;
  }
}

.text--long {
  color: #252323;
  line-height: 1.7;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .text--long {
    font-size: 1.1875rem;
  }
}

.text--short {
  /* to be defined if necessary */
}

.text--meta {
  /* to be defined if necessary */
}

.text--meta-2 {
  /* to be defined if necessary */
}

.text--big {
  /* to be defined if necessary */
}

.text--fineprint {
  /* to be defined if necessary */
}

.text--bold {
  /* to be defined if necessary */
}

.c-label {
  color: #252323;
  font-size: 14px;
  font-family: "Promt-regular", sans-serif;
  line-height: 1;
  display: block;
}
.c-label--radio-btn {
  display: inline-block;
  background: #f2f2f5;
  border: 1px solid #f2f2f5;
  border-radius: 4px;
  width: 47%;
  text-align: center;
  padding: 8px 0;
  color: #000;
  position: relative;
  cursor: pointer;
}
.c-label--radio-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/svg/icon-check.svg") no-repeat center center;
  opacity: 0;
  visibility: hidden;
}
.c-label--radio-btn:first-of-type {
  margin-right: 2%;
}
.c-label:focus-within {
  outline: 1px solid #0075FF;
}

.form-group {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
  position: relative;
}
.form-group.required label::after {
  content: "*";
  color: #ca2f2f;
  position: relative;
  right: 3px;
  top: -2px;
  font-size: 1rem;
}
.form-group.required .c-label--long-text::after {
  position: absolute;
  right: -10px;
}
.form-group.required .c-label--with-link::after {
  content: "";
  position: absolute;
  right: -10px;
  z-index: 0;
}
.form-group.required .c-label--with-link .c-link {
  position: relative;
}
.form-group.required .c-label--with-link .c-link::after {
  content: "*";
  color: #ca2f2f;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 2px;
  font-size: 1rem;
}
.form-group.required .c-label--with-link .content-asset {
  display: inline-block;
}
.form-group.required .c-label--asset {
  position: relative;
}
.form-group.required .c-label--asset::after {
  content: "";
  top: 2px;
}
.form-group.required .c-label--asset::before {
  top: 2px;
}
.form-group.required .c-label--asset .content-asset {
  position: relative;
}
.form-group.required .c-label--asset .content-asset::after {
  content: "*";
  color: #ca2f2f;
  display: inline-block;
  position: relative;
  right: 4px;
  font-size: 1rem;
}
.form-group.required .c-label--asset .content-asset p {
  font-size: 0.8125rem;
}
.form-group.required .c-label--asset .content-asset p:last-child {
  display: inline;
}
.form-group.required .c-label--asset-email p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.form-group.required .c-label--radio-btn::after {
  content: "";
}
.form-group .c-label--asset-email p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.c-input {
  color: #252323;
  border: 1px solid #949494;
  -webkit-appearance: none;
  background-color: #fff;
  font-size: 1rem;
  line-height: normal;
  font-family: "Promt-regular", sans-serif;
  padding: 12px 16px;
  margin: 5px 0 10px;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}
.c-input::-ms-clear, .c-input::-ms-reveal {
  display: none;
}
.c-input.is-invalid {
  border-color: #e62200;
}
.c-input.is-invalid + .invalid-feedback:not(.visible) + .js-input-message-requirement {
  display: none;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media (max-width: 767.98px) {
    .c-input {
      font-size: 1rem;
    }
  }
}
.c-input:focus {
  outline: none;
  border-color: #252323;
}
.c-input:focus-within {
  outline: 1px solid #0075FF;
}
.c-input::-moz-placeholder {
  color: #6d6c6c;
}
.c-input::placeholder {
  color: #6d6c6c;
}
.c-input--fake {
  border: 1px solid #949494;
  padding: 12px 0;
  margin: 5px 0 0;
  display: inline-block;
  line-height: normal;
  width: 21% !important;
  float: left;
  text-align: center;
}
.c-input--fake + .c-input {
  width: 77%;
  float: right;
}
.c-input--checkbox, .c-input--radio {
  display: none;
}
.c-input--checkbox + .c-label, .c-input--radio + .c-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-indent: 0;
  padding-left: 23px;
}
.c-input--checkbox + .c-label::before, .c-input--radio + .c-label::before {
  top: -2px;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  display: inline-block;
  content: "";
  float: left;
  border: 1px solid #252323;
  border-radius: 2px;
}
.c-input--radio {
  /* stylelint-disable */
  /* stylelint-enable */
}
.c-input--radio + .c-label::before {
  border: 1px solid #252323;
  border-radius: 50%;
}
.c-input--radio:checked + .c-label {
  font-family: "Promt-semi-bold", sans-serif;
}
.c-input--radio:checked + .c-label::after {
  content: "";
  position: absolute;
  background: #252323;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 3px;
  top: 1px;
}
.c-input--radio-btn {
  position: absolute;
  opacity: 0;
  top: auto;
  overflow: hidden;
  width: 1px;
  height: 1px;
  display: block;
  cursor: pointer;
}
.c-input--radio-btn:checked + .c-label--radio-btn {
  font-family: "Promt-semi-bold", sans-serif;
  background: transparent;
  border: 1px solid #000;
}
.c-input--radio-btn:checked + .c-label--radio-btn::before {
  opacity: 1;
  visibility: visible;
}
.c-input--checkbox:checked + .c-label {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: 600;
}
.c-input--checkbox:checked + .c-label::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  top: 2px;
  background: url(../../images/svg/icon-check.svg) no-repeat center center;
}
.c-input--checkbox:checked + .c-label--with-link .c-link {
  font-family: "Promt-semi-bold", sans-serif;
}
.c-input--checkbox:checked + .c-label--with-link .c-link::after {
  font-family: "Promt-regular", sans-serif;
}
.c-input--checkbox:checked + .c-label--asset .content-asset::after {
  font-family: "Promt-regular", sans-serif;
}
.c-input--checkbox + .c-label {
  line-height: 1.38rem;
}
.c-input--checkbox + .c-label::before {
  top: 2px;
}
.c-input--full {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .c-form__clear-fields .c-input:not(.c-input--fake) {
    padding: 12px 40px 12px 16px;
  }
}

/**
  * Fieldset base styles
  */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

textarea {
  height: auto;
  min-height: 50px;
  resize: none;
}

select {
  width: 100%;
}
select.c-custom-select {
  margin-top: 10px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] button {
  outline: 0;
}

.disabled {
  pointer-events: none;
}

.invalid-feedback,
.adyen-invalid-feedback,
.error-feedback {
  color: #e62200;
  font-size: 0.75rem;
  clear: both;
}

.alert-danger {
  color: #ca2f2f;
}

.button__eye {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 45px;
  bottom: 12px;
}
@media (min-width: 1200px) {
  .button__eye {
    right: 25px;
  }
}
.button__eye::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../../images/svg/icon-eye.svg") no-repeat center center;
}
.button__eye.show::after {
  background: url("../../images/svg/icon-eye-crossed.svg") no-repeat center center;
}

.validation-in-place .c-input {
  border-color: #1daa39;
}
.validation-in-place .c-input.is-invalid {
  border-color: #e62200;
}
.validation-in-place .c-input:not(.is-invalid) + .button__eye {
  bottom: 12px !important;
}

.c-preferences-group {
  margin: 10px 0;
}
.c-preferences-group .form-group {
  width: auto;
  margin-right: 24px;
  margin-bottom: 0;
}
.c-preferences-group.required .c-preferences-group__label::after {
  content: "*";
  color: #ca2f2f;
  position: relative;
  right: 3px;
  top: -2px;
  font-size: 1rem;
}
.c-preferences-group__inner {
  display: flex;
  flex-wrap: wrap;
}

.js-input-message-requirement {
  margin-bottom: 0;
  display: block;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.75rem;
  color: #5b5b5b;
  line-height: 1.75;
}
.js-input-message-requirement.selected {
  color: #000;
}

/**
  * Make media elements responsive
  */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.c-image--full-width {
  width: 100%;
}
.c-image--full-width picture,
.c-image--full-width img {
  max-width: 100%;
  width: 100%;
}

.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.image--fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .image--fit {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
}

video,
object {
  max-width: 100%;
  height: auto;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

/* Do not modify these values, these are used for showing the images
together with lazysizes.min.js plugin */
.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 0.25;
  transition: opacity 0.2s;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s;
}

.popover {
  border: 0;
  border-radius: 4px;
  font-family: "Promt-regular", sans-serif;
  color: #252323;
  min-width: 175px;
  background: transparent;
  z-index: 1030;
  top: 41px;
  left: auto;
  right: -20px;
  display: none;
}
.popover .arrow,
.popover .popover-header {
  display: none;
}
.popover__arrow {
  left: auto;
  width: 1rem;
  height: 0.5rem;
  margin: 0 50%;
  top: 1px;
  right: -58px;
}
.popover__arrow::before, .popover__arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.popover__arrow::after {
  border-bottom-color: #74ecf7;
  top: 1px;
  border-width: 0 8px 8px;
}
.popover__content-border {
  border-top: 5px solid #74ecf7;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.popover-body {
  padding: 0;
}
.popover__contents {
  padding: 15px 16px;
  box-shadow: 0 8px 14px 0 rgba(46, 46, 46, 0.07), 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0 0 4px 4px;
  background: #fff;
  margin-top: -1px;
}
.popover__contents .nav-item > a {
  text-decoration: none;
}
.popover__contents .nav-item > a:hover {
  font-family: "Promt-bold", sans-serif;
}
.popover__contents .nav-item > a .login-icon {
  margin-top: -1px;
}
.popover__content {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .popover.show {
    display: block;
  }
}
.l-header.fixed-top .popover {
  top: 56px;
}

.c-custom-select {
  display: block;
  font-size: 1rem;
  line-height: 1.1;
  font-family: "Promt-regular", sans-serif;
  color: #252323;
  padding: 9px 28px 9px 16px;
  width: 70px;
  height: 44px;
  max-width: 100%;
  margin: 0;
  border: 1px solid #949494;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../../images/svg/icon-arrow-down.svg"), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  cursor: pointer;
  position: relative;
  /* IE11 */
}
.c-custom-select::-ms-expand {
  display: none;
}
.c-custom-select::-ms-value {
  background: transparent;
  color: #252323;
}
.c-custom-select:focus {
  outline: none;
}
.c-custom-select:focus-within {
  outline: 1px solid #0075FF;
}
.c-custom-select--no-borders {
  display: inline-block;
  border: none;
  background: url("../../images/svg/icon-chevron.svg") no-repeat right center;
  padding: 0 22px 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-accordion__heading {
  width: 100%;
  cursor: pointer;
}
.c-accordion__heading .icon-arrow-down {
  float: right;
  margin-top: -3px;
  transition: all 0.2s ease-in;
}
.c-accordion__content {
  display: none;
}
.c-accordion.active .c-accordion__heading .icon-arrow-down {
  transform: rotate(180deg);
}
.c-accordion.active .c-accordion__content {
  display: block;
}

.c-error-message {
  color: #ca2f2f;
  border: 1px solid #db6666;
  background-color: #fceded;
  border-radius: 4px;
  padding: 15px;
  align-items: center;
}
.c-error-message .icon-close-light {
  margin-right: 13px;
}
.c-error-message .text-error {
  line-height: 1.13;
  width: 85%;
  display: inline-block;
}
@media (min-width: 768px) {
  .c-error-message .text-error {
    width: 89%;
  }
}

.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: "Promt-regular", sans-serif;
  line-height: 1.125em;
}

.lightpick--inlined {
  position: relative;
  display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  box-sizing: border-box;
}

.lightpick.is-hidden {
  display: none;
}

.lightpick__months {
  display: grid;
  display: ms-grid;
  background-color: #6d6c6c;
  grid-template-columns: auto;
  grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
  padding: 4px;
  width: 360px;
  background-color: #fff;
}

.lightpick__month-title-bar {
  display: flex;
  margin-bottom: 4px;
  justify-content: space-between;
  align-items: center;
}

.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  font-size: 1rem;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  width: auto;
  direction: ltr;
  padding: 0 30px 0 10px;
  border: 1px solid #000;
  height: 40px;
  background: url(../../images/svg/icon-arrow-down.svg) no-repeat right 5px top 50%;
  /* IE11 */
}
.lightpick__month-title > .lightpick__select::-ms-expand {
  display: none;
}
.lightpick__month-title > .lightpick__select.lightpick__select-months {
  width: 140px;
  margin-right: 20px;
}

.lightpick__month-title > .lightpick__select:disabled {
  color: #252323;
}

.lightpick__month-title > .lightpick__select-months {
  font-family: "Promt-bold", sans-serif;
  font-size: 1rem;
  margin-right: 30px;
}

.lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #e2e2e2;
  justify-content: center;
  align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 0.75rem;
}

.lightpick__close-action {
  font-size: 1.125rem;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}

.lightpick__days-of-the-week {
  display: block;
  padding-bottom: 20px;
}

.lightpick__day-of-the-week {
  display: block;
  width: 40px;
  float: left;
  font-size: 0.75rem;
  font-family: "Promt-bold", sans-serif;
  justify-content: center;
  align-items: center;
  text-align: right;
}

.lightpick__days {
  display: block;
}

.lightpick__day {
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0.8125rem;
  justify-content: center;
  align-items: center;
  cursor: default;
  text-align: right;
}
.lightpick__day:nth-child(7n+1) {
  clear: left;
}

.lightpick__day.is-today {
  color: #e62200;
}

.lightpick__day:not(.is-disabled):hover {
  font-family: "Promt-bold", sans-serif;
}

.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.38;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  font-family: "Promt-bold", sans-serif;
}

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 0.75rem;
  pointer-events: none;
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.c-custom-tooltip {
  position: relative;
}
.c-custom-tooltip__content {
  position: absolute;
  transform: translate3d(15px, -35px, 0);
  bottom: 0;
  right: 0;
  will-change: transform;
}
.c-custom-tooltip__content .arrow {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
}
.c-custom-tooltip__content .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  right: 24px;
  bottom: -9px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #252323;
  transform: rotate(270deg);
}
.c-custom-tooltip__content .tooltip-inner {
  max-width: 200px;
  border-radius: 4px;
  padding: 13px 16px;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.875rem;
  background-color: #252323;
  color: #fff;
  text-align: left;
  min-width: 227px;
}
.c-custom-tooltip__content.hide {
  opacity: 0;
  z-index: -1;
}
.c-custom-tooltip__content.show {
  opacity: 1;
  z-index: 2;
}

.no-bullet {
  margin: 0;
  list-style: none;
}

.disc-bullet {
  list-style: disc inside;
}

.color--transparent {
  color: transparent;
}
.color--black {
  color: #000;
}
.color--nero-black {
  color: #181818;
}
.color--primary-color {
  color: #252323;
}
.color--overlay {
  color: rgba(25, 23, 23, 0.95);
}
.color--red {
  color: #e62200;
}
.color--alert-red {
  color: #db6666;
}
.color--error {
  color: #ff2500;
}
.color--error-background {
  color: #fceded;
}
.color--dark-red {
  color: #ca2f2f;
}
.color--yellow {
  color: #ffd92a;
}
.color--green {
  color: #1daa39;
}
.color--info-green {
  color: #73e78a;
}
.color--valid-green {
  color: #1ca638;
}
.color--dark-green {
  color: #16832c;
}
.color--cyan {
  color: #74ecf7;
}
.color--dark-grey {
  color: #6d6c6c;
}
.color--grey {
  color: #646464;
}
.color--natural-grey {
  color: #808080;
}
.color--grey9 {
  color: #868686;
}
.color--accessible-grey {
  color: #949494;
}
.color--zambezi {
  color: #5b5b5b;
}
.color--light-grey {
  color: #e2e2e2;
}
.color--very-light-grey {
  color: #f8f8f8;
}
.color--off-white {
  color: #f2f2f5;
}
.color--white {
  color: #fff;
}
.color--silver {
  color: #b9b9b9;
}
.color--dark-blue {
  color: #111e6c;
}
.color--pickleball-yellow {
  color: #fcde00;
}
.color--disabled {
  color: #777777;
}
.color--disabled-background {
  color: #ececec;
}
.color--darker-blue {
  color: #121e6c;
}
.color--disclaimer-grey {
  color: #e7e7e7;
}
.color--shiny-blue {
  color: #011e41;
}
.color--shiny-pink {
  color: #B82FA4;
}
.color--orange-dark {
  color: #8F4000;
}
.color--off-black {
  color: #3F3B3B;
}

.bg-color--transparent {
  background-color: transparent;
}
.bg-color--black {
  background-color: #000;
}
.bg-color--nero-black {
  background-color: #181818;
}
.bg-color--primary-color {
  background-color: #252323;
}
.bg-color--overlay {
  background-color: rgba(25, 23, 23, 0.95);
}
.bg-color--red {
  background-color: #e62200;
}
.bg-color--alert-red {
  background-color: #db6666;
}
.bg-color--error {
  background-color: #ff2500;
}
.bg-color--error-background {
  background-color: #fceded;
}
.bg-color--dark-red {
  background-color: #ca2f2f;
}
.bg-color--yellow {
  background-color: #ffd92a;
}
.bg-color--green {
  background-color: #1daa39;
}
.bg-color--info-green {
  background-color: #73e78a;
}
.bg-color--valid-green {
  background-color: #1ca638;
}
.bg-color--dark-green {
  background-color: #16832c;
}
.bg-color--cyan {
  background-color: #74ecf7;
}
.bg-color--dark-grey {
  background-color: #6d6c6c;
}
.bg-color--grey {
  background-color: #646464;
}
.bg-color--natural-grey {
  background-color: #808080;
}
.bg-color--grey9 {
  background-color: #868686;
}
.bg-color--accessible-grey {
  background-color: #949494;
}
.bg-color--zambezi {
  background-color: #5b5b5b;
}
.bg-color--light-grey {
  background-color: #e2e2e2;
}
.bg-color--very-light-grey {
  background-color: #f8f8f8;
}
.bg-color--off-white {
  background-color: #f2f2f5;
}
.bg-color--white {
  background-color: #fff;
}
.bg-color--silver {
  background-color: #b9b9b9;
}
.bg-color--dark-blue {
  background-color: #111e6c;
}
.bg-color--pickleball-yellow {
  background-color: #fcde00;
}
.bg-color--disabled {
  background-color: #777777;
}
.bg-color--disabled-background {
  background-color: #ececec;
}
.bg-color--darker-blue {
  background-color: #121e6c;
}
.bg-color--disclaimer-grey {
  background-color: #e7e7e7;
}
.bg-color--shiny-blue {
  background-color: #011e41;
}
.bg-color--shiny-pink {
  background-color: #B82FA4;
}
.bg-color--orange-dark {
  background-color: #8F4000;
}
.bg-color--off-black {
  background-color: #3F3B3B;
}

.font--promt-regular {
  font-family: "Promt-regular", sans-serif;
  font-style: normal;
}

.font--promt-regular-italic {
  font-family: "Promt-regular", sans-serif;
  font-style: normal;
  font-style: italic;
}

.font--promt-medium {
  font-family: "Promt-medium", sans-serif;
  font-style: normal;
}

.font--promt-bold {
  font-family: "Promt-bold", sans-serif;
  font-style: normal;
}

.font--promt-semi-bold {
  font-family: "Promt-semi-bold", sans-serif;
  font-style: normal;
}

.swatch-circle {
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e2e2e2;
  display: block;
  position: relative;
  background-position: center center;
}
.swatch-circle.selected {
  box-shadow: 0 0 0 1px #252323;
}
.swatch-circle.unselectable {
  opacity: 0.5;
  filter: grayscale(0.5);
}
.swatch-circle.unselectable.selected {
  box-shadow: 0 0 0 1px transparent;
  cursor: default;
}

.refinements .swatch-circle::after,
.m-product-detail__main-info .swatch-circle::after,
.m-product-detail__stringing-details .swatch-circle::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 1px #e2e2e2;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.color-attribute {
  display: block;
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
.color-attribute.unselectable, .color-attribute.disabled, .color-attribute:disabled {
  cursor: default;
}
.color-attribute.unselectable .swatch-circle, .color-attribute.disabled .swatch-circle, .color-attribute:disabled .swatch-circle {
  opacity: 0.5;
  filter: grayscale(0.5);
}
.color-attribute.unselectable .swatch-circle.selected, .color-attribute.disabled .swatch-circle.selected, .color-attribute:disabled .swatch-circle.selected {
  box-shadow: 0 0 0 1px transparent;
  cursor: default;
}

@media (min-width: 1200px) {
  .color-attribute:hover {
    text-decoration: none;
  }
  .color-attribute:hover .swatch-circle:not(.unselectable) {
    box-shadow: 0 0 0 1px #252323;
  }
  .color-attribute.unselectable .swatch-circle:hover, .color-attribute.disabled .swatch-circle:hover, .color-attribute:disabled .swatch-circle:hover {
    box-shadow: 0 0 0 1px transparent;
    cursor: default;
  }
}
.layout {
  margin: 0 auto;
  position: relative;
}

.layout--full-width {
  width: 100%;
  max-width: 100%;
}

.layout--with-padding {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .layout--with-padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px) {
  .layout--with-padding {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1400px) {
  .layout--with-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
  .layout--with-padding .container,
.layout--with-padding .container-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
.layout--with-padding-large-up {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .layout--with-padding-large-up {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1400px) {
  .layout--with-padding-large-up {
    padding-left: 24px;
    padding-right: 24px;
  }
  .layout--with-padding-large-up .container,
.layout--with-padding-large-up .container-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.full-row {
  width: 100%;
}

.l-overlay {
  content: "";
  position: fixed;
  display: inline-block;
  background: rgba(25, 23, 23, 0.95);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}
.l-overlay.full-height {
  z-index: 1030;
}

.l-navigation-overlay {
  content: "";
  position: fixed;
  display: inline-block;
  background: rgba(25, 23, 23, 0.95);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1030;
}

@media (min-width: 1200px) {
  .invisible--lg {
    visibility: hidden;
  }
}

.invisible-slot {
  visibility: hidden;
  height: 0;
}

.c-legal-content {
  margin: 20px 0;
  font-size: 0.75rem;
}

.l-account-editprofile .c-custom-select,
#register .c-custom-select {
  width: 100%;
}

.l-header {
  border-bottom: 6px solid #74ecf7;
  font-family: "Promt-regular", sans-serif;
  color: #252323;
}
.l-header__nomenu .l-header__content {
  padding: 14px 0 10px;
}
.l-header-banner {
  padding: 5px 0;
  font-size: 1rem;
}
.l-header-banner__content {
  line-height: 1.5rem;
  padding-top: 4px;
}
.l-header-banner .strong-text {
  font-family: "Promt-bold", sans-serif;
}
.l-header-banner a {
  text-decoration: none;
}
.l-header-banner .toggle-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  cursor: pointer;
}
.l-header-banner .toggle-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.l-header__logo {
  order: 2;
  z-index: 1;
}
.l-header__logo-link {
  margin: 0 auto 10px;
  display: block;
}
.l-header__logo-link__mobile.sticky-logo {
  display: none;
}
.l-header__search {
  order: 4;
}
.l-header__menu-utility-user {
  order: 3;
  z-index: 1;
}
.l-header__minicart {
  order: 1;
}
.l-header__storelocator {
  display: none;
}
.l-header__search-container-expanded, .l-header__sticky-search {
  display: none;
}
.l-header.fixed-top {
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 0 #f2f2f5;
  background-color: #fff;
}
.l-header.fixed-top .l-header__search-content, .l-header.fixed-top .l-header__storelocator {
  display: none;
}
.l-header.fixed-top .l-header__search-container-expanded, .l-header.fixed-top .l-header__sticky-search {
  display: block;
}
.l-header.fixed-top .l-header__menu-utility-user, .l-header.fixed-top .l-header__minicart {
  margin-top: 8px;
  margin-bottom: 8px;
}
.l-header.fixed-top .l-header__logo {
  margin-bottom: 5px;
}
.l-header.fixed-top .l-header__logo-link__tablet {
  margin-top: 12px;
}
.l-header.fixed-top .l-header__container {
  margin-top: 0;
}
.l-header.fixed-top .l-header__search-container-expanded {
  padding-bottom: 17px;
}
.l-header.fixed-top .l-header__search-container-expanded .l-header__site-search {
  position: relative;
}
.l-header.fixed-top .l-header__search-container-expanded .l-header__search-field {
  margin-top: 0;
}
.l-header.fixed-top .l-header__search-container-expanded .l-header__search-field-focused {
  padding-left: 16px;
}
.l-header.fixed-top .l-header__search-container-expanded .l-header__search-submit-button {
  top: 24%;
  left: 15px;
}
.l-header.fixed-top .l-header__search-container-expanded .l-header__search-reset-button {
  top: 24%;
  right: 25px;
}
.l-header.fixed-top .l-header__search-container-expanded .container {
  padding-left: 0;
  padding-right: 0;
}
.l-header.fixed-top .l-header__logo-link {
  display: none;
}
.l-header.fixed-top .l-header__logo-link__mobile.sticky-logo {
  display: block;
  margin: 20px auto 0;
}
.l-header__container {
  margin-top: 16px;
}
.l-header__navbar {
  margin-right: -10px;
}
.l-header__active-cart {
  position: relative;
  z-index: 1030;
  background: #fff;
}
.l-header__active-cart .l-header__container {
  padding-top: 16px !important;
  margin-top: 0;
}
.l-header__active-cart .c-suggestions {
  z-index: 1040;
}
.l-header .c-promo-slider-banner .c-promo-slider__wrapper {
  height: 100%;
}
.l-header .c-promo-slider-banner .c-promo-slider__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 50px;
}
.l-header .c-promo-slider-banner .c-promo-slider__item-content {
  width: 100%;
}
.l-header .c-promo-slider-banner .c-promo-slider__item .strong-text {
  font-family: "Promt-bold", sans-serif;
}
.l-header .c-promo-slider-banner .c-promo-slider__item a {
  text-decoration: none;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-slider {
  opacity: 0;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-initialized {
  opacity: 1;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-track {
  display: flex;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-slide {
  height: auto;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-slide > div {
  height: 100%;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-arrow {
  border-color: transparent;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-next {
  right: 10px;
}
.l-header .c-promo-slider-banner .c-promo-slider .slick-prev {
  left: 10px;
}
.l-header .accessible-hidden-scroll-button {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.l-header .accessible-hidden-scroll-button:focus {
  width: auto;
  height: auto;
  padding: 5px 10px;
  outline: 1px solid #0075FF;
  background: #fff;
  z-index: 51;
  clip: unset;
  clip-path: none;
}

@media (min-width: 768px) {
  .l-header__navbar-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
  .l-header__minicart-mobile .l-header__minicart-total {
    margin-left: -10px;
  }
  .l-header.fixed-top .l-header__logo-link {
    display: block;
  }
  .l-header.fixed-top .l-header__logo-link__mobile.sticky-logo {
    display: none;
  }
  .l-header.fixed-top .l-header__search-container-expanded .l-header__search-submit-button {
    top: 20%;
    left: 17px;
  }
  .l-header.fixed-top .l-header__search-container-expanded .l-header__search-reset-button {
    top: 14%;
    right: 16px;
  }
  .l-header__nomenu .l-header__content {
    padding: 14px 0 11px;
  }

  .c-promo-slider-banner .c-promo-slider__item {
    padding: 10px 80px;
  }
  .c-promo-slider-banner .slick-next {
    right: 20px;
  }
  .c-promo-slider-banner .slick-prev {
    left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .l-header__nomenu {
    border: none;
  }
}
@media (min-width: 1200px) {
  .l-header {
    position: relative;
    z-index: 1030;
    background: #fff;
  }
  .l-header__logo {
    order: 1;
  }
  .l-header__logo-link {
    margin: 34px 0 8px 10px;
  }
  .l-header__search {
    order: 2;
  }
  .l-header__menu-utility-user {
    order: 3;
    margin-top: 34px;
  }
  .l-header__minicart {
    order: 4;
    flex-direction: row-reverse;
  }
  .l-header__minicart .minicart {
    margin-left: 0;
  }
  .l-header__minicart .l-header__minicart-total {
    margin-right: -6px;
  }
  .l-header__storelocator {
    display: block;
  }
  .l-header__container {
    margin-top: 0;
  }
  .l-header.fixed-top .l-header__search-container-expanded .l-header__search-submit-button {
    left: 20px;
  }
  .l-header.fixed-top .l-header__search-container-expanded .l-header__search-reset-button {
    top: 7px;
  }
  .l-header.fixed-top .l-header__logo {
    max-width: 13%;
  }
  .l-header.fixed-top .l-header__menu-utility-user {
    margin-top: 10px;
    margin-bottom: 5px;
    max-width: 130px;
  }
  .l-header.fixed-top .l-header__minicart {
    margin-bottom: 0;
  }
  .l-header.fixed-top .l-header__contents {
    margin: 4px 0 0;
  }
  .l-header.fixed-top .l-navigation__menu-list {
    margin: auto;
  }
  .l-header.fixed-top .navbar {
    margin: -40px auto 1px;
    padding: 0 80px 0 120px;
    flex: 0 0 92.8%;
    max-width: 92.8%;
  }
  .l-header.fixed-top .first-level {
    padding: 0 6px;
    font-size: 0.8125rem;
  }
  .l-header.fixed-top .l-navigation.navbar-expand-lg .navbar-nav .first-level .l-navigation__menu-link {
    padding: 8px 5px 20px;
  }
  .l-header.fixed-top .l-navigation.navbar-expand-lg .navbar-nav .second-level .l-navigation__menu-link,
.l-header.fixed-top .l-navigation.navbar-expand-lg .navbar-nav .third-level .l-navigation__menu-link {
    padding: 0;
  }
  .l-header.fixed-top .has-small-dropdown .l-navigation__dropdown {
    top: 47px;
  }
  .l-header__nomenu .l-header__content {
    padding: 22px 0 17px;
  }
  .l-header__navbar-toggler {
    padding-right: 0;
  }
  .l-header__navbar {
    margin-right: 0;
  }
  .l-header__active-cart .l-header__container {
    padding-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .l-header.fixed-top .l-header__search-container-expanded .l-header__search-submit-button {
    left: 15px;
  }
  .l-header.fixed-top .l-header__logo {
    max-width: 16.67%;
  }
  .l-header.fixed-top .navbar {
    max-width: 1325px;
    padding: 0 100px 0 140px;
  }
  .l-header.fixed-top .first-level {
    font-size: 0.875rem;
  }
  .l-header.fixed-top .l-navigation.navbar-expand-lg .navbar-nav .first-level .l-navigation__menu-link {
    padding: 8px 10px 20px;
  }
  .l-header.fixed-top .l-navigation.navbar-expand-lg .navbar-nav .second-level .l-navigation__menu-link,
.l-header.fixed-top .l-navigation.navbar-expand-lg .navbar-nav .third-level .l-navigation__menu-link {
    padding: 0;
  }
  .l-header__logo-link {
    margin: 34px 0 8px;
  }
  .l-header__minicart .l-header__minicart-total {
    margin-right: -9px;
  }
}
access-widget-ui::part(acsb-trigger) {
  bottom: 80px;
}

.c-price {
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.c-price__sales {
  font-size: 1rem;
  order: -1;
  width: 100%;
  white-space: normal;
}
.c-price__range-from {
  color: #6d6c6c;
  text-transform: lowercase;
}
.c-price__strike-through {
  color: #6d6c6c;
  margin-right: 8px;
  white-space: normal;
}
.c-price__mention {
  font: 0.75rem "Promt-semi-bold", sans-serif;
  color: #6d6c6c;
  padding-left: 3px;
}
.c-price__discount-percentage {
  margin-left: 8px;
}
.c-price .icon-green-check {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .c-price__sales {
    font-size: 1.125rem;
    order: 0;
    width: auto;
  }
  .c-price__strike-through {
    margin-right: 12px;
  }
  .c-price__discount-percentage {
    margin-left: 12px;
  }
}

.c-sticky-header-container {
  position: relative;
}

@media (min-width: 768px) {
  .c-sticky-header.is-stuck {
    position: fixed;
    z-index: 7;
    width: 100%;
    top: 0;
  }
}

.l-promo-bar {
  width: 100%;
}

.l-navigation {
  padding: 0;
}
.l-navigation a:hover {
  text-decoration: none;
}
.l-navigation__wrapper {
  position: fixed;
  width: calc(100vw - 64px);
  top: 0;
  left: 100%;
  background: #fff;
  z-index: 11;
  height: 100%;
  border-left: 6px solid #74ecf7;
  overflow: visible;
  display: none;
  transition: all 0.2s ease-in;
}
.l-navigation__wrapper.in {
  left: 64px;
  display: block;
}
.l-navigation__wrapper.in .l-navigation__close-menu {
  display: block;
}
.l-navigation__categories-list {
  overflow: auto;
  height: 100%;
  padding-bottom: 20px;
}
.l-navigation__close-menu {
  position: absolute;
  left: -50px;
  top: 15px;
  display: none;
}
.l-navigation__dropdown {
  display: none;
}
.l-navigation__dropdown-menu {
  border-top: 1px solid #e2e2e2;
}
.l-navigation__dropdown-menu .dropdown-item {
  background: none;
}
.l-navigation__dropdown-menu .dropdown-item:hover {
  color: #252323;
}
.l-navigation__dropdown-menu .dropdown-item .l-navigation__dropdown-menu {
  display: none;
}
.l-navigation__menu-list {
  position: static;
  width: 100%;
}
.l-navigation__back {
  display: none;
  z-index: 2;
  position: absolute;
  top: 15px;
  transform: rotate(90deg);
}
.l-navigation__active-menu-item {
  display: none;
  padding: 18px 15px 18px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
  color: #252323;
}
.l-navigation__menu-item {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 991.98px) {
  .l-navigation__menu-item:hover {
    border-bottom: 1px solid #e2e2e2 !important;
  }
}
.l-navigation__menu-item--no-dropdown {
  background: #f8f8f8;
}
.l-navigation__menu-item--no-dropdown .l-navigation__menu-link::after {
  display: none;
}
.l-navigation__menu-item--dropdown.has-open-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100vh;
  background: #fff;
  z-index: 1;
  border-bottom: none !important;
}
@media screen and (orientation: landscape) {
  .l-navigation__menu-item--dropdown.has-open-item {
    /* stylelint-disable-line */
    height: 150%;
  }
}
.l-navigation__menu-item--dropdown.has-open-item ~ .nav-item {
  opacity: 0;
}
.l-navigation__menu-item--dropdown.has-open-item > .l-navigation__back, .l-navigation__menu-item--dropdown.has-open-item > .l-navigation__active-menu-item, .l-navigation__menu-item--dropdown.has-open-item > .l-navigation__dropdown, .l-navigation__menu-item--dropdown.has-open-item > .l-navigation__dropdown-menu {
  display: block !important;
  /* stylelint disable */
  margin: 15px 15px 15px 10px;
}
.l-navigation__menu-item--dropdown.has-open-item.second-level {
  z-index: 3;
  padding-right: 0;
}
.l-navigation__menu-item--dropdown.has-open-item.second-level .l-navigation__menu-item {
  margin: 0;
  white-space: normal;
}
.l-navigation__menu-item--dropdown.has-open-item.second-level .l-navigation__menu-item--no-dropdown {
  background: #fff;
}
.l-navigation__menu-item--dropdown.has-open-item.second-level .l-navigation__menu-item--no-dropdown span {
  line-height: 1.25px;
}
.l-navigation__menu-item--dropdown.has-open-item.l-navigation__country-mobile-link {
  padding: 0;
}
.l-navigation__menu-item--dropdown.has-open-item.l-navigation__country-mobile-link .l-navigation__country-selector-label {
  padding: 20px 15px 18px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  font-family: "Promt-semi-bold", sans-serif;
  justify-content: center;
}
.l-navigation__menu-item--dropdown.has-open-item.l-navigation__country-mobile-link .l-navigation__country-selector {
  display: none;
}
.l-navigation__menu-item--dropdown.has-open-item.l-navigation__country-mobile-link .l-navigation__country-item {
  position: relative;
  padding: 18px 20px 18px 10px;
  line-height: 1;
  display: block;
  border-bottom: 1px solid #e2e2e2;
}
.l-navigation__menu-item--dropdown.has-open-item.l-navigation__country-mobile-link .svg-inline {
  top: 0;
}
.l-navigation__menu-item.navbar {
  padding-bottom: 0;
}
.l-navigation__menu-item .l-navigation__category-alternative-name {
  display: block;
}
.l-navigation__menu-item .l-navigation__category-alternative-name + .l-navigation__category-name {
  display: none;
}
.l-navigation__see-all {
  display: none;
}
.l-navigation__menu-link {
  position: relative;
  padding: 18px 20px 18px 10px;
  line-height: 1;
  display: block;
}
.l-navigation__menu-link.nav-link {
  padding-left: 10px;
}
.l-navigation__menu-link.is-expanded {
  margin: 15px 15px 15px 10px;
  line-height: 1;
  padding: 10px;
  transition: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-navigation__menu-link.is-expanded:hover {
  color: #fff;
}
.l-navigation__menu-link.is-expanded::after {
  display: none;
}
.l-navigation__menu-link.is-expanded > .l-navigation__see-all {
  display: block;
}
.l-navigation__menu-link.is-expanded > .l-navigation__category-name {
  display: none;
}
.l-navigation__menu-link::after {
  border: 0;
  content: "";
  position: absolute;
  background: url("../../images/svg/icon-chevron.svg") no-repeat center center;
  display: block;
  top: 23px;
  right: 22px;
  width: 13px;
  height: 9px;
  transform: rotateZ(-90deg);
}
.l-navigation__menu-link--no-dropdown {
  position: relative;
  padding: 18px 20px 18px 10px;
  line-height: 1;
  display: block;
}
.l-navigation__menu-link--no-dropdown.c-button {
  padding: 14px 20px 13px 10px;
}
.l-navigation__mobile-link {
  text-transform: uppercase;
  padding: 10px 8px 0;
  font-family: "Promt-regular", sans-serif;
  font-weight: normal;
}
.l-navigation__mobile-link .nav-link {
  padding: 5px;
  max-width: 85%;
  float: left;
  height: 40px;
}
.l-navigation__mobile-link .svg-inline {
  position: relative;
  top: 5px;
}
.l-navigation__mobile-link .svg-inline.icon-user, .l-navigation__mobile-link .svg-inline.icon-map-pin {
  float: left;
}
.l-navigation__mobile-link.dropdown .svg-inline.icon-user {
  margin-top: -5px;
  margin-right: 5px;
}
.l-navigation__mobile-link.nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  margin-left: 5px;
}
.l-navigation__country-selector {
  position: static;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  width: auto;
  padding: 1px 8px;
  font-size: 12px;
  text-align: center;
  margin: 3px 0;
  height: 20px;
  display: inline-block;
}
.l-navigation__country-selector .svg-inline {
  top: 0;
}
.l-navigation__country-selector .dropdown-country-selector {
  border: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  border-radius: 0;
}
.l-navigation__country-code {
  position: relative;
  top: -1px;
}
.l-navigation__country-selector-label {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .l-navigation__wrapper {
    width: calc(100vw - 154px);
  }
  .l-navigation__wrapper.in {
    left: 154px;
  }
  .l-navigation__menu-link {
    padding-left: 15px;
  }
  .l-navigation__menu-link--no-dropdown {
    padding-left: 15px;
  }
  .l-navigation__menu-link.is-expanded {
    margin-left: 15px;
  }
  .l-navigation__back {
    left: 5px;
  }
  .l-navigation__close-menu {
    left: -95px;
  }
}
@media (min-width: 1200px) {
  .l-navigation {
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .l-navigation__wrapper {
    left: 0;
    padding: 0;
    display: block;
    background: transparent;
    width: 100%;
    height: auto;
    position: static;
    border-left: none;
  }
  .l-navigation__dropdown {
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    z-index: 3;
  }
  .l-navigation__dropdown--layout-on-large {
    width: 100%;
    display: flex;
  }
  .l-navigation__dropdown--layout-on-large > .l-navigation__dropdown-menu {
    width: 100%;
    padding: 50px 0 50px 70px;
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }
  .l-navigation__dropdown--layout-on-large > .l-navigation__dropdown-menu > li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-navigation__dropdown-menu {
    border-top: none;
  }
  .l-navigation__dropdown-menu .dropdown-item .l-navigation__dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .l-navigation__menu-item {
    position: static;
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
    border-bottom: none;
  }
  .l-navigation__menu-item.second-level {
    flex: 1 1 0;
    margin-bottom: 40px;
    padding-right: 25px;
  }
  .l-navigation__menu-item.second-level:hover .dropdown-link {
    color: #949494;
    text-decoration: none;
  }
  .l-navigation__menu-item.second-level .l-navigation__menu-link {
    border: none;
  }
  .l-navigation__menu-item.second-level .dropdown-link:hover {
    color: #252323;
  }
  .l-navigation__menu-item.third-level {
    padding: 0;
  }
  .l-navigation__menu-item.third-level .dropdown-link {
    width: 100%;
    font-family: "Promt-regular", sans-serif;
    font-weight: normal;
    line-height: 1.71;
    padding: 0;
    text-transform: none;
  }
  .l-navigation__menu-item.third-level .dropdown-link:hover {
    color: #252323;
  }
  .l-navigation__menu-item:hover > .l-navigation__menu-link, .l-navigation__menu-item.menu-focused > .l-navigation__menu-link {
    z-index: 3;
  }
  .l-navigation__menu-item:hover > .l-navigation__dropdown, .l-navigation__menu-item.menu-focused > .l-navigation__dropdown {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    top: 100%;
    right: 0;
    border-top: 1px solid #e2e2e2;
    max-width: 1060px;
    max-height: 570px;
  }
  .l-navigation__menu-item--no-dropdown {
    background: none;
  }
  .l-navigation__menu-item--dropdown.has-open-item > .l-navigation__back, .l-navigation__menu-item--dropdown.has-open-item > .l-navigation__active-menu-item {
    display: none !important;
    /* stylelint disable */
  }
  .l-navigation__menu-item.has-small-dropdown {
    position: relative;
  }
  .l-navigation__menu-item.has-small-dropdown .l-navigation__dropdown {
    width: auto;
    min-width: 210px;
    top: 100%;
  }
  .l-navigation__menu-item.has-small-dropdown .l-navigation__dropdown-menu {
    padding: 20px 10px 70px;
    max-width: 100%;
  }
  .l-navigation__menu-item.has-small-dropdown .l-navigation__dropdown-menu > li {
    flex-basis: auto;
    width: 100%;
  }
  .l-navigation__menu-item.has-small-dropdown .l-navigation__menu-item {
    padding: 0;
    white-space: normal;
  }
  .l-navigation__menu-item.has-small-dropdown .l-navigation__menu-item.second-level {
    margin-bottom: 20px;
  }
  .l-navigation__menu-item .l-navigation__category-alternative-name {
    display: none;
  }
  .l-navigation__menu-item .l-navigation__category-alternative-name + .l-navigation__category-name {
    display: block;
  }
  .l-navigation__menu-item:hover .l-navigation__category-alternative-name {
    display: block;
  }
  .l-navigation__menu-item:hover .l-navigation__category-alternative-name + .l-navigation__category-name {
    display: none;
  }
  .l-navigation__categories-list {
    overflow: visible;
    height: auto;
    padding-bottom: 0;
  }
  .l-navigation__menu-link {
    padding: 8px 13px 7px;
    border-bottom: 6px solid #fff;
  }
  .second-level .l-navigation__menu-link, .third-level .l-navigation__menu-link {
    border: none;
    padding: 0;
  }
  .l-navigation__menu-link.is-expanded {
    display: none;
  }
  .l-navigation__menu-link::after {
    display: none;
  }
  .l-navigation__menu-link--no-dropdown {
    padding: 0;
  }
  .l-navigation__menu-list {
    justify-content: center;
  }
  .l-navigation.navbar-expand-lg .navbar-nav .l-navigation__menu-link {
    padding: 8px 13px 5px;
    width: 100%;
  }
  .l-navigation.navbar-expand-lg .navbar-nav .l-navigation__menu-link::after {
    display: none;
  }
  .l-navigation.navbar-expand-lg .navbar-nav .second-level .l-navigation__menu-link,
.l-navigation.navbar-expand-lg .navbar-nav .third-level .l-navigation__menu-link {
    padding: 0;
  }
  .l-navigation__category-slots {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media (min-width: 1400px) {
  .l-navigation__menu-item:hover > .l-navigation__dropdown {
    max-width: 1318px;
  }
}

.l-footer {
  background-color: #252323;
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer--checkout {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .l-footer--checkout {
    padding-bottom: 0;
  }
}
.l-footer--justified-content {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .l-footer--justified-content {
    justify-content: normal;
  }
}
.l-footer__title {
  font-family: "Promt-medium", sans-serif;
  line-height: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.l-footer__title.c-toggler__title {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.l-footer__title.c-toggler__title::after {
  right: 0;
}
.c-toggler--expanded .l-footer__title.c-toggler__title::after {
  right: 0;
}
.l-footer__link-title {
  font-family: "Promt-medium", sans-serif;
  line-height: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}
.l-footer__link-title:hover {
  color: #fff;
}
.l-footer__main-container {
  padding-top: 35px;
  padding-bottom: 51px;
}
.l-footer__signup-form {
  display: flex;
  height: 38px;
  margin-top: 15px;
}
.l-footer__logo {
  margin-bottom: 35px;
  max-width: 125px;
  max-height: 20px;
}
.l-footer a[href^=tel].l-footer__link {
  text-decoration: underline;
}
.l-footer__link {
  font-family: "Promt-regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
  white-space: normal;
}
.l-footer__link:hover {
  color: #fff;
}
.l-footer__signup-field {
  background-color: #000;
  padding: 0 17px;
  height: 100%;
  width: 100%;
  max-width: 385px;
  box-sizing: border-box;
  border: none;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #fff;
}
.l-footer__signup-button {
  background-color: #fff;
  border-radius: 19px;
  padding: 0 16px;
  color: #252323;
  font-family: "Promt-medium", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 40px;
  min-width: 30%;
  margin: 0 10px;
}
.l-footer__signup-button:hover {
  color: #74ecf7;
}
.l-footer__country-selector .c-country-selector__btn {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  padding-right: 0;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-top: 10px;
  width: 210px;
  height: auto;
  display: inline-block;
  position: relative;
}
.l-footer__country-selector .dropdown-toggle::after {
  right: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
}
.l-footer__social {
  margin-top: 34px;
  margin-bottom: 45px;
}
.l-footer__social-categories {
  margin-top: 5px;
}
.l-footer__category-title {
  min-width: 90px;
}
.l-footer__category-element {
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  margin-bottom: 0;
}
.l-footer__social-links {
  display: flex;
  opacity: 0.6;
}
.l-footer__social-links img {
  margin-bottom: 4px;
}
.l-footer__social-link:hover {
  color: #fff;
}
.l-footer__slash {
  padding: 0 5px;
}
.l-footer__contact-us {
  margin-bottom: 35px;
}
.l-footer__contact-info {
  color: #fff;
}
.l-footer__contact-email {
  margin-right: 24px;
}
.l-footer__categories-inner {
  margin-top: 24px;
}
.l-footer__reinsurance {
  background-color: #fff;
  border-bottom: 5px solid #74ecf7;
}
.l-footer__reinsurance-inner {
  border-top: 1px solid #e2e2e2;
}
.l-footer__reinsurance-item {
  padding: 29px 15px;
  text-align: center;
}
.l-footer__reinsurance-link {
  text-decoration: none;
}
.l-footer__reinsurance-icon {
  max-width: 50px;
  max-height: 50px;
}
.l-footer__reinsurance-description {
  font-family: "Promt-medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #252323;
}
.l-footer__legal {
  background-color: #181818;
}
.l-footer__legal-links {
  padding-top: 19px;
  padding-bottom: 20px;
  margin-bottom: 0;
  display: flex;
}
.l-footer__legal-element {
  text-align: center;
}
.l-footer__legal-element:nth-child(-n+6) {
  flex: 0 0 50%;
}
.l-footer__legal-element:nth-child(7) {
  flex: 0 0 100%;
}
.l-footer__copyright {
  color: #868686;
  font-size: 0.875rem;
}
@media (max-width: 574.98px) {
  .l-footer__legal-element:nth-child(2) .l-footer__link {
    padding-left: 30px;
  }
}
@media (min-width: 575px) {
  .l-footer__signup-field {
    max-width: 280px;
  }
  .l-footer__title.c-toggler__title {
    border-bottom: none;
  }
  .l-footer a[href^=tel].l-footer__link {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .l-footer__reinsurance-item {
    border-right: 1px solid #e2e2e2;
  }
  .l-footer__reinsurance-item:last-child {
    border-right: none;
  }
  .l-footer__legal-element:nth-child(-n+5) {
    flex: 0 0 20%;
  }
  .l-footer__legal-element:nth-child(6) {
    text-align: right;
  }
  .l-footer__legal-element:nth-child(6), .l-footer__legal-element:nth-child(7) {
    flex: 0 0 36%;
  }
  .l-footer__categories {
    margin-top: 55px;
  }
}
@media (min-width: 1200px) {
  .l-footer__country-selector {
    display: flex;
  }
  .l-footer__contact-us {
    min-width: 600px;
  }
  .l-footer__categories {
    margin-top: 0;
  }
  .l-footer__legal-element:nth-child(-n+7) {
    flex: 0 0 14%;
  }
  .l-footer__legal-element:nth-child(6) {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .l-footer__contact-us {
    min-width: 466.66px;
  }
}

.l-header__search-field {
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Promt-regular", sans-serif;
  border-radius: 19px;
  padding: 16px 20px 16px 40px;
  border: 0;
  color: #252323;
  height: 48px;
  -webkit-appearance: none;
  margin: 7px 0 10px;
  outline: none;
}
.l-header__search-field::-ms-clear {
  display: none;
}
.l-header__search-field:focus {
  outline: none;
}
.l-header__search-field:focus-within {
  outline: 1px solid #0075FF;
}
.l-header__search-submit-button {
  position: absolute;
  border: none;
  top: 31%;
  left: 20px;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.l-header__search-reset-button {
  position: absolute;
  border: none;
  top: 31%;
  right: 16px;
  padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .l-header__search-field {
    line-height: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .l-header__search-field {
    padding: 0 20px 0 45px;
    line-height: 2rem;
    height: 38px;
  }
  .l-header__search-submit-button {
    top: 29%;
    left: 15px;
  }
  .l-header__search-reset-button {
    top: 26%;
  }
}
@media (min-width: 1200px) {
  .l-header__search-submit-button {
    top: 35%;
  }
  .l-header__search-reset-button {
    top: 34%;
  }
  .l-header__search-field {
    margin: 16px 0;
  }
}
@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 0) {
  .l-header__search-field {
    line-height: 1.5rem;
    padding: 2px 20px 0 45px;
  }
}
.l-header__minicart-link .icon-cart {
  stroke: #252323;
}
.l-header__minicart-link:hover {
  text-decoration: none;
}
.l-header__minicart-quantity {
  background-color: #74ecf7;
  border-radius: 50%;
  width: 28px;
  height: 24px;
  line-height: 1.5rem;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Promt-regular", sans-serif;
  position: relative;
  top: -16px;
  left: -11px;
  padding-top: 1px;
  padding-right: 1px;
}
.l-header__minicart-total {
  height: 38px;
  margin-left: -2px;
}
.l-header__minicart .c-button--icon-opacity .minicart-quantity {
  top: -42px;
  left: 20px;
}
.l-header__minicart .c-product-tile__image-container {
  max-height: 85px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .l-header__minicart .adyen-checkout__applepay__button {
    -webkit-appearance: -apple-pay-button !important;
    width: 100% !important;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .l-header__minicart .adyen-checkout__applepay__button {
    /*  display: inline-block; */
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
    width: 100%;
  }
}

.minicart-popover {
  min-width: 390px;
  right: -14px;
  left: auto;
}
.minicart-popover .popover__arrow {
  right: 15px;
  margin: 0;
}
.minicart-popover.show {
  display: block;
}
.minicart-popover .popover__slider {
  display: none;
}
.minicart-popover .c-product-slider__section-title {
  display: none;
}
.minicart__content .lineitem {
  padding: 0;
}
.minicart__lineitems-details {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 16px;
}
.minicart__lineitems-details .lineitem__name {
  font-size: 1rem;
}
.minicart__lineitems-details .lineitem__name:hover {
  text-decoration: none;
}
.minicart__title-wrapper {
  display: flex;
  justify-content: space-between;
  background: #fff;
  line-height: 1rem;
  padding: 10px 0 4px;
}
.minicart__title-wrapper .title {
  font-family: "Promt-regular", sans-serif;
  font-weight: normal;
}
.minicart__footer {
  left: 0;
  bottom: 0;
  padding: 16px 24px 10px;
  font-size: 1rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.minicart__footer .checkout-btn {
  width: 100%;
  text-indent: 0;
}
.minicart__footer .sub-total,
.minicart__footer .sub-total-label {
  margin-bottom: 8px;
}
.minicart__footer .sub-total-mention {
  display: block;
  font-size: 0.75rem;
  color: #808080;
}
.minicart__footer .c-order-bank-imprint {
  margin-top: 0;
}
.minicart__footer .c-order-bank-imprint .bank-imprint-label {
  font-size: 14px;
  color: #6d6c6c;
  line-height: 16px;
}
.minicart__footer .c-order-bank-imprint .bank-imprint-help-icon {
  margin-left: 5px;
}
.minicart__footer .c-order-bank-imprint .tooltip {
  z-index: 3;
  border-radius: 4px;
}
.minicart__footer .c-order-bank-imprint .tooltip-inner {
  border-radius: 4px;
}
.minicart__close-wrapper {
  text-align: right;
}
.minicart__close-button {
  cursor: pointer;
}
.minicart__close-button path {
  stroke-width: 1.5 !important;
}
.minicart__continue-shopping {
  padding: 10px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
.minicart__continue-shopping-link {
  font-size: 0.875rem;
}
.minicart .line-item-unit-price {
  padding-right: 0;
  min-width: 120px;
}
.minicart .line-item-unit-price .strike-through {
  margin-right: 9px;
}
.minicart .line-item-unit-price .c-price__discount-percentage {
  margin-left: 0;
}
.minicart .line-item-quantity {
  max-width: 90px;
}
.minicart .lineitem .c-price__sales {
  font-family: "Promt-regular", sans-serif;
}
.minicart .lineitem.parent-lineitem {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.minicart .lineitem.string-lineitem {
  border-radius: 0;
}
.minicart .lineitem.stringing-service-lineitem {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.delete-product-modal .product-to-remove {
  text-transform: capitalize;
}
.delete-product-modal .modal-content {
  padding: 8px;
}
.delete-product-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.delete-product-modal .modal-footer {
  padding-top: 8px;
}

@media (max-width: 574.98px) {
  .minicart-popover {
    min-width: 100vw;
    left: -8px;
    right: -8px;
    top: 95px;
    border-radius: 0;
  }
  .minicart-popover .popover__arrow {
    display: none;
  }
  .minicart-popover .popover__content-border {
    border-top: 6px solid #74ecf7;
    border-radius: 0;
  }
  .minicart__title-wrapper {
    padding: 18px 16px 4px;
  }
  .minicart__title-wrapper .title {
    font: 18px/24px "Promt-bold", sans-serif;
    text-transform: uppercase;
  }
  .minicart__content {
    background: #f2f2f5;
  }
  .minicart__lineitem:last-child .lineitem {
    margin: 0;
  }
  .minicart-error {
    padding: 4px 16px;
  }
  .minicart-error .close {
    margin-right: 5px;
  }
  .minicart .popover__content {
    margin-top: 12px;
  }
  .minicart .popover__contents {
    border-radius: 0;
  }
  .minicart .number-of-items {
    line-height: 24px;
  }
}
@media (min-width: 575px) {
  .minicart-popover {
    min-width: 390px;
    left: -6px;
  }
  .minicart-popover .popover__arrow {
    left: 15px;
    right: 0;
    margin: 0;
  }
  .minicart__content {
    padding: 0 25px 4px;
  }
  .minicart__lineitems-details {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .minicart-popover {
    left: -15px;
  }
  .minicart__footer {
    padding: 8px 24px;
    box-shadow: 0 -8px 14px 0 rgba(46, 46, 46, 0.07), 0 -2px 4px 0 rgba(0, 0, 0, 0.13);
  }
  .minicart__footer .sub-total-label {
    margin-bottom: 4px;
  }
  .minicart__footer .sub-total-mention {
    padding-bottom: 2px;
  }
  .minicart__continue-shopping {
    padding: 4px 0 0;
  }
  .minicart .lineitem__details {
    padding: 10px 12px;
  }
}
@media (min-width: 1200px) {
  .minicart-popover {
    right: -14px;
    left: auto;
  }
  .minicart-popover .popover__arrow {
    left: auto;
    right: 18px;
    margin: 0;
  }
  .minicart-popover .popover__slider {
    display: block;
    background: #fff;
    margin-top: -2px;
    box-shadow: 0 8px 14px 0 rgba(46, 46, 46, 0.07), 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  }
  .minicart-popover .popover__slider .slick-slider {
    opacity: 0;
  }
  .minicart-popover .popover__slider .slick-slider.slick-refreshed {
    opacity: 1;
  }
  .minicart-popover .popover__slider .c-product-tile__label {
    font-size: 0.625rem;
  }
  .minicart-popover .popover__slider .slick-arrow {
    font-size: 0;
    width: 28px;
    height: 28px;
  }
  .minicart-popover .popover__slider .slick-arrow::after {
    width: 24px;
    height: 24px;
  }
  .minicart-popover .popover__slider .slick-prev {
    left: -28px;
  }
  .minicart-popover .popover__slider .slick-next {
    right: -28px;
  }
  .minicart-popover .popover__slider .slick-dots {
    bottom: -58px;
    left: -36px;
    right: -36px;
    background: #fff;
  }
  .minicart-popover .popover__slider .slick-dots button {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .minicart-popover .popover__slider .c-product-tile__swatch {
    width: 12px;
    height: 12px;
  }
  .minicart-popover .popover__slider .c-product-tile__swatch-link {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .minicart-popover .popover__slider .c-product-tile__separator {
    margin-bottom: 4px;
  }
  .minicart-popover .popover__slider .c-product-tile__sport-category {
    font-size: 0.75rem;
    height: 18px;
  }
  .minicart-popover .popover__slider .c-product-tile__product-name,
.minicart-popover .popover__slider .c-price__value {
    font-size: 0.875rem;
  }
  .minicart-popover .popover__slider .c-product-tile__product-name {
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .minicart-popover .popover__slider .c-product-tile {
    padding: 10px;
    min-width: 150px;
  }
  .minicart-popover .popover__slider .c-product-slider {
    padding: 12px 36px;
  }
  .minicart-popover .popover__slider .c-product-slider__item {
    padding: 0 4px;
  }
  .minicart-popover .popover__slider .c-product-slider__wrapper {
    padding-bottom: 30px;
  }
  .minicart-popover .popover__slider .c-product-tile__swatches-wrapper {
    margin-bottom: 0;
    min-height: 20px;
  }
  .minicart-popover .popover__slider .c-product-tile__tile-image {
    width: auto;
  }
  .minicart-popover .popover__slider .c-product-tile__label {
    top: 8px;
  }
  .minicart-popover .m-product-detail__rating .bv_averageRating_component_container {
    display: none !important;
  }
  .minicart__lineitems-details {
    max-height: 166px;
  }
}
@media (min-width: 1400px) {
  .minicart-popover .popover__arrow {
    right: 15px;
  }
  .minicart .lineitem__details {
    padding: 12px 12px 16px 10px;
  }
}
@media (min-width: 1920px) {
  .minicart__lineitems-details {
    max-height: 250px;
  }
}
@media screen and (orientation: landscape) and (min-device-height: 374px) and (max-device-height: 767px) {
  /* stylelint-disable-line */
  .minicart-popover {
    max-height: 240px;
    overflow-y: scroll;
  }
  .minicart__lineitems-details {
    max-height: 115px;
  }
  .minicart__footer {
    box-shadow: 0 -8px 14px 0 rgba(46, 46, 46, 0.07), 0 -2px 4px 0 rgba(0, 0, 0, 0.13);
  }
}
.l-navigation-slot {
  display: none;
}
@media (min-width: 1200px) {
  .l-navigation-slot {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
}
.l-navigation-slot__button {
  margin: 16px 0 0;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html.search-focused {
  height: 100%;
  overflow: hidden;
}

.l-header__search-field-focused {
  background-color: #fff;
  border-radius: 19px;
  border: 1px solid #252323;
  padding-left: 20px;
}

.suggestions-wrapper {
  position: relative;
  margin-top: -12px;
  font-family: "Promt-regular", sans-serif;
  color: #949494;
  margin-left: -8px;
  margin-right: -8px;
}

.c-suggestions {
  width: 100%;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 3;
  font-size: 1rem;
}
.c-suggestions__items {
  padding-bottom: 13px;
  line-height: 2.1rem;
  padding-left: 17px;
  padding-right: 17px;
}
.c-suggestions__items-phrase {
  padding: 17px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.c-suggestions__items-phrase + .c-suggestions__header:not(:first-of-type) {
  border: 0;
}
.c-suggestions__items-phrase .searched-word {
  color: #252323;
}
.c-suggestions__header {
  font-family: "Promt-semi-bold", sans-serif;
  text-transform: uppercase;
  color: #252323;
  margin: 0 17px 12px;
  line-height: 1rem;
  padding: 24px 0 0;
}
.c-suggestions__header:not(:first-of-type) {
  border-top: 1px solid #e2e2e2;
}
.c-suggestions__items-products .item {
  margin-bottom: 11px;
  color: #252323;
}
.c-suggestions .item .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 3px;
}
.c-suggestions .item a {
  text-decoration: none;
}
.c-suggestions .item .category-name {
  color: #252323;
}
.c-suggestions .item .c-suggestions__anchor {
  display: flex;
  align-items: center;
}
.c-suggestions .item .c-suggestions__anchor .name {
  margin-left: 8px;
}
.c-suggestions .swatch-circle {
  border: 1px solid #e2e2e2;
  width: 42px;
  height: 42px;
  display: inline-block;
}
.c-suggestions-list {
  overflow-y: auto;
  max-height: 230px;
}

@media (min-width: 768px) {
  .c-suggestions {
    width: 371px;
    left: 15px;
    top: 0;
    border-radius: 4px;
    box-shadow: 0 8px 14px 0 rgba(46, 46, 46, 0.07), 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  }
  .c-suggestions-list {
    max-height: 515px;
  }

  .suggestions-wrapper {
    margin-top: -6px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .suggestions-wrapper {
    margin-top: -12px;
    visibility: visible;
  }
  .suggestions-wrapper.not-visible {
    visibility: hidden;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* stylelint-disable-line */
  .c-suggestions-list {
    max-height: 230px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  /* stylelint-disable-line */
  .c-suggestions-list {
    max-height: 230px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  /* stylelint-disable-line */
  .c-suggestions-list {
    max-width: 100%;
  }
}
.c-country-selector__dropdown {
  height: 43px;
}
.c-country-selector__dropdown.show .c-country-selector__btn {
  border-bottom: none;
}
.c-country-selector__dropdown.show .c-country-selector__btn::after {
  transform: rotateZ(180deg);
}
.c-country-selector__dropdown-menu {
  border-radius: 0;
  max-height: 155px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 300px;
  border-top: none;
  margin: 0;
  -ms-overflow-style: none;
}
.c-country-selector__btn {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  text-transform: capitalize;
  border-radius: 0;
  cursor: pointer;
  padding: 14px 16px 14px 0;
  color: #fff;
  height: 43px;
}
.c-country-selector__dropdown-item {
  cursor: pointer;
  padding: 5px 16px;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.c-country-selector__dropdown-item:hover {
  background: #f2f2f5;
  color: #000;
  text-decoration: none;
}
.c-country-selector__dropdown-item:active {
  background: #f2f2f5;
  color: #000;
  text-decoration: none;
}
.c-country-selector__country {
  text-transform: capitalize;
}
.c-country-selector__language {
  text-transform: lowercase;
}

.lineitem {
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #252323;
  margin-bottom: 17px;
  background-color: #fff;
}
.lineitem__name {
  font-family: "Promt-semi-bold", sans-serif;
  text-transform: capitalize;
}
.lineitem__details {
  padding: 12px 12px 16px 10px;
}
.lineitem__price {
  padding: 12px 12px 7px 10px;
}
.lineitem__price .line-item-pricing-info {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
.lineitem__price .price,
.lineitem__price .pricing {
  font-size: 1rem;
}
.lineitem__price .pricing {
  font-family: "Promt-semi-bold", sans-serif;
  white-space: nowrap;
}
.lineitem__service .icon-green-check {
  padding-top: 3px;
  overflow: initial;
}
.lineitem .line-item-attributes {
  margin-bottom: 0;
}
.lineitem .line-item-divider {
  border-top: 1px solid #e2e2e2;
}
.lineitem .item-image {
  margin: 0 auto;
  position: relative;
}
.lineitem .item-image .product-image {
  max-height: 74px;
}
.lineitem .remove-product {
  margin-top: -5px;
  margin-right: -10px;
}
.lineitem .remove-product:hover::before {
  z-index: 0;
}
.lineitem .line-item-promo-content {
  padding: 0 10px 16px;
  font-size: 0.75rem;
}
.lineitem .line-item-promo-content .text {
  line-height: 1.4375rem;
}
.lineitem .line-item-promo-content:not(:first-of-type) {
  margin-top: 10px;
}
.lineitem .line-item-promo-content .strong-text {
  font-family: "Promt-semi-bold", sans-serif;
}
.lineitem .strike-through {
  text-decoration: line-through;
  color: #6d6c6c;
  font-size: 0.875rem;
  margin-right: 10px;
}
.lineitem .price__strike-through {
  order: 2;
}
.lineitem .c-price__sales {
  font-size: 1rem;
  font-family: "Promt-semi-bold", sans-serif;
  order: 1;
  clear: right;
  display: block;
  width: 100%;
}
.lineitem .c-price__discount-percentage {
  order: 3;
  font-size: 0.875rem;
}
.lineitem.stringing-service-lineitem {
  pointer-events: none;
}
.lineitem .line-item-playtest-prices {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  border-top: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: nowrap;
}
.lineitem .line-item-playtest-prices .line-item-unit-price {
  flex-basis: 40%;
}
.lineitem .line-item-playtest-prices .line-item-quantity {
  flex-basis: 20%;
}
.lineitem .line-item-playtest-prices .line-item-base-price {
  flex-basis: 35%;
}
.lineitem .line-item-babolatcup-prices {
  border-top: 1px solid #e2e2e2;
  padding: 10px 12px 0px 16px;
}
.lineitem .line-item-babolatcup-prices-label,
.lineitem .line-item-playtest-prices-label {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
.lineitem .line-item-babolatcup-prices-value,
.lineitem .line-item-playtest-prices-value {
  line-height: 1.1875rem;
  font-family: "Promt-semi-bold", sans-serif;
  font-size: 1rem;
}
.lineitem .babolatcup-lineitem-attributes .form-group {
  margin-bottom: 0;
}

.order-list-price {
  flex-direction: row;
  justify-content: flex-end;
}

.stringing-card {
  opacity: 0;
}

.card-container-stringing {
  opacity: 0;
}
.card-container-stringing.populated {
  opacity: 1;
}
.card-container-stringing .stringing-card {
  opacity: 1;
}

.minicart-total-price-japan {
  word-break: keep-all;
}

.no-flex-wrap {
  flex-wrap: unset;
}

.c-breadcrumb {
  list-style-type: none;
  padding-top: 16px;
  margin-bottom: 5px;
}
.c-breadcrumb__list-item {
  color: #6d6c6c;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-right: 5px;
}

.c-section-divider {
  text-transform: uppercase;
  position: relative;
  font-size: 1.25rem;
  font-family: "Promt-regular", sans-serif;
  text-align: center;
  padding: 0 0 0.3125rem;
  color: #000;
}
@media (min-width: 768px) {
  .c-section-divider {
    font-size: 1.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-section-divider::after {
  content: "";
  border: 1px solid #646464;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .c-section-divider::after {
    width: 4.375rem;
  }
}
.c-section-divider--light {
  text-transform: capitalize;
  font-size: 2.375rem;
  color: #fff;
}
@media (min-width: 768px) {
  .c-section-divider--light {
    font-size: 3.75rem;
  }
}
.c-section-divider--light::after {
  content: "";
  border: 1px solid #fff;
}

.c-toggler__title {
  position: relative;
  cursor: pointer;
  border-bottom: solid 0.0625rem #e2e2e2;
  padding: 0.9375rem 0rem;
  margin-bottom: 0;
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.c-toggler__title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
  content: "";
  background: url("../../images/svg/icon-chevron.svg") no-repeat center center;
  color: #6d6c6c;
  display: block;
  right: 1.25rem;
  width: 0.5625rem;
  height: 0.4375rem;
}
@media (min-width: 768px) {
  .c-toggler__title::after {
    width: 1.125rem;
    height: 0.625rem;
  }
}
.c-toggler__title--secondary {
  font-size: 1rem;
  padding-bottom: 13px;
  margin-bottom: 14px;
}
.c-toggler__title--secondary::after {
  content: "";
  display: block;
  background: url("../../images/svg/icon-arrow-white.svg") no-repeat center center;
  height: 24px;
  width: 24px;
}
.c-toggler__title--tertiary {
  width: 100%;
  border: 1px solid #949494;
  font-size: 1rem;
  padding: 10px 16px;
  text-transform: none;
  text-align: left;
}
.c-toggler__title--tertiary::after {
  content: "";
  display: block;
  background: url("../../images/svg/icon-chevron.svg") no-repeat center center;
  height: 24px;
  width: 24px;
}
.c-toggler__title--fourth {
  border-top: solid 0.0625rem #e2e2e2;
  border-bottom: none;
  font-size: 1rem;
  padding: 15px 16px;
}
.c-toggler__title--fourth::after {
  content: "";
  display: block;
  background: url("../../images/svg/icon-arrow-down.svg") no-repeat center center;
  height: 24px;
  width: 24px;
  right: 16px;
}
@media (min-width: 768px) {
  .c-toggler__title--fourth::after {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .c-toggler__title--fourth::after {
    right: 16px;
  }
}
.c-toggler__content {
  display: none;
}
.c-toggler__content--secondary .c-label {
  font-size: 0.625rem;
}
.c-toggler__content--fourth {
  padding: 0 16px;
  line-height: 1.38;
}
@media (min-width: 768px) {
  .c-toggler__content--fourth {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .c-toggler__content--fourth {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .c-toggler--small .c-toggler__title {
    font-size: 1rem;
    border: 0;
    cursor: default;
    padding-bottom: 0;
  }
  .c-toggler--small .c-toggler__title::after {
    display: none;
  }
  .c-toggler--small .c-toggler__content {
    display: inherit;
  }
}

.c-toggler--expanded > .c-toggler__content {
  display: inherit;
}
.c-toggler--expanded > .c-toggler__content--tertiary {
  border: 1px solid #949494;
  border-top: none;
}
.c-toggler--expanded .c-toggler__title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
  content: "";
  background: url("../../images/svg/icon-chevron.svg") no-repeat center center;
  color: #6d6c6c;
  display: block;
  right: 20px;
  width: 9px;
  height: 7px;
  transform: translateY(-50%) rotateZ(180deg);
}
@media (min-width: 768px) {
  .c-toggler--expanded .c-toggler__title::after {
    width: 18px;
    height: 10px;
  }
}
.c-toggler--expanded .c-toggler__title--secondary {
  position: relative;
}
.c-toggler--expanded .c-toggler__title--secondary::after {
  content: "";
  background: url("../../images/svg/icon-arrow-white.svg") no-repeat center center;
  display: block;
  height: 24px;
  width: 24px;
  transform: translateY(-50%) rotateZ(180deg);
}
.c-toggler--expanded .c-toggler__title--tertiary {
  position: relative;
  border-bottom: none;
}
.c-toggler--expanded .c-toggler__title--tertiary::after {
  content: "";
  background: url("../../images/svg/icon-chevron.svg") no-repeat center center;
  display: block;
  height: 24px;
  width: 24px;
  transform: translateY(-50%) rotateZ(180deg);
}
.c-toggler--expanded .c-toggler__title--tertiary:hover {
  border-color: #949494 !important;
}
.c-toggler--expanded .c-toggler__title--fourth {
  position: relative;
}
.c-toggler--expanded .c-toggler__title--fourth::after {
  content: "";
  background: url("../../images/svg/icon-arrow-down.svg") no-repeat center center;
  display: block;
  height: 24px;
  width: 24px;
  right: 16px;
  transform: translateY(-50%) rotateZ(180deg);
}
@media (min-width: 768px) {
  .c-toggler--expanded .c-toggler__title--fourth::after {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .c-toggler--expanded .c-toggler__title--fourth::after {
    right: 16px;
  }
}
@media (min-width: 768px) {
  .c-toggler--expanded.c-toggler--small .c-toggler__title::after {
    display: none;
  }
}

@media (min-width: 575px) {
  .c-toggler__content--secondary {
    display: inherit;
  }
  .c-toggler__title--secondary {
    cursor: default;
    border-top: none;
    border-bottom: none;
    margin-bottom: 24px;
    padding: 0;
  }
  .c-toggler__title--secondary::after {
    display: none;
  }

  .c-toggler--expanded .c-toggler__title--secondary::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-toggler__content--tertiary {
    display: inherit;
  }
  .c-toggler__title--tertiary {
    cursor: default;
    border-top: none;
    border-bottom: none;
    margin-bottom: 24px;
    padding: 0;
  }
  .c-toggler__title--tertiary::after {
    display: none;
  }

  .c-toggler--expanded .c-toggler__title--tertiary::after {
    display: none;
  }
  .c-toggler--expanded .c-toggler__content--tertiary {
    border: none;
  }
}
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.c-ratio-container {
  position: relative;
}

.c-ratio-container::after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}

.c-ratio-container > * {
  display: block;
  outline: 0;
}

.c-ratio-container--secondary > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-ratio-container--secondary::after {
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .c-ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .c-ratio-container::after {
    padding-bottom: 100%;
  }
}
.slick-slider {
  margin: 0;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
@media (min-width: 768px) {
  .slick-list {
    padding: 0 22% 0 0;
  }
  .slick-slider--centered .slick-list {
    padding: 0 11%;
  }
  .c-product-slider .slick-slider--centered .slick-list {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .slick-list {
    padding: 0;
  }
  .slick-slider--centered .slick-list {
    padding: 0;
  }
  .c-product-slider .slick-slider--centered .slick-list {
    margin-right: 0;
  }
}
.slick-list:focus {
  outline: none;
}
.slick-list:focus-within {
  outline: 1px solid #0075FF;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}

.slick-slide {
  max-height: 100%;
  min-height: 1px;
  position: relative;
  /* stylelint-disable-next-line no-descending-specificity */
}
.slick-slider:not(.slick-initialized) .slick-slide {
  display: none;
}
.slick-initialized .slick-slide.slick-active .lazyload, .slick-initialized .slick-slide.slick-current .lazyload {
  display: block;
}

.slick-arrow {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 2px solid #252323;
  text-indent: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
}
.slick-arrow::after {
  content: "";
  background: url("../../images/svg/icon-arrow-right.svg") no-repeat center center;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}
.slick-prev::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.slick-disabled {
  visibility: hidden;
}

.slick-dots {
  margin: 20px 0 12px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #252323;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
}

.slick-active {
  text-align: center;
}
.slick-active > button {
  color: #fff;
  background: #252323;
}
.slick-active > button::before {
  content: none;
}

.c-product-tile {
  padding: 5px 8px 10px;
  background-color: #fff;
  border: solid 1px #e2e2e2;
  position: relative;
}
.c-product-tile .plp-inline-tax-label-japan {
  display: inline-flex;
  gap: 5px;
}
.c-product-tile .tax-label-japan {
  padding: 5px 0 5px 0;
  flex-shrink: 0;
  font-family: "Promt-regular", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
}
.c-product-tile__tile-image-clone {
  opacity: 0;
}
.c-product-tile__image-container {
  text-align: center;
  display: block;
  max-height: 132px;
  max-width: 132px;
  margin: 0 auto 8px;
}
.c-product-tile__label {
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #ffd92a;
  padding: 4px 4px 3px;
  font-family: "Promt-bold", sans-serif;
  font-size: 0.5rem;
  text-transform: uppercase;
  z-index: 1;
}
.c-product-tile__label:hover {
  text-decoration: none;
}
.c-product-tile__tile-body {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.c-product-tile__swatches-wrapper {
  margin-bottom: 3px;
  min-height: 24px;
}
.c-product-tile__sport-category {
  display: block;
  margin-bottom: 4px;
  font-size: 0.75rem;
  text-transform: capitalize;
}
.c-product-tile__sport-category:hover {
  text-decoration: none;
}
.c-product-tile__category-context {
  text-transform: capitalize;
  font-size: 0.75rem;
  font-family: "Promt-regular", sans-serif;
  height: 20px;
}
@media (max-width: 574.98px) {
  .c-product-tile__category-context {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .c-product-tile__category-context {
    margin-bottom: 5px;
    font-size: 0.875rem;
  }
}
.c-product-tile__product-name {
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-family: "Promt-medium", sans-serif;
  line-height: 1.14;
  text-transform: capitalize;
  height: 30px;
}
.c-product-tile__prices-wrapper {
  height: auto;
  line-height: 1.4;
}
.c-product-tile__prices-wrapper--long-prices {
  height: auto;
}
.c-product-tile__prices-wrapper .c-price__discount-percentage {
  margin-left: 0;
}
.c-product-tile__swatch {
  width: 14px;
  height: 14px;
  border-width: 2px;
}
.c-product-tile__swatch-link {
  margin-right: 8px;
  margin-bottom: 8px;
}
.c-product-tile__separator {
  display: none;
  width: 72px;
  height: 1px;
  margin: 0 0 16px;
  border: none;
  background: #252323;
}
.c-product-tile__benefits {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 16px;
  border-top: solid 1px #e2e2e2;
  padding: 15px 8px 0;
  height: 202px;
  overflow: hidden;
}
.c-product-tile__benefit-title {
  margin-bottom: 16px;
  height: 51px;
  overflow: hidden;
}
.c-product-tile__benefit-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #73e78a;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
}
.c-product-tile__benefit-icon .svg-inline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-product-tile__learn-more {
  margin-top: 16px;
}
.c-product-tile--pickleball {
  background-color: #fcde00;
}
@media (min-width: 768px) {
  .c-product-tile {
    padding: 8px 15px 17px;
  }
  .c-product-tile__label {
    padding: 4px 8px;
    font-size: 0.75rem;
  }
  .c-product-tile__swatches-wrapper {
    margin-bottom: 14px;
  }
  .c-product-tile__sport-category {
    margin-bottom: 1px;
    font-size: 0.875rem;
  }
  .c-product-tile__product-name {
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-family: "Promt-semi-bold", sans-serif;
    line-height: 1.2;
    height: 42px;
  }
  .c-product-tile__prices-wrapper {
    height: 28px;
  }
  .c-product-tile__prices-wrapper--long-prices {
    height: 40px;
  }
  .c-product-tile__prices-wrapper .c-price__discount-percentage {
    margin-left: 12px;
  }
  .c-product-tile__separator {
    display: block;
  }
  .c-product-tile__benefits {
    margin-left: -16px;
    margin-right: -16px;
    padding: 15px 16px 0;
  }
  .c-product-tile__image-container {
    max-height: 200px;
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .c-product-tile:hover .c-product-tile__tile-image {
    transition: none;
  }
  .c-product-tile:hover .c-product-tile__tile-image-clone {
    opacity: 1;
    transition: none;
    background-color: #fff;
  }
  .c-product-tile__label {
    top: 16px;
  }
  .c-product-tile__tile-image {
    max-width: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-product-tile__image-container {
    max-width: 240px;
    max-height: none;
  }
  .c-product-tile__image-container.c-ratio-container--secondary::after {
    padding-bottom: 240px;
  }
  .c-product-tile__swatches-wrapper {
    margin-bottom: 8px;
  }
  .c-product-tile__benefits {
    margin-top: 8px;
    overflow: visible;
    height: auto;
  }
  .c-product-tile__benefit-title {
    overflow: visible;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .c-product-tile__product-name {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .c-product-tile .m-product-detail__rating .bv_main_container {
    display: flex !important;
  }
  .c-product-tile .m-product-detail__rating #ratings-summary {
    padding-right: 0 !important;
  }
  .c-product-tile .m-product-detail__rating .bv_stars_component_container {
    width: 50% !important;
  }
}
.c-product-tile__product-context .c-product-tile__product-name {
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .c-product-tile__product-context .c-product-tile__product-name {
    margin-bottom: 2px;
  }
}
.c-product-tile__overview-details {
  border: 1px solid #e2e2e2;
  margin: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.c-product-tile__overview-details svg {
  flex-shrink: 0;
}
.c-product-tile__overview-details p {
  margin: 0;
  padding: 0;
}
.c-product-tile__overview-details__benefits {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 16px;
  padding: 10px 5px 10px 5px;
  row-gap: 10px;
  color: #252323;
  font-size: 10px;
}
.c-product-tile__overview-details__benefit {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  overflow: hidden;
}
.c-product-tile__overview-details__benefit__text {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.c-product-tile__overview-details__specs {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 16px;
  padding: 5px 0;
  row-gap: 5px;
  font-size: 10px;
}
.c-product-tile__overview-details__spec {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-product-tile__overview-details__spec__name {
  flex-basis: 55%;
  font-family: "Promt-semi-bold", sans-serif;
  color: #6d6c6c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-product-tile__overview-details__spec__value {
  flex-basis: 40%;
  color: #6d6c6c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-product-tile__overview-details--divider {
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}
.c-product-tile__compare-details {
  display: block;
  border-top: 1px solid #e2e2e2;
  margin: 10px -9px 0 -9px;
  color: #6d6c6c;
}
@media (min-width: 1200px) {
  .c-product-tile__compare-details {
    margin: 10px -16px 0 -16px;
  }
}
.c-product-tile__compare-details svg {
  flex-shrink: 0;
}
.c-product-tile__compare-details__benefits {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  padding: 10px 5px 10px 5px;
  row-gap: 5px;
}
.c-product-tile__compare-details__benefits__name {
  text-align: center;
  font-family: "Promt-semi-bold", sans-serif;
  color: #6d6c6c;
}
.c-product-tile__compare-details__benefits__list {
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #6d6c6c;
  row-gap: 5px;
}
@media (min-width: 1200px) {
  .c-product-tile__compare-details__benefits {
    flex-direction: row;
    align-items: center;
  }
  .c-product-tile__compare-details__benefits__list, .c-product-tile__compare-details__benefits__name {
    flex-basis: 50%;
  }
}
.c-product-tile__compare-details__benefit {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  overflow: hidden;
  justify-content: center;
}
.c-product-tile__compare-details__benefit__text {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  max-width: 80px;
}
.c-product-tile__compare-details__specs {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 16px;
  font-size: 12px;
  padding: 10px 0;
  row-gap: 10px;
  color: #6d6c6c;
}
.c-product-tile__compare-details__spec {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.c-product-tile__compare-details__spec__name {
  font-family: "Promt-semi-bold", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.c-product-tile__compare-details__spec__value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-product-tile__compare-details__spec {
    flex-direction: row;
    align-items: center;
  }
  .c-product-tile__compare-details__spec__value, .c-product-tile__compare-details__spec__name {
    text-align: center;
    flex-basis: 50%;
  }
}
.c-product-tile__compare-details__see-more {
  text-align: center;
  margin-bottom: 0;
}
.c-product-tile__compare-details__see-more .btn:hover,
.c-product-tile__compare-details__see-more .btn {
  color: #252323;
  border-color: #252323;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-tile__compare-details__see-more .btn:hover,
.c-product-tile__compare-details__see-more .btn {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .c-product-tile__compare-details__see-more {
    margin-bottom: -7px;
  }
}
.c-product-tile__compare-details--divider {
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}
.c-product-tile__compare-details p {
  margin: 0;
}
.c-product-tile__control-icons {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-product-tile__control-icons__remove {
  padding: 6px;
  border-radius: 50%;
  background: #252323;
  width: 20px;
  height: 20px;
}
.c-product-tile__control-icons__remove:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../images/svg/icon-close-small-white.svg") no-repeat center center;
  display: block;
}
.c-product-tile__control-icons__zoom {
  padding: 2px;
  width: 20px;
  height: 20px;
}
.c-product-tile__control-icons__zoom:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../images/svg/icon-magnifying-glass.svg") no-repeat center center;
  display: block;
}
@media (min-width: 1200px) {
  .c-product-tile--overview {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 100%;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
    transition: all 0.5s ease;
    transform-origin: center top;
  }
  .c-product-tile--overview:hover {
    z-index: 10;
    transform: translateY(-30px) scale(1.08);
  }
  .c-product-tile--overview:hover .c-product-tile__overview-details {
    margin: 10px 0 0 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: auto;
  }
  .c-product-tile--overview:hover .c-product-tile__tile-image {
    max-width: 310px;
    width: 310px;
  }
  .c-product-tile--overview:hover .c-product-tile__image-container.c-ratio-container--secondary::after {
    padding-bottom: 310px;
  }
}
.c-product-tile__brand-image {
  position: absolute;
  top: 0;
  right: -5px;
  left: auto;
  height: auto;
  width: auto;
  max-width: 33%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .c-product-tile__brand-image {
    right: -15px;
  }
}
@media (min-width: 1200px) {
  .c-product-tile__brand-image {
    right: -40px;
  }
}
@media (min-width: 1400px) {
  .c-product-tile__brand-image {
    right: -40px;
  }
}

/* disable overview on slick slides */
.slick-slider .c-product-tile--overview:hover {
  transition: unset;
  left: 0;
  right: 0;
  top: 0;
  position: unset;
}
.slick-slider .c-product-tile--overview:hover .c-product-tile__overview-details {
  display: none;
}
.slick-slider .c-product-tile--overview:hover .c-product-tile__tile-image {
  max-width: 240px;
  width: 240px;
}
.slick-slider .c-product-tile--overview:hover .c-product-tile__image-container.c-ratio-container--secondary::after {
  padding-bottom: 240px;
}

.c-product-slider {
  padding-top: 24px;
  padding-bottom: 24px;
}
.c-product-slider__section-title {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.c-product-slider__item {
  padding: 0 4px;
  display: block !important;
}
.c-product-slider .slick-next {
  right: 4px;
}
.c-product-slider .slick-prev {
  left: 4px;
}
.c-product-slider .c-product-tile {
  padding: 8px 16px 16px;
}
.c-product-slider .c-product-tile__product-link-container {
  display: flex;
  justify-content: space-between;
}
.c-product-slider .c-product-tile__label {
  font-size: 0.75rem;
  padding: 4px 8px;
  top: 16px;
}
.c-product-slider .c-product-tile__product-name {
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-family: "Promt-semi-bold", sans-serif;
  line-height: 1.2;
}
.c-product-slider .c-product-tile__prices-wrapper {
  height: auto;
}
.c-product-slider .c-product-tile__prices-wrapper .c-price {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  margin-top: 5px;
}
.c-product-slider .c-product-tile__prices-wrapper .c-price .c-price__sales.c-price__sales--discounted {
  order: 0;
  font-weight: bold;
}
.c-product-slider .c-product-tile__prices-wrapper .c-price .price__strike-through {
  order: 1;
}
.c-product-slider .c-product-tile__prices-wrapper .c-price .price__strike-through .c-price__strike-through {
  margin: 0;
  text-decoration: line-through;
}
.c-product-slider .c-product-tile__prices-wrapper .c-price .c-price__discount-percentage {
  order: 2;
  margin: 0;
}
.c-product-slider .c-product-tile__sport-category {
  font-size: 0.875rem;
  margin-bottom: 1px;
  height: 21px;
}
.c-product-slider .c-product-tile__separator {
  display: block;
  margin-bottom: 12px;
}
.c-product-slider .c-product-tile__swatches-wrapper {
  margin-bottom: 11px;
}
.c-product-slider .c-product-tile .m-product-detail__attribute-grip-size {
  display: none;
}
.c-product-slider .c-product-tile .m-product-detail__stringing-cta {
  display: none;
}
.c-product-slider .c-product-tile .m-product-detail__cta .cart-and-ipay,
.c-product-slider .c-product-tile .m-product-detail__cta .find-dealer-btn {
  width: 100%;
  position: relative;
}
.c-product-slider .c-product-tile .m-product-detail__cta .svg-inline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
  left: 16px;
}
.c-product-slider .c-product-tile .m-product-detail__cta .svg-inline path {
  stroke: #fff;
  transition: all 0.2s ease-in;
}
.c-product-slider .c-product-tile .m-product-detail__cta .c-button.d-none + .svg-inline, .c-product-slider .c-product-tile .m-product-detail__cta .c-button.out-of-stock + .svg-inline {
  /* stylelint-disable-line */
  display: none;
}
.c-product-slider .c-product-tile .m-product-detail__cta .c-button.active .svg-inline path {
  stroke: #252323;
}
.c-product-slider .c-product-tile .m-product-detail__select-option.disabled, .c-product-slider .c-product-tile .m-product-detail__select-option.unselectable, .c-product-slider .c-product-tile .m-product-detail__select-option:disabled {
  background-color: #fff;
  border: solid 1px #fff;
  color: #b9b9b9;
  text-decoration: line-through !important;
  cursor: default;
}
.c-product-slider .c-product-tile .m-product-detail__quantity-select {
  width: 100%;
}
@media (min-width: 768px) {
  .c-product-slider {
    padding-left: 40px;
    padding-right: 40px;
  }
  .c-product-slider__wrapper {
    padding-bottom: 58px;
  }
  .c-product-slider__section-title {
    margin-bottom: 24px;
  }
  .c-product-slider__item {
    padding: 0 8px;
  }
  .c-product-slider .slick-next {
    right: 20px;
  }
  .c-product-slider__cart-einstein-recommendations > .c-product-slider .slick-next, .c-product-slider__cart-recommendations > .c-product-slider .slick-next {
    right: -30px;
  }
  .c-product-slider .slick-prev {
    left: 20px;
  }
  .c-product-slider__cart-einstein-recommendations > .c-product-slider .slick-prev, .c-product-slider__cart-recommendations > .c-product-slider .slick-prev {
    left: -30px;
  }
  .c-product-slider .slick-dots {
    padding-right: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -82px;
  }
  .c-product-slider .c-product-tile {
    padding: 16px 24px;
  }
  .c-product-slider .c-product-tile__swatches-wrapper {
    margin-bottom: 14px;
  }
  .c-product-slider .c-product-tile__separator {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .c-product-slider .slick-prev {
    left: 20px;
  }
  .c-product-slider__cart-einstein-recommendations > .c-product-slider .slick-prev, .c-product-slider__cart-recommendations > .c-product-slider .slick-prev {
    left: -35px;
  }
  .c-product-slider .slick-next {
    right: 20px;
  }
  .c-product-slider__cart-einstein-recommendations > .c-product-slider .slick-next, .c-product-slider__cart-recommendations > .c-product-slider .slick-next {
    right: -35px;
  }
  .c-product-slider .slick-dots {
    padding-right: 0;
  }
  .c-product-slider__container {
    width: 100%;
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .c-product-slider {
    padding-left: 22px;
    padding-right: 22px;
  }
  .c-product-slider__container {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .c-product-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .c-product-slider__container {
    max-width: 1416px;
  }
}

.js-popin-btn {
  cursor: pointer;
}

#assetBodyPopup {
  padding-right: 0 !important;
  overflow-y: hidden;
}
#assetBodyPopup .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#assetBodyPopup .modal-body {
  padding-top: 0;
  overflow-y: auto;
}
#assetBodyPopup .modal-content {
  height: 100%;
}

.asset-popup-wrapper {
  margin-bottom: 45px;
  padding: 0 10px;
}

.asset-popup-header {
  font-size: 1.125rem;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e2e2;
}

.asset-popup-content {
  font-size: 0.875rem;
}
.asset-popup-content a {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  #assetBodyPopup {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  #assetBodyPopup .modal-dialog {
    max-width: 60%;
    max-height: 60%;
  }
  #assetBodyPopup .modal-content {
    display: flex;
    height: auto;
    max-height: 100%;
    padding: 30px;
  }
  #assetBodyPopup .modal-content .close {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  #assetBodyPopup .modal-dialog {
    max-width: 40%;
  }

  .asset-popup-wrapper {
    padding: 0 30px;
  }
}
#localesuggetion {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#localesuggetion p {
  font-size: 1rem;
}
#localesuggetion .modal-dialog {
  margin: 0;
}
@media (min-width: 768px) {
  #localesuggetion .modal-dialog {
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
  }
}
#localesuggetion .modal-content {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.12);
}
#localesuggetion .modal-body {
  padding-top: 0;
}
#localesuggetion .locale-suggestion-buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #localesuggetion .locale-suggestion-buttons {
    flex-direction: column;
  }
}
#localesuggetion .locale-suggestion-buttons .c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 100%;
}
#localesuggetion .locale-suggestion-buttons .c-button--secondary {
  padding: 14px 16px !important;
  margin: 0 !important;
}
#localesuggetion .locale-suggestion-buttons .c-button span {
  margin: 2px 0 0 10px;
}
#localesuggetion .locale-suggestion-buttons .svg-inline path {
  stroke: none;
  transition: all 0.2s ease-in;
}
#localesuggetion .locale-suggestion-dropdown-menu {
  flex-direction: column;
}
@media (min-width: 1200px) {
  #localesuggetion .locale-suggestion-global:hover svg path {
    fill: inherit;
  }
}
#localesuggetion .locale-suggestion-dropdown-link {
  position: relative;
  padding-right: 23px;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 auto 0 0;
}
#localesuggetion .locale-suggestion-dropdown-link::after {
  border-width: 5px;
  margin-left: 8px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) translateY(-0.5px);
}
#localesuggetion .locale-suggestion-dropdown-link.locale-suggestion-dropdown-open::after {
  transform: rotateZ(180deg);
  top: 35%;
}
#localesuggetion .locale-suggestion-dropdown {
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 0.5rem 0;
}

.clear-input-button {
  position: absolute;
  right: 16px;
  bottom: 12px;
  height: 24px;
  width: 18px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZSBpY29uLWNsb3NlLXNtYWxsIiByb2xlPSJpbWciIGFyaWEtaGlkZGVuPSJ0cnVlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNNC41IDQuNWwxNSAxNW0tMTUgMGwxNS0xNSIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
}

.c-input__with-requirements + .clear-input-button {
  bottom: 33px;
}

@media (min-width: 768px) {
  .m-newsletter-popin .modal-dialog {
    max-width: 80vw;
  }
}
@media (min-width: 1200px) {
  .m-newsletter-popin .modal-dialog {
    max-width: 65vw;
  }
}
.m-newsletter-popin .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  cursor: pointer;
  z-index: 1;
}
.m-newsletter-popin .password-form-wrapper .button__eye {
  bottom: 22px;
}
.m-newsletter-popin .m-newsletter__title {
  font-family: "Promt-bold", sans-serif;
  font-size: 1.375rem;
  text-transform: uppercase;
}
.m-newsletter-popin .m-newsletter__title--white {
  color: #fff;
}
.m-newsletter-popin .m-newsletter__title--black {
  color: #000;
}
.m-newsletter-popin .m-newsletter__banner-text {
  font-family: "Promt-regular", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  padding: 10px 0 24px;
  margin-bottom: 0;
}
.m-newsletter-popin .m-newsletter__form-container {
  background: #fff;
  padding: 36px 16px 48px;
  display: flex;
  align-items: center;
}
.m-newsletter-popin .m-newsletter__form-controls {
  display: flex;
  margin: 16px 0;
  width: 100%;
}
.m-newsletter-popin .m-newsletter__form-group {
  margin-top: 16px;
  margin-bottom: 0;
}
.m-newsletter-popin .m-newsletter__input {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
.m-newsletter-popin .m-newsletter__checkbox-container {
  margin-right: 24px;
}
.m-newsletter-popin .m-newsletter__btn {
  width: 100%;
  margin-top: 16px;
}
.m-newsletter-popin .m-newsletter__privacy-label {
  color: #6d6c6c;
  font-size: 0.875rem;
}
.m-newsletter-popin .m-newsletter__subscribed-container {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
}
.m-newsletter-popin .m-newsletter__subscribed-container .c-form-state--success {
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 10px 16px 10px 70px;
}
.m-newsletter-popin .m-newsletter .newsletter-password-hint {
  font-size: 0.75rem;
}
.m-newsletter-popin .m-newsletter .form-group {
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-newsletter-popin .m-newsletter .c-input {
  font-family: "Promt-regular", sans-serif;
  font-size: 1rem;
  margin-top: 6px;
  margin-bottom: 0;
}
.m-newsletter-popin .m-newsletter .c-label--radio-btn {
  padding-left: 1%;
  width: 49%;
}
.m-newsletter-popin .m-newsletter .c-label--radio-btn:first-of-type {
  float: left;
  padding-right: 1%;
  padding-left: 0;
}
.m-newsletter-popin .m-newsletter .c-preferences-group__inner {
  flex-wrap: wrap;
}
.m-newsletter-popin .m-newsletter .c-preferences-group__inner .c-label {
  font-family: "Promt-regular", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}
.m-newsletter-popin .m-newsletter .c-preferences-group__inner .c-label::before {
  top: -1px;
}
.m-newsletter-popin .m-newsletter .c-preferences-group__inner .c-input--checkbox:checked + .c-label {
  font-family: "Promt-semi-bold", sans-serif;
}
.m-newsletter-popin .m-newsletter .c-preferences-group__inner .c-input--checkbox:checked + .c-label::after {
  top: -1px;
}
.m-newsletter-popin .m-newsletter .c-label--with-link {
  color: #6d6c6c;
}
.m-newsletter-popin .m-newsletter .c-input--checkbox {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
}
.m-newsletter-popin .m-newsletter .button__eye {
  top: 35px;
}
.m-newsletter-popin .m-newsletter .c-preferences-group {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 23px;
}
.m-newsletter-popin .m-newsletter .c-label--with-link {
  margin-top: 10px;
}

.c-anniversary-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.c-anniversary-title__logo-wrapper {
  margin-right: 10px;
}
.c-anniversary-title__text {
  margin-right: 10px;
  font-size: 22px;
  line-height: 22px;
  height: 19px;
  font-weight: unset;
  font-family: "Promt-bold", sans-serif;
}
.c-anniversary-title__text--bold {
  font-family: "Promt-bold", sans-serif;
  font-weight: bolder;
}
.c-anniversary-title__text--semi-bold {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
}
.c-anniversary-title__text--regular {
  font-family: "Promt-regular", sans-serif;
}
.c-anniversary-title__text-wrapper {
  display: flex;
  align-items: flex-end;
}
.c-anniversary-title__button {
  text-decoration: underline;
  display: block;
  border: 1px solid transparent;
  padding: 5px 10px;
  margin-bottom: -6px;
  line-height: 16px;
  font-size: 16px;
}
.c-anniversary-title__button--bold {
  font-family: "Promt-bold", sans-serif;
  font-weight: bolder;
}
.c-anniversary-title__button--semi-bold {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
}
.c-anniversary-title__button--regular {
  font-family: "Promt-regular", sans-serif;
}

.c-anniversary-carousel .c-anniversary-carousel__slick {
  max-width: 100vw;
  margin-left: -16px;
  margin-right: -16px;
}
.c-anniversary-carousel .slick-arrow {
  transition: all 0.2s cubic-bezier(0.545, 0.015, 0.335, 1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: unset;
}
.c-anniversary-carousel .slick-next {
  right: 5px;
}
.c-anniversary-carousel .slick-prev {
  left: 5px;
}
.c-anniversary-carousel .slick-arrow::after {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-anniversary-carousel--pd .slick-next {
  right: 10px;
}
.c-anniversary-carousel--pd .slick-prev {
  left: 10px;
}
.c-anniversary-carousel .c-anniversary-tile--wrapper {
  padding: 4px 8px;
}
.c-anniversary-carousel.c-anniversary-carousel--product {
  padding: 0;
}
.c-anniversary-carousel.c-anniversary-carousel--product .c-anniversary-carousel__slick-wrapper {
  padding: 0;
}
.c-anniversary-carousel.c-anniversary-carousel--product .c-anniversary-carousel__slick-wrapper:has(.slick-dotted) {
  padding-bottom: 50px;
}
.c-anniversary-carousel .c-product-slider__wrapper {
  padding: 0;
}
@media (min-width: 1200px) {
  .c-anniversary-carousel .c-anniversary-carousel__slick {
    margin-left: -10px;
    margin-right: -10px;
  }
  .c-anniversary-carousel .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .c-anniversary-carousel .slick-arrow:hover {
    width: 52px;
    height: 52px;
  }
  .c-anniversary-carousel .slick-arrow::after {
    width: 50px;
    height: 50px;
  }
  .c-anniversary-carousel .slick-next {
    right: -17px;
  }
  .c-anniversary-carousel .slick-prev {
    left: -17px;
  }
  .c-anniversary-carousel .c-anniversary-tile--wrapper {
    padding: 20px 10px;
  }
}

.c-anniversary-tile {
  position: relative;
  border: 1px solid #e2e2e2;
  transition: all 0.2s linear;
  box-shadow: 0px 2px 3px #e2e2e2;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 1200px) {
  .c-anniversary-tile:hover {
    box-shadow: 0px 8px 8px #e2e2e2;
    margin: -3px;
  }
  .c-anniversary-tile:hover .c-anniversary-tile__button {
    font-family: "Promt-semi-bold", sans-serif;
    font-weight: bold;
    background: #000;
    color: #fff;
    text-decoration: none;
  }
  .c-anniversary-tile:hover .c-anniversary-tile__fat-div {
    flex-grow: 1;
  }
}
.c-anniversary-tile .ellipsis-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-anniversary-tile .ellipsis-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.c-anniversary-tile__visual-image {
  width: 100%;
}
.c-anniversary-tile__title {
  font-family: "Promt-bold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: unset;
}
.c-anniversary-tile__title--bold {
  font-family: "Promt-bold", sans-serif;
  font-weight: bolder;
}
.c-anniversary-tile__title--semi-bold {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
}
.c-anniversary-tile__title--regular {
  font-family: "Promt-regular", sans-serif;
}
.c-anniversary-tile__text {
  font-family: "Promt-regular", sans-serif;
  font-size: 16px;
  margin: 0;
}
.c-anniversary-tile__button {
  font-size: 14px;
  display: inline-block;
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  height: 35px;
  line-height: 33px;
}
.c-anniversary-tile__info-text {
  font-size: 14px;
  display: inline-block;
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  margin: 0 10px;
}
.c-anniversary-tile--empty .c-anniversary-tile__content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-anniversary-tile--empty .c-anniversary-tile__title {
  color: #fff;
}
.c-anniversary-tile--empty .c-anniversary-tile__button {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
@media (min-width: 1200px) {
  .c-anniversary-tile--empty:hover .c-anniversary-tile__button {
    border: 1px solid #fff;
    color: #fff;
    background: none;
  }
}
@media (min-width: 1200px) {
  .c-anniversary-tile--text:hover .c-anniversary-tile__text {
    height: auto;
    max-height: 100%;
    margin: 0 0 10px 0;
  }
}
.c-anniversary-tile--text .c-anniversary-tile__content {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.c-anniversary-tile--text .c-anniversary-tile__title {
  margin-bottom: 10px;
}
.c-anniversary-tile--text .c-anniversary-tile__text {
  height: 0;
  max-height: 0;
  transition: height 0.3s linear;
}
@media (min-width: 1200px) {
  .c-anniversary-tile--visual:hover .c-anniversary-tile__text {
    height: auto;
    max-height: 100%;
    margin: 0 0 10px 0;
  }
  .c-anniversary-tile--visual:hover .c-anniversary-tile__content {
    top: 0;
  }
  .c-anniversary-tile--visual:hover .c-anniversary-tile__button {
    background: #000;
  }
}
.c-anniversary-tile--visual .c-anniversary-tile__content {
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transition: height 0.3s linear;
}
.c-anniversary-tile--visual .c-anniversary-tile__title {
  margin-bottom: 15px;
  margin-top: 20px;
  color: #fff;
}
.c-anniversary-tile--visual .c-anniversary-tile__text {
  height: 0;
  max-height: 0;
  color: #fff;
}
.c-anniversary-tile--visual .c-anniversary-tile__button {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.c-anniversary-tile--visual .c-anniversary-tile__button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-breadcrumb {
  list-style-type: none;
  padding-top: 16px;
  margin-bottom: 5px;
}
.c-breadcrumb__list-item {
  color: #6d6c6c;
  font-family: "Promt-regular", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-right: 5px;
}

.m-no-results__container {
  padding-top: 24px;
}
.m-no-results__title {
  font-family: "Promt-regular", sans-serif;
  font-size: 1.5rem;
  color: #252323;
  margin-bottom: 0;
}
.m-no-results__search-keywords {
  font-family: "Promt-semi-bold", sans-serif;
}
.m-no-results__link {
  font-family: "Promt-semi-bold", sans-serif;
  text-decoration: underline;
}
.m-no-results__search-advice {
  color: #6d6c6c;
  margin-top: 24px;
  margin-bottom: 0;
}
.m-no-results__product-slider {
  margin: 24px 0 48px;
}
@media (min-width: 575px) {
  .m-no-results__product-slider {
    margin: 48px 0;
  }
  .m-no-results__container {
    padding-top: 0;
  }
}

.c-cat-navigation {
  margin-bottom: 18px;
  margin-top: 24px;
}
.c-cat-navigation__name-wrapper {
  padding-left: 8px;
}
.c-cat-navigation__cat-name {
  font-size: 1.375rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.c-cat-navigation__cat-name img {
  width: 200px;
  margin-left: -36px;
  margin-top: -40px;
  margin-bottom: -50px;
  border: none;
}
.c-cat-navigation__list-wrapper {
  overflow-x: auto;
  padding-left: 8px;
}
.c-cat-navigation__subcat-list {
  display: flex;
  margin-bottom: 0;
}
.c-cat-navigation__subcat-list--visible {
  flex-shrink: 0;
  flex-basis: calc(100% + 35px);
  padding-right: 16px;
}
.c-cat-navigation__subcat-list--visible ul {
  display: flex;
  justify-content: space-between;
}
.c-cat-navigation__subcat-list--invisible {
  margin-left: 16px;
  padding-right: 16px;
}
.c-cat-navigation__subcat-list--invisible ul {
  display: flex;
}
.c-cat-navigation__sub-category {
  white-space: nowrap;
  margin: 0 16px;
}
.c-cat-navigation__sub-category:first-of-type {
  margin-left: 0;
}
.c-cat-navigation__sub-category:last-of-type {
  margin-right: 0;
}
@media (min-width: 575px) {
  .c-cat-navigation__subcat-list.container, .c-cat-navigation__cat-name.container {
    max-width: 583px;
  }
}
@media (min-width: 768px) {
  .c-cat-navigation {
    margin-bottom: 22px;
    margin-top: 26px;
  }
  .c-cat-navigation__name-wrapper, .c-cat-navigation__list-wrapper {
    padding-left: 12px;
  }
  .c-cat-navigation__subcat-list.container, .c-cat-navigation__cat-name.container {
    max-width: 780px;
  }
}
@media (min-width: 992px) {
  .c-cat-navigation__subcat-list.container, .c-cat-navigation__cat-name.container {
    max-width: 1004px;
  }
}
@media (min-width: 1200px) {
  .c-cat-navigation {
    margin-bottom: 30px;
    margin-top: 38px;
    position: relative;
  }
  .c-cat-navigation__name-wrapper {
    padding-left: 0;
    position: absolute;
    top: -3px;
    left: 8px;
  }
  .c-cat-navigation__list-wrapper {
    padding-left: 0;
    float: right;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
  }
  .c-cat-navigation__list-wrapper::-webkit-scrollbar {
    display: none;
  }
  .c-cat-navigation__list-wrapper .container {
    padding-left: 0;
  }
  .c-cat-navigation__cat-name {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .c-cat-navigation__subcat-list.container, .c-cat-navigation__cat-name.container {
    max-width: 1222px;
    padding-left: 0;
  }
  .c-cat-navigation__subcat-list.container {
    max-width: none;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .c-cat-navigation__sub-category {
    display: inline-block;
  }
  .c-cat-navigation__sub-category:first-of-type {
    margin-left: 20px;
  }
}
@media (min-width: 1400px) {
  .c-cat-navigation__subcat-list.container, .c-cat-navigation__cat-name.container {
    max-width: 1424px;
    padding-right: 60px;
  }
  .c-cat-navigation__subcat-list.container {
    max-width: none;
    padding-right: 0;
  }
  .c-cat-navigation__list-wrapper.has-no-active-scroll {
    width: 100% !important;
    float: none;
  }
  .c-cat-navigation__list-wrapper.has-no-active-scroll .c-cat-navigation__sub-category:first-of-type {
    margin-left: 70px;
  }
  .c-cat-navigation__name-wrapper {
    left: 0;
  }
}
@media (max-width: 1199.98px) {
  .c-cat-navigation.container-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-hero {
  height: 302px;
}
.c-hero__visual {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 302px;
  overflow: hidden;
}
.c-hero__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(-0.5px);
  width: 100%;
  z-index: 1;
}
.c-hero__title {
  font-size: 2rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 235px;
}
.c-hero__description {
  line-height: 1.375rem;
  letter-spacing: normal;
  margin-bottom: 24px;
  max-width: 235px;
}
.c-hero--video {
  height: auto;
  overflow: hidden;
}
@media (max-width: 574.98px) {
  .c-hero__content.bottom-left-aligned, .c-hero__content.bottom-right-aligned {
    bottom: 20px;
    top: auto;
    transform: none;
  }
  .c-hero__content.bottom-left-aligned .c-hero__wrapper {
    margin-left: 0;
  }
  .c-hero__content.bottom-right-aligned {
    text-align: right;
  }
  .c-hero__content.bottom-right-aligned .c-hero__title,
.c-hero__content.bottom-right-aligned .c-hero__description,
.c-hero__content.bottom-right-aligned .c-hero__wrapper {
    margin-left: auto;
  }
  .c-hero__content.mobile-stick-bottom {
    position: absolute;
    bottom: 10px;
  }
  .c-hero .video-content.bottom-left-aligned, .c-hero .video-content.bottom-right-aligned {
    bottom: 20px !important;
    top: auto !important;
    left: 0 !important;
    transform: none !important;
  }
  .c-hero .video-content.bottom-right-aligned {
    text-align: right;
  }
  .c-hero .video-content.bottom-right-aligned .video-title {
    margin-left: auto;
  }
  .c-hero .video-content.bottom-right-aligned .video-subtitle {
    padding-right: 0;
  }
  .c-hero.mobile-vertical-content {
    height: 60vh;
  }
  .c-hero.mobile-vertical-content .video-content:not(.bottom-left-aligned):not(.bottom-right-aligned) {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .c-hero.mobile-vertical-content .c-hero__visual {
    height: 60vh;
  }
  .c-hero.mobile-vertical-content .c-hero__visual .image--fit {
    display: flex;
  }
  .c-hero.mobile-vertical-content .c-hero__visual .main-banner-image {
    display: none;
  }
  .c-hero.mobile-vertical-content.c-hero--video video {
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .c-hero {
    height: 380px;
  }
  .c-hero__visual {
    height: 380px;
  }
  .c-hero__title {
    font-size: 2.625rem;
    line-height: 2.6875rem;
    margin-left: 50px;
    max-width: 355px;
  }
  .c-hero__description, .c-hero__button {
    margin-left: 50px;
    max-width: 355px;
  }
  .c-hero--video {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .c-hero {
    height: 651px;
  }
  .c-hero:hover .c-button--secondary-reversed {
    border-color: #74ecf7;
    color: #fff;
  }
  .c-hero__visual {
    height: 651px;
  }
  .c-hero__title {
    font-size: 3.875rem;
    line-height: 4.5625rem;
    margin-left: 0;
    max-width: 450px;
  }
  .c-hero__description {
    margin-left: 0;
  }
  .c-hero__button {
    margin-left: 0;
  }
  .c-hero--video {
    height: auto;
  }
}
.c-hero__countdown-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  font-size: 16px;
}
.c-hero__countdown-wrapper__text {
  margin-top: 32px;
  font-size: 25px;
  color: #fff;
  z-index: 4;
}
.c-hero__countdown-wrapper__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px 15px 10px;
}
.c-hero__countdown-wrapper__title {
  font-size: 2rem;
  line-height: 2.375rem;
  text-transform: uppercase;
}
.c-hero__countdown-wrapper__description {
  line-height: 1.375rem;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .c-hero__countdown-wrapper__content {
    padding: 15px 10%;
  }
  .c-hero__countdown-wrapper__title {
    font-size: 2.625rem;
    line-height: 2.6875rem;
  }
}
@media (min-width: 1200px) {
  .c-hero__countdown-wrapper__text {
    margin-top: 40px;
    font-size: 45px;
  }
  .c-hero__countdown-wrapper__content {
    padding: 15px 15% 40px;
  }
  .c-hero__countdown-wrapper__title {
    font-size: 3.875rem;
    line-height: 4.5625rem;
  }
}

#flipdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-reflect: below 0 linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  font-family: "Promt-regular", sans-serif;
  padding-left: 30px;
}
#flipdown.no-days .rotor-group:first-child {
  display: none;
}
#flipdown.bold-group-heading .rotor-group .rotor-group-heading::before {
  font-family: "Promt-bold", sans-serif;
  font-weight: bold;
}
#flipdown.semi-bold-group-heading .rotor-group .rotor-group-heading::before {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
}
#flipdown.no-shadow {
  -webkit-box-reflect: unset;
}
#flipdown .rotor-group {
  width: 135px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#flipdown .rotor-group:last-child {
  width: 105px;
}
#flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  bottom: 65px;
}
#flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  bottom: 85px;
}
#flipdown .rotor-group:after, #flipdown .rotor-group:before {
  background-color: #fff;
  box-shadow: 0px 0px 2px #6d6c6c;
  border-radius: 0;
}
#flipdown .rotor-group .rotor:after {
  border: unset;
}
#flipdown .rotor-group .rotor .rotor-leaf-rear,
#flipdown .rotor-group .rotor .rotor-leaf-front,
#flipdown .rotor-group .rotor .rotor-bottom,
#flipdown .rotor-group .rotor .rotor-top {
  background: #fff;
}
#flipdown .rotor-group .rotor-group-heading {
  width: 100%;
  order: 1;
  padding-top: 10px;
}
#flipdown .rotor-group .rotor-group-heading::before {
  font-family: "Promt-regular", sans-serif;
}
#flipdown .rotor-group .rotor-separator {
  position: absolute;
  background: #6d6c6c;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 0.01rem;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #flipdown {
    padding-left: 0;
    height: 80px;
  }
  #flipdown .rotor-group {
    width: 95px;
    padding-right: 10px;
  }
  #flipdown .rotor-group::before, #flipdown .rotor-group::after {
    width: 6px;
    height: 6px;
  }
  #flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before {
    bottom: 38px;
    left: 87px;
  }
  #flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
    bottom: 60px;
    left: 87px;
  }
  #flipdown .rotor-group:last-child {
    padding-right: 0;
    width: 85px;
  }
  #flipdown .rotor-group .rotor {
    width: 40px;
    height: 64px;
    font-size: 3rem;
  }
  #flipdown .rotor-group .rotor-leaf {
    width: 40px;
    height: 64px;
  }
  #flipdown .rotor-group .rotor-top,
#flipdown .rotor-group .rotor-bottom,
#flipdown .rotor-group .rotor-leaf-front,
#flipdown .rotor-group .rotor-leaf-rear {
    width: 40px;
    height: 32px;
  }
  #flipdown .rotor-group .rotor-leaf-front,
#flipdown .rotor-group .rotor-top {
    line-height: 64px;
  }
  #flipdown .rotor-group .rotor-group-heading {
    padding-top: 0px;
    width: 85px;
    height: 20px;
  }
  #flipdown .rotor-group .rotor-group-heading::before {
    height: 20px;
    line-height: 20px;
  }
}

.c-secondary-banner {
  position: relative;
}
.c-secondary-banner__visual {
  margin-bottom: 16px;
}
.c-secondary-banner__visual-image {
  width: 100%;
}
.c-secondary-banner__title {
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-secondary-banner__visual-image {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .c-secondary-banner__visual-image {
    height: auto;
  }
  .c-secondary-banner__content {
    padding: 0 15px;
  }
  .c-secondary-banner__title {
    margin: 0 15px 0 0;
    display: flex;
    align-self: center;
  }
}
@media (min-width: 1400px) {
  .c-secondary-banner__title {
    margin: 0 50px 0 0;
  }
}

.c-anniversary-secondary-banner {
  position: relative;
}
.c-anniversary-secondary-banner__visual {
  margin-bottom: 16px;
  position: relative;
}
.c-anniversary-secondary-banner__visual-image {
  width: 100%;
  border-radius: 10px;
}
.c-anniversary-secondary-banner__title {
  text-transform: uppercase;
  text-decoration: unset;
}
.c-anniversary-secondary-banner__content {
  gap: 20px;
  align-items: center;
}
.c-anniversary-secondary-banner__button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  display: flex;
  cursor: pointer;
  visibility: hidden;
}
.c-anniversary-secondary-banner:focus .c-anniversary-secondary-banner__button, .c-anniversary-secondary-banner:focus-within .c-anniversary-secondary-banner__button, .c-anniversary-secondary-banner.active .c-anniversary-secondary-banner__button {
  visibility: visible;
}
@media (min-width: 768px) {
  .c-anniversary-secondary-banner__visual-image {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .c-anniversary-secondary-banner__visual-image {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .c-anniversary-secondary-banner:hover .c-anniversary-secondary-banner__button {
    visibility: visible;
  }
}

.c-category-banner {
  background: #000;
  margin-bottom: 16px;
  position: relative;
}
.c-category-banner__section-title {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.c-category-banner__visual {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
.c-category-banner__visual-image {
  width: 100%;
  transition: all 0.2s ease-in;
}
.c-category-banner__content {
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in;
}
.c-category-banner__title {
  max-width: 180px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in;
}
.c-category-banner__link {
  color: #fff;
}
@media (min-width: 575px) {
  .c-category-banner__content {
    padding: 32px 42px;
  }
  .c-category-banner__title {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .c-category-banner:hover .c-category-banner__visual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 35, 35, 0.5);
  }
  .c-category-banner:hover .c-category-banner__visual-image {
    transform: scale(1.1);
  }
  .c-category-banner:hover .c-category-banner__content {
    border-bottom: 6px solid #74ecf7;
  }
  .c-category-banner:hover .c-category-banner__content::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-category-banner:hover .c-category-banner__title {
    padding-bottom: 10px;
  }
}
.c-category-banner:focus-within {
  outline: 1px solid #0075FF;
}

picture {
  background: unset;
}

.c-editorial__content {
  margin-bottom: 24px;
}
.c-editorial__title {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.c-editorial__description {
  margin-bottom: 24px;
  line-height: 1.38;
}
.c-editorial__visual-image {
  width: 100%;
}
@media (min-width: 768px) {
  .c-editorial__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .c-editorial__content {
    margin-bottom: 0;
  }
  .c-editorial__title {
    margin-bottom: 19px;
    font-size: 1.375rem;
  }
  .c-editorial__visual {
    padding-left: 48px;
  }
  .c-editorial--reversed .c-editorial__visual {
    padding-left: 0;
    padding-right: 32px;
  }
}
@media (min-width: 1400px) {
  .c-editorial__content {
    padding-left: 55px;
    padding-right: 60px;
  }
  .c-editorial__visual {
    padding-left: 25px;
    padding-right: 45px;
  }
  .c-editorial--reversed .c-editorial__content {
    padding-left: 49px;
    padding-right: 66px;
  }
  .c-editorial--reversed .c-editorial__visual {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-seo__title {
  margin-bottom: 16px;
  line-height: 1.22;
  text-transform: uppercase;
}
.c-seo__subtitle {
  margin-bottom: 22px;
  text-transform: uppercase;
}
.c-seo__paragraph {
  margin-bottom: 32px;
  line-height: 1.38;
}
@media (min-width: 768px) {
  .c-seo__title {
    font-size: 1.125rem;
    line-height: 2.33;
  }
}

.c-social {
  padding: 28px 0 24px;
}
.c-social__title {
  font-size: 1.25rem;
  font-family: "Promt-bold", sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}
.c-social__body {
  font-family: "Promt-medium", sans-serif;
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 0;
}
.c-social__icon-wrapper {
  margin-right: 18px;
  white-space: nowrap;
}
.c-social__icon-wrapper:hover {
  text-decoration: none;
}
.c-social__icon {
  height: 16px;
}
.c-social__icon-label {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-social {
    padding: 26px 0 22px;
  }
  .c-social__title {
    font-size: 1.375rem;
  }
  .c-social__icon-wrapper {
    margin-right: 40px;
  }
  .c-social__icon {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .c-social {
    padding: 50px 0;
  }
  .c-social__title {
    margin-bottom: 0;
    margin-right: 40px;
    display: inline-block;
  }
  .c-social__body {
    display: inline-block;
    line-height: 1.3;
    white-space: nowrap;
  }
}

.c-newsletter-container + .m-category__social-container .c-social {
  padding: 10px 0 24px;
}
.c-newsletter + .m-category__social .c-social {
  padding: 10px 0 24px;
}
.c-newsletter .c-newsletter-subscription {
  padding: 20px 0;
}
.c-newsletter .c-newsletter-subscription__content {
  flex-direction: column;
}
.c-newsletter .c-newsletter-subscription__title {
  align-items: center;
}
.c-newsletter .c-newsletter-subscription__body p {
  font: 0.75rem "Promt-medium", sans-serif;
  font-style: italic;
}
.c-newsletter .c-newsletter-subscription__btn {
  height: 36px;
  font-size: 0.9375rem;
  line-height: normal;
  padding: 5px 20px;
}
@media (min-width: 768px) {
  .c-newsletter-container + .m-category__social-container .c-social {
    padding: 15px 0 20px;
  }
  .c-newsletter + .m-category__social .c-social {
    padding: 15px 0 20px;
  }
}
@media (min-width: 1200px) {
  .c-newsletter-container + .m-category__social-container .c-social {
    padding: 20px 0 30px;
  }
  .c-newsletter + .m-category__social .c-social {
    padding: 20px 0 30px;
  }
  .c-newsletter .c-newsletter-subscription__title {
    justify-content: center;
  }
  .c-newsletter .c-newsletter-subscription__body {
    justify-content: center;
  }
  .c-newsletter .c-newsletter-subscription__body p {
    text-align: center;
  }
}

/*
* Container style
*/
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
* Scrollbar rail styles
*/
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
* Scrollbar thumb styles
*/
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* stylelint-disable-line */
  .ps {
    overflow: auto !important;
  }
}
.m-immersive-video {
  transition: all linear 0.2s;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.m-immersive-video__media {
  width: 100vw;
  max-width: 100vw;
}
.m-immersive-video__media img,
.m-immersive-video__media video {
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .m-immersive-video__media img,
.m-immersive-video__media video {
    max-height: 380px;
  }
}
@media (min-width: 1200px) {
  .m-immersive-video__media img,
.m-immersive-video__media video {
    max-height: 651px;
  }
}
.m-immersive-video__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all linear 0.2s;
  text-align: center;
  row-gap: 10px;
  pointer-events: none;
}
.m-immersive-video__title {
  color: #fff;
  font-weight: unset;
}
.m-immersive-video__title--bold {
  font-family: "Promt-bold", sans-serif;
  font-weight: bolder;
}
.m-immersive-video__title--semi-bold {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
}
.m-immersive-video__title--regular {
  font-family: "Promt-regular", sans-serif;
}
.m-immersive-video__text {
  color: #fff;
  margin: 0;
}
.m-immersive-video__controls {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  pointer-events: all;
}
.m-immersive-video__button {
  text-decoration: none;
  padding: 0 16px;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: "Promt-bold", sans-serif;
  text-align: center;
  line-height: 41px;
  font-size: 13px;
  cursor: pointer;
  height: 43px;
  display: inline-block;
}
.m-immersive-video__button--bold {
  font-family: "Promt-bold", sans-serif;
  font-weight: bolder;
}
.m-immersive-video__button--semi-bold {
  font-family: "Promt-semi-bold", sans-serif;
  font-weight: bold;
}
.m-immersive-video__button--regular {
  font-family: "Promt-regular", sans-serif;
}
.m-immersive-video__button:hover {
  text-decoration: none;
}

.m-category__hero-banner .c-hero {
  margin-bottom: 24px;
}
.m-category__secondary-banners .c-secondary-banner__wrapper {
  margin-bottom: 16px;
}
.m-category__product-range .c-category-banner__wrapper {
  margin-bottom: 24px;
}
.m-category__product-anniversary .c-anniversary-carousel {
  margin-bottom: 30px;
}
.m-category__anniversary-stories .c-anniversary-carousel {
  margin-bottom: 30px;
}
.m-category__immersive-video .m-immersive-video-wrapper {
  margin-bottom: 30px;
}
.m-category__product-push .c-product-slider__wrapper {
  margin-bottom: 40px;
}
.m-category__editorial .c-editorial {
  margin-bottom: 40px;
}
.m-category__editorial .c-editorial__content {
  margin-bottom: 42px;
}
.m-category__seo .c-seo {
  margin-bottom: 8px;
}
.m-category .video-landing .media-container__video-landing {
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
}
.m-category .video-content {
  margin: 0;
  top: 30%;
  transform: translateY(-30%);
  left: 25px;
  z-index: 2;
}
.m-category .video-title {
  font-size: 1.7rem;
  font-family: "Promt-bold", sans-serif;
  line-height: 1.6rem;
  color: #fff;
  text-transform: uppercase;
  max-width: 50%;
}
.m-category .video-subtitle {
  font-size: 0.8125rem;
  font-family: "Promt-regular", sans-serif;
  line-height: 1rem;
  letter-spacing: 5px;
  margin-top: 7px;
  color: #fff;
  padding-right: 25px;
}
.m-category .video-landing-button {
  margin-top: 10px;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .m-category__hero-banner .c-hero .video-title {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .m-category__hero-banner .c-hero {
    margin-bottom: 44px;
  }
  .m-category__hero-banner .c-hero,
.m-category__hero-banner .c-hero__visual {
    height: 367px;
  }
  .m-category__hero-banner .c-hero--video {
    height: auto;
  }
  .m-category__secondary-banners .c-secondary-banner__wrapper {
    margin-bottom: 23px;
  }
  .m-category__product-range .c-category-banner__wrapper {
    margin-bottom: 32px;
  }
  .m-category__product-push .c-product-slider__wrapper {
    margin-bottom: 24px;
  }
  .m-category__editorial .c-editorial {
    margin-bottom: 48px;
  }
  .m-category__editorial .c-editorial__content {
    margin-bottom: 24px;
  }
  .m-category__seo .c-seo {
    margin-bottom: 21px;
  }
  .m-category .video-content {
    top: 50%;
    transform: translateY(-50%);
  }
  .m-category .video-title {
    max-width: 56%;
  }
}
@media (min-width: 1200px) {
  .m-category__hero-banner .c-hero,
.m-category__hero-banner .c-hero__visual {
    height: 542px;
  }
  .m-category__hero-banner .c-hero--video {
    height: auto;
  }
  .m-category__secondary-banners .c-secondary-banner__wrapper {
    margin-bottom: 30px;
  }
  .m-category__product-range .c-category-banner__wrapper {
    margin-bottom: 73px;
  }
  .m-category__product-push .c-product-slider__wrapper {
    margin-bottom: 64px;
  }
  .m-category__editorial .c-editorial {
    margin-bottom: 88px;
  }
  .m-category__seo .c-seo {
    margin-bottom: 56px;
  }
  .m-category .video-landing .media-container__video-landing {
    height: auto;
  }
  .m-category .video-content {
    top: 220px;
    left: 0;
  }
  .m-category .video-title {
    font-size: 5.125rem;
    line-height: 5.8125rem;
    max-width: 600px;
  }
  .m-category .video-subtitle {
    font-size: 1.625rem;
    line-height: 1.6875rem;
    letter-spacing: 10px;
  }
  .m-category .video-landing-button {
    margin-top: 60px;
  }
}
@media (max-width: 1199.98px) {
  .m-category__header.layout--with-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-category--yellow .c-social {
  background-color: #000;
}
.m-category--yellow .c-social .c-social__title,
.m-category--yellow .c-social .c-social__body,
.m-category--yellow .c-hero__title,
.m-category--yellow .c-hero__description {
  color: #fcde00;
}
.m-category--yellow .c-button {
  border-color: #000;
  color: #000;
  background-color: #fcde00;
}
.m-category--yellow .c-button:hover {
  border-color: #000 !important;
  color: #000;
  background-color: #fcde00;
}
.m-category--yellow .m-category__product-push .c-product-slider {
  background-color: #000;
}
.m-category__flowbox .bzfy-c-tilegrid-bottom-bar {
  display: none !important;
}

.video-sound-controller-wrapper {
  position: relative;
}
.video-sound-controller-wrapper video {
  position: relative;
}
.video-sound-controller-wrapper .video-controls {
  bottom: 1.75rem;
  display: flex;
  position: absolute;
  right: 1.25rem;
  -moz-column-gap: 7px;
       column-gap: 7px;
  z-index: 10;
}
.video-sound-controller-wrapper .video-controls svg {
  cursor: pointer;
  opacity: 0.5;
}
.video-sound-controller-wrapper .video-controls svg:hover {
  opacity: 1;
}
.video-sound-controller-wrapper .video-controls .video-control-sound.muted {
  display: none;
}
.video-sound-controller-wrapper .video-controls.shaded {
  filter: brightness(40%);
}
.video-sound-controller-wrapper .video-controls .video-control-pause,
.video-sound-controller-wrapper .video-controls .video-control-play {
  display: block;
  margin: -3px;
}
.video-sound-controller-wrapper .video-controls .video-control-pause {
  display: none;
  margin: -3px;
}
.video-sound-controller-wrapper .video-controls.playing .video-control-play {
  display: none;
}
.video-sound-controller-wrapper .video-controls.playing .video-control-pause {
  display: block;
}
.video-sound-controller-wrapper .video-controls.muted .video-control-sound {
  display: none;
}
.video-sound-controller-wrapper .video-controls.muted .video-control-sound.muted {
  display: block;
}
@media (min-width: 1200px) {
  .video-sound-controller-wrapper .video-controls {
    right: 8.75rem;
  }
}
.video-sound-controller-wrapper .video-controls button {
  background: transparent;
  border: none;
}

/*# sourceMappingURL=clp.css.map*/