@charset "UTF-8";
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * GLOBAL
 * 👁👁 http://sass-guidelin.es/#the-7-1-pattern
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * TYPOGRAPHIE
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * VARIABLES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * BASE: WEBFONTS
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: "Paytone One";
  src: url("../../fonts/PaytoneOne-Regular.woff2") format("woff2"), url("../../fonts/PaytoneOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Regular.woff2") format("woff2"), url("../../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Bold.woff2") format("woff2"), url("../../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato-Light.woff2") format("woff2"), url("../../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "BourtonMarquee";
  src: url("../../fonts/BourtonMarquee.woff2") format("woff2"), url("../../fonts/BourtonMarquee.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "BourtonLineBold";
  src: url("../../fonts/BourtonLineBold.woff2") format("woff2"), url("../../fonts/BourtonLineBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "BourtonScriptBold";
  src: url("../../fonts/BourtonScriptBold.woff2") format("woff2"), url("../../fonts/BourtonScriptBold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "nougats";
  src: url("../../fonts/nougats.woff2") format("woff2"), url("../../fonts/nougats.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'nougats';
    src: url('../font/nougats.svg?16166745#nougats') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "nougats";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-alert-circle:before {
  content: "\e800"; }

/* '' */
.icon-email:before {
  content: "\e801"; }

/* '' */
.icon-facebook:before {
  content: "\e802"; }

/* '' */
.icon-heart:before {
  content: "\e803"; }

/* '' */
.icon-shop:before {
  content: "\e804"; }

/* '' */
.icon-account:before {
  content: "\e805"; }

/* '' */
.icon-cross:before {
  content: "\e806"; }

/* '' */
.icon-instagram:before {
  content: "\e808"; }

/* '' */
.icon-linkedin:before {
  content: "\e809"; }

/* '' */
.icon-pin:before {
  content: "\e80a"; }

/* '' */
.icon-share:before {
  content: "\e80b"; }

/* '' */
.icon-zoom:before {
  content: "\e80c"; }

/* '' */
.icon-arrow:before {
  content: "\e80d"; }

/* '' */
.icon-youtube:before {
  content: "\e80e"; }

/* '' */
.icon-question:before {
  content: "\e80f"; }

/* '' */
.icon-burger:before {
  content: "\e811"; }

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

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

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

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #d5192a !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #120202 !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: #e85045 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #de291c !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: #d5192a !important; }

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .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;
      -ms-user-select: all !important;
          user-select: all !important; }

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(55, 55, 55, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(55, 55, 55, 0.075) !important; }

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

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

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

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

.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: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

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

.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: #d5192a !important; }

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

.text-secondary {
  color: #400707 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: black !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: #e85045 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c82519 !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: #827272 !important; }

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

.text-black-50 {
  color: rgba(55, 55, 55, 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; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(55, 55, 55, 0); }

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

body {
  margin: 0;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.815;
  color: #827272;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #d5192a;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #91111d;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
  .collapsing.width {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        -webkit-transition: none;
        transition: none; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.alert, .gform_validation_errors, .gform_confirmation_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #892730;
  background-color: #f7d1d4;
  border-color: #f3bfc3; }
  .alert-primary hr {
    border-top-color: #efaaaf; }
  .alert-primary .alert-link {
    color: #611c22; }

.alert-secondary {
  color: #3c1e1e;
  background-color: #d9cdcd;
  border-color: #cababa; }
  .alert-secondary hr {
    border-top-color: #bfacac; }
  .alert-secondary .alert-link {
    color: #1a0d0d; }

.alert-success, .gform_confirmation_message {
  color: #2f713e;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr, .gform_confirmation_message hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link, .gform_confirmation_message .alert-link {
    color: #204d2a; }

.alert-info {
  color: #266f7a;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #1a4c53; }

.alert-warning, .gform_validation_errors {
  color: #9f7f1e;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr, .gform_validation_errors hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link, .gform_validation_errors .alert-link {
    color: #745d16; }

.alert-danger {
  color: #93443e;
  background-color: #fadcda;
  border-color: #f9cecb; }
  .alert-danger hr {
    border-top-color: #f6b8b4; }
  .alert-danger .alert-link {
    color: #6f332f; }

.alert-light {
  color: #9b9c9c;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #818383; }

.alert-dark {
  color: #35393c;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #1d1f21; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.815rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.4075rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #d5192a;
    background-color: #d5192a; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 25, 42, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(213, 25, 42, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f07e88; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f5abb2;
    border-color: #f5abb2; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.4075rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.4075rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #d5192a;
  background-color: #d5192a; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(213, 25, 42, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(213, 25, 42, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(213, 25, 42, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.4075rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(213, 25, 42, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.815em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.815;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #f07e88;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 25, 42, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(213, 25, 42, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.815em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.815em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #f07e88;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 25, 42, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(213, 25, 42, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.815em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.815;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.815em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.815;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(213, 25, 42, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(213, 25, 42, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(213, 25, 42, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(213, 25, 42, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #d5192a;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f5abb2; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #d5192a;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #f5abb2; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #d5192a;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #f5abb2; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #373737;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #373737;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.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 {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(55, 55, 55, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .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: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(55, 55, 55, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(55, 55, 55, 0.03);
  border-bottom: 1px solid rgba(55, 55, 55, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(55, 55, 55, 0.03);
  border-top: 1px solid rgba(55, 55, 55, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #d5192a; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #007bff; }

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2; }

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1; }

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c; }

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #e85045; }

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14; }

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107; }

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #28a745; }

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997; }

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff; }

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d; }

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top; }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-blue {
  --swiper-pagination-color: #007bff; }

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2; }

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1; }

.swiper-pagination-pink {
  --swiper-pagination-color: #e83e8c; }

.swiper-pagination-red {
  --swiper-pagination-color: #e85045; }

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14; }

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107; }

.swiper-pagination-green {
  --swiper-pagination-color: #28a745; }

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997; }

.swiper-pagination-cyan {
  --swiper-pagination-color: #17a2b8; }

.swiper-pagination-white {
  --swiper-pagination-color: #fff; }

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d; }

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40; }

.swiper-pagination-lock {
  display: none; }

/**
 * ANIMATIONS
 */
@-webkit-keyframes fromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fromTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/**
 * MIXINS
 */
/**
 * FUNCTIONS
 */
.bordered-left {
  padding: 15px 0 15px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7d5d5), color-stop(50%, #e7d5d5), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom, #e7d5d5 0%, #e7d5d5 50%, transparent 50%);
  background-size: 2px 20px;
  background-repeat: repeat-y;
  background-position: top left; }
  @media (max-width: 991px) {
    .bordered-left {
      background-image: none;
      padding-left: 10px; } }

.bordered-top {
  padding-top: 38px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7d5d5), color-stop(50%, #e7d5d5), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #e7d5d5 0%, #e7d5d5 50%, transparent 50%);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  background-position: top; }

/**
 * PLACEHOLDERS
 */
/**
 * BASE
 */
html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  position: relative;
  font-weight: 500;
  background-attachment: fixed;
  background-size: cover; }
  body.menu-is-open {
    overflow: hidden;
    height: 100%; }
  body ::-moz-selection {
    color: #fff;
    background: #d5192a;
    /* WebKit/Blink Browsers */ }
  body ::selection {
    color: #fff;
    background: #d5192a;
    /* WebKit/Blink Browsers */ }
  body ::-moz-selection {
    color: #fff;
    background: #d5192a;
    /* Gecko Browsers */ }
  body a {
    color: #d5192a; }
    body a[data-toggle="tooltip"] {
      white-space: nowrap; }
  body #content {
    overflow: hidden; }
  body h2,
  body h3,
  body h4 {
    color: #400707;
    font-family: "Paytone One", Arial, Helvetica, sans-serif; }

#primary,
#main {
  overflow: hidden; }

@media print {
  body {
    font: 12pt Arial, "Helvetica", sans-serif;
    line-height: 1.3; }
  #top,
  #masthead h1,
  .site-description,
  #nav,
  #nav-open-btn,
  .share,
  #secondary,
  .phrase,
  .gamme-bottom,
  .parallax,
  #reinsurence,
  #colophon {
    display: none; }
  img {
    max-width: 500px; }
  h1 {
    font-size: 24pt; }
  h2 {
    font-size: 14pt;
    margin-top: 25px; }
  blockquote,
  ul {
    margin: 0; }
  .image_slide:not(.slick-current) {
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important; }
    .image_slide:not(.slick-current) .title,
    .image_slide:not(.slick-current) .description {
      display: block !important; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * UTILITIES: INCLUDES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * UTILITIES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.img-fluid {
  max-width: 100%;
  height: auto; }

/**
 * BUTTONS
 */
.mybtn, #gform_wrapper_4 #gform_submit_button_4, .gform_footer .gform_button, .single-product #content .product-wrap form.cart .button, .woocommerce-order .back-home a {
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  padding: 13px 48px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-radius: 30px;
  border: none;
  font-family: "Paytone One", Arial, Helvetica, sans-serif; }
  @media (max-width: 765px) {
    .mybtn, #gform_wrapper_4 #gform_submit_button_4, .gform_footer .gform_button, .single-product #content .product-wrap form.cart .button, .woocommerce-order .back-home a {
      padding-left: 28px;
      padding-right: 28px; } }
  .mybtn:focus, #gform_wrapper_4 #gform_submit_button_4:focus, .gform_footer .gform_button:focus, .single-product #content .product-wrap form.cart .button:focus, .woocommerce-order .back-home a:focus, .mybtn:active, #gform_wrapper_4 #gform_submit_button_4:active, .gform_footer .gform_button:active, .single-product #content .product-wrap form.cart .button:active, .woocommerce-order .back-home a:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .mybtn:hover, #gform_wrapper_4 #gform_submit_button_4:hover, .gform_footer .gform_button:hover, .single-product #content .product-wrap form.cart .button:hover, .woocommerce-order .back-home a:hover {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .mybtn:hover:before, #gform_wrapper_4 #gform_submit_button_4:hover:before, .gform_footer .gform_button:hover:before, .single-product #content .product-wrap form.cart .button:hover:before, .woocommerce-order .back-home a:hover:before, .mybtn:hover::after, #gform_wrapper_4 #gform_submit_button_4:hover::after, .gform_footer .gform_button:hover::after, .single-product #content .product-wrap form.cart .button:hover::after, .woocommerce-order .back-home a:hover::after {
      width: 58%; }
  .mybtn:before, #gform_wrapper_4 #gform_submit_button_4:before, .gform_footer .gform_button:before, .single-product #content .product-wrap form.cart .button:before, .woocommerce-order .back-home a:before, .mybtn:after, #gform_wrapper_4 #gform_submit_button_4:after, .gform_footer .gform_button:after, .single-product #content .product-wrap form.cart .button:after, .woocommerce-order .back-home a:after {
    content: "";
    width: 50%;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .mybtn span, #gform_wrapper_4 #gform_submit_button_4 span, .gform_footer .gform_button span, .single-product #content .product-wrap form.cart .button span, .woocommerce-order .back-home a span {
    position: relative;
    z-index: 1; }
  .mybtn::before, #gform_wrapper_4 #gform_submit_button_4::before, .gform_footer .gform_button::before, .single-product #content .product-wrap form.cart .button::before, .woocommerce-order .back-home a::before {
    border-radius: 30px 0 0 30px;
    right: 50%;
    top: 0;
    bottom: 0; }
  .mybtn::after, #gform_wrapper_4 #gform_submit_button_4::after, .gform_footer .gform_button::after, .single-product #content .product-wrap form.cart .button::after, .woocommerce-order .back-home a::after {
    border-radius: 0 30px 30px 0;
    left: 50%;
    top: 0;
    bottom: 0; }
  .mybtn-primary, #gform_wrapper_4 #gform_submit_button_4, .gform_footer .gform_button, .single-product #content .product-wrap form.cart .button, .woocommerce-order .back-home a, .mybtn-secondary {
    color: #fff; }
  .mybtn-classic-primary {
    color: #fff;
    background-color: #d5192a; }
    .mybtn-classic-primary:before, .mybtn-classic-primary:after {
      display: none; }
  .mybtn-primary:after, #gform_wrapper_4 #gform_submit_button_4:after, .gform_footer .gform_button:after, .single-product #content .product-wrap form.cart .button:after, .woocommerce-order .back-home a:after, .mybtn-primary:before, #gform_wrapper_4 #gform_submit_button_4:before, .gform_footer .gform_button:before, .single-product #content .product-wrap form.cart .button:before, .woocommerce-order .back-home a:before {
    background-color: #d5192a; }
  .mybtn-primary:hover, #gform_wrapper_4 #gform_submit_button_4:hover, .gform_footer .gform_button:hover, .single-product #content .product-wrap form.cart .button:hover, .woocommerce-order .back-home a:hover {
    color: #fff; }
    .mybtn-primary:hover:after, #gform_wrapper_4 #gform_submit_button_4:hover:after, .gform_footer .gform_button:hover:after, .single-product #content .product-wrap form.cart .button:hover:after, .woocommerce-order .back-home a:hover:after, .mybtn-primary:hover:before, #gform_wrapper_4 #gform_submit_button_4:hover:before, .gform_footer .gform_button:hover:before, .single-product #content .product-wrap form.cart .button:hover:before, .woocommerce-order .back-home a:hover:before {
      background-color: #a40b19; }
  .mybtn-secondary:after, .mybtn-secondary:before {
    background-color: #400707; }
  .mybtn-secondary:hover {
    color: #fff; }
    .mybtn-secondary:hover:after, .mybtn-secondary:hover:before {
      background-color: #a40b19; }
  .mybtn-light {
    background-color: #fff;
    color: #d5192a; }
    .mybtn-light i {
      margin-right: 10px; }
  .mybtn-outline-light {
    color: #fff;
    border: none; }
    .mybtn-outline-light:before {
      background-color: transparent;
      border-top: solid 1px #fff;
      border-left: solid 1px #fff;
      border-bottom: solid 1px #fff;
      border-radius: 30px 0 0 30px; }
    .mybtn-outline-light:after {
      background-color: transparent;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      border-bottom: solid 1px #fff;
      border-radius: 0 30px 30px 0; }
    .mybtn-outline-light:hover {
      color: #d5192a; }
      .mybtn-outline-light:hover:before, .mybtn-outline-light:hover:after {
        background-color: #fff; }
  .mybtn-outline-primary {
    color: #d5192a;
    border: none;
    background-color: transparent; }
    .mybtn-outline-primary:before {
      background-color: transparent;
      border-top: solid 1px #d5192a;
      border-left: solid 1px #d5192a;
      border-bottom: solid 1px #d5192a;
      border-radius: 30px 0 0 30px; }
    .mybtn-outline-primary:after {
      background-color: transparent;
      border-top: solid 1px #d5192a;
      border-right: solid 1px #d5192a;
      border-bottom: solid 1px #d5192a;
      border-radius: 0 30px 30px 0; }
    .mybtn-outline-primary:hover {
      color: #fff; }
      .mybtn-outline-primary:hover:before, .mybtn-outline-primary:hover:after {
        background-color: #d5192a; }

.link {
  background-color: transparent;
  border: none;
  color: #d5192a;
  display: inline-block;
  padding: 0 0 8px;
  font-weight: 600;
  position: relative; }
  .link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #d5192a; }

.btn-social {
  display: block;
  width: 50px;
  height: 50px;
  color: #d5192a;
  font-size: 1.5rem; }

/**
 * FORMS
 */
#gform_wrapper_4 #gform_submit_button_4 {
  margin-top: 20px; }

#gform_wrapper_4 .gfield_radio {
  gap: 15px; }

#gform_wrapper_4 .gfield_label {
  font-size: 1rem; }

.CHF {
  margin-bottom: 5px !important; }
  .CHF:last-of-type {
    margin-bottom: 37px !important; }

#ui-datepicker-div {
  background-color: white;
  border: solid 2px #e9ecef;
  border-radius: 4px;
  padding: 7px 12px; }
  #ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    display: none; }

.woocommerce form .form-row input.input-text.is-invalid {
  border: 1px solid #e85045;
  background-color: #fdf2f1; }

.gform_validation_errors .gform_submission_error {
  font-size: 1rem;
  margin: 0; }

.gform_confirmation_message {
  text-align: center; }
  .gform_confirmation_message p {
    text-align: center;
    font-size: 1.8rem;
    margin: 0; }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 16px; }

.ginput_container_radio {
  margin-top: 0; }

.gfield_radio {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .gfield_radio label {
    line-height: 1;
    padding: 0 0 0 10px; }
  .gfield_radio li {
    margin: 0 30px 0 0 !important; }
    .gfield_radio li:before {
      display: none !important; }

.gfield_label {
  font-weight: bold;
  line-height: 1;
  z-index: 0;
  margin: 0;
  color: #827272; }
  .gfield_label .gfield_required {
    color: #d5192a;
    margin-left: 5px; }

.gfield {
  margin: 0 0 10px 0;
  list-style: none;
  grid-column: 1/-1;
  position: relative; }
  .gfield:before {
    display: none !important; }
  .gfield.hidden_label .gfield_label {
    display: none; }
  .gfield--width-half {
    grid-column: span 6; }
    @media (max-width: 765px) {
      .gfield--width-half {
        grid-column: span 12; } }
  .gfield--width-full {
    grid-column: span 12; }
  .gfield .ginput_container_consent,
  .gfield .gfield_checkbox .gchoice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .gfield .ginput_container_consent input,
    .gfield .gfield_checkbox .gchoice input {
      margin-right: 10px; }
  .gfield.gfield_error input[type="text"],
  .gfield.gfield_error input[type="email"],
  .gfield.gfield_error input[type="number"],
  .gfield.gfield_error input[type="tel"],
  .gfield.gfield_error input[type="url"],
  .gfield.gfield_error textarea {
    border-bottom: solid 2px #e85045; }
  .gfield textarea {
    height: 230px; }
  .gfield .gfield_description {
    color: #e85045;
    margin-top: 8px; }

.gfield_consent_description,
.gfield_consent_label {
  line-height: 1.2; }

.gfield_consent_label {
  display: initial; }

.gform_footer .gform_button {
  background-color: #d5192a !important;
  border: none !important; }

.ginput_container_name input,
.ginput_container_name select,
.ginput_container_name textarea,
.ginput_container_address input,
.ginput_container_address select,
.ginput_container_address textarea,
.ginput_container_date input,
.ginput_container_date select,
.ginput_container_date textarea,
.ginput_container_time input,
.ginput_container_time select,
.ginput_container_time textarea,
.ginput_container_text input,
.ginput_container_text select,
.ginput_container_text textarea,
.ginput_container_select input,
.ginput_container_select select,
.ginput_container_select textarea,
.ginput_container_phone input,
.ginput_container_phone select,
.ginput_container_phone textarea,
.ginput_container_textarea input,
.ginput_container_textarea select,
.ginput_container_textarea textarea,
.ginput_container_email input,
.ginput_container_email select,
.ginput_container_email textarea,
.ginput_container_website input,
.ginput_container_website select,
.ginput_container_website textarea {
  border-radius: 4px;
  border: solid 2px #e9ecef;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #827272;
  padding: 10px 16px; }
  .ginput_container_name input:focus,
  .ginput_container_name select:focus,
  .ginput_container_name textarea:focus,
  .ginput_container_address input:focus,
  .ginput_container_address select:focus,
  .ginput_container_address textarea:focus,
  .ginput_container_date input:focus,
  .ginput_container_date select:focus,
  .ginput_container_date textarea:focus,
  .ginput_container_time input:focus,
  .ginput_container_time select:focus,
  .ginput_container_time textarea:focus,
  .ginput_container_text input:focus,
  .ginput_container_text select:focus,
  .ginput_container_text textarea:focus,
  .ginput_container_select input:focus,
  .ginput_container_select select:focus,
  .ginput_container_select textarea:focus,
  .ginput_container_phone input:focus,
  .ginput_container_phone select:focus,
  .ginput_container_phone textarea:focus,
  .ginput_container_textarea input:focus,
  .ginput_container_textarea select:focus,
  .ginput_container_textarea textarea:focus,
  .ginput_container_email input:focus,
  .ginput_container_email select:focus,
  .ginput_container_email textarea:focus,
  .ginput_container_website input:focus,
  .ginput_container_website select:focus,
  .ginput_container_website textarea:focus {
    outline: none;
    border-color: #dee2e6; }

.ginput_container_website input::-webkit-input-placeholder {
  opacity: 0;
  color: #827272; }

.ginput_container_website input::-moz-placeholder {
  opacity: 0;
  color: #827272; }

.ginput_container_website input:-ms-input-placeholder {
  opacity: 0;
  color: #827272; }

.ginput_container_website input::-ms-input-placeholder {
  opacity: 0;
  color: #827272; }

.ginput_container_website input::placeholder {
  opacity: 0;
  color: #827272; }

.ginput_container_website input:focus::-webkit-input-placeholder {
  opacity: 1; }

.ginput_container_website input:focus::-moz-placeholder {
  opacity: 1; }

.ginput_container_website input:focus:-ms-input-placeholder {
  opacity: 1; }

.ginput_container_website input:focus::-ms-input-placeholder {
  opacity: 1; }

.ginput_container_website input:focus::placeholder {
  opacity: 1; }

.ginput_container_fileupload .gform_drop_area {
  position: relative;
  padding: 2em;
  border: dashed 2px #ddd;
  margin: 1em 0; }
  .ginput_container_fileupload .gform_drop_area .gform_button_select_files {
    padding: 8px 20px;
    color: #827272;
    border: solid 1px #827272;
    border-radius: 30px;
    margin-left: 15px;
    background-color: transparent; }

.ginput_container_fileupload .validation_message {
  margin: 0; }

.gform_delete_file {
  background-color: transparent;
  border-radius: 30px;
  border-color: #d5192a;
  color: #d5192a;
  width: 35px;
  height: 35px;
  line-height: 20px;
  border-style: solid;
  margin-right: 8px; }

/**
 * SLIDER
 */
.home__slides {
  max-width: 620px;
  max-height: 614px;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16); }
  .home__slides--deco {
    position: absolute;
    top: 61px;
    right: -76px; }
    @media (max-width: 991px) {
      .home__slides--deco {
        display: none; } }
  @media (max-width: 991px) {
    .home__slides {
      max-width: 320px;
      max-height: 318px;
      margin-top: 100px; } }
  @media (max-width: 991px) {
    .home__slides .swiper-slide img {
      max-height: 318px;
      width: auto; } }

.swiper-pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 46px; }
  .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #eed8d7;
    opacity: 1;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out; }
    .swiper-pagination-bullet-active {
      background-color: #d5192a;
      -webkit-transform: none;
              transform: none; }

.swiper-button-next,
.swiper-button-prev {
  background-color: #400707;
  border-radius: 50%;
  text-align: center;
  width: 60px !important;
  height: 60px !important;
  color: #fff;
  top: 45% !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px !important;
    color: #fff; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.swiper-button-disabled {
  opacity: 0 !important; }

.swiper-button-prev {
  left: -28px !important; }

.swiper-button-next {
  right: -28px !important; }

/**
 * ICONS
 */
.reseaux ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .reseaux ul li {
    margin: 0 13px; }
    @media (max-width: 765px) {
      .reseaux ul li {
        margin: 0 6px; } }
    .reseaux ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 70px;
      height: 70px;
      background-color: #fff;
      border-radius: 50%;
      text-align: center;
      color: #d5192a;
      font-size: 2rem;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      border: solid 2px #feeceb; }
      @media (max-width: 765px) {
        .reseaux ul li a {
          width: 58px;
          height: 58px;
          font-size: 1.5rem; } }
      .reseaux ul li a:hover {
        background-color: #d5192a;
        color: #fff;
        border-color: transparent; }
      .reseaux ul li a i:before {
        width: auto; }

/**
 * COMPONENTS: IMAGES
 */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center;
  background: #fff; }

.wp-caption .wp-caption-text {
  padding: 0.5em 0; }

.img-rounded {
  border-radius: 100%; }

/**
 * COMPONENTS : PARAGRAPH
 */
/**
 * COMPONENTS
 */
/**
 * BREADCRUMBS
 */
#breadcrumbs {
  padding: 30px 0 0 0;
  margin-bottom: 60px;
  line-height: 1;
  position: relative;
  z-index: 2;
  color: #827272; }
  @media (max-width: 765px) {
    #breadcrumbs {
      margin-bottom: 15px; } }
  #breadcrumbs a {
    color: currentColor; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1em 0; }

.gallery-item .attachment-thumbnail {
  width: auto;
  height: auto;
  border: solid 1px #ccc; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 76px; }
  .wp-pagenavi span,
  .wp-pagenavi a {
    border: none;
    color: #827272;
    font-size: 20px;
    padding: 0.5em;
    min-width: 1em; }
    .wp-pagenavi span:hover,
    .wp-pagenavi a:hover {
      background-color: transparent !important;
      color: #400707;
      text-decoration: none; }
  .wp-pagenavi .current {
    border: none;
    background-color: transparent !important;
    font-weight: bold;
    font-size: 25px;
    color: #d5192a !important; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    background-color: #400707;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 1.9;
    text-align: center; }
    .wp-pagenavi .nextpostslink:hover,
    .wp-pagenavi .previouspostslink:hover {
      background-color: #400707 !important;
      color: #fff; }
    .wp-pagenavi .nextpostslink--fake,
    .wp-pagenavi .previouspostslink--fake {
      opacity: 0.13; }
  .wp-pagenavi .nextpostslink {
    margin-left: 40px; }
    @media (max-width: 765px) {
      .wp-pagenavi .nextpostslink {
        margin-left: 10px; } }
    .wp-pagenavi .nextpostslink i {
      display: block;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .wp-pagenavi .previouspostslink {
    margin-right: 40px; }
    @media (max-width: 765px) {
      .wp-pagenavi .previouspostslink {
        margin-right: 10px; } }

@-webkit-keyframes fromRight {
  from {
    right: -120px;
    opacity: 0; }
  to {
    right: 20px;
    opacity: 1; } }

@keyframes fromRight {
  from {
    right: -120px;
    opacity: 0; }
  to {
    right: 20px;
    opacity: 1; } }

.totop {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  position: fixed;
  bottom: 26px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #d5192a url("../../img/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 8000; }
  @media (max-width: 765px) {
    .totop {
      display: none; } }
  .totop:hover {
    cursor: pointer; }

.totop.cd-is-visible {
  -webkit-animation: fromRight 0.5s ease-in-out;
          animation: fromRight 0.5s ease-in-out;
  right: 20px;
  opacity: 1; }

.totop.cd-is-visible,
.totop.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s; }

.totop.cd-is-visible,
.totop.cd-fade-out:hover {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.totop.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.2; }

.no-touch .totop:hover {
  background-color: #7a0e18;
  opacity: 1; }

/**
 * SLIDER
 */
.home__slides {
  max-width: 620px;
  max-height: 614px;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.16); }
  .home__slides--deco {
    position: absolute;
    top: 61px;
    right: -76px; }
    @media (max-width: 991px) {
      .home__slides--deco {
        display: none; } }
  @media (max-width: 991px) {
    .home__slides {
      max-width: 320px;
      max-height: 318px;
      margin-top: 100px; } }
  @media (max-width: 991px) {
    .home__slides .swiper-slide img {
      max-height: 318px;
      width: auto; } }

.swiper-pagination {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 46px; }
  .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #eed8d7;
    opacity: 1;
    width: 16px;
    height: 16px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out; }
    .swiper-pagination-bullet-active {
      background-color: #d5192a;
      -webkit-transform: none;
              transform: none; }

.swiper-button-next,
.swiper-button-prev {
  background-color: #400707;
  border-radius: 50%;
  text-align: center;
  width: 60px !important;
  height: 60px !important;
  color: #fff;
  top: 45% !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px !important;
    color: #fff; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.swiper-button-disabled {
  opacity: 0 !important; }

.swiper-button-prev {
  left: -28px !important; }

.swiper-button-next {
  right: -28px !important; }

body.search-space--is-open {
  overflow: hidden; }

.search-space {
  background-color: rgba(64, 7, 7, 0.95);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display: none;
  height: 100vh;
  overflow-y: scroll; }
  .search-space--is-open {
    display: block; }
  .search-space__close {
    padding: 30px 0;
    text-align: right;
    color: #fff; }
    .search-space__close__text {
      padding: 12px 0;
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .search-space__close__text::after {
        content: "x";
        border: 2px solid #fff;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 32px;
        margin-left: 10px; }
  .search-space__input {
    margin: 0 0 60px 0; }
    .search-space__input p {
      color: #fff;
      font-weight: 400;
      font-size: 0.875rem; }
    .search-space__input__form {
      border: solid 2px #feeceb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      width: 100%;
      margin-top: 2em;
      border-radius: 40px;
      padding: 4px; }
      .search-space__input__form #keyword {
        width: 80%;
        padding: 8px 15px;
        background-color: transparent;
        color: #fff;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        display: table-cell;
        vertical-align: middle;
        height: 55px; }
        .search-space__input__form #keyword::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .search-space__input__form #keyword::-moz-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .search-space__input__form #keyword:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .search-space__input__form #keyword::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .search-space__input__form #keyword::placeholder {
          color: rgba(255, 255, 255, 0.5); }
        @media screen and (max-width: 768px) {
          .search-space__input__form #keyword {
            font-size: 1.8rem;
            width: calc(100% - 89px); } }
        .search-space__input__form #keyword:focus {
          border: none;
          background-color: transparent;
          outline: none; }
      .search-space__input__form #runsearch {
        width: 20%;
        display: block;
        vertical-align: middle;
        color: #400707;
        border: none;
        border-radius: 30px;
        float: right;
        margin: 0 0 0 3px;
        background-color: #feeceb; }

.modal--video .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent; }
  .modal--video .modal-content .modal-header {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .modal--video .modal-content .modal-header .close {
      background-color: #d5192a;
      opacity: 1;
      color: #fff;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: none;
      padding: 0; }
  .modal--video .modal-content .modal-body iframe {
    width: 100%; }

.modal-horaires .modal-header {
  background-color: #d5192a;
  color: #fff; }
  .modal-horaires .modal-header .close {
    margin: 8px 0 0 0;
    padding: 0;
    color: #fff;
    text-shadow: none; }

.modal-horaires .modal-body {
  text-align: center; }

.boxzilla-jeu-concours-175-ans,
.boxzilla-jeu-concours-175-ans-mobile {
  padding: 0;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.16); }
  .boxzilla-jeu-concours-175-ans .boxzilla-close-icon,
  .boxzilla-jeu-concours-175-ans-mobile .boxzilla-close-icon {
    color: #d5192a;
    right: 25px;
    top: 25px;
    font-size: 36px; }

/**
 * LAYOUT: INCLUDES
 */
/**
 * LAYOUT
 */
.section__titre, .woocommerce-cart .woocommerce .cross-sells h2 {
  font-size: 3.125rem;
  color: #400707;
  text-align: center;
  margin-bottom: 53px;
  font-family: "Paytone One", Arial, Helvetica, sans-serif; }
  @media (max-width: 765px) {
    .section__titre, .woocommerce-cart .woocommerce .cross-sells h2 {
      margin-bottom: 30px; } }
  .section__titre:after, .woocommerce-cart .woocommerce .cross-sells h2:after {
    display: block;
    content: "";
    width: 53px;
    height: 6px;
    -webkit-clip-path: path("M51.813 1.763c-16.09-1.839-34.392-2.686-50.435-.3-1.908.281-1.808 3.311.138 3.4 16.286.749 33.8 1.374 50.029-.284 1.513-.15 1.954-2.623.268-2.816z");
            clip-path: path("M51.813 1.763c-16.09-1.839-34.392-2.686-50.435-.3-1.908.281-1.808 3.311.138 3.4 16.286.749 33.8 1.374 50.029-.284 1.513-.15 1.954-2.623.268-2.816z");
    background-color: #d5192a;
    margin: 18px auto 0; }
  @media (max-width: 765px) {
    .section__titre, .woocommerce-cart .woocommerce .cross-sells h2 {
      font-size: 1.875rem; } }

.bloc_texte ul {
  list-style: none;
  padding: 0 0 0 1.5em; }
  .bloc_texte ul li:before {
    content: "•";
    color: #d5192a;
    width: 1em;
    margin-left: -1em;
    font-size: 1.5rem;
    line-height: 1;
    float: left; }
  .bloc_texte ul li p,
  .bloc_texte ul li h2,
  .bloc_texte ul li h3,
  .bloc_texte ul li h4 {
    margin: 0; }

.bloc_texte ol {
  list-style: none;
  counter-reset: li; }
  .bloc_texte ol li {
    counter-increment: li;
    margin-bottom: 29px;
    line-height: 1.5; }
    .bloc_texte ol li:before {
      content: counter(li);
      color: #400707;
      width: 1em;
      margin-left: -1.5em;
      text-align: right;
      direction: rtl;
      float: left;
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      font-size: 1.875rem;
      line-height: 1; }
    .bloc_texte ol li p,
    .bloc_texte ol li h2,
    .bloc_texte ol li h3,
    .bloc_texte ol li h4 {
      margin: 0; }

.hero {
  position: relative;
  color: #fff;
  overflow: hidden; }
  .hero-container {
    z-index: 2;
    position: relative;
    padding: 0 0 110px 0;
    min-height: 330px; }
    @media (max-width: 991px) {
      .hero-container {
        padding-bottom: 0; } }
    @media (max-width: 765px) {
      .hero-container {
        min-height: inherit; } }
    .hero-container img {
      margin-right: 60px;
      -ms-flex-item-align: center;
          align-self: center; }
  .hero::after {
    position: absolute;
    content: "";
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #feeceb;
    z-index: 0;
    -webkit-clip-path: path("M0,0h1920v255.6c0,0-539.3-150.4-959.2,67.6S0,490.2,0,490.2V0z");
            clip-path: path("M0,0h1920v255.6c0,0-539.3-150.4-959.2,67.6S0,490.2,0,490.2V0z");
    width: 1920px;
    height: 495px; }
    @media (max-width: 991px) {
      .hero::after {
        -webkit-clip-path: path("M0,0h375v49.9c0,0-105.3-29.4-187.3,13.2S0,95.7,0,95.7V0z");
                clip-path: path("M0,0h375v49.9c0,0-105.3-29.4-187.3,13.2S0,95.7,0,95.7V0z");
        width: 100%;
        height: 97px;
        top: 0; } }
  .hero__titre {
    color: #400707;
    font-family: "Paytone One", Arial, Helvetica, sans-serif;
    font-size: 4.6875rem; }
    @media (max-width: 765px) {
      .hero__titre {
        font-size: 2.5rem; } }
  .hero__texte {
    color: #827272; }
    .hero__texte h2 {
      font-family: "Paytone One", Arial, Helvetica, sans-serif; }
    .hero__texte p {
      line-height: 29px;
      margin-bottom: 0; }
  .hero .mybtn, .hero #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .hero #gform_submit_button_4, .hero .gform_footer .gform_button, .gform_footer .hero .gform_button, .hero .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .hero .button, .hero .woocommerce-order .back-home a, .woocommerce-order .back-home .hero a {
    margin-top: 47px; }
    @media (max-width: 765px) {
      .hero .mybtn, .hero #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .hero #gform_submit_button_4, .hero .gform_footer .gform_button, .gform_footer .hero .gform_button, .hero .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .hero .button, .hero .woocommerce-order .back-home a, .woocommerce-order .back-home .hero a {
        margin-top: 26px; } }
  .hero__video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden; }
    .hero__video video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.newsletter {
  background-color: #f5f5f5;
  padding: 50px 0;
  margin: 0 0 60px 0; }
  .newsletter__titre {
    margin: 0 0 20px 0;
    display: block; }
  .newsletter__texte {
    margin: 0 0 40px 0; }
  .newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .newsletter form .gform_body {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; }
      .newsletter form .gform_body .gfield {
        margin: 0 !important; }
      .newsletter form .gform_body .ginput_container {
        margin: 0 !important; }
        .newsletter form .gform_body .ginput_container input {
          margin: 0 !important;
          width: 100%;
          padding: 9px 15px !important;
          border-top: none;
          border-left: none;
          border-right: 2px solid #6a6a6a;
          border-bottom: 2px solid #6a6a6a;
          background-color: transparent; }
    .newsletter form .gform_footer {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      margin: 0 !important;
      padding: 0 !important; }
      .newsletter form .gform_footer .gform_button {
        margin: 0 !important; }

/**
 * LAYOUT CARD: INCLUDES
 */
.card-default {
  height: 100%;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  text-align: left;
  color: #827272; }
  .card-default .card-header,
  .card-default .card-body,
  .card-default .card-footer {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none; }
  .card-default .card-header {
    position: relative; }
    .card-default .card-header::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#1e1e1e));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), #1e1e1e);
      opacity: 0.7;
      height: 90px;
      z-index: 0; }
  .card-default .card-body {
    padding: 10px 20px 10px 20px; }
  .card-default .card-footer {
    padding: 0px 15px 20px 15px; }
  .card-default__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 8px 0 0; }
  .card-default__titre {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
    line-height: calc(30 / 20);
    color: #400707; }
    .card-default__titre a {
      color: currentColor; }
  .card-default__extrait {
    margin: 0 0 10px 0; }

.card-post {
  height: 100%;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 0.875rem;
  color: #343a40; }
  .card-post .card-header,
  .card-post .card-body,
  .card-post .card-footer {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none; }
  .card-post .card-header {
    position: relative; }
    .card-post .card-header::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#1e1e1e));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0), #1e1e1e);
      opacity: 0.7;
      height: 90px;
      z-index: 0; }
  .card-post .card-body {
    padding: 10px 20px 10px 20px; }
  .card-post .card-footer {
    padding: 0px 15px 20px 15px; }
  .card-post__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 8px 0 0; }
  .card-post__categorie {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem;
    left: 20px;
    bottom: 10px;
    z-index: 2; }
    .card-post__categorie:hover {
      color: #fff; }
  .card-post__date {
    line-height: 1;
    display: block;
    opacity: 0.7;
    margin: 0 0 10px 0; }
  .card-post__titre {
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: calc(30 / 20);
    color: #343a40; }
    .card-post__titre a {
      color: currentColor; }
  .card-post__extrait {
    margin: 0 0 10px 0; }

.card-boutique {
  background-color: #fff;
  border-radius: 40px;
  padding: 30px 40px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative; }
  .card-boutique:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  .card-boutique h3 {
    font-family: "Paytone One", Arial, Helvetica, sans-serif;
    color: #400707;
    margin-bottom: 17px; }
    @media (max-width: 991px) {
      .card-boutique h3 {
        font-size: 1.375rem; } }
  .card-boutique i {
    color: #e85045;
    margin-right: 10px; }
  .card-boutique p {
    margin-bottom: 0; }
  .card-boutique .horaires {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: none;
    text-decoration: underline;
    color: #d5192a;
    background-color: transparent; }
    .card-boutique .horaires:focus {
      outline: none; }
    @media (max-width: 991px) {
      .card-boutique .horaires {
        position: relative;
        right: inherit;
        bottom: inherit; } }

.archive .card-recette {
  height: 350px;
  min-height: inherit; }
  .archive .card-recette .card-body span {
    font-size: 1rem; }
  .archive .card-recette__titre {
    font-size: 1.5rem; }

.card-recette {
  background-color: #400707;
  border-radius: 40px;
  border: none;
  min-height: 547px;
  overflow: hidden; }
  @media (max-width: 765px) {
    .card-recette {
      height: 320px;
      min-height: auto; } }
  .card-recette__image {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .card-recette:hover .card-recette__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .card-recette:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.68;
    background: rgb0(31, 2, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(#1f0200), color-stop(80%, rgba(31, 2, 0, 0)));
    background: linear-gradient(0deg, #1f0200 0%, rgba(31, 2, 0, 0) 80%); }
  .card-recette .card-body {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 54px 66px; }
    @media (max-width: 765px) {
      .card-recette .card-body {
        padding-bottom: 25px; } }
    .card-recette .card-body span {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 1.5625rem;
      color: #fff;
      position: relative; }
      .card-recette .card-body span:before {
        content: "";
        width: 33px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        left: -54px;
        top: 22px; }
  .card-recette__titre {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.75rem;
    color: #fff; }
    @media (max-width: 765px) {
      .card-recette__titre {
        font-size: 1.1875rem; } }
    .card-recette__titre a {
      color: #fff; }
      .card-recette__titre a:hover {
        text-decoration: none; }

.card-search {
  padding: 0 0 30px 0;
  height: 100%; }
  .card-search__content {
    padding: 30px 60px 15px 60px;
    background-color: #feeceb;
    border-radius: 5px;
    border: 1px solid #feeceb;
    height: 100%; }
    .card-search__content__type {
      color: #343a40;
      position: relative;
      padding: 0 0 0 20px;
      margin: 0 0 15px 0; }
      .card-search__content__type::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 1px;
        background-color: #400707;
        top: 50%;
        left: 0; }
    .card-search__content__title {
      color: #d5192a; }
      .card-search__content__title a {
        color: currentColor; }

.card-faq {
  border-color: #ffe5db; }
  .card-faq .card-header {
    background-color: #feeceb;
    border-color: #ffe5db;
    padding: 1.5rem 1.25rem; }
  .card-faq .card-body {
    border-color: #ffe5db; }
  .card-faq h2 {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0; }
    .card-faq h2:hover {
      cursor: pointer; }
    .card-faq h2:after {
      content: "\e80d";
      font-family: "nougats";
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      font-size: 1rem; }
    .card-faq h2[aria-expanded="true"]:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }

/**
 * LAYOUT HEADER: INCLUDES
 */
/**
 * HEADER
 */
.home .site-header {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  padding: 30px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (max-width: 765px) {
    .home .site-header {
      padding-top: 0; } }
  .home .site-header .logo {
    display: none; }
  .home .site-header.stick {
    position: fixed;
    -webkit-animation: fromTop 500ms ease-in;
            animation: fromTop 500ms ease-in;
    padding: 14px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16); }
    @media (max-width: 765px) {
      .home .site-header.stick {
        padding: 0; } }
    .home .site-header.stick .logo {
      display: block; }
      .home .site-header.stick .logo--blanc {
        display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #fff;
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
  padding: 14px 0;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16); }
  @media (max-width: 765px) {
    .site-header {
      padding: 0; } }
  .site-header .header-dk {
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 1200px) {
      .site-header .header-dk {
        display: none; } }
    .site-header .header-dk .container-fluid, .site-header .header-dk .container-sm, .site-header .header-dk .container-md, .site-header .header-dk .container-lg, .site-header .header-dk .container-xl {
      max-width: 1660px; }
      @media (max-width: 1600px) {
        .site-header .header-dk .container-fluid, .site-header .header-dk .container-sm, .site-header .header-dk .container-md, .site-header .header-dk .container-lg, .site-header .header-dk .container-xl {
          max-width: -webkit-max-content;
          max-width: -moz-max-content;
          max-width: max-content; } }
  .site-header .header-sp {
    display: none;
    padding: 10px 5px; }
    @media screen and (max-width: 1200px) {
      .site-header .header-sp {
        display: block; } }
    .site-header .header-sp__logo {
      height: 61px;
      width: auto; }
      @media (max-width: 360px) {
        .site-header .header-sp__logo {
          height: 55px; } }
      @media (max-width: 320px) {
        .site-header .header-sp__logo {
          height: 34px; } }
    .site-header .header-sp__action {
      margin-left: 32px;
      float: right;
      margin-top: 20px; }
      .site-header .header-sp__action__open-menu {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 35px;
        height: 28px;
        position: relative; }
        .site-header .header-sp__action__open-menu span {
          height: 4px;
          width: 35px;
          background-color: #d5192a;
          -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
          transition: -webkit-transform 0.2s ease-in-out 0.2s;
          transition: transform 0.2s ease-in-out 0.2s;
          transition: transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s; }
          .site-header .header-sp__action__open-menu span::after {
            position: absolute;
            content: "";
            height: 4px;
            width: 35px;
            background-color: #d5192a;
            top: 0;
            -webkit-transition: top 0.2s ease-in-out, opacity 0 ease-in-out 0.2s;
            transition: top 0.2s ease-in-out, opacity 0 ease-in-out 0.2s; }
          .site-header .header-sp__action__open-menu span::before {
            position: absolute;
            content: "";
            height: 4px;
            width: 35px;
            background-color: #d5192a;
            bottom: 0;
            -webkit-transition: bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
            transition: bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
            transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
            transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s; }
  .site-header .slide-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    background-color: #d5192a;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    overflow-y: scroll; }
    .site-header .slide-menu.active {
      left: 0; }
    .site-header .slide-menu__head {
      padding: 10px 0;
      background-color: #fff; }
      .site-header .slide-menu__head__logo {
        height: 55px;
        width: auto; }
      .site-header .slide-menu__head__action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .site-header .slide-menu__head__action .navigation {
          margin-right: 32px; }
          .site-header .slide-menu__head__action .navigation .link-account i,
          .site-header .slide-menu__head__action .navigation .dropdown-back i {
            color: #d5192a !important; }
          .site-header .slide-menu__head__action .navigation .cart-items-count {
            background-color: #d5192a !important;
            color: #fff !important; }
        .site-header .slide-menu__head__action__open-menu {
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 35px;
          height: 28px;
          position: relative;
          z-index: 105; }
          .site-header .slide-menu__head__action__open-menu span {
            height: 4px;
            width: 35px;
            background-color: #d5192a;
            position: relative;
            -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s;
            transition: -webkit-transform 0.2s ease-in-out 0.2s;
            transition: transform 0.2s ease-in-out 0.2s;
            transition: transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s; }
            .site-header .slide-menu__head__action__open-menu span::after {
              position: absolute;
              content: "";
              height: 4px;
              width: 35px;
              background-color: #d5192a;
              top: -5px;
              -webkit-transition: top 0.2s ease-in-out, opacity 0 ease-in-out 0.2s;
              transition: top 0.2s ease-in-out, opacity 0 ease-in-out 0.2s; }
            .site-header .slide-menu__head__action__open-menu span::before {
              position: absolute;
              content: "";
              height: 4px;
              width: 35px;
              background-color: #d5192a;
              bottom: -5px;
              -webkit-transition: bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
              transition: bottom 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out 0.2s;
              transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s;
              transition: bottom 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0.2s; }
          .site-header .slide-menu__head__action__open-menu.open span {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
            .site-header .slide-menu__head__action__open-menu.open span::after {
              top: 0;
              opacity: 0; }
            .site-header .slide-menu__head__action__open-menu.open span::before {
              bottom: 0;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
    .site-header .slide-menu__nav .search-space__input__form {
      width: auto;
      margin: 3em 28px 20px;
      padding: 0;
      border: none;
      position: relative; }
      .site-header .slide-menu__nav .search-space__input__form label:before {
        position: absolute;
        top: -3px;
        left: 20px;
        display: inline-block;
        content: "\e80c";
        font-family: "nougats";
        color: #d5192a;
        font-size: 35px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .site-header .slide-menu__nav .search-space__input__form input {
        display: block;
        width: 100%;
        border: none;
        border-radius: 40px;
        background-color: #fff;
        color: #400707;
        line-height: normal;
        padding: 20px 10px 20px 58px;
        text-align: left; }
        .site-header .slide-menu__nav .search-space__input__form input::-webkit-input-placeholder {
          font-style: italic; }
        .site-header .slide-menu__nav .search-space__input__form input::-moz-placeholder {
          font-style: italic; }
        .site-header .slide-menu__nav .search-space__input__form input:-ms-input-placeholder {
          font-style: italic; }
        .site-header .slide-menu__nav .search-space__input__form input::-ms-input-placeholder {
          font-style: italic; }
        .site-header .slide-menu__nav .search-space__input__form input::placeholder {
          font-style: italic; }
    .site-header .slide-menu__nav .mybtn, .site-header .slide-menu__nav #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .site-header .slide-menu__nav #gform_submit_button_4, .site-header .slide-menu__nav .gform_footer .gform_button, .gform_footer .site-header .slide-menu__nav .gform_button, .site-header .slide-menu__nav .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .site-header .slide-menu__nav .button, .site-header .slide-menu__nav .woocommerce-order .back-home a, .woocommerce-order .back-home .site-header .slide-menu__nav a {
      margin: 0 30px 50px;
      padding-left: 28px;
      padding-right: 28px; }

/**
 * HEADER: LOGO
 */
.logo--blanc {
  width: 238px; }
  @media (max-width: 1600px) {
    .logo--blanc {
      width: 180px; } }
  @media (min-width: 1200px) and (max-width: 1370px) {
    .logo--blanc {
      width: 80px; } }

.logo {
  width: 180px;
  max-width: 100%; }
  @media (min-width: 1200px) and (max-width: 1370px) {
    .logo {
      width: 80px; } }

.home #masthead:not(.stick) #lien-head-menu > .menu-item a, .home #masthead:not(.stick) #lien-head-menu > .menu-item p,
.home #masthead:not(.stick) #primary-menu > .menu-item a,
.home #masthead:not(.stick) #primary-menu > .menu-item p {
  color: #fff; }

.home #masthead:not(.stick) .yith-wcwl-items-link i,
.home #masthead:not(.stick) #js-search i,
.home #masthead:not(.stick) .link-account i {
  color: #fff; }

.home #masthead:not(.stick) .yith-wcwl-items-link .yith-wcwl-items-count {
  background-color: #fff;
  color: #d5192a; }

.home #masthead:not(.stick) .dropdown-back .icon-shop {
  color: #fff; }

.home #masthead:not(.stick) .dropdown-back .cart-items-count {
  background-color: #fff;
  color: #d5192a; }

.home #masthead:not(.stick) .header-sp__action__open-menu span {
  background-color: #fff; }
  .home #masthead:not(.stick) .header-sp__action__open-menu span:before, .home #masthead:not(.stick) .header-sp__action__open-menu span:after {
    background-color: #fff; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 20px; }
  @media (max-width: 1200px) {
    .navigation {
      width: auto;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }
  @media (max-width: 765px) {
    .navigation {
      margin-left: 0; } }
  .navigation__lien {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .navigation__lien #js-search {
      font-size: 2.8rem;
      margin-left: 35px; }
      @media (min-width: 1200px) and (max-width: 1440px) {
        .navigation__lien #js-search {
          margin-left: 25px; } }
      .navigation__lien #js-search:hover {
        cursor: pointer; }
        .navigation__lien #js-search:hover i {
          color: #a40b19; }
      .navigation__lien #js-search i {
        color: #d5192a;
        display: block;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .navigation__lien .yith-wcwl-items-link {
      margin-left: 35px;
      position: relative; }
      @media (min-width: 1200px) and (max-width: 1440px) {
        .navigation__lien .yith-wcwl-items-link {
          margin-left: 25px; } }
      .navigation__lien .yith-wcwl-items-link:hover .yith-wcwl-icon {
        color: #a40b19; }
      .navigation__lien .yith-wcwl-items-link .yith-wcwl-icon {
        font-size: 1.8rem; }
      .navigation__lien .yith-wcwl-items-link .yith-wcwl-items-count {
        background-color: #d5192a;
        color: #fff;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 30px;
        font-size: 0.875rem;
        font-family: "Paytone One", Arial, Helvetica, sans-serif;
        position: absolute;
        top: -5px;
        right: -20px;
        border-radius: 50%;
        -webkit-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out; }
        .navigation__lien .yith-wcwl-items-link .yith-wcwl-items-count[data-counter="0"] {
          opacity: 0; }
    .navigation__lien ul.menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .navigation__lien ul.menu li {
        margin-left: 35px; }
        @media (min-width: 1200px) and (max-width: 1440px) {
          .navigation__lien ul.menu li {
            margin-left: 25px; } }
        .navigation__lien ul.menu li a {
          color: #d5192a;
          font-size: 1.9rem; }
          .navigation__lien ul.menu li a:hover {
            color: #a40b19; }
        .navigation__lien ul.menu li p {
          color: #d5192a; }
          .navigation__lien ul.menu li p:hover {
            color: #a40b19; }
        .navigation__lien ul.menu li.menu-item-2661 a, .navigation__lien ul.menu li.menu-item-2661 p {
          cursor: pointer;
          font-size: 2.3rem;
          margin-bottom: 0; }
        .navigation__lien ul.menu li.menu-item-2660 a, .navigation__lien ul.menu li.menu-item-2660 p {
          cursor: pointer;
          font-size: 1.9rem;
          margin-bottom: 0; }
    .navigation__lien .link-account {
      font-size: 2rem; }
      .navigation__lien .link-account:hover i {
        color: #a40b19; }
      .navigation__lien .link-account i {
        color: #d5192a; }
  .navigation .dropdown-back {
    margin-left: 35px;
    position: relative; }
    @media (max-width: 1440px) {
      .navigation .dropdown-back {
        margin-left: 25px; } }
    @media (max-width: 991px) {
      .navigation .dropdown-back {
        margin-left: 32px; } }
    .navigation .dropdown-back .icon-shop {
      font-size: 2.3rem; }
      @media (max-width: 1200px) {
        .navigation .dropdown-back .icon-shop {
          font-size: 2.2rem; } }
    .navigation .dropdown-back .cart-items-count {
      background-color: #d5192a;
      color: #fff;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 30px;
      font-size: 0.875rem;
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      position: absolute;
      top: -5px;
      right: -20px;
      border-radius: 50%;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      -webkit-transform: scale(1);
              transform: scale(1); }

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #nav .btn, #nav .newsletter form .gform_footer .gform_button, .newsletter form .gform_footer #nav .gform_button {
    margin: 0 0 0 40px; }

#primary-menu,
#blog-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0; }
  #primary-menu > .menu-item a,
  #blog-menu > .menu-item a {
    color: #400707;
    font-size: 1.25rem;
    position: relative;
    margin: 0;
    display: block;
    padding: 17px 20px 22px; }
    @media (max-width: 1600px) {
      #primary-menu > .menu-item a,
      #blog-menu > .menu-item a {
        font-size: 1rem;
        display: block;
        padding-left: 15px;
        padding-right: 15px; } }
    #primary-menu > .menu-item a:hover,
    #blog-menu > .menu-item a:hover {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-decoration: none;
      color: #fff;
      background-color: #a40b19; }
  #primary-menu li.menu-item-has-children,
  #blog-menu li.menu-item-has-children {
    position: relative; }
    #primary-menu li.menu-item-has-children > a:after,
    #blog-menu li.menu-item-has-children > a:after {
      content: "\e80d";
      font-family: "nougats";
      margin-left: 10px;
      -webkit-transform: rotate(270deg) scale(0.6);
              transform: rotate(270deg) scale(0.6);
      display: inline-block;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    #primary-menu li.menu-item-has-children:hover > a,
    #blog-menu li.menu-item-has-children:hover > a {
      color: #fff;
      background-color: #a40b19;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #primary-menu li.menu-item-has-children:hover > a:after,
      #blog-menu li.menu-item-has-children:hover > a:after {
        -webkit-transform: rotate(90deg) scale(0.6);
                transform: rotate(90deg) scale(0.6); }
    #primary-menu li.menu-item-has-children:hover > .sub-menu,
    #blog-menu li.menu-item-has-children:hover > .sub-menu {
      display: block;
      position: absolute;
      z-index: 1000;
      width: 266px;
      margin: 0;
      padding: 25px 37px 33px;
      list-style: none;
      text-align: left;
      background: #400707;
      top: auto;
      left: 0;
      color: #fff;
      border-radius: 0 20px 20px 20px; }
  #primary-menu > li > .sub-menu,
  #blog-menu > li > .sub-menu {
    display: none; }
    #primary-menu > li > .sub-menu > li a, #primary-menu > li > .sub-menu > li p,
    #blog-menu > li > .sub-menu > li a,
    #blog-menu > li > .sub-menu > li p {
      cursor: pointer;
      display: block;
      min-height: auto;
      margin: 0;
      position: relative;
      padding: 10px 0;
      font-size: 1rem;
      line-height: 1;
      height: auto;
      color: #fff;
      position: relative; }
      #primary-menu > li > .sub-menu > li a:hover, #primary-menu > li > .sub-menu > li p:hover,
      #blog-menu > li > .sub-menu > li a:hover,
      #blog-menu > li > .sub-menu > li p:hover {
        color: #d5192a !important;
        background-color: transparent; }
      #primary-menu > li > .sub-menu > li a:last-child a, #primary-menu > li > .sub-menu > li p:last-child a,
      #blog-menu > li > .sub-menu > li a:last-child a,
      #blog-menu > li > .sub-menu > li p:last-child a {
        padding-bottom: 0; }
    #primary-menu > li > .sub-menu > li .sub-menu,
    #blog-menu > li > .sub-menu > li .sub-menu {
      display: block !important;
      position: inherit !important;
      width: auto !important;
      margin: 0 0 0 20px !important;
      padding: 0px 20px !important;
      background-color: transparent !important;
      top: inherit !important;
      left: inherit !important;
      color: #fff;
      list-style: none;
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
      #primary-menu > li > .sub-menu > li .sub-menu > li a,
      #blog-menu > li > .sub-menu > li .sub-menu > li a {
        padding: 15px 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        #primary-menu > li > .sub-menu > li .sub-menu > li a:hover,
        #blog-menu > li > .sub-menu > li .sub-menu > li a:hover {
          padding: 15px 0 15px 5px; }

#primary-menu-sp {
  padding: 0 30px;
  margin: 30px 0 0;
  list-style: none; }
  #primary-menu-sp .menu-item {
    width: 100%;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #primary-menu-sp .menu-item .go-parent {
      font-size: 1.2rem;
      font-weight: 700;
      background-image: url("../../img/arrow-menu-invert.svg");
      background-position: left center;
      background-repeat: no-repeat;
      padding: 20px 20px 20px 40px;
      margin: 8px 0 40px 0; }
      #primary-menu-sp .menu-item .go-parent::after {
        display: none; }
    #primary-menu-sp .menu-item a {
      width: 100%;
      padding: 20px 0 20px 0;
      position: relative;
      color: #fff;
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase; }
      #primary-menu-sp .menu-item a span {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 2; }
    #primary-menu-sp .menu-item .sub-menu {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background-color: #d5192a;
      z-index: 100;
      left: -100%;
      margin: 0;
      padding: 0 30px;
      list-style: none;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      height: 100%; }
      #primary-menu-sp .menu-item .sub-menu.active {
        left: 0; }

/**
 * LAYOUT FOOTER: INCLUDES
 */
.reassurance {
  padding: 150px 0; }
  @media (max-width: 765px) {
    .reassurance {
      padding: 80px 0 60px 0; } }
  .reassurance__bloc {
    text-align: center;
    line-height: 1.4375; }
    @media (max-width: 765px) {
      .reassurance__bloc {
        margin-bottom: 25px; } }
    .reassurance__bloc b {
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      font-size: 1.0625rem;
      color: #400707;
      font-weight: normal;
      display: block;
      margin-bottom: 8px; }
    @media (max-width: 765px) {
      .reassurance__bloc--2 br {
        display: none; } }
  .reassurance__icon {
    width: 68px;
    height: auto;
    margin-bottom: 14px; }

/**
 * FOOTER
 */
@media (min-width: 1200px) {
  .home .faq_link {
    display: none; } }

.faq_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 20px;
  top: 200px;
  width: 60px;
  height: 60px;
  background-color: #d5192a;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 34px;
  z-index: 10;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .faq_link:hover, .faq_link:focus {
    color: #fff;
    text-decoration: none;
    background-color: #be1626; }
  @media (max-width: 1200px) {
    .faq_link {
      top: inherit;
      bottom: 20px;
      right: inherit;
      left: 15px; } }
  .faq_link .faq_text {
    font-size: 18px;
    font-family: "Paytone One", Arial, Helvetica, sans-serif; }

.footer {
  background-color: #400707;
  padding: 83px 0 60px 0;
  color: #fff; }
  .footer__first .mybtn, .footer__first #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .footer__first #gform_submit_button_4, .footer__first .gform_footer .gform_button, .gform_footer .footer__first .gform_button, .footer__first .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .footer__first .button, .footer__first .woocommerce-order .back-home a, .woocommerce-order .back-home .footer__first a {
    cursor: pointer; }
  .footer__infos {
    position: relative; }
    .footer__infos__wrap {
      position: relative;
      z-index: 2;
      min-height: 362px;
      background-color: #feeceb;
      border-radius: 40px;
      padding: 96px 0 128px; }
      @media (min-width: 1500px) {
        .footer__infos__wrap {
          margin-left: -120px;
          margin-right: -120px; } }
      @media (max-width: 765px) {
        .footer__infos__wrap {
          padding: 45px 0; }
          .footer__infos__wrap .reseaux {
            margin-bottom: 52px; } }
    .footer__infos__titre {
      color: #d5192a;
      font-size: 1.6875rem;
      margin-bottom: 28px;
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      text-align: center; }
      @media (max-width: 765px) {
        .footer__infos__titre {
          font-size: 1.25rem;
          margin-left: 25px;
          margin-right: 25px; } }
    .footer__infos__deco {
      max-width: 100%;
      height: auto;
      position: absolute;
      bottom: 0; }
    .footer__infos .gform_wrapper {
      max-width: 442px; }
      @media (max-width: 1440px) {
        .footer__infos .gform_wrapper {
          max-width: 306px;
          margin: 0 auto; } }
      @media (max-width: 320px) {
        .footer__infos .gform_wrapper {
          max-width: 255px; } }
      .footer__infos .gform_wrapper #gform_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        .footer__infos .gform_wrapper #gform_3 .gform_footer {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1; }
          .footer__infos .gform_wrapper #gform_3 .gform_footer img {
            position: absolute;
            top: 10px;
            right: -20px; }
          .footer__infos .gform_wrapper #gform_3 .gform_footer .gform_button {
            padding: 0 8px;
            border-radius: 0 5px 5px 0;
            height: 51px; }
            .footer__infos .gform_wrapper #gform_3 .gform_footer .gform_button:before {
              content: "\e80d";
              font-family: "nougats"; }
            .footer__infos .gform_wrapper #gform_3 .gform_footer .gform_button:hover {
              background-color: #a71421 !important;
              background-blend-mode: saturation; }
        .footer__infos .gform_wrapper #gform_3 .gform_body {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%; }
          .footer__infos .gform_wrapper #gform_3 .gform_body .gfield {
            margin-bottom: 0; }
            .footer__infos .gform_wrapper #gform_3 .gform_body .gfield input[type="email"] {
              background-color: #fff;
              border: solid 1px #d6cece;
              border-radius: 5px; }
              .footer__infos .gform_wrapper #gform_3 .gform_body .gfield input[type="email"]::-webkit-input-placeholder {
                color: #cdbebe; }
              .footer__infos .gform_wrapper #gform_3 .gform_body .gfield input[type="email"]::-moz-placeholder {
                color: #cdbebe; }
              .footer__infos .gform_wrapper #gform_3 .gform_body .gfield input[type="email"]:-ms-input-placeholder {
                color: #cdbebe; }
              .footer__infos .gform_wrapper #gform_3 .gform_body .gfield input[type="email"]::-ms-input-placeholder {
                color: #cdbebe; }
              .footer__infos .gform_wrapper #gform_3 .gform_body .gfield input[type="email"]::placeholder {
                color: #cdbebe; }
  .footer__logo {
    display: block;
    margin-bottom: 32px; }
    .footer__logo img {
      max-width: 235px; }
    @media (max-width: 765px) {
      .footer__logo {
        text-align: center; } }
  .footer__baseline b,
  .footer__baseline strong {
    font-size: 18px; }
  .footer .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .menu .menu-item {
      margin: 0;
      padding: 0;
      position: relative; }
      @media (max-width: 765px) {
        .footer .menu .menu-item {
          margin-bottom: 35px; } }
      .footer .menu .menu-item > a, .footer .menu .menu-item > p {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        display: block;
        margin-bottom: 15px;
        cursor: pointer; }
        @media (max-width: 765px) {
          .footer .menu .menu-item > a, .footer .menu .menu-item > p {
            margin-bottom: 0; } }
        .footer .menu .menu-item > a:hover, .footer .menu .menu-item > p:hover {
          color: #fff;
          text-decoration: none; }
      @media (max-width: 765px) {
        .footer .menu .menu-item.menu-item-has-children {
          padding: 0;
          position: relative; }
          .footer .menu .menu-item.menu-item-has-children:before {
            display: block;
            position: absolute;
            top: 49px;
            content: "";
            width: 100%;
            height: 1px;
            background-color: #e7d5d5; }
          .footer .menu .menu-item.menu-item-has-children > a {
            display: inline-block;
            vertical-align: middle; }
          .footer .menu .menu-item.menu-item-has-children.open .button {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); } }
      .footer .menu .menu-item .button {
        position: absolute;
        top: 6px;
        right: 0;
        z-index: 1;
        width: 25px;
        height: 25px;
        text-align: center;
        color: #e7d5d5;
        font-size: 1.5rem;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        font-size: 1rem;
        line-height: 1.5; }
        @media (min-width: 765px) {
          .footer .menu .menu-item .button {
            display: none; } }
      .footer .menu .menu-item .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0; }
        @media (max-width: 765px) {
          .footer .menu .menu-item .sub-menu {
            display: none;
            padding-top: 45px; } }
        @media (max-width: 765px) {
          .footer .menu .menu-item .sub-menu li {
            margin-bottom: 17px; } }
        .footer .menu .menu-item .sub-menu li:last-child {
          margin-bottom: 0; }
        .footer .menu .menu-item .sub-menu li a, .footer .menu .menu-item .sub-menu li p {
          font-size: 1rem;
          font-weight: normal;
          cursor: pointer; }
  .footer__second {
    text-align: center;
    padding: 91px 0 30px 0;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 765px) {
      .footer__second {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer__second .menu-menu-legale-container {
      display: inline-block; }
      @media (max-width: 765px) {
        .footer__second .menu-menu-legale-container {
          display: block;
          width: 100%; } }
      .footer__second .menu-menu-legale-container .menu {
        margin: 0 10px !important; }
        .footer__second .menu-menu-legale-container .menu .menu-item {
          display: inline-block;
          margin: 0 15px !important; }
          @media (max-width: 765px) {
            .footer__second .menu-menu-legale-container .menu .menu-item {
              display: block; } }
          .footer__second .menu-menu-legale-container .menu .menu-item a {
            font-weight: normal;
            font-size: 1rem;
            margin: 0; }

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * PAGES: INCLUDES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * HOME
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.home .hero_home {
  padding-top: 183px;
  position: relative;
  background-color: #d5192a; }
  @media (max-width: 991px) {
    .home .hero_home {
      padding-bottom: 0;
      padding-top: 104px;
      background-color: transparent; }
      .home .hero_home .swiper-button-next,
      .home .hero_home .swiper-button-prev {
        display: none !important; } }
  .home .hero_home .hero-container {
    padding: 0 0 46px; }
    @media (max-width: 991px) {
      .home .hero_home .hero-container {
        padding-bottom: 0; } }
    .home .hero_home .hero-container .hero__titre {
      margin-top: 65px;
      color: #fff; }
      @media (max-width: 991px) {
        .home .hero_home .hero-container .hero__titre {
          margin-top: 0; } }
    .home .hero_home .hero-container .hero__texte {
      color: #fff;
      padding-right: 256px; }
      @media (max-width: 991px) {
        .home .hero_home .hero-container .hero__texte {
          padding-right: 0; } }
      .home .hero_home .hero-container .hero__texte h2 {
        color: #fff;
        margin-bottom: 35px; }
        @media (max-width: 991px) {
          .home .hero_home .hero-container .hero__texte h2 {
            margin-bottom: 15px; } }
    .home .hero_home .hero-container img {
      margin: auto; }
  @media (min-width: 1500px) {
    .home .hero_home {
      min-height: 896px; }
      .home .hero_home .container-fluid, .home .hero_home .container-sm, .home .hero_home .container-md, .home .hero_home .container-lg, .home .hero_home .container-xl {
        max-width: 1510px; } }
  .home .hero_home:after {
    -webkit-clip-path: path("M991.07 0s-43.513 254.616-302.961 393.205S0 485.06 0 485.06V0z");
            clip-path: path("M991.07 0s-43.513 254.616-302.961 393.205S0 485.06 0 485.06V0z");
    background-color: #fff;
    opacity: 0.12;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none; }
    @media (max-width: 991px) {
      .home .hero_home:after {
        -webkit-clip-path: path("M280.3,0c0,0-12.3,74.5-85.7,115S0,141.9,0,141.9V0H280.3z");
                clip-path: path("M280.3,0c0,0-12.3,74.5-85.7,115S0,141.9,0,141.9V0H280.3z");
        height: 144px; } }
  .home .hero_home .hero_home_deco {
    position: absolute;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
    height: auto; }
    @media (max-width: 991px) {
      .home .hero_home .hero_home_deco {
        display: none; } }
    .home .hero_home .hero_home_deco--mobile {
      position: absolute;
      top: 0;
      left: 0;
      height: 50%; }
      @media (min-width: 992px) {
        .home .hero_home .hero_home_deco--mobile {
          display: none; } }
      @media (min-width: 576px) {
        .home .hero_home .hero_home_deco--mobile {
          height: auto; } }

.home__featured {
  margin-top: 147px;
  position: relative; }
  @media (max-width: 991px) {
    .home__featured {
      margin-top: 60px; } }
  .home__featured .mybtn, .home__featured #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .home__featured #gform_submit_button_4, .home__featured .gform_footer .gform_button, .gform_footer .home__featured .gform_button, .home__featured .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .home__featured .button, .home__featured .woocommerce-order .back-home a, .woocommerce-order .back-home .home__featured a {
    margin-top: 70px; }
    @media (max-width: 991px) {
      .home__featured .mybtn, .home__featured #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .home__featured #gform_submit_button_4, .home__featured .gform_footer .gform_button, .gform_footer .home__featured .gform_button, .home__featured .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .home__featured .button, .home__featured .woocommerce-order .back-home a, .woocommerce-order .back-home .home__featured a {
        margin-top: 30px; } }
  .home__featured--decoL {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    margin: auto;
    z-index: -1; }
    @media (max-width: 991px) {
      .home__featured--decoL {
        display: none; } }
  .home__featured--decoR {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    margin: auto;
    z-index: -1; }
    @media (max-width: 991px) {
      .home__featured--decoR {
        display: none; } }

.home__nous-trouver {
  margin-top: 180px; }
  @media (max-width: 991px) {
    .home__nous-trouver {
      margin-top: 60px; } }
  .home__nous-trouver .nous_trouver {
    border-radius: 40px;
    padding: 67px 60px;
    color: #fff; }
    @media (max-width: 991px) {
      .home__nous-trouver .nous_trouver {
        padding: 40px 26px 76px; } }
    .home__nous-trouver .nous_trouver h2 {
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      margin-bottom: 34px;
      color: #fff; }
    .home__nous-trouver .nous_trouver .mybtn, .home__nous-trouver .nous_trouver #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .home__nous-trouver .nous_trouver #gform_submit_button_4, .home__nous-trouver .nous_trouver .gform_footer .gform_button, .gform_footer .home__nous-trouver .nous_trouver .gform_button, .home__nous-trouver .nous_trouver .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .home__nous-trouver .nous_trouver .button, .home__nous-trouver .nous_trouver .woocommerce-order .back-home a, .woocommerce-order .back-home .home__nous-trouver .nous_trouver a {
      margin-top: 44px; }
      @media (max-width: 765px) {
        .home__nous-trouver .nous_trouver .mybtn, .home__nous-trouver .nous_trouver #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .home__nous-trouver .nous_trouver #gform_submit_button_4, .home__nous-trouver .nous_trouver .gform_footer .gform_button, .gform_footer .home__nous-trouver .nous_trouver .gform_button, .home__nous-trouver .nous_trouver .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .home__nous-trouver .nous_trouver .button, .home__nous-trouver .nous_trouver .woocommerce-order .back-home a, .woocommerce-order .back-home .home__nous-trouver .nous_trouver a {
          display: block; } }
  @media (min-width: 1500px) {
    .home__nous-trouver .deco_nous-trouver {
      position: absolute;
      left: 70px;
      top: 70px; } }

.home__recettes {
  margin: 160px 0 0;
  padding: 87px 0;
  position: relative; }
  @media (max-width: 991px) {
    .home__recettes {
      margin-top: 60px; } }
  .home__recettes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: url(../../img/fond.png), #d5192a;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 0 40px 40px 0; }
    @media (max-width: 991px) {
      .home__recettes:before {
        height: 519px;
        width: 50%; } }
  .home__recettes .section__titre, .home__recettes .woocommerce-cart .woocommerce .cross-sells h2, .woocommerce-cart .woocommerce .cross-sells .home__recettes h2 {
    text-align: left; }
    @media (max-width: 991px) {
      .home__recettes .section__titre, .home__recettes .woocommerce-cart .woocommerce .cross-sells h2, .woocommerce-cart .woocommerce .cross-sells .home__recettes h2 {
        margin-top: 162px; } }
    .home__recettes .section__titre:after, .home__recettes .woocommerce-cart .woocommerce .cross-sells h2:after, .woocommerce-cart .woocommerce .cross-sells .home__recettes h2:after {
      margin: 18px 0 0; }
  @media (max-width: 765px) {
    .home__recettes .mybtn, .home__recettes #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .home__recettes #gform_submit_button_4, .home__recettes .gform_footer .gform_button, .gform_footer .home__recettes .gform_button, .home__recettes .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .home__recettes .button, .home__recettes .woocommerce-order .back-home a, .woocommerce-order .back-home .home__recettes a {
      display: block; } }

.home__selection {
  margin-top: 180px;
  padding: 0 0 120px;
  position: relative; }
  @media (max-width: 991px) {
    .home__selection {
      margin-top: 0;
      padding-bottom: 60px; } }
  .home__selection--deco {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .home__selection_btn {
    margin-top: 3em; }
    @media (max-width: 765px) {
      .home__selection_btn {
        margin-top: 1em; } }

.home__best-product {
  margin-top: 180px;
  padding: 0 0 120px;
  position: relative; }
  @media (max-width: 991px) {
    .home__best-product {
      margin-top: 0;
      padding-bottom: 60px; } }
  .home__best-product--deco {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .home__best-product_btn {
    margin-top: 3em; }
    @media (max-width: 765px) {
      .home__best-product_btn {
        margin-top: 1em; } }

.home__fabrique {
  background-color: #feeceb;
  padding: 87px 0 0;
  position: relative; }
  @media (max-width: 991px) {
    .home__fabrique {
      padding-bottom: 116px;
      padding-top: 0; } }
  .home__fabrique:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: url(../../img/fond.png), #d5192a;
    background-position: center top;
    background-repeat: repeat;
    border-radius: 40px 0 0; }
    @media (max-width: 991px) {
      .home__fabrique:before {
        top: inherit;
        width: 100%;
        height: 440px; } }
  @media (min-width: 1440px) {
    .home__fabrique--img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 991px) {
    .home__fabrique--img img {
      max-width: 100%;
      height: auto; } }
  .home__fabrique--wrap {
    background-color: #fff;
    border-radius: 40px;
    padding: 60px 70px;
    margin-top: -30px; }
    @media (max-width: 991px) {
      .home__fabrique--wrap {
        padding: 54px 25px; } }
    .home__fabrique--wrap h2 {
      text-align: left;
      font-size: 3.125rem; }
      .home__fabrique--wrap h2:after {
        margin-left: 0;
        margin-right: 0; }
  .home__fabrique__bouton {
    margin-top: 28px; }
    @media (max-width: 765px) {
      .home__fabrique__bouton .mybtn, .home__fabrique__bouton #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .home__fabrique__bouton #gform_submit_button_4, .home__fabrique__bouton .gform_footer .gform_button, .gform_footer .home__fabrique__bouton .gform_button, .home__fabrique__bouton .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .home__fabrique__bouton .button, .home__fabrique__bouton .woocommerce-order .back-home a, .woocommerce-order .back-home .home__fabrique__bouton a {
        display: block; } }

.home__avis {
  margin-top: 90px; }
  @media (max-width: 765px) {
    .home__avis {
      margin-top: 60px; } }

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * PAGE
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-template-page-quarantaine .site-header .header-dk .container-fluid, .page-template-page-quarantaine .site-header .header-dk .container-sm, .page-template-page-quarantaine .site-header .header-dk .container-md, .page-template-page-quarantaine .site-header .header-dk .container-lg, .page-template-page-quarantaine .site-header .header-dk .container-xl {
  max-width: 1440px; }

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * SINGLE
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.archive-default__intro {
  text-align: center;
  padding: 60px; }

.archive-default__loop {
  padding: 60px 0; }

.archive-default__seo {
  padding: 60px; }
  .archive-default__seo__contenu__texte {
    margin: 0 0 20px 0; }

.no-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #ffe5db;
  color: #400707; }
  .no-page__content {
    text-align: center;
    color: #400707;
    padding: 80px 0; }
    .no-page__content h1 {
      font-weight: 700;
      font-size: 3.125rem;
      color: #400707;
      margin: 30px 0 20px 0; }
    .no-page__content__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .no-page__content__link {
          display: block; } }
      .no-page__content__link .btn, .no-page__content__link .newsletter form .gform_footer .gform_button, .newsletter form .gform_footer .no-page__content__link .gform_button {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0 10px; }
        @media screen and (max-width: 768px) {
          .no-page__content__link .btn, .no-page__content__link .newsletter form .gform_footer .gform_button, .newsletter form .gform_footer .no-page__content__link .gform_button {
            display: block;
            margin: 10px 0; } }

.page-template-page-contact .hero-container {
  padding-bottom: 50px; }
  @media (max-width: 765px) {
    .page-template-page-contact .hero-container {
      padding-bottom: 0;
      min-height: inherit; } }

.form-contact-container {
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); }

@media (max-width: 991px) {
  .info-contact {
    text-align: center;
    margin-top: 2em; } }

.info-contact__rs ul li a {
  width: 50px;
  height: 50px;
  font-size: 1rem; }

.maintenance {
  background-color: #d5192a;
  height: 100vh;
  width: 100%;
  display: table;
  position: relative; }
  .maintenance-container {
    display: table-cell;
    padding: 0 10%;
    vertical-align: middle; }
  .maintenance__title {
    color: #a71421;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1; }
    @media (max-width: 768px) {
      .maintenance__title {
        font-size: 2.25rem; } }
  .maintenance__text {
    color: #fff;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.1; }
    @media (max-width: 768px) {
      .maintenance__text {
        font-size: 1.375rem; } }
  .maintenance__info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: rgba(55, 55, 55, 0.1);
    color: #fff;
    text-align: center;
    font-size: .857rem;
    padding: 3px 0; }
    .maintenance__info p {
      margin: 0; }
    .maintenance__info a {
      color: #fff;
      text-decoration: underline; }

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * Article
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.article__hero {
  padding: 0 0 80px 0;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 1rem; }
  .article__hero::after {
    position: absolute;
    content: "";
    background-color: #343a40;
    opacity: 0.4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .article__hero .container {
    z-index: 2;
    position: relative; }
  .article__hero__breadcrumb {
    margin: 0 0 60px 0; }
  .article__hero__categ {
    font-weight: 700; }

.article__content {
  padding: 60px 0; }
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4 {
    margin: 0 0 20px 0; }
  .article__content p {
    margin: 0 0 40px 0; }
  .article__content img {
    margin: 0 0 40px 0;
    width: 100%;
    height: auto; }
  .article__content__auteur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    padding: 25px 0;
    margin: 0 0 40px 0; }
    .article__content__auteur__avatar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%; }
      .article__content__auteur__avatar img {
        overflow: hidden;
        border-radius: 100px;
        margin: 0; }
    .article__content__auteur__info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      padding: 15px; }
      .article__content__auteur__info p {
        margin: 0 0 10px 0; }
  .article__content__share {
    margin: 0 25px 0 0;
    border-top: 1px solid #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    padding: 25px 0; }
    @media screen and (max-width: 991px) {
      .article__content__share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 0 40px 0; } }
    .article__content__share__titre {
      font-weight: 700;
      color: #d5192a;
      position: relative;
      padding: 0 0 10px 0;
      margin: 0 0 25px 0;
      display: block; }
      @media screen and (max-width: 991px) {
        .article__content__share__titre {
          margin: 0; } }
      .article__content__share__titre::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        left: 0;
        background-color: #d5192a;
        bottom: 0; }
    .article__content__share p {
      margin: 5px 0; }
  .article__content__cta {
    padding: 55px 80px;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    margin: 80px 0 120px; }
    .article__content__cta::after {
      position: absolute;
      content: "";
      background-color: #05164d;
      mix-blend-mode: multiply;
      opacity: 0.95;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .article__content__cta-container {
      z-index: 2;
      position: relative; }
    .article__content__cta__texte {
      margin: 0 0 40px 0; }
  .article__content__cross img {
    margin: 0; }

.taxonomy-default__intro {
  padding: 60px 0; }

.taxonomy-default__loop {
  background-color: #f8f9fa;
  padding: 60px 0; }

.sticky {
  padding: 60px 0;
  background-color: #d5192a;
  position: relative; }
  .sticky::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    background: linear-gradient(215deg, rgba(255, 255, 255, 0) 0%, rgba(30, 30, 30, 0.6) 100%); }
  .sticky__post {
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3);
            box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3); }

.posts {
  padding: 60px 0; }
  .posts__titre {
    margin: 0 0 20px 0; }

.acf-map {
  width: 100%;
  height: 840px;
  border-radius: 40px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (max-width: 991px) {
    .acf-map {
      height: 432px; } }
  .acf-map:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.acf-map img {
  max-width: inherit !important; }

.page-template-page-boutique .hero-container {
  padding-bottom: 60px; }

@media (max-width: 991px) {
  .page-template-page-boutique .deco_nous-trouver {
    display: none; } }

@media (max-width: 991px) {
  .page-template-page-boutique .section--rose {
    margin-top: 100px;
    padding: 60px 0; } }

@media (max-width: 991px) {
  .page-template-page-boutique .boutiques {
    margin-top: 40px; } }

.page-template-page-boutique .boutiques--deco {
  position: absolute;
  top: -178px;
  z-index: -1; }

.gm-style iframe + div {
  border: none !important; }

.gm-style .gm-style-iw-c {
  border-radius: 18px;
  max-width: 222px;
  padding: 0; }
  .gm-style .gm-style-iw-c .gm-style-iw-d {
    padding: 0;
    margin: 0;
    overflow: hidden !important; }

.single-recette .hero-container {
  padding-bottom: 0; }
  .single-recette .hero-container img {
    border-radius: 40px; }

.single-recette .hero__titre {
  font-size: 2.75rem;
  margin-bottom: 20px; }
  @media (max-width: 765px) {
    .single-recette .hero__titre {
      font-size: 2.3125rem;
      margin-top: 15px; } }

.single-recette .hero__infos {
  position: relative;
  margin-top: 40px; }
  .single-recette .hero__infos .share {
    position: absolute;
    bottom: 0;
    right: 0; }
    .single-recette .hero__infos .share__btn {
      width: 62px;
      height: 62px;
      background-color: #feeceb;
      color: #d5192a;
      font-size: 1.5rem;
      text-align: center;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .single-recette .hero__infos .share__btn:hover {
        cursor: pointer; }
    .single-recette .hero__infos .share__wrap {
      display: none;
      position: absolute;
      background-color: #feeceb;
      border-radius: 10px;
      padding: 10px;
      right: -3px;
      top: auto;
      text-align: center;
      margin-top: 15px;
      z-index: 2; }
      .single-recette .hero__infos .share__wrap:before {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #feeceb;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 0;
        left: 0;
        margin: auto;
        width: 20px; }
      .single-recette .hero__infos .share__wrap p {
        margin: 0; }
        .single-recette .hero__infos .share__wrap p .lib-social {
          display: none; }

.single-recette .hero__info {
  margin-bottom: 10px;
  color: #400707;
  font-weight: bold; }
  .single-recette .hero__info svg {
    width: 68px;
    margin-right: 16px; }

.single-recette .recette__video {
  position: relative;
  padding-bottom: 124px;
  margin-bottom: 180px; }
  @media (max-width: 765px) {
    .single-recette .recette__video {
      padding-bottom: 62px;
      margin-bottom: 100px; } }
  .single-recette .recette__video:before {
    content: "";
    position: absolute;
    top: 140px;
    left: 0;
    bottom: 0;
    width: 35%;
    height: auto;
    background: url(../../img/fond.png), #d5192a;
    background-position: center top;
    background-repeat: repeat;
    border-radius: 0 40px 40px 0; }
    @media (max-width: 991px) {
      .single-recette .recette__video:before {
        height: 519px;
        width: 50%; } }
    @media (max-width: 765px) {
      .single-recette .recette__video:before {
        height: 70%;
        bottom: 0;
        top: inherit; } }
  .single-recette .recette__video .el-video__image {
    position: relative; }
    .single-recette .recette__video .el-video__image:after {
      content: "";
      width: 240px;
      height: 448px;
      background: url(../../img/deco-recette.svg) no-repeat center;
      position: absolute;
      bottom: -324px;
      right: -290px; }

.single-recette .recette__etapes {
  margin-bottom: 320px; }
  @media (max-width: 765px) {
    .single-recette .recette__etapes {
      margin-bottom: 100px; } }
  .single-recette .recette__etapes .etape {
    margin-bottom: 150px;
    position: relative; }
    @media (max-width: 765px) {
      .single-recette .recette__etapes .etape {
        margin-bottom: 80px; } }
    .single-recette .recette__etapes .etape:last-child {
      margin-bottom: 0; }
    .single-recette .recette__etapes .etape img {
      border-radius: 40px; }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape img {
          margin-bottom: 17px; } }
    .single-recette .recette__etapes .etape h2 {
      font-size: 3.125rem; }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape h2 {
          font-size: 2.0625rem; } }
    .single-recette .recette__etapes .etape__nb {
      font-size: 3.125rem;
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      color: #d5192a;
      line-height: normal; }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape__nb {
          font-size: 2.0625rem; } }
    .single-recette .recette__etapes .etape__texte {
      margin-top: 30px; }
      .single-recette .recette__etapes .etape__texte svg {
        width: 60px;
        margin-right: 15px; }
      .single-recette .recette__etapes .etape__texte h3 {
        font-size: 1.875rem;
        margin-bottom: 30px;
        margin-right: 15px; }
        @media (max-width: 765px) {
          .single-recette .recette__etapes .etape__texte h3 {
            font-size: 1.5625rem; } }
    .single-recette .recette__etapes .etape_2:after {
      content: "";
      width: 101px;
      height: 381px;
      background: url(../../img/deco-recette-line.svg) no-repeat center;
      position: absolute;
      top: -210px;
      right: -130px; }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape_2:after {
          width: 113px;
          height: 70px;
          top: -85px;
          right: 0;
          left: 0;
          margin: 0 auto;
          background: url(../../img/deco-recette-line-mobile.svg) no-repeat center; } }
    .single-recette .recette__etapes .etape_3:before {
      content: "";
      width: 62px;
      height: 385px;
      background: url(../../img/deco-recette-line2.svg) no-repeat center;
      position: absolute;
      top: -210px;
      left: -130px; }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape_3:before {
          width: 113px;
          height: 70px;
          top: -85px;
          right: 0;
          left: 0;
          margin: 0 auto;
          background: url(../../img/deco-recette-line-mobile.svg) no-repeat center;
          -webkit-transform: scaleX(-100%);
                  transform: scaleX(-100%); } }
    .single-recette .recette__etapes .etape_4:before {
      content: "";
      width: 671px;
      height: 111px;
      background: url(../../img/deco-recette-line3.svg) no-repeat center;
      position: absolute;
      top: -160px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape_4:before {
          width: 113px;
          height: 70px;
          top: -85px;
          right: 0;
          left: 0;
          margin: 0 auto;
          background: url(../../img/deco-recette-line-mobile.svg) no-repeat center; } }
    .single-recette .recette__etapes .etape_4:after {
      content: "";
      width: 240px;
      height: 448px;
      background: url(../../img/deco-recette.svg) no-repeat center;
      position: absolute;
      bottom: -224px;
      left: -290px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (max-width: 765px) {
        .single-recette .recette__etapes .etape_4:after {
          display: none; } }

.single-recette .recette__cross .card-recette {
  min-height: 447px; }

.woocommerce-password-strength {
  margin-top: 15px; }

.woocommerce div.product .price .mcmp_recalc_price_row {
  margin-left: 10px;
  font-size: 14px !important;
  color: #373737; }
  .woocommerce div.product .price .mcmp_recalc_price_row .amount {
    font-size: 14px !important; }

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none; }

.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse; }
  .woocommerce table.shop_table th {
    font-weight: normal; }
  .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item:first-child td {
    border-top-color: #707070; }

.woocommerce a.remove {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 1em;
  height: 26px;
  width: 26px;
  line-height: 24px;
  color: #827272 !important;
  text-decoration: none;
  font-weight: normal;
  border: solid 1px #827272 !important;
  background-color: #fff; }
  .woocommerce a.remove:hover {
    border-color: #e85045 !important;
    background-color: #e85045 !important;
    color: #fff; }

.woocommerce .woocommerce-form-register {
  border: none !important;
  padding: 0 !important; }

.woocommerce .woocommerce-form-login {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .woocommerce .woocommerce-form-login .form-row .input-text {
    border: solid 1px #e7d5d5;
    border-radius: 30px;
    height: 60px;
    padding: 15px; }
  .woocommerce .woocommerce-form-login .lost-password {
    cursor: pointer;
    display: inline-block;
    color: #827272;
    position: relative;
    padding-bottom: 2px; }
    .woocommerce .woocommerce-form-login .lost-password:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #d5192a;
      bottom: 0;
      left: 0;
      position: absolute; }

.woocommerce form .form-row {
  margin-bottom: 37px; }
  @media (max-width: 765px) {
    .woocommerce form .form-row-first, .woocommerce form .form-row-last {
      float: none;
      width: 100%; } }
  .woocommerce form .form-row select,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row .select2-selection--single {
    border: solid 1px #e7d5d5;
    border-radius: 30px;
    height: 60px;
    padding: 15px; }
    .woocommerce form .form-row select .select2-selection__arrow,
    .woocommerce form .form-row input.input-text .select2-selection__arrow,
    .woocommerce form .form-row .select2-selection--single .select2-selection__arrow {
      top: 18px;
      right: 14px; }

#shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (max-width: 765px) {
    #shipping_method {
      clear: both;
      text-align: left; } }
  #shipping_method li label {
    display: inherit !important; }
  #shipping_method li label[for*="_chrono"] {
    padding-top: 27px;
    background-image: url(/wp-content/plugins/chronopost-123-for-woocommerce-3x/public/img/chronopost-horizontal.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 120px; }
  #shipping_method li label[for*="_chrono"]:before {
    display: block;
    position: absolute;
    top: 0.4075rem;
    width: 1rem;
    height: 1rem;
    margin-right: inherit;
    background: #fff; }
  #shipping_method li .custom-control-input:checked ~ .custom-control-label[for*="_chrono"]::before {
    background-color: #d5192a; }

.fidelite {
  text-align: left;
  margin-top: 1.875rem; }
  .fidelite__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .fidelite__info p {
      margin-bottom: 0; }
    .fidelite__info i {
      font-size: 1.4rem;
      color: #d5192a;
      margin-right: 10px; }
  .fidelite__wrap {
    margin-top: 20px; }
    .fidelite__wrap p {
      margin: 0; }

.coupon {
  text-align: left;
  margin-top: 1.5em; }
  .coupon__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .coupon__info i {
      font-size: 1.4rem;
      color: #d5192a;
      margin-right: 10px; }
    .coupon__info__btn {
      background-color: transparent;
      padding: 0;
      font-weight: bold;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: solid 1px #d5192a;
      color: #827272; }
      .coupon__info__btn:hover {
        cursor: pointer; }
      .coupon__info__btn:focus {
        outline: none; }
  .coupon__wrap {
    display: none; }
    .coupon__wrap #coupon_code {
      border-color: #d5192a;
      min-width: 200px;
      border-radius: 30px; }
    .coupon__wrap .button[name="apply_coupon"] {
      border-color: #d5192a;
      background-color: #d5192a;
      color: #fff;
      border-radius: 30px; }

.pourcentage {
  height: 29px;
  background: #d5192a;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 10px 0 0 10px;
  line-height: normal; }
  .pourcentage:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 15px solid #d5192a;
    border-right: 13px solid transparent;
    position: absolute;
    top: 0;
    right: -13px; }
  .pourcentage:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-bottom: 15px solid #d5192a;
    border-right: 13px solid transparent;
    position: absolute;
    bottom: 0;
    right: -13px; }

.woocommerce-shop #content,
.woocommerce-shop #main,
.tax-product_cat #content,
.tax-product_cat #main {
  overflow: inherit; }

.woocommerce-shop .page-title,
.tax-product_cat .page-title {
  font-size: 4.6875rem;
  color: #400707;
  margin-top: 80px; }

@media (max-width: 991px) {
  .woocommerce-shop .hero_shop,
  .tax-product_cat .hero_shop {
    margin-bottom: 2em; } }

.woocommerce-shop .hero_shop img,
.tax-product_cat .hero_shop img {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 10px; }
  @media (min-width: 991px) {
    .woocommerce-shop .hero_shop img,
    .tax-product_cat .hero_shop img {
      margin-right: 60px; } }

@media (max-width: 765px) {
  .woocommerce-shop .hero_shop .hero-container,
  .tax-product_cat .hero_shop .hero-container {
    min-height: auto; } }

.woocommerce-shop .hero__texte p:last-child,
.tax-product_cat .hero__texte p:last-child {
  margin-bottom: 0; }

.woocommerce-shop #shop__seo,
.tax-product_cat #shop__seo {
  margin-top: 200px;
  background-image: url("../../img/deco-home.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 3%) center;
  background-size: 185px; }
  @media (max-width: 1500px) {
    .woocommerce-shop #shop__seo,
    .tax-product_cat #shop__seo {
      background-image: none; } }
  .woocommerce-shop #shop__seo img,
  .tax-product_cat #shop__seo img {
    border-radius: 40px; }
  @media (min-width: 1500px) {
    .woocommerce-shop #shop__seo h2,
    .tax-product_cat #shop__seo h2 {
      font-size: 3.125rem; } }

.woocommerce-shop.term-67 .hero .hero-container .container,
.tax-product_cat.term-67 .hero .hero-container .container {
  position: relative; }
  .woocommerce-shop.term-67 .hero .hero-container .container:before,
  .tax-product_cat.term-67 .hero .hero-container .container:before {
    content: "";
    background-image: url(../../img/deco-top-nougat-bio.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 380px;
    height: 315px;
    position: absolute;
    top: 8px;
    left: -360px;
    z-index: 1; }

.woocommerce-shop.term-67 .hero:after,
.tax-product_cat.term-67 .hero:after {
  background-color: #dae5b6; }

.woocommerce-shop.term-67 .hero__titre,
.woocommerce-shop.term-67 .hero__texte h2,
.tax-product_cat.term-67 .hero__titre,
.tax-product_cat.term-67 .hero__texte h2 {
  color: #005c2e; }

.woocommerce-shop.term-67 .hero__texte,
.tax-product_cat.term-67 .hero__texte {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b7d1c3), color-stop(50%, #b7d1c3), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom, #b7d1c3 0%, #b7d1c3 50%, transparent 50%); }

.woocommerce-shop.term-67 #shop__seo,
.tax-product_cat.term-67 #shop__seo {
  background-image: url("../../img/deco-ruche-or.svg"); }
  @media (max-width: 991px) {
    .woocommerce-shop.term-67 #shop__seo,
    .tax-product_cat.term-67 #shop__seo {
      background-image: none; } }
  .woocommerce-shop.term-67 #shop__seo .shop__seo__image,
  .tax-product_cat.term-67 #shop__seo .shop__seo__image {
    position: relative; }
    .woocommerce-shop.term-67 #shop__seo .shop__seo__image img,
    .tax-product_cat.term-67 #shop__seo .shop__seo__image img {
      position: relative;
      z-index: 1; }
    .woocommerce-shop.term-67 #shop__seo .shop__seo__image:after,
    .tax-product_cat.term-67 #shop__seo .shop__seo__image:after {
      display: block;
      content: "";
      width: 445px;
      height: 560px;
      position: absolute;
      z-index: 0;
      top: 100px;
      left: -235px;
      background-image: url("../../img/deco-bottom-nougat-bio.png");
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .woocommerce-shop.term-67 #shop__seo .shop__seo__image:after,
        .tax-product_cat.term-67 #shop__seo .shop__seo__image:after {
          display: none; } }
  .woocommerce-shop.term-67 #shop__seo h2,
  .tax-product_cat.term-67 #shop__seo h2 {
    color: #005c2e; }

.woocommerce nav.woocommerce-pagination {
  margin-top: 70px; }
  .woocommerce nav.woocommerce-pagination ul {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .woocommerce nav.woocommerce-pagination ul li {
      border: none; }
      .woocommerce nav.woocommerce-pagination ul li .page-numbers {
        border: none;
        color: #827272;
        font-size: 20px; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
          background-color: transparent !important;
          color: #400707; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
          background-color: #400707;
          color: #fff;
          border-radius: 50%;
          width: 60px;
          height: 60px;
          line-height: 1.9;
          text-align: center; }
          .woocommerce nav.woocommerce-pagination ul li .page-numbers.next:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:hover {
            background-color: #400707 !important; }
          .woocommerce nav.woocommerce-pagination ul li .page-numbers.next--fake, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev--fake {
            opacity: 0.13; }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
          margin-left: 40px; }
          @media (max-width: 765px) {
            .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
              margin-left: 10px; } }
          .woocommerce nav.woocommerce-pagination ul li .page-numbers.next i {
            display: block;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
        .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
          margin-right: 40px; }
          @media (max-width: 765px) {
            .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
              margin-right: 10px; } }
      .woocommerce nav.woocommerce-pagination ul li .current {
        border: none;
        background-color: transparent !important;
        font-weight: bold;
        font-size: 25px;
        color: #d5192a !important; }

.facetwp-checkbox {
  background: url(../../img/checkbox.svg) 0 50% no-repeat !important;
  background-size: 10px 10px !important;
  background-repeat: no-repeat !important; }
  .facetwp-checkbox.checked {
    background: url(../../img/checkbox-checked.svg) 0 50% no-repeat !important; }

.filter {
  position: sticky;
  top: 150px; }
  @media (max-width: 991px) {
    .filter {
      display: none;
      position: fixed;
      z-index: 20;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: scroll;
      padding: 20px;
      background-color: #fff; }
      .filter.active {
        display: block; }
      .filter .close {
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-size: 1em;
        height: 26px;
        width: 26px;
        line-height: 1;
        color: #827272 !important;
        text-decoration: none;
        font-weight: normal;
        border: solid 1px #827272 !important;
        background-color: #fff;
        border-radius: 50%;
        margin-bottom: 1em; }
        .filter .close:hover {
          border-color: #e85045 !important;
          background-color: #e85045;
          color: #fff; } }
  @media (min-width: 992px) {
    .filter__js-mobile, .filter__js-mobile-close {
      display: none; } }
  .filter__content .facetwp-selections ul {
    padding: 0;
    margin-bottom: 35px; }
    .filter__content .facetwp-selections ul li {
      margin-bottom: 10px; }
      .filter__content .facetwp-selections ul li .facetwp-selection-label {
        display: none; }
      .filter__content .facetwp-selections ul li .facetwp-selection-value {
        border: solid 1px #e7d5d5;
        padding: 8px 8px 8px 25px;
        border-radius: 20px;
        background-position: 10px center; }
  .filter__content_wrap {
    margin-bottom: 23px; }
    .filter__content_wrap .facet-label {
      font-weight: bold;
      padding: 0 0 11px;
      color: #400707;
      display: block; }
      .filter__content_wrap .facet-label--border {
        border-bottom: solid 1px #e7d5d5; }
        .filter__content_wrap .facet-label--border:not(.title--toggle) {
          padding-bottom: 0; }
      .filter__content_wrap .facet-label--toggle:after {
        font-family: "nougats";
        content: "\e80d";
        float: right;
        font-size: 10px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        margin-right: 20px;
        margin-top: 8px;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .filter__content_wrap .facet-label--toggle:hover {
        cursor: pointer; }
      .filter__content_wrap .facet-label--toggle.open:after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .filter__content_wrap .woocommerce-ordering {
      margin: 0 0 38px;
      float: none; }
      .filter__content_wrap .woocommerce-ordering select {
        width: 95%;
        height: 42px;
        border-radius: 5px;
        border: solid 1px #e7d5d5; }
    .filter__content_wrap .facetwp-facet {
      display: none;
      margin-bottom: 0;
      padding-top: 9px; }

.card-produit {
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .card-produit:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  .card-produit .card-header,
  .card-produit .card-body,
  .card-produit .card-footer {
    background-color: transparent;
    border: none; }
  .card-produit .card-header {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 27px;
    height: 258px;
    margin-bottom: 15px; }
    .card-produit .card-header .pourcentage {
      position: absolute;
      top: 24px;
      left: 20px; }
    .card-produit .card-header .yith-wcwl-add-to-wishlist {
      position: absolute;
      top: 10px;
      right: 20px;
      margin: 0; }
      .card-produit .card-header .yith-wcwl-add-to-wishlist:not(.exists) .add_to_wishlist:after {
        background-color: transparent; }
      .card-produit .card-header .yith-wcwl-add-to-wishlist .disabled_item:after {
        background-color: transparent; }
      .card-produit .card-header .yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg {
        display: none; }
    .card-produit .card-header a:not(.add_to_wishlist) {
      display: block;
      width: 100%;
      text-align: center; }
    .card-produit .card-header img {
      max-width: 100%;
      max-height: 258px;
      width: auto !important;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto !important; }
  .card-produit__titre {
    font-size: 1.25rem;
    font-family: "Lato", Arial, Helvetica, sans-serif; }
    .card-produit__titre a {
      color: #400707; }
      .card-produit__titre a:hover {
        text-decoration: none; }
  .card-produit__cat {
    font-size: 0.9375rem;
    font-family: "Paytone One", Arial, Helvetica, sans-serif;
    color: #400707; }
  .card-produit .card-body {
    padding: 0 28px 6px;
    text-align: left; }
  .card-produit .card-footer {
    padding: 0 28px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card-produit .card-footer .listStars {
      margin: 0 auto 0 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: inherit;
      width: auto; }
    .card-produit .card-footer .mcmp_recalc_price_row {
      margin-left: 10px;
      margin-top: 7px;
      font-size: 14px !important;
      color: #373737;
      font-weight: bold;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .card-produit .card-footer .price {
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      font-size: 1.4375rem !important;
      color: #d5192a !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 37%;
      -webkit-box-flex: 37%;
          -ms-flex: 37% 0 0px;
              flex: 37% 0 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1; }
      .card-produit .card-footer .price del {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 5px;
        color: #373737;
        text-decoration: none; }
        .card-produit .card-footer .price del span {
          text-decoration: line-through;
          color: #373737; }
        .card-produit .card-footer .price del .woocommerce-Price-amount {
          font-weight: normal;
          font-family: "Lato", Arial, Helvetica, sans-serif;
          font-size: 14px; }
      .card-produit .card-footer .price ins {
        text-decoration: none; }
        .card-produit .card-footer .price ins bdi {
          font-weight: normal; }

.single-product #content {
  position: relative; }
  .single-product #content.categorie-67:after {
    background-color: #dae5b6; }
  .single-product #content::after {
    position: absolute;
    content: "";
    top: -170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #feeceb;
    z-index: -1;
    -webkit-clip-path: path("M0,0h1920v255.6c0,0-539.3-150.4-959.2,67.6S0,490.2,0,490.2V0z");
            clip-path: path("M0,0h1920v255.6c0,0-539.3-150.4-959.2,67.6S0,490.2,0,490.2V0z");
    width: 1920px;
    height: 495px; }
    @media (max-width: 991px) {
      .single-product #content::after {
        -webkit-clip-path: path("M0,0h375v49.9c0,0-105.3-29.4-187.3,13.2S0,95.7,0,95.7V0z");
                clip-path: path("M0,0h375v49.9c0,0-105.3-29.4-187.3,13.2S0,95.7,0,95.7V0z");
        width: 100%;
        height: 97px;
        top: 0; } }
  .single-product #content .product-wrap form.variations_form table.variations select {
    border-radius: 4px;
    border: solid 2px #e9ecef;
    width: auto;
    position: relative;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #827272;
    padding: 10px 16px; }
    .single-product #content .product-wrap form.variations_form table.variations select:focus {
      outline: none;
      border-color: #dee2e6; }
  .single-product #content .product-wrap form.cart .minus,
  .single-product #content .product-wrap form.cart .plus {
    border: solid 1px #e7d5d5;
    height: 49px;
    width: 44px;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 1;
    background-color: #fff;
    float: left;
    color: #373737; }
    .single-product #content .product-wrap form.cart .minus:focus,
    .single-product #content .product-wrap form.cart .plus:focus {
      outline: none; }
  .single-product #content .product-wrap form.cart .minus {
    border-radius: 10px 0 0 10px; }
  .single-product #content .product-wrap form.cart .plus {
    border-radius: 0 10px 10px 0; }
  .single-product #content .product-wrap form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block; }
    .single-product #content .product-wrap form.cart .quantity .qty {
      display: none; }
  .single-product #content .product-wrap form.cart .fakeValue {
    float: left;
    width: 80px;
    height: 49px;
    border-top: solid 1px #e7d5d5;
    border-bottom: solid 1px #e7d5d5;
    text-align: center;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 2;
    color: #373737; }
  .single-product #content .product-wrap form.cart .button {
    float: right;
    background-color: transparent; }
    .single-product #content .product-wrap form.cart .button:hover {
      background-color: transparent; }
    .single-product #content .product-wrap form.cart .button:before, .single-product #content .product-wrap form.cart .button:after {
      z-index: -1; }
    @media (max-width: 765px) {
      .single-product #content .product-wrap form.cart .button {
        clear: both;
        float: left;
        margin-top: 40px;
        display: block;
        width: 100%; } }

.single-product__top {
  margin-bottom: 137px; }
  @media (max-width: 991px) {
    .single-product__top {
      margin-bottom: 60px; } }
  .single-product__top .special-infos {
    margin-bottom: 11px; }
    .single-product__top .special-infos__element {
      display: inline-block; }
      .single-product__top .special-infos__element span {
        font-size: 18px;
        border-bottom: solid 1px #d5192a; }
      .single-product__top .special-infos__element:after {
        content: "|";
        margin: 0 10px;
        display: inline-block;
        color: #e7d5d5; }
      .single-product__top .special-infos__element:last-child::after {
        display: none; }
  .single-product__top .product_title {
    font-family: "Paytone One", Arial, Helvetica, sans-serif;
    color: #400707;
    font-size: 2.75rem;
    margin-top: 10px; }
    @media (max-width: 991px) {
      .single-product__top .product_title {
        font-size: 2.3125rem; } }
  .single-product__top .awdr_discount_bar {
    width: 166px;
    text-align: center;
    font-weight: bold; }
  .single-product__top form.cart {
    margin-top: 20px; }
  .single-product__top .product_poids {
    font-size: 1.8125rem;
    font-weight: bold;
    color: #400707; }
  .single-product__top .prices_info {
    margin-top: 34px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .single-product__top .prices_info .pourcentage {
      margin-right: 30px;
      position: relative; }
    .single-product__top .prices_info .price {
      color: #d5192a !important;
      font-weight: bold;
      font-size: 2.1875rem !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
      @media (max-width: 765px) {
        .single-product__top .prices_info .price {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .single-product__top .prices_info .price del {
        color: #373737;
        font-size: 20px !important;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 42px; }
        @media (max-width: 765px) {
          .single-product__top .prices_info .price del {
            margin-left: 0; } }
      .single-product__top .prices_info .price .mcmp_recalc_price_row .amount {
        font-style: normal; }
      .single-product__top .prices_info .price .mcmp_recalc_price_row del {
        margin-left: 0;
        display: block;
        line-height: normal; }
    .single-product__top .prices_info .yith-wcwl-add-to-wishlist {
      margin: 0 0 0 auto; }
      @media (max-width: 765px) {
        .single-product__top .prices_info .yith-wcwl-add-to-wishlist {
          position: absolute;
          bottom: -84px;
          right: 0; } }
      .single-product__top .prices_info .yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg {
        display: none; }

.single-product .logo_ruche {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px; }

.single-product__no_gallery {
  height: 531px !important;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  @media (max-width: 750px) {
    .single-product__no_gallery {
      margin-bottom: 1em;
      max-height: 352px; } }
  .single-product__no_gallery .woocommerce-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: 100%; }
    .single-product__no_gallery .woocommerce-product-image img {
      margin: 35px;
      width: auto !important;
      max-height: 452px;
      margin: 0 auto; }
      @media (max-width: 750px) {
        .single-product__no_gallery .woocommerce-product-image img {
          max-height: 323px;
          width: auto; } }

.single-product .gallery {
  position: relative;
  margin: 0; }
  .single-product .gallery figure {
    margin: 0; }
    @media (max-width: 750px) {
      .single-product .gallery figure img {
        max-height: 323px;
        width: auto; } }
  .single-product .gallery .swiper-button-next,
  .single-product .gallery .swiper-button-prev {
    top: 40% !important;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .single-product .gallery:hover .swiper-button-next,
  .single-product .gallery:hover .swiper-button-prev {
    opacity: 1; }

.single-product__gallery {
  height: 531px !important;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
  @media (max-width: 750px) {
    .single-product__gallery {
      max-height: 352px; } }
  .single-product__gallery .swiper-wrapper {
    height: 100%; }
    .single-product__gallery .swiper-wrapper .swiper-slide {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .single-product__gallery .swiper-wrapper .swiper-slide img {
        margin: 35px;
        width: auto !important;
        max-height: 452px;
        margin: 0 auto; }
        @media (max-width: 750px) {
          .single-product__gallery .swiper-wrapper .swiper-slide img {
            max-height: 323px; } }

.single-product__thumbs {
  margin-top: 42px !important;
  padding-top: 8px; }
  @media (max-width: 765px) {
    .single-product__thumbs {
      margin-top: 15px !important;
      margin-bottom: 1em; } }
  .single-product__thumbs .swiper-slide {
    text-align: center;
    position: relative; }
    .single-product__thumbs .swiper-slide:before {
      content: "";
      width: 19px;
      height: 9px;
      margin: auto;
      position: absolute;
      background: url(../../img/arrow.jpg) center no-repeat;
      z-index: 0;
      top: -7px;
      left: 0;
      right: 0;
      -webkit-transition: all 100ms ease-in 100ms;
      transition: all 100ms ease-in 100ms;
      opacity: 0; }
    .single-product__thumbs .swiper-slide:hover {
      cursor: pointer; }
    .single-product__thumbs .swiper-slide img {
      background-color: #fff;
      border-radius: 10px;
      width: auto !important;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      border: solid 2px transparent;
      margin: auto; }
    .single-product__thumbs .swiper-slide.swiper-slide-thumb-active {
      position: relative; }
      .single-product__thumbs .swiper-slide.swiper-slide-thumb-active:before {
        top: -7px;
        opacity: 1; }
      .single-product__thumbs .swiper-slide.swiper-slide-thumb-active img {
        border-color: #e7d5d5; }

.single-product__reassurance {
  margin-top: 50px;
  padding-top: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e7d5d5), color-stop(50%, #e7d5d5), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #e7d5d5 0%, #e7d5d5 50%, transparent 50%);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  background-position: top; }

.single-product__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #400707; }
  .single-product__element svg {
    margin-right: 18px; }

.single-product__description {
  margin-bottom: 300px;
  position: relative; }
  @media (max-width: 991px) {
    .single-product__description {
      margin-bottom: 160px; } }
  .single-product__description:before {
    content: "";
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 35%;
    height: 100%;
    background: url(../../img/fond.png), #d5192a;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 0 40px 40px 0; }
    @media (max-width: 991px) {
      .single-product__description:before {
        width: 50%;
        height: 70%;
        bottom: -80px; } }
  .single-product__description--wrap {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 40px;
    padding: 103px 150px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.16); }
    @media (max-width: 991px) {
      .single-product__description--wrap {
        padding: 41px 23px; } }
    .single-product__description--wrap .description {
      margin-bottom: 30px; }
    .single-product__description--wrap h2 {
      color: #400707;
      font-size: 1.875rem;
      margin-bottom: 20px; }
      .single-product__description--wrap h2.infos_nutri {
        margin-top: 1em; }

.single-product .up-sells {
  margin-top: 6em; }
  @media (max-width: 768px) {
    .single-product .up-sells {
      margin-top: 3em; } }

.single-product .up-sells,
.single-product .related {
  padding-bottom: 30px;
  position: relative; }

.single-product__avis {
  margin-top: 6em; }
  @media (max-width: 768px) {
    .single-product__avis {
      margin-top: 3em; } }
  .single-product__avis #netreviews_reviews_tab #ajax_comment_content > div {
    padding: 15px 0; }
  .single-product__avis #netreviews_reviews_tab #ajax_comment_content .netreviews_review_part {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border: none; }

.woocommerce-cart #main .container {
  margin-top: 70px; }
  .woocommerce-cart #main .container .alert-cart {
    margin-bottom: 1em; }
    .woocommerce-cart #main .container .alert-cart p:last-child {
      margin-bottom: 0; }
  @media (max-width: 765px) {
    .woocommerce-cart #main .container {
      margin-top: 0; } }

.woocommerce-cart .page-title {
  font-size: 3.125rem; }
  @media (max-width: 765px) {
    .woocommerce-cart .page-title {
      font-size: 2.3125rem; } }

.woocommerce-cart .woocommerce {
  margin-top: 80px; }
  @media (max-width: 765px) {
    .woocommerce-cart .woocommerce {
      margin-top: 0; } }
  .woocommerce-cart .woocommerce .cart-custom-message {
    position: relative; }
    .woocommerce-cart .woocommerce .cart-custom-message p {
      font-weight: bold; }
  .woocommerce-cart .woocommerce h3.reassurance_icon_echantillon {
    position: relative;
    padding-left: 75px;
    height: 55px;
    line-height: 55px; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce h3.reassurance_icon_echantillon {
        height: auto;
        line-height: 1; } }
    .woocommerce-cart .woocommerce h3.reassurance_icon_echantillon:before {
      content: "";
      width: 70px;
      height: 55px;
      position: absolute;
      background: url(../../img/icon-reassurance-echantillon.svg) center no-repeat;
      z-index: 0;
      top: 0;
      left: 0; }
  @media (max-width: 768px) {
    .woocommerce-cart .woocommerce table.shop_table thead {
      display: block;
      border-bottom: solid 1px #827272; }
      .woocommerce-cart .woocommerce table.shop_table thead th {
        padding: 9px 0; }
      .woocommerce-cart .woocommerce table.shop_table thead th.product-price,
      .woocommerce-cart .woocommerce table.shop_table thead th.product-subtotal {
        display: none; } }
  .woocommerce-cart .woocommerce table.shop_table th.product-name {
    width: 300px; }
  @media (max-width: 765px) {
    .woocommerce-cart .woocommerce table.shop_table .cart_item:first-child td {
      border-top-color: #e7d5d5; } }
  .woocommerce-cart .woocommerce table.shop_table .cart_item td {
    padding: 35px 12px;
    max-width: 133px; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce table.shop_table .cart_item td {
        max-width: none;
        border-top: inherit; } }
    .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      @media (max-width: 765px) {
        .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap {
          clear: both; } }
      @media (max-width: 768px) {
        .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name-remove {
          position: absolute;
          top: 0; } }
      .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos__thumb {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 90px;
              -ms-flex: 90px 0 0px;
                  flex: 90px 0 0;
          text-align: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 20px;
          height: 108px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 768px) {
            .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos__thumb {
              -webkit-box-flex: 50px;
                  -ms-flex: 50px 0 0px;
                      flex: 50px 0 0;
              height: 50px;
              margin-left: 0; } }
        .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos__name {
          margin-left: 10px;
          color: #827272;
          text-align: left; }
          @media (min-width: 769px) {
            .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos__name .mobile_price {
              display: none; } }
          @media (max-width: 768px) {
            .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos__name {
              width: auto; } }
        .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos img {
          max-width: 100%;
          max-height: 108px;
          width: auto;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 768px) {
            .woocommerce-cart .woocommerce table.shop_table .cart_item td .product-wrap .product-name_infos img {
              max-height: 70px; } }
    .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price .mcmp_recalc_price_row {
      display: block; }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price {
        display: none; } }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-name {
        width: 80%;
        padding: 15px 0; }
        .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-name:before {
          display: none; } }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-name, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity {
        display: table-cell; } }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity {
        padding-right: 0; }
        .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity:before {
          display: none; } }
    @media (max-width: 768px) {
      .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
        display: none; } }
  .woocommerce-cart .woocommerce table.shop_table button[name="update_cart"] {
    display: none !important; }
  .woocommerce-cart .woocommerce table.shop_table input[name="coupon_code"] {
    width: 130px; }
  .woocommerce-cart .woocommerce .cart-collaterals {
    border-left: solid 1px #707070;
    padding-left: 30px;
    height: 100%; }
    @media (max-width: 991px) {
      .woocommerce-cart .woocommerce .cart-collaterals {
        padding-left: 0;
        border-left: none;
        margin-top: 2em; } }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
      width: auto;
      height: 100%;
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
        color: #827272;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.5;
        border-bottom: solid 1px #707070;
        padding: 9px 0; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table th {
        padding-left: 0; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr.shipping th {
        padding-left: 0;
        width: 20%; }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table tr:nth-child(2n) td {
        background-color: #fff; }
      @media (max-width: 765px) {
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table #shipping_method {
          margin-top: 2.5em; } }
      @media (max-width: 765px) {
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
          text-align: left; } }
      .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        padding-bottom: 0;
        text-align: center;
        margin-top: 20px; }
        .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
          margin-bottom: 0; }
  .woocommerce-cart .woocommerce .cross-sells {
    margin-top: 6em;
    padding-top: 5em;
    border-top: 1px solid rgba(55, 55, 55, 0.1); }

.col-mobile {
  position: inherit; }

.dropdown-menu-mini-cart {
  top: 86px !important;
  margin: 0;
  right: -90px !important;
  padding: 36px 27px;
  width: 391px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 40px;
  position: absolute;
  background-color: #fff;
  display: none;
  color: #827272; }
  @media (max-width: 1024px) {
    .dropdown-menu-mini-cart {
      right: 15px !important; } }
  @media (max-width: 765px) {
    .dropdown-menu-mini-cart {
      width: auto;
      padding: 35px 15px;
      left: 15px !important;
      right: 15px !important;
      max-height: 450px; }
      .dropdown-menu-mini-cart .widget_shopping_cart_content {
        max-height: 400px;
        overflow-y: scroll; } }
  .dropdown-menu-mini-cart.open {
    display: block; }
  .dropdown-menu-mini-cart:before {
    content: "";
    display: inline-block;
    height: 31px;
    width: 78px;
    background: url(../../img/arrow-mini-cart.png) top center no-repeat;
    position: absolute;
    top: -31px;
    right: 50px; }
  .dropdown-menu-mini-cart .woocommerce-mini-cart__empty-message {
    margin: 0;
    text-align: center; }
  .dropdown-menu-mini-cart .woocommerce-mini-cart {
    list-style: none;
    padding: 0;
    display: block;
    margin: 0;
    max-height: 270px;
    overflow-y: auto; }
    .dropdown-menu-mini-cart .woocommerce-mini-cart-item {
      position: relative;
      border-bottom: solid 1px #e7d5d5;
      padding: 0 0 15px !important;
      margin-bottom: 15px !important;
      line-height: 1.2;
      overflow: hidden; }
      .dropdown-menu-mini-cart .woocommerce-mini-cart-item:last-child {
        padding: 0 !important;
        margin-bottom: 0 !important;
        border: none; }
      .dropdown-menu-mini-cart .woocommerce-mini-cart-item .remove {
        top: 0;
        left: 0;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        position: absolute;
        font-weight: normal;
        line-height: 1.5;
        font-family: "Lato", Arial, Helvetica, sans-serif;
        border: solid 1px #827272 !important;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center; }
        .dropdown-menu-mini-cart .woocommerce-mini-cart-item .remove:hover {
          border-color: #e85045 !important;
          background-color: #e85045;
          color: #fff; }
      .dropdown-menu-mini-cart .woocommerce-mini-cart-item a {
        color: #400707;
        font-family: "Paytone One", Arial, Helvetica, sans-serif;
        line-height: normal;
        font-weight: normal !important; }
        .dropdown-menu-mini-cart .woocommerce-mini-cart-item a:hover {
          text-decoration: none; }
        .dropdown-menu-mini-cart .woocommerce-mini-cart-item a img {
          float: left !important;
          margin-right: 17px !important;
          width: 90px !important;
          max-height: 110px !important;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 765px) {
            .dropdown-menu-mini-cart .woocommerce-mini-cart-item a img {
              max-height: 70px !important; } }
      .dropdown-menu-mini-cart .woocommerce-mini-cart-item .quantity {
        clear: both;
        display: inline-block;
        margin-top: 8px; }
    .dropdown-menu-mini-cart .woocommerce-mini-cart__total {
      padding: 17px 0;
      margin-top: 23px;
      margin-bottom: 33px;
      text-align: center;
      border-top: solid 1px #e7d5d5;
      border-bottom: solid 1px #e7d5d5; }
      .dropdown-menu-mini-cart .woocommerce-mini-cart__total strong {
        font-weight: normal; }
      .dropdown-menu-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
        font-weight: bold; }
    .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      text-align: center;
      margin: 0 20px; }
      .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .mybtn:first-child, .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons #gform_wrapper_4 #gform_submit_button_4:first-child, #gform_wrapper_4 .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons #gform_submit_button_4:first-child, .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .gform_footer .gform_button:first-child, .gform_footer .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .gform_button:first-child, .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .single-product #content .product-wrap form.cart .button:first-child, .single-product #content .product-wrap form.cart .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .button:first-child, .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons .woocommerce-order .back-home a:first-child, .woocommerce-order .back-home .dropdown-menu-mini-cart .woocommerce-mini-cart__buttons a:first-child {
        margin-bottom: 23px; }

.woocommerce-checkout #main {
  margin-top: 120px; }
  @media (max-width: 991px) {
    .woocommerce-checkout #main {
      margin-top: 30px; } }
  .woocommerce-checkout #main .section {
    padding-top: 0; }
  .woocommerce-checkout #main .page-title {
    font-family: "Paytone One", Arial, Helvetica, sans-serif;
    color: #400707;
    margin-bottom: 27px; }
  .woocommerce-checkout #main .woocommerce #respond input#submit.alt,
  .woocommerce-checkout #main .woocommerce a.button.alt, .woocommerce-checkout #main .woocommerce button.button.alt, .woocommerce-checkout #main .woocommerce input.button.alt {
    background-color: #D5192A; }
  .woocommerce-checkout #main .woocommerce .thwmsc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 27px;
    font-family: "Lato", Arial, Helvetica, sans-serif; }
    @media (max-width: 768px) {
      .woocommerce-checkout #main .woocommerce .thwmsc-tabs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 20px; } }
    .woocommerce-checkout #main .woocommerce .thwmsc-tabs li {
      width: initial; }
      @media (max-width: 991px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tabs li {
          width: inherit; } }
      .woocommerce-checkout #main .woocommerce .thwmsc-tabs li.tab-active .thwmsc-tab-label {
        font-weight: 700; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tabs li.tab-active .thwmsc-tab-label .thwmsc-index {
          font-weight: normal; }
      @media (max-width: 768px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tabs li a {
          line-height: initial; } }
      @media (max-width: 768px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tabs li a span.thwmsc-tab-label {
          padding: 4px 25px !important;
          line-height: initial; } }
      @media (max-width: 768px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tabs li a span.dashicons {
          top: 6px; } }
      .woocommerce-checkout #main .woocommerce .thwmsc-tabs li .thwmsc-index {
        font-family: "Paytone One", Arial, Helvetica, sans-serif; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tabs li .dashicons-arrow-right-alt2 {
        top: 23px; }
  .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel-wrapper {
    padding-bottom: 90px; }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel-wrapper .back-cart {
      position: absolute;
      bottom: 0;
      left: 15px; }
      @media (max-width: 576px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel-wrapper .back-cart {
          bottom: 0 !important; } }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel-wrapper .next-step {
      position: absolute;
      bottom: 103px;
      right: 0; }
  .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important; }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .contact-summary {
      border-radius: 20px;
      background-color: #fff;
      margin-bottom: 30px;
      padding: 0 10px;
      border: 1px solid #e7d5d5; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .contact-summary .contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid #e7d5d5;
        padding: 10px; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .contact-summary .contact-info:last-child {
          border-bottom: none; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .contact-summary .contact-info p {
          margin-bottom: 0; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .contact-summary .contact-info p.label {
            color: #400707; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .contact-summary .contact-info p.value {
            width: 60%; }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      border-radius: 20px;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      background-color: #fff; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
        padding: 25px 20px;
        border-bottom: 1px solid #e7d5d5; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details:first-child, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item:first-child, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item:first-child {
          padding: 40px 20px 25px; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details img, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item img, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item img {
          width: 80px;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          max-height: 80px; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details .product-infos, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-infos, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item .product-infos {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details .product-infos p, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-infos p, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item .product-infos p {
            margin-bottom: 0; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details .product-infos .product-name, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-infos .product-name, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item .product-infos .product-name {
            line-height: initial;
            color: #400707;
            max-width: 250px; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .product-details .product-infos .product-price, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .cart-summary .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-infos .product-price, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-summary .cart_item .product-infos .product-price {
            font-family: "Paytone One", Arial, Helvetica, sans-serif;
            font-size: 1rem;
            color: #d5192a; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .cart-totals > * {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: #400707; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .cart-totals > * p {
          margin-bottom: 0; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .cart-totals > :first-child {
        padding: 20px 25px 20px; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .cart-totals > :not(:first-child):not(:last-child) {
        padding: 0 25px 20px; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .cart-totals > :last-child {
        padding: 25px 20px 40px; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel .cart-summary .cart-totals .cart-total {
        font-weight: 700;
        border-top: 1px solid #e7d5d5; }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-flow: column;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      margin-top: 50px; }
      @media (max-width: 992px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content {
          row-gap: 30px; } }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content > :first-child {
        grid-column: 2/3; }
        @media (max-width: 992px) {
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content > :first-child {
            grid-column: 1/3;
            grid-row: 1; } }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content > .woocommerce-billing-fields, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content > .woocommerce-shipping-fields {
        grid-column: 1/2; }
        @media (max-width: 992px) {
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content > .woocommerce-billing-fields, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content > .woocommerce-shipping-fields {
            grid-column: 1/3;
            grid-row: 2; } }
      @media (max-width: 992px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content .woocommerce-billing-fields {
          grid-row: 2; } }
      @media (max-width: 992px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.billing .thwmsc-tab-content .woocommerce-shipping-fields {
          grid-row: 3; } }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content {
      margin-top: 50px; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px;
        margin-bottom: 40px;
        border: none; }
        @media (max-width: 992px) {
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            row-gap: 30px;
            margin-bottom: 0; } }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table > * {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          @media (max-width: 992px) {
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table > * {
              -webkit-box-flex: initial;
                  -ms-flex: initial;
                      flex: initial; } }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table th, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table td {
          border: none; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-name {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 10px;
          line-height: initial;
          color: #400707; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-name img {
            width: 80px;
            height: 100%; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart_item .product-total {
          font-family: "Paytone One", Arial, Helvetica, sans-serif;
          font-size: 1rem;
          color: #d5192a; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .shipping-total, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-discount {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: #400707; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-subtotal {
          padding: 20px 25px 20px; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .shipping-total, .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .cart-discount {
          padding: 0 25px 20px; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table .order-total {
          padding: 25px 20px 40px;
          font-weight: 700;
          border-top: 1px solid #e7d5d5; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot > tr td {
          padding: 0; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th {
            color: #400707;
            font-weight: initial; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul.woocommerce-shipping-methods {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            border-radius: 20px 20px 0 0;
            background-color: #fff;
            border: 1px solid #e7d5d5; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul.woocommerce-shipping-methods li {
              padding: 10px 20px;
              border-bottom: 1px solid #e7d5d5;
              margin-bottom: 0; }
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul.woocommerce-shipping-methods li .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
                content: '';
                position: absolute;
                top: 9px;
                left: -18px;
                width: 5px;
                height: 10px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg); }
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul.woocommerce-shipping-methods li:last-child {
                border-bottom: none; }
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul.woocommerce-shipping-methods li label {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                gap: 10px;
                font-weight: initial; }
                .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul.woocommerce-shipping-methods li label span {
                  font-family: "Paytone One", Arial, Helvetica, sans-serif;
                  font-size: 1rem;
                  font-weight: initial;
                  color: #d5192a; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.review_order .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot .woocommerce-additional-fields label {
          font-weight: initial;
          color: #400707;
          line-height: initial;
          margin-bottom: 15px; }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content {
      margin-top: 50px; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment {
        background-color: #fff;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        grid-auto-flow: column; }
        @media (max-width: 992px) {
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment {
            row-gap: 30px; } }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods {
          grid-column: 1/2;
          border-radius: 20px;
          background-color: #fff;
          border: 1px solid #e7d5d5;
          padding: 0; }
          @media (max-width: 992px) {
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods {
              grid-column: 1/3;
              grid-row: 2; } }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li {
            padding: 10px 20px;
            border-bottom: 1px solid #e7d5d5;
            margin-bottom: 0; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box {
              background-color: #f7e2e1;
              margin: 10px auto 0 auto;
              width: 90%;
              border-radius: 20px; }
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box::before {
                content: none; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_paypal img {
              display: none; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_paypal .about_paypal {
              line-height: 32px;
              margin-left: 10px; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_payline {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_payline label {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                width: 90%; }
                .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_payline label img {
                  display: none; }
                .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_payline label:after {
                  content: "";
                  position: absolute;
                  background-image: url("../../img/logo-paiement-cb.jpg");
                  background-size: contain;
                  background-repeat: no-repeat;
                  width: 130px;
                  height: 27px;
                  right: 0;
                  top: 0; }
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li.payment_method_payline img {
                height: 28px;
                margin-top: 4px; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li:last-child {
              border-bottom: none; }
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li label {
              margin-bottom: 0; }
            @media (max-width: 765px) {
              .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment ul.wc_payment_methods li {
                padding: 30px; } }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment .place-order {
          grid-column: 1/2;
          padding: 20px 0 0; }
          @media (max-width: 992px) {
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment .place-order {
              grid-column: 1/3;
              grid-row: 3; } }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment .place-order #place_order {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: none;
            margin: 0 auto;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            background-color: #d5192a;
            color: #fff;
            font-weight: 400;
            padding: 15px 30px;
            border-radius: 30px; }
          .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions + .form-row {
            padding: 10px 20px;
            border: 1px solid #e7d5d5;
            border-radius: 20px; }
        .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment .cart-contact-summary {
          grid-column: 2/3;
          grid-row: 1/4; }
          @media (max-width: 992px) {
            .woocommerce-checkout #main .woocommerce .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-payment .cart-contact-summary {
              grid-column: 1/3;
              grid-row: 1; } }
  .woocommerce-checkout #main .woocommerce .thwmsc-tab-content {
    margin-top: 40px; }
    @media (max-width: 768px) {
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-content {
        margin-top: 0; } }
    @media (max-width: 768px) {
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-content .woocommerce-billing-fields h3 {
        font-size: 1.5625rem;
        margin-bottom: 1em; } }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-content #customer_login {
      margin-right: 0;
      margin-left: 0;
      padding: 25px 10px 25px 0; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-content #customer_login button {
        float: right; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-content #customer_login .login_form {
        padding-top: 30px; }
      .woocommerce-checkout #main .woocommerce .thwmsc-tab-content #customer_login .register_form {
        padding: 30px;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        border-radius: 40px; }
    .woocommerce-checkout #main .woocommerce .thwmsc-tab-content .woocommerce-form-login .woocommerce-form-login__submit {
      background-color: #d5192a;
      color: #fff;
      padding: 18px 45px;
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      font-weight: normal;
      border-radius: 30px;
      text-transform: uppercase; }
  .woocommerce-checkout #main .woocommerce .thwmsc-buttons {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 576px) {
      .woocommerce-checkout #main .woocommerce .thwmsc-buttons {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px; } }
    .woocommerce-checkout #main .woocommerce .thwmsc-buttons .thwmsc-btn {
      text-transform: uppercase;
      font-family: "Paytone One", Arial, Helvetica, sans-serif; }
      @media (max-width: 765px) {
        .woocommerce-checkout #main .woocommerce .thwmsc-buttons .thwmsc-btn {
          padding-left: 20px;
          padding-right: 20px; } }
      .woocommerce-checkout #main .woocommerce .thwmsc-buttons .thwmsc-btn#action-next {
        background-color: #d5192a !important;
        color: #fff !important;
        margin-left: auto; }
        @media (max-width: 576px) {
          .woocommerce-checkout #main .woocommerce .thwmsc-buttons .thwmsc-btn#action-next {
            margin-left: initial; } }
        .woocommerce-checkout #main .woocommerce .thwmsc-buttons .thwmsc-btn#action-next.next-last {
          opacity: 0;
          display: none; }
  .woocommerce-checkout #main .woocommerce #ship-to-different-address .woocommerce-form__label {
    display: block; }
    .woocommerce-checkout #main .woocommerce #ship-to-different-address .woocommerce-form__label #ship-to-different-address-checkbox {
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        .woocommerce-checkout #main .woocommerce #ship-to-different-address .woocommerce-form__label #ship-to-different-address-checkbox {
          margin: 15px 10px 0 0; } }
  .woocommerce-checkout #main .woocommerce .woocommerce-additional-fields {
    margin-top: 52px; }
    @media (max-width: 768px) {
      .woocommerce-checkout #main .woocommerce .woocommerce-additional-fields {
        margin-top: 30px; } }
    .woocommerce-checkout #main .woocommerce .woocommerce-additional-fields #order_comments {
      height: 260px;
      border: solid 1px #e7d5d5;
      border-radius: 30px;
      padding: 15px; }

.woocommerce-checkout .footer {
  position: relative;
  background-color: transparent;
  height: 278px;
  padding: 0; }
  @media (max-width: 765px) {
    .woocommerce-checkout .footer {
      height: 100%; } }
  .woocommerce-checkout .footer:before {
    content: "";
    -webkit-clip-path: path("M0,40.4c0,0,473.8-91,961,0s959,0,959,0v238.1H0V40.4z");
            clip-path: path("M0,40.4c0,0,473.8-91,961,0s959,0,959,0v238.1H0V40.4z");
    background-color: #400707;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 278px; }
    @media (max-width: 765px) {
      .woocommerce-checkout .footer:before {
        -webkit-clip-path: path("M0,15.2c0,0,25.4-34.1,187.7,0s187.3,0,187.3,0v460.1H0V15.2z");
                clip-path: path("M0,15.2c0,0,25.4-34.1,187.7,0s187.3,0,187.3,0v460.1H0V15.2z");
        height: 100%; } }
  .woocommerce-checkout .footer__second {
    padding: 142px 0 0; }
    @media (max-width: 765px) {
      .woocommerce-checkout .footer__second {
        padding-top: 106px;
        padding-bottom: 100px; }
        .woocommerce-checkout .footer__second .menu-menu-legale-container .menu .menu-item {
          margin-bottom: 50px !important; }
        .woocommerce-checkout .footer__second span {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }

.woocommerce-account .hero-container {
  padding-bottom: 20px; }

.woocommerce-account .login_form {
  padding: 30px 30px 0 0; }
  .woocommerce-account .login_form .mybtn, .woocommerce-account .login_form #gform_wrapper_4 #gform_submit_button_4, #gform_wrapper_4 .woocommerce-account .login_form #gform_submit_button_4, .woocommerce-account .login_form .gform_footer .gform_button, .gform_footer .woocommerce-account .login_form .gform_button, .woocommerce-account .login_form .single-product #content .product-wrap form.cart .button, .single-product #content .product-wrap form.cart .woocommerce-account .login_form .button, .woocommerce-account .login_form .woocommerce-order .back-home a, .woocommerce-order .back-home .woocommerce-account .login_form a {
    float: right; }
  .woocommerce-account .login_form .lost-password {
    cursor: pointer;
    display: inline-block;
    color: #827272;
    position: relative;
    padding-bottom: 2px; }
    .woocommerce-account .login_form .lost-password:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #d5192a;
      bottom: 0;
      left: 0;
      position: absolute; }

.woocommerce-account .register_form {
  padding: 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 40px; }
  .woocommerce-account .register_form .woocommerce-form-register {
    margin: 0; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 40px; }
  @media (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
      margin-bottom: 30px; } }
  .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard {
    display: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #400707;
      font-weight: bold; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
      border-bottom: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      display: block;
      padding: 8px;
      border-bottom: solid 1px #e7d5d5;
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
        background-color: #feeceb;
        text-decoration: none; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 65%; }
  @media (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      width: auto; } }
  .woocommerce-account .woocommerce-MyAccount-content .hello {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .woocommerce-account .woocommerce-MyAccount-content .hello .icon-account {
      color: #d5192a;
      font-size: 38px; }
    .woocommerce-account .woocommerce-MyAccount-content .hello .name {
      font-family: "Paytone One";
      font-size: 1.3125rem;
      color: #400707;
      margin-bottom: 0; }
  .woocommerce-account .woocommerce-MyAccount-content .account-fidelite {
    position: relative;
    padding-bottom: 250px; }
    .woocommerce-account .woocommerce-MyAccount-content .account-fidelite h2 {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: 0.9;
      margin-bottom: 5px; }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite h2 span {
        font-family: "BourtonScriptBold";
        color: #d5192a;
        font-size: 3.5625rem; }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite h2:after {
        content: url("../../img/papillon-fidelite.svg");
        position: absolute;
        width: 58px;
        height: 40px;
        right: -90px;
        top: 10px; }
    .woocommerce-account .woocommerce-MyAccount-content .account-fidelite h3 {
      margin: 25px 0 10px; }
    .woocommerce-account .woocommerce-MyAccount-content .account-fidelite p {
      margin-bottom: 0; }
    .woocommerce-account .woocommerce-MyAccount-content .account-fidelite .presentation-fidelite {
      margin-top: 20px; }
    .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      right: -75px;
      top: 130px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 1370px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos {
          right: 0; } }
      @media (max-width: 1200px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos {
          width: 150px;
          right: -60px !important; } }
      @media (max-width: 992px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos {
          width: 100%;
          position: initial;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transform: initial;
                  transform: initial;
          margin-top: 40px; } }
      @media (max-width: 576px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos {
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      @media (max-width: 768px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos .heart {
          width: 170px;
          height: auto; } }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos .points-mobile {
        display: none; }
        @media (max-width: 992px) {
          .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos .points-mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-infos .points-mobile .border-dashed {
          width: 2px;
          height: 18px;
          margin: 0 auto;
          background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#d5192a), color-stop(#d5192a), color-stop(#d5192a), color-stop(#d5192a), to(#d5192a));
          background-image: linear-gradient(1800deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #d5192a, #d5192a, #d5192a, #d5192a, #d5192a);
          background-size: 2px 6px, 100% 20px;
          border: none; }
    .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages {
      position: absolute;
      bottom: 0;
      right: -83px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      gap: 30px;
      margin-top: 80px;
      width: 840px; }
      @media (max-width: 1370px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages {
          right: 0;
          width: 750px; } }
      @media (max-width: 1200px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages {
          left: 0;
          width: 670px; } }
      @media (max-width: 992px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages {
          width: 470px; } }
      @media (max-width: 768px) {
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages {
          width: 100%; } }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages p {
        text-align: left;
        color: #400707; }
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages p strong {
          font-family: "Paytone One";
          color: #d5192a; }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .anniversaire, .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .offres {
        width: 50%;
        padding-top: 12px; }
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .anniversaire p, .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .offres p {
          line-height: 1.4; }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .points-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 992px) {
          .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .points-desktop {
            display: none; } }
        .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .points-desktop .border-dashed {
          width: 2px;
          height: 18px;
          margin: 0 auto;
          background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#d5192a), color-stop(#d5192a), color-stop(#d5192a), color-stop(#d5192a), to(#d5192a));
          background-image: linear-gradient(1800deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #d5192a, #d5192a, #d5192a, #d5192a, #d5192a);
          background-size: 2px 6px, 100% 20px;
          border: none; }
          @media (max-width: 768px) {
            .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .points-desktop .border-dashed {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
              margin: 0 29px; } }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .anniversaire-cadeau {
        margin-bottom: 5px; }
      .woocommerce-account .woocommerce-MyAccount-content .account-fidelite-avantages .offres-enveloppe {
        margin-bottom: 5px; }

.woocommerce-account .woocommerce-column__title,
.woocommerce-account .addresses .title h3 {
  font-size: 1.2rem; }

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  font-family: "Paytone One", Arial, Helvetica, sans-serif;
  color: #400707; }

.favoris_mobile {
  position: fixed;
  bottom: 95px;
  left: 15px;
  z-index: 5; }
  @media (min-width: 1200px) {
    .favoris_mobile {
      display: none; } }
  .favoris_mobile .yith-wcwl-items-link {
    display: block;
    background-color: #d5192a;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 61px;
    text-align: center; }
    .favoris_mobile .yith-wcwl-items-link .yith-wcwl-icon {
      font-size: 1.8rem;
      color: #fff; }
    .favoris_mobile .yith-wcwl-items-link .yith-wcwl-items-count {
      background-color: #feeceb;
      color: #d5192a;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 30px;
      font-size: 0.875rem;
      font-family: "Paytone One", Arial, Helvetica, sans-serif;
      position: absolute;
      top: -5px;
      right: -15px;
      border-radius: 50%;
      -webkit-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
              box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35); }
      .favoris_mobile .yith-wcwl-items-link .yith-wcwl-items-count[data-counter="0"] {
        opacity: 0; }

.yith-wcwl-add-to-wishlist.exists .add_to_wishlist::after {
  background-color: #d5192a; }

.yith-wcwl-add-to-wishlist.exists .add_to_wishlist:before {
  color: #fff; }

.yith-wcwl-add-to-wishlist .disabled_item,
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  font-size: 1.5rem;
  padding: 8px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px !important;
  height: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative; }
  .yith-wcwl-add-to-wishlist .disabled_item:after,
  .yith-wcwl-add-to-wishlist .add_to_wishlist:after {
    content: "";
    background-color: #ffe5db;
    width: 62px;
    height: 62px;
    position: absolute;
    z-index: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 50%; }
  .yith-wcwl-add-to-wishlist .disabled_item:before,
  .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
    content: "\e803";
    font-family: "nougats";
    position: relative;
    z-index: 1; }
  .yith-wcwl-add-to-wishlist .disabled_item span,
  .yith-wcwl-add-to-wishlist .add_to_wishlist span {
    display: none; }
  .yith-wcwl-add-to-wishlist .disabled_item:hover,
  .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
    text-decoration: none; }
    .yith-wcwl-add-to-wishlist .disabled_item:hover:after,
    .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:after {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.yith-wcwl-add-to-wishlist .disabled_item {
  font-size: 0;
  position: relative; }
  .yith-wcwl-add-to-wishlist .disabled_item:before {
    font-size: 1.5rem;
    line-height: 50px; }
  .yith-wcwl-add-to-wishlist .disabled_item:after {
    left: 0;
    top: 0; }

.yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg {
  display: none; }

.wishlist_table tr td {
  text-align: left; }

.yith_wcwl_wishlist_bulk_action #bulk_actions {
  border-radius: 4px;
  border: solid 2px #e9ecef;
  width: auto;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #827272;
  padding: 10px 16px; }

.yith_wcwl_wishlist_bulk_action input[name="apply_bulk_actions"] {
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  padding: 13px 48px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-radius: 30px;
  border: none;
  font-family: "Paytone One", Arial, Helvetica, sans-serif;
  background-color: #d5192a;
  color: #fff; }
  @media (max-width: 765px) {
    .yith_wcwl_wishlist_bulk_action input[name="apply_bulk_actions"] {
      float: none; } }

@media (max-width: 765px) {
  .yith_wcwl_wishlist_bulk_action {
    float: none; } }

.yith_wcwl_wishlist_update input[name="update_wishlist"] {
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  padding: 13px 48px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-radius: 30px;
  border: none;
  font-family: "Paytone One", Arial, Helvetica, sans-serif;
  background-color: #d5192a;
  color: #fff; }

@media (max-width: 765px) {
  .yith_wcwl_wishlist_update {
    float: none !important;
    margin-bottom: 1em; } }

.yith_wcwl_footer_additional_action input[name="add_all_to_cart"] {
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  padding: 13px 48px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-radius: 30px;
  font-family: "Paytone One", Arial, Helvetica, sans-serif;
  background-color: transparent;
  color: #d5192a;
  border: solid 1px #d5192a; }

.wishlist-actions input[name="add_all_to_cart"] {
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  padding: 13px 48px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  border-radius: 30px;
  font-family: "Paytone One", Arial, Helvetica, sans-serif;
  background-color: transparent;
  color: #d5192a;
  border: solid 1px #d5192a; }

.woocommerce-order .card-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.woocommerce-order .back-home {
  text-align: center; }

.woocommerce-order-received #main {
  margin-top: 55px; }

.woocommerce-order-received .page-title {
  margin-bottom: 10px !important; }

.woocommerce-order-received .woocommerce-thankyou-order-received {
  border-bottom: 1px solid #e7d5d5;
  padding-bottom: 30px; }

.woocommerce-order-received ul.woocommerce-order-overview {
  padding: 30px 0; }

.woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 100px; }
  .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
    @media (max-width: 992px) {
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: end; } }
    .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td {
      border: none; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name {
        display: grid;
        grid-template-columns: 100px 1fr 60px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        padding: 20px 0; }
        @media (max-width: 576px) {
          .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name {
            -webkit-column-gap: 5px;
               -moz-column-gap: 5px;
                    column-gap: 5px; } }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name a {
          grid-column: 2;
          grid-row: 1 / 3;
          color: #400707; }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name img {
          grid-column: 1;
          grid-row: 1 / 3;
          width: 100px;
          height: 100px;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 576px) {
            .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name img {
              width: 70px;
              min-width: 70px;
              height: 70px; } }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name strong {
          grid-column: 3;
          grid-row: 1 / 3;
          text-align: end; }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-name ul.wc-item-meta {
          grid-column: 2;
          grid-row: 2;
          padding-left: 0;
          font-size: 14px; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody td.product-total {
        padding: 0 0 0 20px;
        font-family: "Paytone One", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        color: #d5192a; }
    .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot {
      margin-top: auto;
      margin-left: auto; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot th, .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot td {
        color: #400707;
        padding: 5px 0;
        border: none;
        line-height: initial; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot td {
        text-align: end; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(2) th, .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(3) th {
        padding: 5px 0 15px; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(2) td, .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:nth-last-child(3) td {
        padding: 5px 10px 15px; }
      .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child {
        color: #d5192a;
        border-top: 1px solid #e7d5d5; }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
          color: #d5192a; }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th {
          padding: 15px 0 5px; }
        .woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
          padding: 15px 10px 5px; }

.woocommerce-order-received .woocommerce-order-shipping-billing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px; }
  @media (max-width: 576px) {
    .woocommerce-order-received .woocommerce-order-shipping-billing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; } }
  @media (max-width: 992px) {
    .woocommerce-order-received .woocommerce-order-shipping-billing {
      margin-top: 50px; } }
  .woocommerce-order-received .woocommerce-order-shipping-billing .woocommerce-order-shipping-details .titre, .woocommerce-order-received .woocommerce-order-shipping-billing .woocommerce-order-billing-details .titre {
    font-family: "Paytone One", Arial, Helvetica, sans-serif;
    font-weight: initial;
    margin-bottom: 15px; }
  .woocommerce-order-received .woocommerce-order-shipping-billing .woocommerce-order-shipping-details p, .woocommerce-order-received .woocommerce-order-shipping-billing .woocommerce-order-billing-details p {
    color: #400707;
    margin-bottom: 0; }

.woocommerce-order-received .woocommerce-customer-details {
  overflow: hidden; }
  .woocommerce-order-received .woocommerce-customer-details address {
    border: none;
    height: 100%; }

/**
 * LAYOUT : BUILDER
 */
.section {
  padding: 30px 0;
  position: relative; }
  .section-container {
    position: relative;
    z-index: 2; }
  .section--white {
    background-color: transparent; }
  .section--primary {
    background-color: #d5192a; }
  .section--secondary {
    background-color: #400707; }
  .section--grey {
    background-color: #feeceb; }
  .section--rose {
    background-color: #feeceb;
    padding-top: 30px;
    margin-top: 278px; }
  .section--background-image {
    background-position: center;
    background-size: cover;
    background-color: #343a40;
    color: #fff; }
    .section--background-image .element__titre {
      color: #fff; }
    .section--background-image::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.8); }
  .section--video {
    color: #fff; }
    .section--video .element__titre {
      color: #fff; }
    .section--video::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
  .section__video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden; }
    .section__video video {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.element {
  padding: 30px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  .element.in-view {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .element.invisible {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  .element__titre {
    font-family: "Paytone One", Arial, Helvetica, sans-serif; }

.el-texte__titre {
  margin-bottom: 1em;
  color: #d5192a; }

.el-texte__texte {
  margin: 0 0 20px 0; }
  .el-texte__texte--col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }

.el-boucle__titre {
  margin-bottom: 2em; }

.el-boucle__texte {
  margin: 0 0 20px 0; }

.el-boucle__loop {
  text-align: center;
  margin-top: 1em; }
  .el-boucle__loop__lien {
    margin: 20px 0 0 0; }

.el-image-texte__image {
  text-align: center; }

.el-image-texte__texte {
  margin: 0 0 20px 0; }

.el-images {
  padding: 0; }
  .el-images__element {
    text-align: center;
    padding: 0 0 30px 0; }

.el-chiffres__loop {
  margin: 30px 0 0 0; }
  .el-chiffres__loop__item {
    text-align: center; }
    .el-chiffres__loop__item__chiffre {
      margin: 0;
      font-size: 3rem;
      color: #d5192a;
      font-family: "Paytone One", Arial, Helvetica, sans-serif; }
    .el-chiffres__loop__item__texte {
      margin: 0; }

.el-logos__loop {
  margin: 30px 0 0 0; }
  .el-logos__loop__item {
    text-align: center; }

.video--btn {
  width: 59px;
  height: 59px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50% 50%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 2; }
  .video--btn:hover {
    cursor: pointer; }
  .video--btn:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #d5192a;
    margin: 20px 0 0 24px; }

.el-video__image {
  position: relative; }
  .el-video__image img {
    border-radius: 40px; }
    @media (max-width: 991px) {
      .el-video__image img {
        border-radius: 30px; } }

/*# sourceMappingURL=global.min.css.map */
