@charset "UTF-8";
/* ----------------------------- */
/* ==Reset (base)                */
/* ----------------------------- */
/*
 * 1. Switch to border-box model for all elements
 * 2. Avoid min-width: auto on flex and grid items
 */
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400,600,900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  min-width: 0;
  /* 2 */
}

/*
 * 1. Remove the grey highlight on links in iOS 
 * 2. Prevent orientation font changes in iOS
 * 3. Breaks words to prevent overflow in all browsers
 */
html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
}

body {
  margin: 0;
  font-family: Gabarito, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  background-color: #f4f4f6;
  color: #000000;
}

/*
 * Headings
 */
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like {
  color: #000000;
}

/*
 * Links
 */
a {
  color: #000000;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #1F1F26;
  text-decoration: none;
}

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

/*
 * Vertical rythm
 */
h1,
.h1-like,
h2,
.h2-like {
  margin-top: 0;
  margin-bottom: 1rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like,
h6,
.h6-like,
dt,
dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/*
 * Nested elements
 */
ol ol,
ol ul,
ul ol,
ul ul,
li ul,
li ol,
nav ul,
nav ol,
li p,
li .p-like {
  margin-top: 0;
  margin-bottom: 0;
}

/*
 * Lists
 */
ul,
ol {
  padding-left: 1rem;
}

nav ul,
nav ol {
  list-style: none;
  padding: 0;
}

/*
 * Embed content
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
table,
td,
blockquote,
pre,
code,
input,
textarea,
select,
video,
svg,
iframe {
  max-width: 100%;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
}

img {
  border-style: none;
}

/**
 * Remove the border on iframes in all browsers
 */
iframe {
  border-style: none;
}

/*
 * Fill color matching to text color
 */
svg:not([fill]) {
  fill: currentColor;
}

/*
 * Hide the overflow in IE
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * Tables
 */
table {
  border-collapse: collapse;
}

/*
 * Rulers
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 1rem 0;
  clear: both;
  color: inherit;
}

/*
 * table styles
 */
table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  vertical-align: top;
  margin-bottom: 1rem;
}

/* 
 * Hidden but not for an assistive technology like a screen reader, Yahoo! method 
 */
.visually-hidden,
.sr-only {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

/*
 * Disable animations styles when reduced motion is enabled
 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*
 * Change the cursor on busy elements in all browsers.
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers.
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers.
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers.
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ----------------------------- */
/* ==Reset (forms)               */
/* ----------------------------- */
/*
 * Remove the tapping delay on clickable elements in all browsers .
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*
 * 1. Change the inconsistent appearance in all browsers.
 * 2. Add typography inheritance in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  background-color: transparent; /* 1 */
  color: inherit; /* 1 */
  font-family: inherit; /* 2 */
  font-size: inherit; /* 2 */
  line-height: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  vertical-align: middle;
}

/*
 * Basic User Interface reset
 */
button,
input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  border: 0;
}

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

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  white-space: pre-wrap;
  line-height: normal;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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

/* 
 * Remove the inheritance of text transform in Firefox
 */
button,
select {
  text-transform: none;
}

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

form,
fieldset {
  border: none;
}

fieldset {
  margin: 0;
  padding: 1rem;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.125rem;
  border: 0;
  color: inherit;
  white-space: normal;
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  white-space: pre-wrap;
}

progress {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

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

/*
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/*
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/*
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p,
  .p-like,
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  h4,
  .h4-like,
  h5,
  .h5-like,
  h6,
  .h6-like,
  blockquote,
  label,
  ul,
  ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  /* no orphans, no widows */
  p,
  .p-like,
  blockquote {
    orphans: 3;
    widows: 3;
  }
  /* no breaks inside these elements */
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
  }
  /* page break before main headers
  h1,
  .h1-like {
    page-break-before: always;
  }
  */
  /* no breaks after these elements */
  h1,
  .h1-like,
  h2,
  .h2-like,
  h3,
  .h3-like,
  caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  /* displaying URLs
  a[href]::after {
    content: " (" attr(href) ")";
  }
  */
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
/* -------------------------------------------------- */
/* ==Grillade : système de micro-grille  de KNACSS   */
/* ------------------------------------------------ */
.grid {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 576px) {
  .sm\:grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 768px) {
  .tb\:grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 992px) {
  .md\:grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1200px) {
  .lg\:grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1400px) {
  .xl\:grid {
    display: -ms-grid;
    display: grid;
  }
}
/* grid-template-columns initialisation */
.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* grid-template-columns au sein des breakpoints */
@media (min-width: 576px) {
  .sm\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .tb\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .tb\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tb\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tb\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tb\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tb\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tb\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .tb\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .tb\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .tb\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .tb\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tb\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .md\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .lg\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .xl\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xl\:grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
/* gap initialisation */
.gap-0 {
  gap: 0;
}

.gap-x-0 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-5 {
  gap: 0.313rem;
}

.gap-x-5 {
  -webkit-column-gap: 0.313rem;
     -moz-column-gap: 0.313rem;
          column-gap: 0.313rem;
}

.gap-y-5 {
  row-gap: 0.313rem;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-x-8 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 0.5rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-x-10 {
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.gap-y-10 {
  row-gap: 0.625rem;
}

.gap-13 {
  gap: 0.8125rem;
}

.gap-x-13 {
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}

.gap-y-13 {
  row-gap: 0.8125rem;
}

.gap-14 {
  gap: 0.875rem;
}

.gap-x-14 {
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
}

.gap-y-14 {
  row-gap: 0.875rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-x-16 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-y-16 {
  row-gap: 1rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-x-20 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-y-20 {
  row-gap: 1.25rem;
}

.gap-28 {
  gap: 1.75rem;
}

.gap-x-28 {
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.gap-y-28 {
  row-gap: 1.75rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-x-30 {
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.gap-y-30 {
  row-gap: 1.875rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-x-36 {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-y-36 {
  row-gap: 2.25rem;
}

.gap-38 {
  gap: 2.375rem;
}

.gap-x-38 {
  -webkit-column-gap: 2.375rem;
     -moz-column-gap: 2.375rem;
          column-gap: 2.375rem;
}

.gap-y-38 {
  row-gap: 2.375rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-x-40 {
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-y-40 {
  row-gap: 2.5rem;
}

.gap-43 {
  gap: 2.6875rem;
}

.gap-x-43 {
  -webkit-column-gap: 2.6875rem;
     -moz-column-gap: 2.6875rem;
          column-gap: 2.6875rem;
}

.gap-y-43 {
  row-gap: 2.6875rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-x-50 {
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.gap-y-50 {
  row-gap: 3.125rem;
}

.gap-57 {
  gap: 3.5625rem;
}

.gap-x-57 {
  -webkit-column-gap: 3.5625rem;
     -moz-column-gap: 3.5625rem;
          column-gap: 3.5625rem;
}

.gap-y-57 {
  row-gap: 3.5625rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-x-60 {
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}

.gap-y-60 {
  row-gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-x-70 {
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}

.gap-y-70 {
  row-gap: 4.375rem;
}

.gap-92 {
  gap: 5.75rem;
}

.gap-x-92 {
  -webkit-column-gap: 5.75rem;
     -moz-column-gap: 5.75rem;
          column-gap: 5.75rem;
}

.gap-y-92 {
  row-gap: 5.75rem;
}

.gap-130 {
  gap: 8.125rem;
}

.gap-x-130 {
  -webkit-column-gap: 8.125rem;
     -moz-column-gap: 8.125rem;
          column-gap: 8.125rem;
}

.gap-y-130 {
  row-gap: 8.125rem;
}

.gap-200 {
  gap: 12.5rem;
}

.gap-x-200 {
  -webkit-column-gap: 12.5rem;
     -moz-column-gap: 12.5rem;
          column-gap: 12.5rem;
}

.gap-y-200 {
  row-gap: 12.5rem;
}

/* gap au sein des breakpoints */
@media (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .sm\:gap-y-0 {
    row-gap: 0;
  }
  .sm\:gap-5 {
    gap: 0.313rem;
  }
  .sm\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .sm\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .sm\:gap-8 {
    gap: 0.5rem;
  }
  .sm\:gap-x-8 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .sm\:gap-y-8 {
    row-gap: 0.5rem;
  }
  .sm\:gap-10 {
    gap: 0.625rem;
  }
  .sm\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .sm\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .sm\:gap-13 {
    gap: 0.8125rem;
  }
  .sm\:gap-x-13 {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
  .sm\:gap-y-13 {
    row-gap: 0.8125rem;
  }
  .sm\:gap-14 {
    gap: 0.875rem;
  }
  .sm\:gap-x-14 {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
  .sm\:gap-y-14 {
    row-gap: 0.875rem;
  }
  .sm\:gap-16 {
    gap: 1rem;
  }
  .sm\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .sm\:gap-y-16 {
    row-gap: 1rem;
  }
  .sm\:gap-20 {
    gap: 1.25rem;
  }
  .sm\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .sm\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .sm\:gap-28 {
    gap: 1.75rem;
  }
  .sm\:gap-x-28 {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
  .sm\:gap-y-28 {
    row-gap: 1.75rem;
  }
  .sm\:gap-30 {
    gap: 1.875rem;
  }
  .sm\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .sm\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .sm\:gap-36 {
    gap: 2.25rem;
  }
  .sm\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .sm\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .sm\:gap-38 {
    gap: 2.375rem;
  }
  .sm\:gap-x-38 {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
  .sm\:gap-y-38 {
    row-gap: 2.375rem;
  }
  .sm\:gap-40 {
    gap: 2.5rem;
  }
  .sm\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .sm\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .sm\:gap-43 {
    gap: 2.6875rem;
  }
  .sm\:gap-x-43 {
    -webkit-column-gap: 2.6875rem;
       -moz-column-gap: 2.6875rem;
            column-gap: 2.6875rem;
  }
  .sm\:gap-y-43 {
    row-gap: 2.6875rem;
  }
  .sm\:gap-50 {
    gap: 3.125rem;
  }
  .sm\:gap-x-50 {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .sm\:gap-y-50 {
    row-gap: 3.125rem;
  }
  .sm\:gap-57 {
    gap: 3.5625rem;
  }
  .sm\:gap-x-57 {
    -webkit-column-gap: 3.5625rem;
       -moz-column-gap: 3.5625rem;
            column-gap: 3.5625rem;
  }
  .sm\:gap-y-57 {
    row-gap: 3.5625rem;
  }
  .sm\:gap-60 {
    gap: 3.75rem;
  }
  .sm\:gap-x-60 {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .sm\:gap-y-60 {
    row-gap: 3.75rem;
  }
  .sm\:gap-70 {
    gap: 4.375rem;
  }
  .sm\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .sm\:gap-y-70 {
    row-gap: 4.375rem;
  }
  .sm\:gap-92 {
    gap: 5.75rem;
  }
  .sm\:gap-x-92 {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
  .sm\:gap-y-92 {
    row-gap: 5.75rem;
  }
  .sm\:gap-130 {
    gap: 8.125rem;
  }
  .sm\:gap-x-130 {
    -webkit-column-gap: 8.125rem;
       -moz-column-gap: 8.125rem;
            column-gap: 8.125rem;
  }
  .sm\:gap-y-130 {
    row-gap: 8.125rem;
  }
  .sm\:gap-200 {
    gap: 12.5rem;
  }
  .sm\:gap-x-200 {
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }
  .sm\:gap-y-200 {
    row-gap: 12.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:gap-0 {
    gap: 0;
  }
  .tb\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .tb\:gap-y-0 {
    row-gap: 0;
  }
  .tb\:gap-5 {
    gap: 0.313rem;
  }
  .tb\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .tb\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .tb\:gap-8 {
    gap: 0.5rem;
  }
  .tb\:gap-x-8 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .tb\:gap-y-8 {
    row-gap: 0.5rem;
  }
  .tb\:gap-10 {
    gap: 0.625rem;
  }
  .tb\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .tb\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .tb\:gap-13 {
    gap: 0.8125rem;
  }
  .tb\:gap-x-13 {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
  .tb\:gap-y-13 {
    row-gap: 0.8125rem;
  }
  .tb\:gap-14 {
    gap: 0.875rem;
  }
  .tb\:gap-x-14 {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
  .tb\:gap-y-14 {
    row-gap: 0.875rem;
  }
  .tb\:gap-16 {
    gap: 1rem;
  }
  .tb\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .tb\:gap-y-16 {
    row-gap: 1rem;
  }
  .tb\:gap-20 {
    gap: 1.25rem;
  }
  .tb\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .tb\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .tb\:gap-28 {
    gap: 1.75rem;
  }
  .tb\:gap-x-28 {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
  .tb\:gap-y-28 {
    row-gap: 1.75rem;
  }
  .tb\:gap-30 {
    gap: 1.875rem;
  }
  .tb\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .tb\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .tb\:gap-36 {
    gap: 2.25rem;
  }
  .tb\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .tb\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .tb\:gap-38 {
    gap: 2.375rem;
  }
  .tb\:gap-x-38 {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
  .tb\:gap-y-38 {
    row-gap: 2.375rem;
  }
  .tb\:gap-40 {
    gap: 2.5rem;
  }
  .tb\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .tb\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .tb\:gap-43 {
    gap: 2.6875rem;
  }
  .tb\:gap-x-43 {
    -webkit-column-gap: 2.6875rem;
       -moz-column-gap: 2.6875rem;
            column-gap: 2.6875rem;
  }
  .tb\:gap-y-43 {
    row-gap: 2.6875rem;
  }
  .tb\:gap-50 {
    gap: 3.125rem;
  }
  .tb\:gap-x-50 {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .tb\:gap-y-50 {
    row-gap: 3.125rem;
  }
  .tb\:gap-57 {
    gap: 3.5625rem;
  }
  .tb\:gap-x-57 {
    -webkit-column-gap: 3.5625rem;
       -moz-column-gap: 3.5625rem;
            column-gap: 3.5625rem;
  }
  .tb\:gap-y-57 {
    row-gap: 3.5625rem;
  }
  .tb\:gap-60 {
    gap: 3.75rem;
  }
  .tb\:gap-x-60 {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .tb\:gap-y-60 {
    row-gap: 3.75rem;
  }
  .tb\:gap-70 {
    gap: 4.375rem;
  }
  .tb\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .tb\:gap-y-70 {
    row-gap: 4.375rem;
  }
  .tb\:gap-92 {
    gap: 5.75rem;
  }
  .tb\:gap-x-92 {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
  .tb\:gap-y-92 {
    row-gap: 5.75rem;
  }
  .tb\:gap-130 {
    gap: 8.125rem;
  }
  .tb\:gap-x-130 {
    -webkit-column-gap: 8.125rem;
       -moz-column-gap: 8.125rem;
            column-gap: 8.125rem;
  }
  .tb\:gap-y-130 {
    row-gap: 8.125rem;
  }
  .tb\:gap-200 {
    gap: 12.5rem;
  }
  .tb\:gap-x-200 {
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }
  .tb\:gap-y-200 {
    row-gap: 12.5rem;
  }
}
@media (min-width: 992px) {
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .md\:gap-y-0 {
    row-gap: 0;
  }
  .md\:gap-5 {
    gap: 0.313rem;
  }
  .md\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .md\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .md\:gap-8 {
    gap: 0.5rem;
  }
  .md\:gap-x-8 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .md\:gap-y-8 {
    row-gap: 0.5rem;
  }
  .md\:gap-10 {
    gap: 0.625rem;
  }
  .md\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .md\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .md\:gap-13 {
    gap: 0.8125rem;
  }
  .md\:gap-x-13 {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
  .md\:gap-y-13 {
    row-gap: 0.8125rem;
  }
  .md\:gap-14 {
    gap: 0.875rem;
  }
  .md\:gap-x-14 {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
  .md\:gap-y-14 {
    row-gap: 0.875rem;
  }
  .md\:gap-16 {
    gap: 1rem;
  }
  .md\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .md\:gap-y-16 {
    row-gap: 1rem;
  }
  .md\:gap-20 {
    gap: 1.25rem;
  }
  .md\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .md\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .md\:gap-28 {
    gap: 1.75rem;
  }
  .md\:gap-x-28 {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
  .md\:gap-y-28 {
    row-gap: 1.75rem;
  }
  .md\:gap-30 {
    gap: 1.875rem;
  }
  .md\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .md\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .md\:gap-36 {
    gap: 2.25rem;
  }
  .md\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .md\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .md\:gap-38 {
    gap: 2.375rem;
  }
  .md\:gap-x-38 {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
  .md\:gap-y-38 {
    row-gap: 2.375rem;
  }
  .md\:gap-40 {
    gap: 2.5rem;
  }
  .md\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .md\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .md\:gap-43 {
    gap: 2.6875rem;
  }
  .md\:gap-x-43 {
    -webkit-column-gap: 2.6875rem;
       -moz-column-gap: 2.6875rem;
            column-gap: 2.6875rem;
  }
  .md\:gap-y-43 {
    row-gap: 2.6875rem;
  }
  .md\:gap-50 {
    gap: 3.125rem;
  }
  .md\:gap-x-50 {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .md\:gap-y-50 {
    row-gap: 3.125rem;
  }
  .md\:gap-57 {
    gap: 3.5625rem;
  }
  .md\:gap-x-57 {
    -webkit-column-gap: 3.5625rem;
       -moz-column-gap: 3.5625rem;
            column-gap: 3.5625rem;
  }
  .md\:gap-y-57 {
    row-gap: 3.5625rem;
  }
  .md\:gap-60 {
    gap: 3.75rem;
  }
  .md\:gap-x-60 {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .md\:gap-y-60 {
    row-gap: 3.75rem;
  }
  .md\:gap-70 {
    gap: 4.375rem;
  }
  .md\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .md\:gap-y-70 {
    row-gap: 4.375rem;
  }
  .md\:gap-92 {
    gap: 5.75rem;
  }
  .md\:gap-x-92 {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
  .md\:gap-y-92 {
    row-gap: 5.75rem;
  }
  .md\:gap-130 {
    gap: 8.125rem;
  }
  .md\:gap-x-130 {
    -webkit-column-gap: 8.125rem;
       -moz-column-gap: 8.125rem;
            column-gap: 8.125rem;
  }
  .md\:gap-y-130 {
    row-gap: 8.125rem;
  }
  .md\:gap-200 {
    gap: 12.5rem;
  }
  .md\:gap-x-200 {
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }
  .md\:gap-y-200 {
    row-gap: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .lg\:gap-y-0 {
    row-gap: 0;
  }
  .lg\:gap-5 {
    gap: 0.313rem;
  }
  .lg\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .lg\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .lg\:gap-8 {
    gap: 0.5rem;
  }
  .lg\:gap-x-8 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .lg\:gap-y-8 {
    row-gap: 0.5rem;
  }
  .lg\:gap-10 {
    gap: 0.625rem;
  }
  .lg\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .lg\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .lg\:gap-13 {
    gap: 0.8125rem;
  }
  .lg\:gap-x-13 {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
  .lg\:gap-y-13 {
    row-gap: 0.8125rem;
  }
  .lg\:gap-14 {
    gap: 0.875rem;
  }
  .lg\:gap-x-14 {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
  .lg\:gap-y-14 {
    row-gap: 0.875rem;
  }
  .lg\:gap-16 {
    gap: 1rem;
  }
  .lg\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .lg\:gap-y-16 {
    row-gap: 1rem;
  }
  .lg\:gap-20 {
    gap: 1.25rem;
  }
  .lg\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .lg\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .lg\:gap-28 {
    gap: 1.75rem;
  }
  .lg\:gap-x-28 {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
  .lg\:gap-y-28 {
    row-gap: 1.75rem;
  }
  .lg\:gap-30 {
    gap: 1.875rem;
  }
  .lg\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .lg\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .lg\:gap-36 {
    gap: 2.25rem;
  }
  .lg\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .lg\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .lg\:gap-38 {
    gap: 2.375rem;
  }
  .lg\:gap-x-38 {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
  .lg\:gap-y-38 {
    row-gap: 2.375rem;
  }
  .lg\:gap-40 {
    gap: 2.5rem;
  }
  .lg\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .lg\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .lg\:gap-43 {
    gap: 2.6875rem;
  }
  .lg\:gap-x-43 {
    -webkit-column-gap: 2.6875rem;
       -moz-column-gap: 2.6875rem;
            column-gap: 2.6875rem;
  }
  .lg\:gap-y-43 {
    row-gap: 2.6875rem;
  }
  .lg\:gap-50 {
    gap: 3.125rem;
  }
  .lg\:gap-x-50 {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .lg\:gap-y-50 {
    row-gap: 3.125rem;
  }
  .lg\:gap-57 {
    gap: 3.5625rem;
  }
  .lg\:gap-x-57 {
    -webkit-column-gap: 3.5625rem;
       -moz-column-gap: 3.5625rem;
            column-gap: 3.5625rem;
  }
  .lg\:gap-y-57 {
    row-gap: 3.5625rem;
  }
  .lg\:gap-60 {
    gap: 3.75rem;
  }
  .lg\:gap-x-60 {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .lg\:gap-y-60 {
    row-gap: 3.75rem;
  }
  .lg\:gap-70 {
    gap: 4.375rem;
  }
  .lg\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .lg\:gap-y-70 {
    row-gap: 4.375rem;
  }
  .lg\:gap-92 {
    gap: 5.75rem;
  }
  .lg\:gap-x-92 {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
  .lg\:gap-y-92 {
    row-gap: 5.75rem;
  }
  .lg\:gap-130 {
    gap: 8.125rem;
  }
  .lg\:gap-x-130 {
    -webkit-column-gap: 8.125rem;
       -moz-column-gap: 8.125rem;
            column-gap: 8.125rem;
  }
  .lg\:gap-y-130 {
    row-gap: 8.125rem;
  }
  .lg\:gap-200 {
    gap: 12.5rem;
  }
  .lg\:gap-x-200 {
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }
  .lg\:gap-y-200 {
    row-gap: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:gap-0 {
    gap: 0;
  }
  .xl\:gap-x-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .xl\:gap-y-0 {
    row-gap: 0;
  }
  .xl\:gap-5 {
    gap: 0.313rem;
  }
  .xl\:gap-x-5 {
    -webkit-column-gap: 0.313rem;
       -moz-column-gap: 0.313rem;
            column-gap: 0.313rem;
  }
  .xl\:gap-y-5 {
    row-gap: 0.313rem;
  }
  .xl\:gap-8 {
    gap: 0.5rem;
  }
  .xl\:gap-x-8 {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .xl\:gap-y-8 {
    row-gap: 0.5rem;
  }
  .xl\:gap-10 {
    gap: 0.625rem;
  }
  .xl\:gap-x-10 {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
  .xl\:gap-y-10 {
    row-gap: 0.625rem;
  }
  .xl\:gap-13 {
    gap: 0.8125rem;
  }
  .xl\:gap-x-13 {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
  .xl\:gap-y-13 {
    row-gap: 0.8125rem;
  }
  .xl\:gap-14 {
    gap: 0.875rem;
  }
  .xl\:gap-x-14 {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
  .xl\:gap-y-14 {
    row-gap: 0.875rem;
  }
  .xl\:gap-16 {
    gap: 1rem;
  }
  .xl\:gap-x-16 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .xl\:gap-y-16 {
    row-gap: 1rem;
  }
  .xl\:gap-20 {
    gap: 1.25rem;
  }
  .xl\:gap-x-20 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .xl\:gap-y-20 {
    row-gap: 1.25rem;
  }
  .xl\:gap-28 {
    gap: 1.75rem;
  }
  .xl\:gap-x-28 {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
  .xl\:gap-y-28 {
    row-gap: 1.75rem;
  }
  .xl\:gap-30 {
    gap: 1.875rem;
  }
  .xl\:gap-x-30 {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .xl\:gap-y-30 {
    row-gap: 1.875rem;
  }
  .xl\:gap-36 {
    gap: 2.25rem;
  }
  .xl\:gap-x-36 {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
  .xl\:gap-y-36 {
    row-gap: 2.25rem;
  }
  .xl\:gap-38 {
    gap: 2.375rem;
  }
  .xl\:gap-x-38 {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
  .xl\:gap-y-38 {
    row-gap: 2.375rem;
  }
  .xl\:gap-40 {
    gap: 2.5rem;
  }
  .xl\:gap-x-40 {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .xl\:gap-y-40 {
    row-gap: 2.5rem;
  }
  .xl\:gap-43 {
    gap: 2.6875rem;
  }
  .xl\:gap-x-43 {
    -webkit-column-gap: 2.6875rem;
       -moz-column-gap: 2.6875rem;
            column-gap: 2.6875rem;
  }
  .xl\:gap-y-43 {
    row-gap: 2.6875rem;
  }
  .xl\:gap-50 {
    gap: 3.125rem;
  }
  .xl\:gap-x-50 {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .xl\:gap-y-50 {
    row-gap: 3.125rem;
  }
  .xl\:gap-57 {
    gap: 3.5625rem;
  }
  .xl\:gap-x-57 {
    -webkit-column-gap: 3.5625rem;
       -moz-column-gap: 3.5625rem;
            column-gap: 3.5625rem;
  }
  .xl\:gap-y-57 {
    row-gap: 3.5625rem;
  }
  .xl\:gap-60 {
    gap: 3.75rem;
  }
  .xl\:gap-x-60 {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
  .xl\:gap-y-60 {
    row-gap: 3.75rem;
  }
  .xl\:gap-70 {
    gap: 4.375rem;
  }
  .xl\:gap-x-70 {
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
  .xl\:gap-y-70 {
    row-gap: 4.375rem;
  }
  .xl\:gap-92 {
    gap: 5.75rem;
  }
  .xl\:gap-x-92 {
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
  .xl\:gap-y-92 {
    row-gap: 5.75rem;
  }
  .xl\:gap-130 {
    gap: 8.125rem;
  }
  .xl\:gap-x-130 {
    -webkit-column-gap: 8.125rem;
       -moz-column-gap: 8.125rem;
            column-gap: 8.125rem;
  }
  .xl\:gap-y-130 {
    row-gap: 8.125rem;
  }
  .xl\:gap-200 {
    gap: 12.5rem;
  }
  .xl\:gap-x-200 {
    -webkit-column-gap: 12.5rem;
       -moz-column-gap: 12.5rem;
            column-gap: 12.5rem;
  }
  .xl\:gap-y-200 {
    row-gap: 12.5rem;
  }
}
/* grid-items initialisation */
.col-start-1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.col-end-1 {
  -ms-grid-column-span: 1;
  grid-column-end: 1;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1/span 1;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.row-end-1 {
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1/span 1;
}

.col-start-2 {
  -ms-grid-column: 2;
      grid-column-start: 2;
}

.col-end-2 {
  -ms-grid-column-span: 2;
  grid-column-end: 2;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-2 {
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.row-end-2 {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2/span 2;
}

.col-start-3 {
  -ms-grid-column: 3;
      grid-column-start: 3;
}

.col-end-3 {
  -ms-grid-column-span: 3;
  grid-column-end: 3;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3/span 3;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-3 {
  -ms-grid-row: 3;
      grid-row-start: 3;
}

.row-end-3 {
  -ms-grid-row-span: 3;
  grid-row-end: 3;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3/span 3;
}

.col-start-4 {
  -ms-grid-column: 4;
      grid-column-start: 4;
}

.col-end-4 {
  -ms-grid-column-span: 4;
  grid-column-end: 4;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4/span 4;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-4 {
  -ms-grid-row: 4;
      grid-row-start: 4;
}

.row-end-4 {
  -ms-grid-row-span: 4;
  grid-row-end: 4;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4/span 4;
}

.col-start-5 {
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.col-end-5 {
  -ms-grid-column-span: 5;
  grid-column-end: 5;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5/span 5;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-5 {
  -ms-grid-row: 5;
      grid-row-start: 5;
}

.row-end-5 {
  -ms-grid-row-span: 5;
  grid-row-end: 5;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row: span 5/span 5;
}

.col-start-6 {
  -ms-grid-column: 6;
      grid-column-start: 6;
}

.col-end-6 {
  -ms-grid-column-span: 6;
  grid-column-end: 6;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6/span 6;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-6 {
  -ms-grid-row: 6;
      grid-row-start: 6;
}

.row-end-6 {
  -ms-grid-row-span: 6;
  grid-row-end: 6;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row: span 6/span 6;
}

.col-start-7 {
  -ms-grid-column: 7;
      grid-column-start: 7;
}

.col-end-7 {
  -ms-grid-column-span: 7;
  grid-column-end: 7;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7/span 7;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-7 {
  -ms-grid-row: 7;
      grid-row-start: 7;
}

.row-end-7 {
  -ms-grid-row-span: 7;
  grid-row-end: 7;
}

.row-span-7 {
  -ms-grid-row-span: 7;
  grid-row: span 7/span 7;
}

.col-start-8 {
  -ms-grid-column: 8;
      grid-column-start: 8;
}

.col-end-8 {
  -ms-grid-column-span: 8;
  grid-column-end: 8;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8/span 8;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-8 {
  -ms-grid-row: 8;
      grid-row-start: 8;
}

.row-end-8 {
  -ms-grid-row-span: 8;
  grid-row-end: 8;
}

.row-span-8 {
  -ms-grid-row-span: 8;
  grid-row: span 8/span 8;
}

.col-start-9 {
  -ms-grid-column: 9;
      grid-column-start: 9;
}

.col-end-9 {
  -ms-grid-column-span: 9;
  grid-column-end: 9;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9/span 9;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-9 {
  -ms-grid-row: 9;
      grid-row-start: 9;
}

.row-end-9 {
  -ms-grid-row-span: 9;
  grid-row-end: 9;
}

.row-span-9 {
  -ms-grid-row-span: 9;
  grid-row: span 9/span 9;
}

.col-start-10 {
  -ms-grid-column: 10;
      grid-column-start: 10;
}

.col-end-10 {
  -ms-grid-column-span: 10;
  grid-column-end: 10;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10/span 10;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-10 {
  -ms-grid-row: 10;
      grid-row-start: 10;
}

.row-end-10 {
  -ms-grid-row-span: 10;
  grid-row-end: 10;
}

.row-span-10 {
  -ms-grid-row-span: 10;
  grid-row: span 10/span 10;
}

.col-start-11 {
  -ms-grid-column: 11;
      grid-column-start: 11;
}

.col-end-11 {
  -ms-grid-column-span: 11;
  grid-column-end: 11;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11/span 11;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-11 {
  -ms-grid-row: 11;
      grid-row-start: 11;
}

.row-end-11 {
  -ms-grid-row-span: 11;
  grid-row-end: 11;
}

.row-span-11 {
  -ms-grid-row-span: 11;
  grid-row: span 11/span 11;
}

.col-start-12 {
  -ms-grid-column: 12;
      grid-column-start: 12;
}

.col-end-12 {
  -ms-grid-column-span: 12;
  grid-column-end: 12;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-12 {
  -ms-grid-row: 12;
      grid-row-start: 12;
}

.row-end-12 {
  -ms-grid-row-span: 12;
  grid-row-end: 12;
}

.row-span-12 {
  -ms-grid-row-span: 12;
  grid-row: span 12/span 12;
}

/* grid-items au sein des breakpoints */
@media (min-width: 576px) {
  .sm\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .sm\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .sm\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .sm\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .sm\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .sm\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .sm\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .sm\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .sm\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .sm\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .sm\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .sm\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .sm\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .sm\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .sm\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .sm\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .sm\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .sm\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .sm\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .sm\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .sm\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .sm\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .sm\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .sm\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .sm\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .sm\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .sm\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .sm\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .sm\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .sm\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
  .sm\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .sm\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .sm\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .sm\:row-end-7 {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
  }
  .sm\:row-span-7 {
    -ms-grid-row-span: 7;
    grid-row: span 7/span 7;
  }
  .sm\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .sm\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .sm\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .sm\:row-end-8 {
    -ms-grid-row-span: 8;
    grid-row-end: 8;
  }
  .sm\:row-span-8 {
    -ms-grid-row-span: 8;
    grid-row: span 8/span 8;
  }
  .sm\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .sm\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .sm\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .sm\:row-end-9 {
    -ms-grid-row-span: 9;
    grid-row-end: 9;
  }
  .sm\:row-span-9 {
    -ms-grid-row-span: 9;
    grid-row: span 9/span 9;
  }
  .sm\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .sm\:col-end-10 {
    -ms-grid-column-span: 10;
    grid-column-end: 10;
  }
  .sm\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .sm\:row-end-10 {
    -ms-grid-row-span: 10;
    grid-row-end: 10;
  }
  .sm\:row-span-10 {
    -ms-grid-row-span: 10;
    grid-row: span 10/span 10;
  }
  .sm\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .sm\:col-end-11 {
    -ms-grid-column-span: 11;
    grid-column-end: 11;
  }
  .sm\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .sm\:row-end-11 {
    -ms-grid-row-span: 11;
    grid-row-end: 11;
  }
  .sm\:row-span-11 {
    -ms-grid-row-span: 11;
    grid-row: span 11/span 11;
  }
  .sm\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .sm\:col-end-12 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  .sm\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .sm\:col-span-full {
    grid-column: 1/-1;
  }
  .sm\:row-start-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
  .sm\:row-end-12 {
    -ms-grid-row-span: 12;
    grid-row-end: 12;
  }
  .sm\:row-span-12 {
    -ms-grid-row-span: 12;
    grid-row: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .tb\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .tb\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .tb\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .tb\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .tb\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .tb\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .tb\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .tb\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .tb\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .tb\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .tb\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .tb\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .tb\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .tb\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .tb\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .tb\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .tb\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .tb\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .tb\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .tb\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .tb\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .tb\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .tb\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .tb\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .tb\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .tb\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .tb\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .tb\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .tb\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .tb\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
  .tb\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .tb\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .tb\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .tb\:row-end-7 {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
  }
  .tb\:row-span-7 {
    -ms-grid-row-span: 7;
    grid-row: span 7/span 7;
  }
  .tb\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .tb\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .tb\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .tb\:row-end-8 {
    -ms-grid-row-span: 8;
    grid-row-end: 8;
  }
  .tb\:row-span-8 {
    -ms-grid-row-span: 8;
    grid-row: span 8/span 8;
  }
  .tb\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .tb\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .tb\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .tb\:row-end-9 {
    -ms-grid-row-span: 9;
    grid-row-end: 9;
  }
  .tb\:row-span-9 {
    -ms-grid-row-span: 9;
    grid-row: span 9/span 9;
  }
  .tb\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .tb\:col-end-10 {
    -ms-grid-column-span: 10;
    grid-column-end: 10;
  }
  .tb\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .tb\:row-end-10 {
    -ms-grid-row-span: 10;
    grid-row-end: 10;
  }
  .tb\:row-span-10 {
    -ms-grid-row-span: 10;
    grid-row: span 10/span 10;
  }
  .tb\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .tb\:col-end-11 {
    -ms-grid-column-span: 11;
    grid-column-end: 11;
  }
  .tb\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .tb\:row-end-11 {
    -ms-grid-row-span: 11;
    grid-row-end: 11;
  }
  .tb\:row-span-11 {
    -ms-grid-row-span: 11;
    grid-row: span 11/span 11;
  }
  .tb\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .tb\:col-end-12 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  .tb\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .tb\:col-span-full {
    grid-column: 1/-1;
  }
  .tb\:row-start-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
  .tb\:row-end-12 {
    -ms-grid-row-span: 12;
    grid-row-end: 12;
  }
  .tb\:row-span-12 {
    -ms-grid-row-span: 12;
    grid-row: span 12/span 12;
  }
}
@media (min-width: 992px) {
  .md\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .md\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .md\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .md\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .md\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .md\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .md\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .md\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .md\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .md\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .md\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .md\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .md\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .md\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .md\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .md\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .md\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .md\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .md\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .md\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .md\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .md\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .md\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .md\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .md\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .md\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .md\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .md\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .md\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .md\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
  .md\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .md\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .md\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .md\:row-end-7 {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
  }
  .md\:row-span-7 {
    -ms-grid-row-span: 7;
    grid-row: span 7/span 7;
  }
  .md\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .md\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .md\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .md\:row-end-8 {
    -ms-grid-row-span: 8;
    grid-row-end: 8;
  }
  .md\:row-span-8 {
    -ms-grid-row-span: 8;
    grid-row: span 8/span 8;
  }
  .md\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .md\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .md\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .md\:row-end-9 {
    -ms-grid-row-span: 9;
    grid-row-end: 9;
  }
  .md\:row-span-9 {
    -ms-grid-row-span: 9;
    grid-row: span 9/span 9;
  }
  .md\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .md\:col-end-10 {
    -ms-grid-column-span: 10;
    grid-column-end: 10;
  }
  .md\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .md\:row-end-10 {
    -ms-grid-row-span: 10;
    grid-row-end: 10;
  }
  .md\:row-span-10 {
    -ms-grid-row-span: 10;
    grid-row: span 10/span 10;
  }
  .md\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .md\:col-end-11 {
    -ms-grid-column-span: 11;
    grid-column-end: 11;
  }
  .md\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .md\:row-end-11 {
    -ms-grid-row-span: 11;
    grid-row-end: 11;
  }
  .md\:row-span-11 {
    -ms-grid-row-span: 11;
    grid-row: span 11/span 11;
  }
  .md\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .md\:col-end-12 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  .md\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:row-start-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
  .md\:row-end-12 {
    -ms-grid-row-span: 12;
    grid-row-end: 12;
  }
  .md\:row-span-12 {
    -ms-grid-row-span: 12;
    grid-row: span 12/span 12;
  }
}
@media (min-width: 1200px) {
  .lg\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .lg\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .lg\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .lg\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .lg\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .lg\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .lg\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .lg\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .lg\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .lg\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .lg\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .lg\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .lg\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .lg\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .lg\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .lg\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .lg\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .lg\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .lg\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .lg\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .lg\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .lg\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .lg\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .lg\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .lg\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .lg\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .lg\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .lg\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .lg\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .lg\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
  .lg\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .lg\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .lg\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .lg\:row-end-7 {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
  }
  .lg\:row-span-7 {
    -ms-grid-row-span: 7;
    grid-row: span 7/span 7;
  }
  .lg\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .lg\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .lg\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .lg\:row-end-8 {
    -ms-grid-row-span: 8;
    grid-row-end: 8;
  }
  .lg\:row-span-8 {
    -ms-grid-row-span: 8;
    grid-row: span 8/span 8;
  }
  .lg\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .lg\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .lg\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .lg\:row-end-9 {
    -ms-grid-row-span: 9;
    grid-row-end: 9;
  }
  .lg\:row-span-9 {
    -ms-grid-row-span: 9;
    grid-row: span 9/span 9;
  }
  .lg\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .lg\:col-end-10 {
    -ms-grid-column-span: 10;
    grid-column-end: 10;
  }
  .lg\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .lg\:row-end-10 {
    -ms-grid-row-span: 10;
    grid-row-end: 10;
  }
  .lg\:row-span-10 {
    -ms-grid-row-span: 10;
    grid-row: span 10/span 10;
  }
  .lg\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .lg\:col-end-11 {
    -ms-grid-column-span: 11;
    grid-column-end: 11;
  }
  .lg\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .lg\:row-end-11 {
    -ms-grid-row-span: 11;
    grid-row-end: 11;
  }
  .lg\:row-span-11 {
    -ms-grid-row-span: 11;
    grid-row: span 11/span 11;
  }
  .lg\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .lg\:col-end-12 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  .lg\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .lg\:col-span-full {
    grid-column: 1/-1;
  }
  .lg\:row-start-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
  .lg\:row-end-12 {
    -ms-grid-row-span: 12;
    grid-row-end: 12;
  }
  .lg\:row-span-12 {
    -ms-grid-row-span: 12;
    grid-row: span 12/span 12;
  }
}
@media (min-width: 1400px) {
  .xl\:col-start-1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .xl\:col-end-1 {
    -ms-grid-column-span: 1;
    grid-column-end: 1;
  }
  .xl\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1/span 1;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-1 {
    -ms-grid-row: 1;
        grid-row-start: 1;
  }
  .xl\:row-end-1 {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
  }
  .xl\:row-span-1 {
    -ms-grid-row-span: 1;
    grid-row: span 1/span 1;
  }
  .xl\:col-start-2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
  .xl\:col-end-2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .xl\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-2 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .xl\:row-end-2 {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }
  .xl\:row-span-2 {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
  .xl\:col-start-3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
  }
  .xl\:col-end-3 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
  .xl\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3/span 3;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-3 {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
  .xl\:row-end-3 {
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }
  .xl\:row-span-3 {
    -ms-grid-row-span: 3;
    grid-row: span 3/span 3;
  }
  .xl\:col-start-4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
  }
  .xl\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .xl\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4/span 4;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-4 {
    -ms-grid-row: 4;
        grid-row-start: 4;
  }
  .xl\:row-end-4 {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  .xl\:row-span-4 {
    -ms-grid-row-span: 4;
    grid-row: span 4/span 4;
  }
  .xl\:col-start-5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
  }
  .xl\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .xl\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5/span 5;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-5 {
    -ms-grid-row: 5;
        grid-row-start: 5;
  }
  .xl\:row-end-5 {
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }
  .xl\:row-span-5 {
    -ms-grid-row-span: 5;
    grid-row: span 5/span 5;
  }
  .xl\:col-start-6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
  }
  .xl\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .xl\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6/span 6;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-6 {
    -ms-grid-row: 6;
        grid-row-start: 6;
  }
  .xl\:row-end-6 {
    -ms-grid-row-span: 6;
    grid-row-end: 6;
  }
  .xl\:row-span-6 {
    -ms-grid-row-span: 6;
    grid-row: span 6/span 6;
  }
  .xl\:col-start-7 {
    -ms-grid-column: 7;
        grid-column-start: 7;
  }
  .xl\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .xl\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7/span 7;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-7 {
    -ms-grid-row: 7;
        grid-row-start: 7;
  }
  .xl\:row-end-7 {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
  }
  .xl\:row-span-7 {
    -ms-grid-row-span: 7;
    grid-row: span 7/span 7;
  }
  .xl\:col-start-8 {
    -ms-grid-column: 8;
        grid-column-start: 8;
  }
  .xl\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .xl\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8/span 8;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-8 {
    -ms-grid-row: 8;
        grid-row-start: 8;
  }
  .xl\:row-end-8 {
    -ms-grid-row-span: 8;
    grid-row-end: 8;
  }
  .xl\:row-span-8 {
    -ms-grid-row-span: 8;
    grid-row: span 8/span 8;
  }
  .xl\:col-start-9 {
    -ms-grid-column: 9;
        grid-column-start: 9;
  }
  .xl\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .xl\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9/span 9;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-9 {
    -ms-grid-row: 9;
        grid-row-start: 9;
  }
  .xl\:row-end-9 {
    -ms-grid-row-span: 9;
    grid-row-end: 9;
  }
  .xl\:row-span-9 {
    -ms-grid-row-span: 9;
    grid-row: span 9/span 9;
  }
  .xl\:col-start-10 {
    -ms-grid-column: 10;
        grid-column-start: 10;
  }
  .xl\:col-end-10 {
    -ms-grid-column-span: 10;
    grid-column-end: 10;
  }
  .xl\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10/span 10;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-10 {
    -ms-grid-row: 10;
        grid-row-start: 10;
  }
  .xl\:row-end-10 {
    -ms-grid-row-span: 10;
    grid-row-end: 10;
  }
  .xl\:row-span-10 {
    -ms-grid-row-span: 10;
    grid-row: span 10/span 10;
  }
  .xl\:col-start-11 {
    -ms-grid-column: 11;
        grid-column-start: 11;
  }
  .xl\:col-end-11 {
    -ms-grid-column-span: 11;
    grid-column-end: 11;
  }
  .xl\:col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11/span 11;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-11 {
    -ms-grid-row: 11;
        grid-row-start: 11;
  }
  .xl\:row-end-11 {
    -ms-grid-row-span: 11;
    grid-row-end: 11;
  }
  .xl\:row-span-11 {
    -ms-grid-row-span: 11;
    grid-row: span 11/span 11;
  }
  .xl\:col-start-12 {
    -ms-grid-column: 12;
        grid-column-start: 12;
  }
  .xl\:col-end-12 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  .xl\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .xl\:col-span-full {
    grid-column: 1/-1;
  }
  .xl\:row-start-12 {
    -ms-grid-row: 12;
        grid-row-start: 12;
  }
  .xl\:row-end-12 {
    -ms-grid-row-span: 12;
    grid-row-end: 12;
  }
  .xl\:row-span-12 {
    -ms-grid-row-span: 12;
    grid-row: span 12/span 12;
  }
}
/* ----------------------------  */
/* ==Layout classes              */
/* ----------------------------- */
/* Global container */
.layout-maxed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
}
@media (min-width: 576px) {
  .layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media (min-width: 768px) {
  .layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media (min-width: 992px) {
  .layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media (min-width: 1200px) {
  .layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media (min-width: 1400px) {
  .layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}

/* Center all children */
.layout-maxed > * {
  -ms-grid-column: 2;
  grid-column: 2;
}

.layout-maxed-4col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
  grid-template-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
}
@media (min-width: 576px) {
  .layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
  }
}
@media (min-width: 768px) {
  .layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 384px) minmax(auto, 384px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 384px) minmax(auto, 384px) minmax(20px, 1fr);
  }
}
@media (min-width: 992px) {
  .layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 496px) minmax(auto, 496px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 496px) minmax(auto, 496px) minmax(20px, 1fr);
  }
}
@media (min-width: 1200px) {
  .layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 600px) minmax(auto, 600px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 600px) minmax(auto, 600px) minmax(20px, 1fr);
  }
}
@media (min-width: 1400px) {
  .layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 700px) minmax(auto, 700px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 700px) minmax(auto, 700px) minmax(20px, 1fr);
  }
}
.layout-maxed-4col > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

@media screen and (min-width: 576px) {
  .md\:layout-maxed-4col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .md\:layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 288px) minmax(auto, 288px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 768px) {
  .md\:layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 384px) minmax(auto, 384px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 384px) minmax(auto, 384px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .md\:layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 496px) minmax(auto, 496px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 496px) minmax(auto, 496px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 1200px) {
  .md\:layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 600px) minmax(auto, 600px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 600px) minmax(auto, 600px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 1400px) {
  .md\:layout-maxed-4col {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 700px) minmax(auto, 700px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 700px) minmax(auto, 700px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) {
  .md\:layout-maxed-4col > * {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
}

/* Hero box  */
.layout-hero-4col {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: inherit;
  grid-template-columns: inherit;
  position: relative;
}
.layout-hero-4col > * {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
}

@media screen and (max-width: 576px) {
  .sm\:layout-hero {
    grid-column: 1/-1 !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
  }
  .sm\:layout-hero > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (max-width: 576px) {
  .sm\:layout-maxed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    /* Center all children */
  }
}
@media screen and (max-width: 576px) and (min-width: 576px) {
  .sm\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 576px) and (min-width: 768px) {
  .sm\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 576px) and (min-width: 992px) {
  .sm\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 576px) and (min-width: 1200px) {
  .sm\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 576px) and (min-width: 1400px) {
  .sm\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .sm\:layout-maxed > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (max-width: 1200px) {
  .lg\:layout-maxed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    /* Center all children */
  }
}
@media screen and (max-width: 1200px) and (min-width: 576px) {
  .lg\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .lg\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .lg\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1200px) {
  .lg\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 1200px) and (min-width: 1400px) {
  .lg\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .lg\:layout-maxed > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (min-width: 1200px) {
  .lg-min\:layout-maxed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    /* Center all children */
  }
}
@media screen and (min-width: 1200px) and (min-width: 576px) {
  .lg-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 1200px) and (min-width: 768px) {
  .lg-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 1200px) and (min-width: 992px) {
  .lg-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .lg-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1400px) {
  .lg-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .lg-min\:layout-maxed > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (min-width: 576px) {
  .md\:layout-maxed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    /* Center all children */
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .md\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 768px) {
  .md\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 992px) {
  .md\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 1200px) {
  .md\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) and (min-width: 1400px) {
  .md\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 576px) {
  .md\:layout-maxed > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (min-width: 992px) {
  .md-min\:layout-maxed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    /* Center all children */
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .md-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .md-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .md-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .md-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .md-min\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .md-min\:layout-maxed > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

@media screen and (max-width: 992px) {
  .md-max\:layout-maxed {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    /* Center all children */
  }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  .md-max\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 576px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .md-max\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 768px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 992px) and (min-width: 992px) {
  .md-max\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 992px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 992px) and (min-width: 1200px) {
  .md-max\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1200px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 992px) and (min-width: 1400px) {
  .md-max\:layout-maxed {
    -ms-grid-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
    grid-template-columns: minmax(20px, 1fr) minmax(auto, 1400px) minmax(20px, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .md-max\:layout-maxed > * {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}

/* Hero box  */
.layout-hero {
  grid-column: 1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: inherit;
  grid-template-columns: inherit;
}

.layout-hero > * {
  -ms-grid-column: 2;
  grid-column: 2;
}

/* Hero image */
.layout-hero-img {
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  .sm\:layout-hero-img {
    grid-column: 1/-1;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .lg\:layout-hero-img {
    grid-column: 1/-1;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .md\:layout-hero-img {
    grid-column: 1/-1;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: 100%;
  }
}

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

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

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

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

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

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

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

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

.flex-no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

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

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

.text-smaller {
  font-size: smaller;
}

.text-larger {
  font-size: larger;
}

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

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

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

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

.text-wrap {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

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

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

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

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

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

.align-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

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

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

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

.place-center {
  place-content: center;
}

.justify-self-auto {
  -ms-grid-column-align: auto;
      justify-self: auto;
}

.justify-self-start {
  -ms-grid-column-align: start;
      justify-self: start;
}

.justify-self-end {
  -ms-grid-column-align: end;
      justify-self: end;
}

.justify-self-center {
  -ms-grid-column-align: center;
      justify-self: center;
}

.justify-self-stretch {
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

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

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

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

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

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

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

.item-first {
  -webkit-box-ordinal-group: -99;
      -ms-flex-order: -100;
          order: -100;
}

.item-last {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.position-relative {
  position: relative;
}

@media (min-width: 576px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .tb\:hidden {
    display: none;
  }
}
@media (min-width: 992px) {
  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1200px) {
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1400px) {
  .xl\:hidden {
    display: none;
  }
}
@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }
}
@media (min-width: 768px) {
  .tb\:block {
    display: block;
  }
}
@media (min-width: 992px) {
  .md\:block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .lg\:block {
    display: block;
  }
}
@media (min-width: 1400px) {
  .xl\:block {
    display: block;
  }
}
@media (min-width: 576px) {
  .sm\:inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .tb\:inline {
    display: inline;
  }
}
@media (min-width: 992px) {
  .md\:inline {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .lg\:inline {
    display: inline;
  }
}
@media (min-width: 1400px) {
  .xl\:inline {
    display: inline;
  }
}
@media (min-width: 576px) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .tb\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .lg\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .xl\:inline-block {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .tb\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1400px) {
  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 576px) {
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .tb\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 576px) {
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .tb\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .tb\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) {
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .tb\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 576px) {
  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .tb\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .tb\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .sm\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .tb\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .md\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 768px) {
  .tb\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 576px) {
  .sm\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .tb\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .md\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 576px) {
  .sm\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .tb\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 992px) {
  .md\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1200px) {
  .lg\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 1400px) {
  .xl\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 576px) {
  .sm\:float-left {
    float: left;
  }
}
@media (min-width: 768px) {
  .tb\:float-left {
    float: left;
  }
}
@media (min-width: 992px) {
  .md\:float-left {
    float: left;
  }
}
@media (min-width: 1200px) {
  .lg\:float-left {
    float: left;
  }
}
@media (min-width: 1400px) {
  .xl\:float-left {
    float: left;
  }
}
@media (min-width: 576px) {
  .sm\:float-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .tb\:float-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .md\:float-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .lg\:float-right {
    float: right;
  }
}
@media (min-width: 1400px) {
  .xl\:float-right {
    float: right;
  }
}
@media (min-width: 576px) {
  .sm\:float-none {
    float: none;
  }
}
@media (min-width: 768px) {
  .tb\:float-none {
    float: none;
  }
}
@media (min-width: 992px) {
  .md\:float-none {
    float: none;
  }
}
@media (min-width: 1200px) {
  .lg\:float-none {
    float: none;
  }
}
@media (min-width: 1400px) {
  .xl\:float-none {
    float: none;
  }
}
@media (min-width: 576px) {
  .sm\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .tb\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .md\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .lg\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 1400px) {
  .xl\:text-bold {
    font-weight: bold;
  }
}
@media (min-width: 576px) {
  .sm\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 768px) {
  .tb\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 992px) {
  .md\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1200px) {
  .lg\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 1400px) {
  .xl\:text-italic {
    font-style: italic;
  }
}
@media (min-width: 576px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .tb\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1400px) {
  .xl\:text-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 576px) {
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 768px) {
  .tb\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 992px) {
  .md\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1200px) {
  .lg\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1400px) {
  .xl\:text-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 576px) {
  .sm\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 768px) {
  .tb\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 992px) {
  .md\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1200px) {
  .lg\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 1400px) {
  .xl\:text-smaller {
    font-size: smaller;
  }
}
@media (min-width: 576px) {
  .sm\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 768px) {
  .tb\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 992px) {
  .md\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1200px) {
  .lg\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 1400px) {
  .xl\:text-larger {
    font-size: larger;
  }
}
@media (min-width: 576px) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .tb\:text-left {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .sm\:text-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tb\:text-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .md\:text-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .lg\:text-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .xl\:text-center {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .tb\:text-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .lg\:text-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .xl\:text-right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .sm\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .tb\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .md\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .lg\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 1400px) {
  .xl\:text-justify {
    text-align: justify;
  }
}
@media (min-width: 576px) {
  .sm\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 768px) {
  .tb\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 992px) {
  .md\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1200px) {
  .lg\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 1400px) {
  .xl\:text-wrap {
    overflow-wrap: break-word;
  }
}
@media (min-width: 576px) {
  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .tb\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .tb\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .tb\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .tb\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .sm\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .tb\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .md\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .tb\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .md\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 768px) {
  .tb\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-items-start {
    justify-items: start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 768px) {
  .tb\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-items-end {
    justify-items: end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 768px) {
  .tb\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-items-center {
    justify-items: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 768px) {
  .tb\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 992px) {
  .md\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 1200px) {
  .lg\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 1400px) {
  .xl\:align-start {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
@media (min-width: 576px) {
  .sm\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 768px) {
  .tb\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 992px) {
  .md\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 1200px) {
  .lg\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 1400px) {
  .xl\:align-end {
    -ms-flex-line-pack: end;
        align-content: end;
  }
}
@media (min-width: 576px) {
  .sm\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 768px) {
  .tb\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 992px) {
  .md\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 1200px) {
  .lg\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 1400px) {
  .xl\:align-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 768px) {
  .tb\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 992px) {
  .md\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 1200px) {
  .lg\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 1400px) {
  .xl\:align-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}
@media (min-width: 576px) {
  .sm\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 768px) {
  .tb\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 992px) {
  .md\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 1200px) {
  .lg\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 1400px) {
  .xl\:align-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
}
@media (min-width: 576px) {
  .sm\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 768px) {
  .tb\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 992px) {
  .md\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .lg\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 1400px) {
  .xl\:align-evenly {
    -ms-flex-line-pack: space-evenly;
        align-content: space-evenly;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .tb\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .lg\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .xl\:align-items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .tb\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .lg\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1400px) {
  .xl\:align-items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .tb\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .md\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .lg\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1400px) {
  .xl\:align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 576px) {
  .sm\:place-center {
    place-content: center;
  }
}
@media (min-width: 768px) {
  .tb\:place-center {
    place-content: center;
  }
}
@media (min-width: 992px) {
  .md\:place-center {
    place-content: center;
  }
}
@media (min-width: 1200px) {
  .lg\:place-center {
    place-content: center;
  }
}
@media (min-width: 1400px) {
  .xl\:place-center {
    place-content: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 768px) {
  .tb\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-self-auto {
    -ms-grid-column-align: auto;
        justify-self: auto;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 768px) {
  .tb\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-self-start {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 768px) {
  .tb\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-self-end {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 768px) {
  .tb\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-self-center {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media (min-width: 576px) {
  .sm\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 768px) {
  .tb\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 992px) {
  .md\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 1200px) {
  .lg\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 1400px) {
  .xl\:justify-self-stretch {
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 768px) {
  .tb\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 992px) {
  .md\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 1200px) {
  .lg\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 1400px) {
  .xl\:align-self-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .tb\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 992px) {
  .md\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1200px) {
  .lg\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 1400px) {
  .xl\:align-self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .tb\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .md\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1200px) {
  .lg\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1400px) {
  .xl\:align-self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 768px) {
  .tb\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 992px) {
  .md\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1200px) {
  .lg\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1400px) {
  .xl\:align-self-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 576px) {
  .sm\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 768px) {
  .tb\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 992px) {
  .md\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1200px) {
  .lg\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 1400px) {
  .xl\:align-self-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media (min-width: 576px) {
  .sm\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .tb\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .md\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .lg\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 1400px) {
  .xl\:align-top {
    vertical-align: top;
  }
}
@media (min-width: 576px) {
  .sm\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .tb\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .md\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .lg\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1400px) {
  .xl\:align-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 576px) {
  .sm\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .tb\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .md\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .lg\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 1400px) {
  .xl\:align-middle {
    vertical-align: middle;
  }
}
@media (min-width: 576px) {
  .sm\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 768px) {
  .tb\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 992px) {
  .md\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 1200px) {
  .lg\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 1400px) {
  .xl\:item-first {
    -webkit-box-ordinal-group: -99;
        -ms-flex-order: -100;
            order: -100;
  }
}
@media (min-width: 576px) {
  .sm\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 768px) {
  .tb\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 992px) {
  .md\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 1200px) {
  .lg\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 1400px) {
  .xl\:item-last {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@media (min-width: 576px) {
  .sm\:position-relative {
    position: relative;
  }
}
@media (min-width: 768px) {
  .tb\:position-relative {
    position: relative;
  }
}
@media (min-width: 992px) {
  .md\:position-relative {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .lg\:position-relative {
    position: relative;
  }
}
@media (min-width: 1400px) {
  .xl\:position-relative {
    position: relative;
  }
}
.lc-1 {
  -webkit-line-clamp: 1;
}

.lc-2 {
  -webkit-line-clamp: 2;
}

.lc-3 {
  -webkit-line-clamp: 3;
}

.lc-4 {
  -webkit-line-clamp: 4;
}

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

.is-disabled,
[disabled] {
  opacity: 0.6;
  cursor: not-allowed !important;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.text-normal {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

@media (min-width: 576px) {
  .sm\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .sm\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .sm\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .sm\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 768px) {
  .tb\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .tb\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .tb\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .tb\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 992px) {
  .md\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .md\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .md\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .md\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .lg\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .lg\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .lg\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .lg\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
@media (min-width: 1400px) {
  .xl\:visually-hidden {
    position: absolute !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
  }
  .xl\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .xl\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .xl\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}
.\!opacity-1 {
  opacity: 1 !important;
}

.\!hidden {
  display: none !important;
}

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

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.flex-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.flex-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.flex-7 {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.flex-8 {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.flex-9 {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

.flex-10 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

/* Font sizes utility classes */
.text-10 {
  font-size: 0.625rem;
}

.text-11 {
  font-size: 0.6875rem;
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-20 {
  font-size: 1.25rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-base {
  font-size: 1rem;
}

.text-inherit {
  font-size: inherit;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-26 {
  line-height: 26px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

@media (min-width: 576px) {
  .sm\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 992px) {
  .md\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-10 {
    font-size: 0.625rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-11 {
    font-size: 0.6875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .md\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-12 {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-14 {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-16 {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .md\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-18 {
    font-size: 1.125rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .md\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-20 {
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .md\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-24 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .md\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-30 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-36 {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .tb\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .lg\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .xl\:text-base {
    font-size: 1rem;
  }
}
@media (min-width: 576px) {
  .sm\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 768px) {
  .tb\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .md\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 1200px) {
  .lg\:text-inherit {
    font-size: inherit;
  }
}
@media (min-width: 1400px) {
  .xl\:text-inherit {
    font-size: inherit;
  }
}
/* Spacers utility classes */
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .tb\:p-0 {
    padding: 0;
  }
  .tb\:pt-0 {
    padding-top: 0;
  }
  .tb\:pr-0 {
    padding-right: 0;
  }
  .tb\:pb-0 {
    padding-bottom: 0;
  }
  .tb\:pl-0 {
    padding-left: 0;
  }
  .tb\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .tb\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tb\:m-0 {
    margin: 0;
  }
  .tb\:mt-0 {
    margin-top: 0;
  }
  .tb\:mr-0 {
    margin-right: 0;
  }
  .tb\:mb-0 {
    margin-bottom: 0;
  }
  .tb\:ml-0 {
    margin-left: 0;
  }
  .tb\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .tb\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .md\:p-0 {
    padding: 0;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-1 {
  padding: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.m-1 {
  margin: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

@media (min-width: 576px) {
  .sm\:p-1 {
    padding: 1px;
  }
  .sm\:pt-1 {
    padding-top: 1px;
  }
  .sm\:pr-1 {
    padding-right: 1px;
  }
  .sm\:pb-1 {
    padding-bottom: 1px;
  }
  .sm\:pl-1 {
    padding-left: 1px;
  }
  .sm\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .sm\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .sm\:m-1 {
    margin: 1px;
  }
  .sm\:mt-1 {
    margin-top: 1px;
  }
  .sm\:mr-1 {
    margin-right: 1px;
  }
  .sm\:mb-1 {
    margin-bottom: 1px;
  }
  .sm\:ml-1 {
    margin-left: 1px;
  }
  .sm\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .sm\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .tb\:p-1 {
    padding: 1px;
  }
  .tb\:pt-1 {
    padding-top: 1px;
  }
  .tb\:pr-1 {
    padding-right: 1px;
  }
  .tb\:pb-1 {
    padding-bottom: 1px;
  }
  .tb\:pl-1 {
    padding-left: 1px;
  }
  .tb\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .tb\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tb\:m-1 {
    margin: 1px;
  }
  .tb\:mt-1 {
    margin-top: 1px;
  }
  .tb\:mr-1 {
    margin-right: 1px;
  }
  .tb\:mb-1 {
    margin-bottom: 1px;
  }
  .tb\:ml-1 {
    margin-left: 1px;
  }
  .tb\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .tb\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 992px) {
  .md\:p-1 {
    padding: 1px;
  }
  .md\:pt-1 {
    padding-top: 1px;
  }
  .md\:pr-1 {
    padding-right: 1px;
  }
  .md\:pb-1 {
    padding-bottom: 1px;
  }
  .md\:pl-1 {
    padding-left: 1px;
  }
  .md\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .md\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .md\:m-1 {
    margin: 1px;
  }
  .md\:mt-1 {
    margin-top: 1px;
  }
  .md\:mr-1 {
    margin-right: 1px;
  }
  .md\:mb-1 {
    margin-bottom: 1px;
  }
  .md\:ml-1 {
    margin-left: 1px;
  }
  .md\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .md\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1200px) {
  .lg\:p-1 {
    padding: 1px;
  }
  .lg\:pt-1 {
    padding-top: 1px;
  }
  .lg\:pr-1 {
    padding-right: 1px;
  }
  .lg\:pb-1 {
    padding-bottom: 1px;
  }
  .lg\:pl-1 {
    padding-left: 1px;
  }
  .lg\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .lg\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .lg\:m-1 {
    margin: 1px;
  }
  .lg\:mt-1 {
    margin-top: 1px;
  }
  .lg\:mr-1 {
    margin-right: 1px;
  }
  .lg\:mb-1 {
    margin-bottom: 1px;
  }
  .lg\:ml-1 {
    margin-left: 1px;
  }
  .lg\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .lg\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
@media (min-width: 1400px) {
  .xl\:p-1 {
    padding: 1px;
  }
  .xl\:pt-1 {
    padding-top: 1px;
  }
  .xl\:pr-1 {
    padding-right: 1px;
  }
  .xl\:pb-1 {
    padding-bottom: 1px;
  }
  .xl\:pl-1 {
    padding-left: 1px;
  }
  .xl\:px-1 {
    padding-left: 1px;
    padding-right: 1px;
  }
  .xl\:py-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .xl\:m-1 {
    margin: 1px;
  }
  .xl\:mt-1 {
    margin-top: 1px;
  }
  .xl\:mr-1 {
    margin-right: 1px;
  }
  .xl\:mb-1 {
    margin-bottom: 1px;
  }
  .xl\:ml-1 {
    margin-left: 1px;
  }
  .xl\:mx-1 {
    margin-left: 1px;
    margin-right: 1px;
  }
  .xl\:my-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
}
.p-2 {
  padding: 0.125rem;
}

.pt-2 {
  padding-top: 0.125rem;
}

.pr-2 {
  padding-right: 0.125rem;
}

.pb-2 {
  padding-bottom: 0.125rem;
}

.pl-2 {
  padding-left: 0.125rem;
}

.px-2 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.m-2 {
  margin: 0.125rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mr-2 {
  margin-right: 0.125rem;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.ml-2 {
  margin-left: 0.125rem;
}

.mx-2 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-2 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 576px) {
  .sm\:p-2 {
    padding: 0.125rem;
  }
  .sm\:pt-2 {
    padding-top: 0.125rem;
  }
  .sm\:pr-2 {
    padding-right: 0.125rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .sm\:pl-2 {
    padding-left: 0.125rem;
  }
  .sm\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .sm\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .sm\:m-2 {
    margin: 0.125rem;
  }
  .sm\:mt-2 {
    margin-top: 0.125rem;
  }
  .sm\:mr-2 {
    margin-right: 0.125rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .sm\:ml-2 {
    margin-left: 0.125rem;
  }
  .sm\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .sm\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-2 {
    padding: 0.125rem;
  }
  .tb\:pt-2 {
    padding-top: 0.125rem;
  }
  .tb\:pr-2 {
    padding-right: 0.125rem;
  }
  .tb\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .tb\:pl-2 {
    padding-left: 0.125rem;
  }
  .tb\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .tb\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .tb\:m-2 {
    margin: 0.125rem;
  }
  .tb\:mt-2 {
    margin-top: 0.125rem;
  }
  .tb\:mr-2 {
    margin-right: 0.125rem;
  }
  .tb\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .tb\:ml-2 {
    margin-left: 0.125rem;
  }
  .tb\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .tb\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-2 {
    padding: 0.125rem;
  }
  .md\:pt-2 {
    padding-top: 0.125rem;
  }
  .md\:pr-2 {
    padding-right: 0.125rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .md\:pl-2 {
    padding-left: 0.125rem;
  }
  .md\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .md\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .md\:m-2 {
    margin: 0.125rem;
  }
  .md\:mt-2 {
    margin-top: 0.125rem;
  }
  .md\:mr-2 {
    margin-right: 0.125rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .md\:ml-2 {
    margin-left: 0.125rem;
  }
  .md\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .md\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-2 {
    padding: 0.125rem;
  }
  .lg\:pt-2 {
    padding-top: 0.125rem;
  }
  .lg\:pr-2 {
    padding-right: 0.125rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .lg\:pl-2 {
    padding-left: 0.125rem;
  }
  .lg\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .lg\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .lg\:m-2 {
    margin: 0.125rem;
  }
  .lg\:mt-2 {
    margin-top: 0.125rem;
  }
  .lg\:mr-2 {
    margin-right: 0.125rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .lg\:ml-2 {
    margin-left: 0.125rem;
  }
  .lg\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .lg\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-2 {
    padding: 0.125rem;
  }
  .xl\:pt-2 {
    padding-top: 0.125rem;
  }
  .xl\:pr-2 {
    padding-right: 0.125rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.125rem;
  }
  .xl\:pl-2 {
    padding-left: 0.125rem;
  }
  .xl\:px-2 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .xl\:py-2 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .xl\:m-2 {
    margin: 0.125rem;
  }
  .xl\:mt-2 {
    margin-top: 0.125rem;
  }
  .xl\:mr-2 {
    margin-right: 0.125rem;
  }
  .xl\:mb-2 {
    margin-bottom: 0.125rem;
  }
  .xl\:ml-2 {
    margin-left: 0.125rem;
  }
  .xl\:mx-2 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
  .xl\:my-2 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
}
.p-4 {
  padding: 0.25rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.m-4 {
  margin: 0.25rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.ml-4 {
  margin-left: 0.25rem;
}

.mx-4 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-4 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .sm\:p-4 {
    padding: 0.25rem;
  }
  .sm\:pt-4 {
    padding-top: 0.25rem;
  }
  .sm\:pr-4 {
    padding-right: 0.25rem;
  }
  .sm\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-4 {
    padding-left: 0.25rem;
  }
  .sm\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:m-4 {
    margin: 0.25rem;
  }
  .sm\:mt-4 {
    margin-top: 0.25rem;
  }
  .sm\:mr-4 {
    margin-right: 0.25rem;
  }
  .sm\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .sm\:ml-4 {
    margin-left: 0.25rem;
  }
  .sm\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-4 {
    padding: 0.25rem;
  }
  .tb\:pt-4 {
    padding-top: 0.25rem;
  }
  .tb\:pr-4 {
    padding-right: 0.25rem;
  }
  .tb\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .tb\:pl-4 {
    padding-left: 0.25rem;
  }
  .tb\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .tb\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tb\:m-4 {
    margin: 0.25rem;
  }
  .tb\:mt-4 {
    margin-top: 0.25rem;
  }
  .tb\:mr-4 {
    margin-right: 0.25rem;
  }
  .tb\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .tb\:ml-4 {
    margin-left: 0.25rem;
  }
  .tb\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .tb\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-4 {
    padding: 0.25rem;
  }
  .md\:pt-4 {
    padding-top: 0.25rem;
  }
  .md\:pr-4 {
    padding-right: 0.25rem;
  }
  .md\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .md\:pl-4 {
    padding-left: 0.25rem;
  }
  .md\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:m-4 {
    margin: 0.25rem;
  }
  .md\:mt-4 {
    margin-top: 0.25rem;
  }
  .md\:mr-4 {
    margin-right: 0.25rem;
  }
  .md\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .md\:ml-4 {
    margin-left: 0.25rem;
  }
  .md\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-4 {
    padding: 0.25rem;
  }
  .lg\:pt-4 {
    padding-top: 0.25rem;
  }
  .lg\:pr-4 {
    padding-right: 0.25rem;
  }
  .lg\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .lg\:pl-4 {
    padding-left: 0.25rem;
  }
  .lg\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:m-4 {
    margin: 0.25rem;
  }
  .lg\:mt-4 {
    margin-top: 0.25rem;
  }
  .lg\:mr-4 {
    margin-right: 0.25rem;
  }
  .lg\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .lg\:ml-4 {
    margin-left: 0.25rem;
  }
  .lg\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-4 {
    padding: 0.25rem;
  }
  .xl\:pt-4 {
    padding-top: 0.25rem;
  }
  .xl\:pr-4 {
    padding-right: 0.25rem;
  }
  .xl\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .xl\:pl-4 {
    padding-left: 0.25rem;
  }
  .xl\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:py-4 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:m-4 {
    margin: 0.25rem;
  }
  .xl\:mt-4 {
    margin-top: 0.25rem;
  }
  .xl\:mr-4 {
    margin-right: 0.25rem;
  }
  .xl\:mb-4 {
    margin-bottom: 0.25rem;
  }
  .xl\:ml-4 {
    margin-left: 0.25rem;
  }
  .xl\:mx-4 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xl\:my-4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-8 {
  padding: 0.5rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.m-8 {
  margin: 0.5rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.ml-8 {
  margin-left: 0.5rem;
}

.mx-8 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-8 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .sm\:p-8 {
    padding: 0.5rem;
  }
  .sm\:pt-8 {
    padding-top: 0.5rem;
  }
  .sm\:pr-8 {
    padding-right: 0.5rem;
  }
  .sm\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-8 {
    padding-left: 0.5rem;
  }
  .sm\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:m-8 {
    margin: 0.5rem;
  }
  .sm\:mt-8 {
    margin-top: 0.5rem;
  }
  .sm\:mr-8 {
    margin-right: 0.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-8 {
    margin-left: 0.5rem;
  }
  .sm\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-8 {
    padding: 0.5rem;
  }
  .tb\:pt-8 {
    padding-top: 0.5rem;
  }
  .tb\:pr-8 {
    padding-right: 0.5rem;
  }
  .tb\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .tb\:pl-8 {
    padding-left: 0.5rem;
  }
  .tb\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tb\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tb\:m-8 {
    margin: 0.5rem;
  }
  .tb\:mt-8 {
    margin-top: 0.5rem;
  }
  .tb\:mr-8 {
    margin-right: 0.5rem;
  }
  .tb\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .tb\:ml-8 {
    margin-left: 0.5rem;
  }
  .tb\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .tb\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-8 {
    padding: 0.5rem;
  }
  .md\:pt-8 {
    padding-top: 0.5rem;
  }
  .md\:pr-8 {
    padding-right: 0.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-8 {
    padding-left: 0.5rem;
  }
  .md\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:m-8 {
    margin: 0.5rem;
  }
  .md\:mt-8 {
    margin-top: 0.5rem;
  }
  .md\:mr-8 {
    margin-right: 0.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-8 {
    margin-left: 0.5rem;
  }
  .md\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-8 {
    padding: 0.5rem;
  }
  .lg\:pt-8 {
    padding-top: 0.5rem;
  }
  .lg\:pr-8 {
    padding-right: 0.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-8 {
    padding-left: 0.5rem;
  }
  .lg\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:m-8 {
    margin: 0.5rem;
  }
  .lg\:mt-8 {
    margin-top: 0.5rem;
  }
  .lg\:mr-8 {
    margin-right: 0.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-8 {
    margin-left: 0.5rem;
  }
  .lg\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-8 {
    padding: 0.5rem;
  }
  .xl\:pt-8 {
    padding-top: 0.5rem;
  }
  .xl\:pr-8 {
    padding-right: 0.5rem;
  }
  .xl\:pb-8 {
    padding-bottom: 0.5rem;
  }
  .xl\:pl-8 {
    padding-left: 0.5rem;
  }
  .xl\:px-8 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:py-8 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:m-8 {
    margin: 0.5rem;
  }
  .xl\:mt-8 {
    margin-top: 0.5rem;
  }
  .xl\:mr-8 {
    margin-right: 0.5rem;
  }
  .xl\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .xl\:ml-8 {
    margin-left: 0.5rem;
  }
  .xl\:mx-8 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:my-8 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.p-10 {
  padding: 0.625rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.m-10 {
  margin: 0.625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.mx-10 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 576px) {
  .sm\:p-10 {
    padding: 0.625rem;
  }
  .sm\:pt-10 {
    padding-top: 0.625rem;
  }
  .sm\:pr-10 {
    padding-right: 0.625rem;
  }
  .sm\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .sm\:pl-10 {
    padding-left: 0.625rem;
  }
  .sm\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .sm\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:m-10 {
    margin: 0.625rem;
  }
  .sm\:mt-10 {
    margin-top: 0.625rem;
  }
  .sm\:mr-10 {
    margin-right: 0.625rem;
  }
  .sm\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .sm\:ml-10 {
    margin-left: 0.625rem;
  }
  .sm\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .sm\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-10 {
    padding: 0.625rem;
  }
  .tb\:pt-10 {
    padding-top: 0.625rem;
  }
  .tb\:pr-10 {
    padding-right: 0.625rem;
  }
  .tb\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .tb\:pl-10 {
    padding-left: 0.625rem;
  }
  .tb\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .tb\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .tb\:m-10 {
    margin: 0.625rem;
  }
  .tb\:mt-10 {
    margin-top: 0.625rem;
  }
  .tb\:mr-10 {
    margin-right: 0.625rem;
  }
  .tb\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .tb\:ml-10 {
    margin-left: 0.625rem;
  }
  .tb\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .tb\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) {
  .md\:p-10 {
    padding: 0.625rem;
  }
  .md\:pt-10 {
    padding-top: 0.625rem;
  }
  .md\:pr-10 {
    padding-right: 0.625rem;
  }
  .md\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .md\:pl-10 {
    padding-left: 0.625rem;
  }
  .md\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .md\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:m-10 {
    margin: 0.625rem;
  }
  .md\:mt-10 {
    margin-top: 0.625rem;
  }
  .md\:mr-10 {
    margin-right: 0.625rem;
  }
  .md\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .md\:ml-10 {
    margin-left: 0.625rem;
  }
  .md\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .md\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-10 {
    padding: 0.625rem;
  }
  .lg\:pt-10 {
    padding-top: 0.625rem;
  }
  .lg\:pr-10 {
    padding-right: 0.625rem;
  }
  .lg\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .lg\:pl-10 {
    padding-left: 0.625rem;
  }
  .lg\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .lg\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:m-10 {
    margin: 0.625rem;
  }
  .lg\:mt-10 {
    margin-top: 0.625rem;
  }
  .lg\:mr-10 {
    margin-right: 0.625rem;
  }
  .lg\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .lg\:ml-10 {
    margin-left: 0.625rem;
  }
  .lg\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .lg\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-10 {
    padding: 0.625rem;
  }
  .xl\:pt-10 {
    padding-top: 0.625rem;
  }
  .xl\:pr-10 {
    padding-right: 0.625rem;
  }
  .xl\:pb-10 {
    padding-bottom: 0.625rem;
  }
  .xl\:pl-10 {
    padding-left: 0.625rem;
  }
  .xl\:px-10 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .xl\:py-10 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .xl\:m-10 {
    margin: 0.625rem;
  }
  .xl\:mt-10 {
    margin-top: 0.625rem;
  }
  .xl\:mr-10 {
    margin-right: 0.625rem;
  }
  .xl\:mb-10 {
    margin-bottom: 0.625rem;
  }
  .xl\:ml-10 {
    margin-left: 0.625rem;
  }
  .xl\:mx-10 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .xl\:my-10 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.p-12 {
  padding: 0.75rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.m-12 {
  margin: 0.75rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.mx-12 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-12 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .sm\:p-12 {
    padding: 0.75rem;
  }
  .sm\:pt-12 {
    padding-top: 0.75rem;
  }
  .sm\:pr-12 {
    padding-right: 0.75rem;
  }
  .sm\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-12 {
    padding-left: 0.75rem;
  }
  .sm\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:m-12 {
    margin: 0.75rem;
  }
  .sm\:mt-12 {
    margin-top: 0.75rem;
  }
  .sm\:mr-12 {
    margin-right: 0.75rem;
  }
  .sm\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-12 {
    margin-left: 0.75rem;
  }
  .sm\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-12 {
    padding: 0.75rem;
  }
  .tb\:pt-12 {
    padding-top: 0.75rem;
  }
  .tb\:pr-12 {
    padding-right: 0.75rem;
  }
  .tb\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .tb\:pl-12 {
    padding-left: 0.75rem;
  }
  .tb\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tb\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .tb\:m-12 {
    margin: 0.75rem;
  }
  .tb\:mt-12 {
    margin-top: 0.75rem;
  }
  .tb\:mr-12 {
    margin-right: 0.75rem;
  }
  .tb\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .tb\:ml-12 {
    margin-left: 0.75rem;
  }
  .tb\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .tb\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .md\:p-12 {
    padding: 0.75rem;
  }
  .md\:pt-12 {
    padding-top: 0.75rem;
  }
  .md\:pr-12 {
    padding-right: 0.75rem;
  }
  .md\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-12 {
    padding-left: 0.75rem;
  }
  .md\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:m-12 {
    margin: 0.75rem;
  }
  .md\:mt-12 {
    margin-top: 0.75rem;
  }
  .md\:mr-12 {
    margin-right: 0.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-12 {
    margin-left: 0.75rem;
  }
  .md\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-12 {
    padding: 0.75rem;
  }
  .lg\:pt-12 {
    padding-top: 0.75rem;
  }
  .lg\:pr-12 {
    padding-right: 0.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-12 {
    padding-left: 0.75rem;
  }
  .lg\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:m-12 {
    margin: 0.75rem;
  }
  .lg\:mt-12 {
    margin-top: 0.75rem;
  }
  .lg\:mr-12 {
    margin-right: 0.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-12 {
    margin-left: 0.75rem;
  }
  .lg\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-12 {
    padding: 0.75rem;
  }
  .xl\:pt-12 {
    padding-top: 0.75rem;
  }
  .xl\:pr-12 {
    padding-right: 0.75rem;
  }
  .xl\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-12 {
    padding-left: 0.75rem;
  }
  .xl\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:m-12 {
    margin: 0.75rem;
  }
  .xl\:mt-12 {
    margin-top: 0.75rem;
  }
  .xl\:mr-12 {
    margin-right: 0.75rem;
  }
  .xl\:mb-12 {
    margin-bottom: 0.75rem;
  }
  .xl\:ml-12 {
    margin-left: 0.75rem;
  }
  .xl\:mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:my-12 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.p-16 {
  padding: 1rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pl-16 {
  padding-left: 1rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.m-16 {
  margin: 1rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.ml-16 {
  margin-left: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-16 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .sm\:p-16 {
    padding: 1rem;
  }
  .sm\:pt-16 {
    padding-top: 1rem;
  }
  .sm\:pr-16 {
    padding-right: 1rem;
  }
  .sm\:pb-16 {
    padding-bottom: 1rem;
  }
  .sm\:pl-16 {
    padding-left: 1rem;
  }
  .sm\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:m-16 {
    margin: 1rem;
  }
  .sm\:mt-16 {
    margin-top: 1rem;
  }
  .sm\:mr-16 {
    margin-right: 1rem;
  }
  .sm\:mb-16 {
    margin-bottom: 1rem;
  }
  .sm\:ml-16 {
    margin-left: 1rem;
  }
  .sm\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-16 {
    padding: 1rem;
  }
  .tb\:pt-16 {
    padding-top: 1rem;
  }
  .tb\:pr-16 {
    padding-right: 1rem;
  }
  .tb\:pb-16 {
    padding-bottom: 1rem;
  }
  .tb\:pl-16 {
    padding-left: 1rem;
  }
  .tb\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tb\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tb\:m-16 {
    margin: 1rem;
  }
  .tb\:mt-16 {
    margin-top: 1rem;
  }
  .tb\:mr-16 {
    margin-right: 1rem;
  }
  .tb\:mb-16 {
    margin-bottom: 1rem;
  }
  .tb\:ml-16 {
    margin-left: 1rem;
  }
  .tb\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .tb\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .md\:p-16 {
    padding: 1rem;
  }
  .md\:pt-16 {
    padding-top: 1rem;
  }
  .md\:pr-16 {
    padding-right: 1rem;
  }
  .md\:pb-16 {
    padding-bottom: 1rem;
  }
  .md\:pl-16 {
    padding-left: 1rem;
  }
  .md\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:m-16 {
    margin: 1rem;
  }
  .md\:mt-16 {
    margin-top: 1rem;
  }
  .md\:mr-16 {
    margin-right: 1rem;
  }
  .md\:mb-16 {
    margin-bottom: 1rem;
  }
  .md\:ml-16 {
    margin-left: 1rem;
  }
  .md\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-16 {
    padding: 1rem;
  }
  .lg\:pt-16 {
    padding-top: 1rem;
  }
  .lg\:pr-16 {
    padding-right: 1rem;
  }
  .lg\:pb-16 {
    padding-bottom: 1rem;
  }
  .lg\:pl-16 {
    padding-left: 1rem;
  }
  .lg\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:m-16 {
    margin: 1rem;
  }
  .lg\:mt-16 {
    margin-top: 1rem;
  }
  .lg\:mr-16 {
    margin-right: 1rem;
  }
  .lg\:mb-16 {
    margin-bottom: 1rem;
  }
  .lg\:ml-16 {
    margin-left: 1rem;
  }
  .lg\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-16 {
    padding: 1rem;
  }
  .xl\:pt-16 {
    padding-top: 1rem;
  }
  .xl\:pr-16 {
    padding-right: 1rem;
  }
  .xl\:pb-16 {
    padding-bottom: 1rem;
  }
  .xl\:pl-16 {
    padding-left: 1rem;
  }
  .xl\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-16 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:m-16 {
    margin: 1rem;
  }
  .xl\:mt-16 {
    margin-top: 1rem;
  }
  .xl\:mr-16 {
    margin-right: 1rem;
  }
  .xl\:mb-16 {
    margin-bottom: 1rem;
  }
  .xl\:ml-16 {
    margin-left: 1rem;
  }
  .xl\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:my-16 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.p-18 {
  padding: 1.125rem;
}

.pt-18 {
  padding-top: 1.125rem;
}

.pr-18 {
  padding-right: 1.125rem;
}

.pb-18 {
  padding-bottom: 1.125rem;
}

.pl-18 {
  padding-left: 1.125rem;
}

.px-18 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.m-18 {
  margin: 1.125rem;
}

.mt-18 {
  margin-top: 1.125rem;
}

.mr-18 {
  margin-right: 1.125rem;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.ml-18 {
  margin-left: 1.125rem;
}

.mx-18 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.my-18 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

@media (min-width: 576px) {
  .sm\:p-18 {
    padding: 1.125rem;
  }
  .sm\:pt-18 {
    padding-top: 1.125rem;
  }
  .sm\:pr-18 {
    padding-right: 1.125rem;
  }
  .sm\:pb-18 {
    padding-bottom: 1.125rem;
  }
  .sm\:pl-18 {
    padding-left: 1.125rem;
  }
  .sm\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .sm\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .sm\:m-18 {
    margin: 1.125rem;
  }
  .sm\:mt-18 {
    margin-top: 1.125rem;
  }
  .sm\:mr-18 {
    margin-right: 1.125rem;
  }
  .sm\:mb-18 {
    margin-bottom: 1.125rem;
  }
  .sm\:ml-18 {
    margin-left: 1.125rem;
  }
  .sm\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .sm\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-18 {
    padding: 1.125rem;
  }
  .tb\:pt-18 {
    padding-top: 1.125rem;
  }
  .tb\:pr-18 {
    padding-right: 1.125rem;
  }
  .tb\:pb-18 {
    padding-bottom: 1.125rem;
  }
  .tb\:pl-18 {
    padding-left: 1.125rem;
  }
  .tb\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .tb\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .tb\:m-18 {
    margin: 1.125rem;
  }
  .tb\:mt-18 {
    margin-top: 1.125rem;
  }
  .tb\:mr-18 {
    margin-right: 1.125rem;
  }
  .tb\:mb-18 {
    margin-bottom: 1.125rem;
  }
  .tb\:ml-18 {
    margin-left: 1.125rem;
  }
  .tb\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .tb\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-18 {
    padding: 1.125rem;
  }
  .md\:pt-18 {
    padding-top: 1.125rem;
  }
  .md\:pr-18 {
    padding-right: 1.125rem;
  }
  .md\:pb-18 {
    padding-bottom: 1.125rem;
  }
  .md\:pl-18 {
    padding-left: 1.125rem;
  }
  .md\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .md\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .md\:m-18 {
    margin: 1.125rem;
  }
  .md\:mt-18 {
    margin-top: 1.125rem;
  }
  .md\:mr-18 {
    margin-right: 1.125rem;
  }
  .md\:mb-18 {
    margin-bottom: 1.125rem;
  }
  .md\:ml-18 {
    margin-left: 1.125rem;
  }
  .md\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .md\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-18 {
    padding: 1.125rem;
  }
  .lg\:pt-18 {
    padding-top: 1.125rem;
  }
  .lg\:pr-18 {
    padding-right: 1.125rem;
  }
  .lg\:pb-18 {
    padding-bottom: 1.125rem;
  }
  .lg\:pl-18 {
    padding-left: 1.125rem;
  }
  .lg\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .lg\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .lg\:m-18 {
    margin: 1.125rem;
  }
  .lg\:mt-18 {
    margin-top: 1.125rem;
  }
  .lg\:mr-18 {
    margin-right: 1.125rem;
  }
  .lg\:mb-18 {
    margin-bottom: 1.125rem;
  }
  .lg\:ml-18 {
    margin-left: 1.125rem;
  }
  .lg\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .lg\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-18 {
    padding: 1.125rem;
  }
  .xl\:pt-18 {
    padding-top: 1.125rem;
  }
  .xl\:pr-18 {
    padding-right: 1.125rem;
  }
  .xl\:pb-18 {
    padding-bottom: 1.125rem;
  }
  .xl\:pl-18 {
    padding-left: 1.125rem;
  }
  .xl\:px-18 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
  .xl\:py-18 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .xl\:m-18 {
    margin: 1.125rem;
  }
  .xl\:mt-18 {
    margin-top: 1.125rem;
  }
  .xl\:mr-18 {
    margin-right: 1.125rem;
  }
  .xl\:mb-18 {
    margin-bottom: 1.125rem;
  }
  .xl\:ml-18 {
    margin-left: 1.125rem;
  }
  .xl\:mx-18 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }
  .xl\:my-18 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }
}
.p-20 {
  padding: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.m-20 {
  margin: 1.25rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.mx-20 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .sm\:p-20 {
    padding: 1.25rem;
  }
  .sm\:pt-20 {
    padding-top: 1.25rem;
  }
  .sm\:pr-20 {
    padding-right: 1.25rem;
  }
  .sm\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .sm\:pl-20 {
    padding-left: 1.25rem;
  }
  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:m-20 {
    margin: 1.25rem;
  }
  .sm\:mt-20 {
    margin-top: 1.25rem;
  }
  .sm\:mr-20 {
    margin-right: 1.25rem;
  }
  .sm\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .sm\:ml-20 {
    margin-left: 1.25rem;
  }
  .sm\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-20 {
    padding: 1.25rem;
  }
  .tb\:pt-20 {
    padding-top: 1.25rem;
  }
  .tb\:pr-20 {
    padding-right: 1.25rem;
  }
  .tb\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .tb\:pl-20 {
    padding-left: 1.25rem;
  }
  .tb\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tb\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .tb\:m-20 {
    margin: 1.25rem;
  }
  .tb\:mt-20 {
    margin-top: 1.25rem;
  }
  .tb\:mr-20 {
    margin-right: 1.25rem;
  }
  .tb\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .tb\:ml-20 {
    margin-left: 1.25rem;
  }
  .tb\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .tb\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-20 {
    padding: 1.25rem;
  }
  .md\:pt-20 {
    padding-top: 1.25rem;
  }
  .md\:pr-20 {
    padding-right: 1.25rem;
  }
  .md\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-20 {
    padding-left: 1.25rem;
  }
  .md\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:m-20 {
    margin: 1.25rem;
  }
  .md\:mt-20 {
    margin-top: 1.25rem;
  }
  .md\:mr-20 {
    margin-right: 1.25rem;
  }
  .md\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-20 {
    margin-left: 1.25rem;
  }
  .md\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .md\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-20 {
    padding: 1.25rem;
  }
  .lg\:pt-20 {
    padding-top: 1.25rem;
  }
  .lg\:pr-20 {
    padding-right: 1.25rem;
  }
  .lg\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .lg\:pl-20 {
    padding-left: 1.25rem;
  }
  .lg\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:m-20 {
    margin: 1.25rem;
  }
  .lg\:mt-20 {
    margin-top: 1.25rem;
  }
  .lg\:mr-20 {
    margin-right: 1.25rem;
  }
  .lg\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-20 {
    margin-left: 1.25rem;
  }
  .lg\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-20 {
    padding: 1.25rem;
  }
  .xl\:pt-20 {
    padding-top: 1.25rem;
  }
  .xl\:pr-20 {
    padding-right: 1.25rem;
  }
  .xl\:pb-20 {
    padding-bottom: 1.25rem;
  }
  .xl\:pl-20 {
    padding-left: 1.25rem;
  }
  .xl\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xl\:py-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:m-20 {
    margin: 1.25rem;
  }
  .xl\:mt-20 {
    margin-top: 1.25rem;
  }
  .xl\:mr-20 {
    margin-right: 1.25rem;
  }
  .xl\:mb-20 {
    margin-bottom: 1.25rem;
  }
  .xl\:ml-20 {
    margin-left: 1.25rem;
  }
  .xl\:mx-20 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .xl\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-24 {
  padding: 1.5rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.m-24 {
  margin: 1.5rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.mx-24 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-24 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  .sm\:p-24 {
    padding: 1.5rem;
  }
  .sm\:pt-24 {
    padding-top: 1.5rem;
  }
  .sm\:pr-24 {
    padding-right: 1.5rem;
  }
  .sm\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-24 {
    padding-left: 1.5rem;
  }
  .sm\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:m-24 {
    margin: 1.5rem;
  }
  .sm\:mt-24 {
    margin-top: 1.5rem;
  }
  .sm\:mr-24 {
    margin-right: 1.5rem;
  }
  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-24 {
    margin-left: 1.5rem;
  }
  .sm\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-24 {
    padding: 1.5rem;
  }
  .tb\:pt-24 {
    padding-top: 1.5rem;
  }
  .tb\:pr-24 {
    padding-right: 1.5rem;
  }
  .tb\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .tb\:pl-24 {
    padding-left: 1.5rem;
  }
  .tb\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tb\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tb\:m-24 {
    margin: 1.5rem;
  }
  .tb\:mt-24 {
    margin-top: 1.5rem;
  }
  .tb\:mr-24 {
    margin-right: 1.5rem;
  }
  .tb\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .tb\:ml-24 {
    margin-left: 1.5rem;
  }
  .tb\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .tb\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-24 {
    padding: 1.5rem;
  }
  .md\:pt-24 {
    padding-top: 1.5rem;
  }
  .md\:pr-24 {
    padding-right: 1.5rem;
  }
  .md\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-24 {
    padding-left: 1.5rem;
  }
  .md\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:m-24 {
    margin: 1.5rem;
  }
  .md\:mt-24 {
    margin-top: 1.5rem;
  }
  .md\:mr-24 {
    margin-right: 1.5rem;
  }
  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-24 {
    margin-left: 1.5rem;
  }
  .md\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-24 {
    padding: 1.5rem;
  }
  .lg\:pt-24 {
    padding-top: 1.5rem;
  }
  .lg\:pr-24 {
    padding-right: 1.5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-24 {
    padding-left: 1.5rem;
  }
  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:m-24 {
    margin: 1.5rem;
  }
  .lg\:mt-24 {
    margin-top: 1.5rem;
  }
  .lg\:mr-24 {
    margin-right: 1.5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-24 {
    margin-left: 1.5rem;
  }
  .lg\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-24 {
    padding: 1.5rem;
  }
  .xl\:pt-24 {
    padding-top: 1.5rem;
  }
  .xl\:pr-24 {
    padding-right: 1.5rem;
  }
  .xl\:pb-24 {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-24 {
    padding-left: 1.5rem;
  }
  .xl\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:m-24 {
    margin: 1.5rem;
  }
  .xl\:mt-24 {
    margin-top: 1.5rem;
  }
  .xl\:mr-24 {
    margin-right: 1.5rem;
  }
  .xl\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-24 {
    margin-left: 1.5rem;
  }
  .xl\:mx-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:my-24 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-28 {
  padding: 1.75rem;
}

.pt-28 {
  padding-top: 1.75rem;
}

.pr-28 {
  padding-right: 1.75rem;
}

.pb-28 {
  padding-bottom: 1.75rem;
}

.pl-28 {
  padding-left: 1.75rem;
}

.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.m-28 {
  margin: 1.75rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

.mr-28 {
  margin-right: 1.75rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.ml-28 {
  margin-left: 1.75rem;
}

.mx-28 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 576px) {
  .sm\:p-28 {
    padding: 1.75rem;
  }
  .sm\:pt-28 {
    padding-top: 1.75rem;
  }
  .sm\:pr-28 {
    padding-right: 1.75rem;
  }
  .sm\:pb-28 {
    padding-bottom: 1.75rem;
  }
  .sm\:pl-28 {
    padding-left: 1.75rem;
  }
  .sm\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .sm\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .sm\:m-28 {
    margin: 1.75rem;
  }
  .sm\:mt-28 {
    margin-top: 1.75rem;
  }
  .sm\:mr-28 {
    margin-right: 1.75rem;
  }
  .sm\:mb-28 {
    margin-bottom: 1.75rem;
  }
  .sm\:ml-28 {
    margin-left: 1.75rem;
  }
  .sm\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .sm\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-28 {
    padding: 1.75rem;
  }
  .tb\:pt-28 {
    padding-top: 1.75rem;
  }
  .tb\:pr-28 {
    padding-right: 1.75rem;
  }
  .tb\:pb-28 {
    padding-bottom: 1.75rem;
  }
  .tb\:pl-28 {
    padding-left: 1.75rem;
  }
  .tb\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .tb\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .tb\:m-28 {
    margin: 1.75rem;
  }
  .tb\:mt-28 {
    margin-top: 1.75rem;
  }
  .tb\:mr-28 {
    margin-right: 1.75rem;
  }
  .tb\:mb-28 {
    margin-bottom: 1.75rem;
  }
  .tb\:ml-28 {
    margin-left: 1.75rem;
  }
  .tb\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .tb\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 992px) {
  .md\:p-28 {
    padding: 1.75rem;
  }
  .md\:pt-28 {
    padding-top: 1.75rem;
  }
  .md\:pr-28 {
    padding-right: 1.75rem;
  }
  .md\:pb-28 {
    padding-bottom: 1.75rem;
  }
  .md\:pl-28 {
    padding-left: 1.75rem;
  }
  .md\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:m-28 {
    margin: 1.75rem;
  }
  .md\:mt-28 {
    margin-top: 1.75rem;
  }
  .md\:mr-28 {
    margin-right: 1.75rem;
  }
  .md\:mb-28 {
    margin-bottom: 1.75rem;
  }
  .md\:ml-28 {
    margin-left: 1.75rem;
  }
  .md\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .md\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-28 {
    padding: 1.75rem;
  }
  .lg\:pt-28 {
    padding-top: 1.75rem;
  }
  .lg\:pr-28 {
    padding-right: 1.75rem;
  }
  .lg\:pb-28 {
    padding-bottom: 1.75rem;
  }
  .lg\:pl-28 {
    padding-left: 1.75rem;
  }
  .lg\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:m-28 {
    margin: 1.75rem;
  }
  .lg\:mt-28 {
    margin-top: 1.75rem;
  }
  .lg\:mr-28 {
    margin-right: 1.75rem;
  }
  .lg\:mb-28 {
    margin-bottom: 1.75rem;
  }
  .lg\:ml-28 {
    margin-left: 1.75rem;
  }
  .lg\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .lg\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-28 {
    padding: 1.75rem;
  }
  .xl\:pt-28 {
    padding-top: 1.75rem;
  }
  .xl\:pr-28 {
    padding-right: 1.75rem;
  }
  .xl\:pb-28 {
    padding-bottom: 1.75rem;
  }
  .xl\:pl-28 {
    padding-left: 1.75rem;
  }
  .xl\:px-28 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .xl\:py-28 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .xl\:m-28 {
    margin: 1.75rem;
  }
  .xl\:mt-28 {
    margin-top: 1.75rem;
  }
  .xl\:mr-28 {
    margin-right: 1.75rem;
  }
  .xl\:mb-28 {
    margin-bottom: 1.75rem;
  }
  .xl\:ml-28 {
    margin-left: 1.75rem;
  }
  .xl\:mx-28 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .xl\:my-28 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
.p-30 {
  padding: 1.875rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.m-30 {
  margin: 1.875rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mx-30 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .sm\:p-30 {
    padding: 1.875rem;
  }
  .sm\:pt-30 {
    padding-top: 1.875rem;
  }
  .sm\:pr-30 {
    padding-right: 1.875rem;
  }
  .sm\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .sm\:pl-30 {
    padding-left: 1.875rem;
  }
  .sm\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .sm\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .sm\:m-30 {
    margin: 1.875rem;
  }
  .sm\:mt-30 {
    margin-top: 1.875rem;
  }
  .sm\:mr-30 {
    margin-right: 1.875rem;
  }
  .sm\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .sm\:ml-30 {
    margin-left: 1.875rem;
  }
  .sm\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .sm\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-30 {
    padding: 1.875rem;
  }
  .tb\:pt-30 {
    padding-top: 1.875rem;
  }
  .tb\:pr-30 {
    padding-right: 1.875rem;
  }
  .tb\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .tb\:pl-30 {
    padding-left: 1.875rem;
  }
  .tb\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .tb\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .tb\:m-30 {
    margin: 1.875rem;
  }
  .tb\:mt-30 {
    margin-top: 1.875rem;
  }
  .tb\:mr-30 {
    margin-right: 1.875rem;
  }
  .tb\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .tb\:ml-30 {
    margin-left: 1.875rem;
  }
  .tb\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .tb\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .md\:p-30 {
    padding: 1.875rem;
  }
  .md\:pt-30 {
    padding-top: 1.875rem;
  }
  .md\:pr-30 {
    padding-right: 1.875rem;
  }
  .md\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .md\:pl-30 {
    padding-left: 1.875rem;
  }
  .md\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .md\:m-30 {
    margin: 1.875rem;
  }
  .md\:mt-30 {
    margin-top: 1.875rem;
  }
  .md\:mr-30 {
    margin-right: 1.875rem;
  }
  .md\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .md\:ml-30 {
    margin-left: 1.875rem;
  }
  .md\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .md\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-30 {
    padding: 1.875rem;
  }
  .lg\:pt-30 {
    padding-top: 1.875rem;
  }
  .lg\:pr-30 {
    padding-right: 1.875rem;
  }
  .lg\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .lg\:pl-30 {
    padding-left: 1.875rem;
  }
  .lg\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .lg\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .lg\:m-30 {
    margin: 1.875rem;
  }
  .lg\:mt-30 {
    margin-top: 1.875rem;
  }
  .lg\:mr-30 {
    margin-right: 1.875rem;
  }
  .lg\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .lg\:ml-30 {
    margin-left: 1.875rem;
  }
  .lg\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .lg\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-30 {
    padding: 1.875rem;
  }
  .xl\:pt-30 {
    padding-top: 1.875rem;
  }
  .xl\:pr-30 {
    padding-right: 1.875rem;
  }
  .xl\:pb-30 {
    padding-bottom: 1.875rem;
  }
  .xl\:pl-30 {
    padding-left: 1.875rem;
  }
  .xl\:px-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .xl\:py-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .xl\:m-30 {
    margin: 1.875rem;
  }
  .xl\:mt-30 {
    margin-top: 1.875rem;
  }
  .xl\:mr-30 {
    margin-right: 1.875rem;
  }
  .xl\:mb-30 {
    margin-bottom: 1.875rem;
  }
  .xl\:ml-30 {
    margin-left: 1.875rem;
  }
  .xl\:mx-30 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .xl\:my-30 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-32 {
  padding: 2rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pr-32 {
  padding-right: 2rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-32 {
  padding-left: 2rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.m-32 {
  margin: 2rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.ml-32 {
  margin-left: 2rem;
}

.mx-32 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-32 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .sm\:p-32 {
    padding: 2rem;
  }
  .sm\:pt-32 {
    padding-top: 2rem;
  }
  .sm\:pr-32 {
    padding-right: 2rem;
  }
  .sm\:pb-32 {
    padding-bottom: 2rem;
  }
  .sm\:pl-32 {
    padding-left: 2rem;
  }
  .sm\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:m-32 {
    margin: 2rem;
  }
  .sm\:mt-32 {
    margin-top: 2rem;
  }
  .sm\:mr-32 {
    margin-right: 2rem;
  }
  .sm\:mb-32 {
    margin-bottom: 2rem;
  }
  .sm\:ml-32 {
    margin-left: 2rem;
  }
  .sm\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-32 {
    padding: 2rem;
  }
  .tb\:pt-32 {
    padding-top: 2rem;
  }
  .tb\:pr-32 {
    padding-right: 2rem;
  }
  .tb\:pb-32 {
    padding-bottom: 2rem;
  }
  .tb\:pl-32 {
    padding-left: 2rem;
  }
  .tb\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tb\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tb\:m-32 {
    margin: 2rem;
  }
  .tb\:mt-32 {
    margin-top: 2rem;
  }
  .tb\:mr-32 {
    margin-right: 2rem;
  }
  .tb\:mb-32 {
    margin-bottom: 2rem;
  }
  .tb\:ml-32 {
    margin-left: 2rem;
  }
  .tb\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .tb\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .md\:p-32 {
    padding: 2rem;
  }
  .md\:pt-32 {
    padding-top: 2rem;
  }
  .md\:pr-32 {
    padding-right: 2rem;
  }
  .md\:pb-32 {
    padding-bottom: 2rem;
  }
  .md\:pl-32 {
    padding-left: 2rem;
  }
  .md\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:m-32 {
    margin: 2rem;
  }
  .md\:mt-32 {
    margin-top: 2rem;
  }
  .md\:mr-32 {
    margin-right: 2rem;
  }
  .md\:mb-32 {
    margin-bottom: 2rem;
  }
  .md\:ml-32 {
    margin-left: 2rem;
  }
  .md\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-32 {
    padding: 2rem;
  }
  .lg\:pt-32 {
    padding-top: 2rem;
  }
  .lg\:pr-32 {
    padding-right: 2rem;
  }
  .lg\:pb-32 {
    padding-bottom: 2rem;
  }
  .lg\:pl-32 {
    padding-left: 2rem;
  }
  .lg\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:m-32 {
    margin: 2rem;
  }
  .lg\:mt-32 {
    margin-top: 2rem;
  }
  .lg\:mr-32 {
    margin-right: 2rem;
  }
  .lg\:mb-32 {
    margin-bottom: 2rem;
  }
  .lg\:ml-32 {
    margin-left: 2rem;
  }
  .lg\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-32 {
    padding: 2rem;
  }
  .xl\:pt-32 {
    padding-top: 2rem;
  }
  .xl\:pr-32 {
    padding-right: 2rem;
  }
  .xl\:pb-32 {
    padding-bottom: 2rem;
  }
  .xl\:pl-32 {
    padding-left: 2rem;
  }
  .xl\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-32 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:m-32 {
    margin: 2rem;
  }
  .xl\:mt-32 {
    margin-top: 2rem;
  }
  .xl\:mr-32 {
    margin-right: 2rem;
  }
  .xl\:mb-32 {
    margin-bottom: 2rem;
  }
  .xl\:ml-32 {
    margin-left: 2rem;
  }
  .xl\:mx-32 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:my-32 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.p-36 {
  padding: 2.25rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.m-36 {
  margin: 2.25rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.mx-36 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-36 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

@media (min-width: 576px) {
  .sm\:p-36 {
    padding: 2.25rem;
  }
  .sm\:pt-36 {
    padding-top: 2.25rem;
  }
  .sm\:pr-36 {
    padding-right: 2.25rem;
  }
  .sm\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .sm\:pl-36 {
    padding-left: 2.25rem;
  }
  .sm\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .sm\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:m-36 {
    margin: 2.25rem;
  }
  .sm\:mt-36 {
    margin-top: 2.25rem;
  }
  .sm\:mr-36 {
    margin-right: 2.25rem;
  }
  .sm\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .sm\:ml-36 {
    margin-left: 2.25rem;
  }
  .sm\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .sm\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-36 {
    padding: 2.25rem;
  }
  .tb\:pt-36 {
    padding-top: 2.25rem;
  }
  .tb\:pr-36 {
    padding-right: 2.25rem;
  }
  .tb\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .tb\:pl-36 {
    padding-left: 2.25rem;
  }
  .tb\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .tb\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .tb\:m-36 {
    margin: 2.25rem;
  }
  .tb\:mt-36 {
    margin-top: 2.25rem;
  }
  .tb\:mr-36 {
    margin-right: 2.25rem;
  }
  .tb\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .tb\:ml-36 {
    margin-left: 2.25rem;
  }
  .tb\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .tb\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 992px) {
  .md\:p-36 {
    padding: 2.25rem;
  }
  .md\:pt-36 {
    padding-top: 2.25rem;
  }
  .md\:pr-36 {
    padding-right: 2.25rem;
  }
  .md\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .md\:pl-36 {
    padding-left: 2.25rem;
  }
  .md\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:m-36 {
    margin: 2.25rem;
  }
  .md\:mt-36 {
    margin-top: 2.25rem;
  }
  .md\:mr-36 {
    margin-right: 2.25rem;
  }
  .md\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-36 {
    margin-left: 2.25rem;
  }
  .md\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .md\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-36 {
    padding: 2.25rem;
  }
  .lg\:pt-36 {
    padding-top: 2.25rem;
  }
  .lg\:pr-36 {
    padding-right: 2.25rem;
  }
  .lg\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .lg\:pl-36 {
    padding-left: 2.25rem;
  }
  .lg\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:m-36 {
    margin: 2.25rem;
  }
  .lg\:mt-36 {
    margin-top: 2.25rem;
  }
  .lg\:mr-36 {
    margin-right: 2.25rem;
  }
  .lg\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .lg\:ml-36 {
    margin-left: 2.25rem;
  }
  .lg\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .lg\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-36 {
    padding: 2.25rem;
  }
  .xl\:pt-36 {
    padding-top: 2.25rem;
  }
  .xl\:pr-36 {
    padding-right: 2.25rem;
  }
  .xl\:pb-36 {
    padding-bottom: 2.25rem;
  }
  .xl\:pl-36 {
    padding-left: 2.25rem;
  }
  .xl\:px-36 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:py-36 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .xl\:m-36 {
    margin: 2.25rem;
  }
  .xl\:mt-36 {
    margin-top: 2.25rem;
  }
  .xl\:mr-36 {
    margin-right: 2.25rem;
  }
  .xl\:mb-36 {
    margin-bottom: 2.25rem;
  }
  .xl\:ml-36 {
    margin-left: 2.25rem;
  }
  .xl\:mx-36 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
  .xl\:my-36 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.p-40 {
  padding: 2.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-40 {
  margin: 2.5rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.mx-40 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .sm\:p-40 {
    padding: 2.5rem;
  }
  .sm\:pt-40 {
    padding-top: 2.5rem;
  }
  .sm\:pr-40 {
    padding-right: 2.5rem;
  }
  .sm\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .sm\:pl-40 {
    padding-left: 2.5rem;
  }
  .sm\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:m-40 {
    margin: 2.5rem;
  }
  .sm\:mt-40 {
    margin-top: 2.5rem;
  }
  .sm\:mr-40 {
    margin-right: 2.5rem;
  }
  .sm\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .sm\:ml-40 {
    margin-left: 2.5rem;
  }
  .sm\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .sm\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-40 {
    padding: 2.5rem;
  }
  .tb\:pt-40 {
    padding-top: 2.5rem;
  }
  .tb\:pr-40 {
    padding-right: 2.5rem;
  }
  .tb\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .tb\:pl-40 {
    padding-left: 2.5rem;
  }
  .tb\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .tb\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .tb\:m-40 {
    margin: 2.5rem;
  }
  .tb\:mt-40 {
    margin-top: 2.5rem;
  }
  .tb\:mr-40 {
    margin-right: 2.5rem;
  }
  .tb\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .tb\:ml-40 {
    margin-left: 2.5rem;
  }
  .tb\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .tb\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-40 {
    padding: 2.5rem;
  }
  .md\:pt-40 {
    padding-top: 2.5rem;
  }
  .md\:pr-40 {
    padding-right: 2.5rem;
  }
  .md\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .md\:pl-40 {
    padding-left: 2.5rem;
  }
  .md\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:m-40 {
    margin: 2.5rem;
  }
  .md\:mt-40 {
    margin-top: 2.5rem;
  }
  .md\:mr-40 {
    margin-right: 2.5rem;
  }
  .md\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-40 {
    margin-left: 2.5rem;
  }
  .md\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-40 {
    padding: 2.5rem;
  }
  .lg\:pt-40 {
    padding-top: 2.5rem;
  }
  .lg\:pr-40 {
    padding-right: 2.5rem;
  }
  .lg\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .lg\:pl-40 {
    padding-left: 2.5rem;
  }
  .lg\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:m-40 {
    margin: 2.5rem;
  }
  .lg\:mt-40 {
    margin-top: 2.5rem;
  }
  .lg\:mr-40 {
    margin-right: 2.5rem;
  }
  .lg\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .lg\:ml-40 {
    margin-left: 2.5rem;
  }
  .lg\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-40 {
    padding: 2.5rem;
  }
  .xl\:pt-40 {
    padding-top: 2.5rem;
  }
  .xl\:pr-40 {
    padding-right: 2.5rem;
  }
  .xl\:pb-40 {
    padding-bottom: 2.5rem;
  }
  .xl\:pl-40 {
    padding-left: 2.5rem;
  }
  .xl\:px-40 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .xl\:m-40 {
    margin: 2.5rem;
  }
  .xl\:mt-40 {
    margin-top: 2.5rem;
  }
  .xl\:mr-40 {
    margin-right: 2.5rem;
  }
  .xl\:mb-40 {
    margin-bottom: 2.5rem;
  }
  .xl\:ml-40 {
    margin-left: 2.5rem;
  }
  .xl\:mx-40 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .xl\:my-40 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-45 {
  padding: 2.8125rem;
}

.pt-45 {
  padding-top: 2.8125rem;
}

.pr-45 {
  padding-right: 2.8125rem;
}

.pb-45 {
  padding-bottom: 2.8125rem;
}

.pl-45 {
  padding-left: 2.8125rem;
}

.px-45 {
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.py-45 {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.m-45 {
  margin: 2.8125rem;
}

.mt-45 {
  margin-top: 2.8125rem;
}

.mr-45 {
  margin-right: 2.8125rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.ml-45 {
  margin-left: 2.8125rem;
}

.mx-45 {
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

.my-45 {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

@media (min-width: 576px) {
  .sm\:p-45 {
    padding: 2.8125rem;
  }
  .sm\:pt-45 {
    padding-top: 2.8125rem;
  }
  .sm\:pr-45 {
    padding-right: 2.8125rem;
  }
  .sm\:pb-45 {
    padding-bottom: 2.8125rem;
  }
  .sm\:pl-45 {
    padding-left: 2.8125rem;
  }
  .sm\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .sm\:py-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .sm\:m-45 {
    margin: 2.8125rem;
  }
  .sm\:mt-45 {
    margin-top: 2.8125rem;
  }
  .sm\:mr-45 {
    margin-right: 2.8125rem;
  }
  .sm\:mb-45 {
    margin-bottom: 2.8125rem;
  }
  .sm\:ml-45 {
    margin-left: 2.8125rem;
  }
  .sm\:mx-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .sm\:my-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-45 {
    padding: 2.8125rem;
  }
  .tb\:pt-45 {
    padding-top: 2.8125rem;
  }
  .tb\:pr-45 {
    padding-right: 2.8125rem;
  }
  .tb\:pb-45 {
    padding-bottom: 2.8125rem;
  }
  .tb\:pl-45 {
    padding-left: 2.8125rem;
  }
  .tb\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .tb\:py-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .tb\:m-45 {
    margin: 2.8125rem;
  }
  .tb\:mt-45 {
    margin-top: 2.8125rem;
  }
  .tb\:mr-45 {
    margin-right: 2.8125rem;
  }
  .tb\:mb-45 {
    margin-bottom: 2.8125rem;
  }
  .tb\:ml-45 {
    margin-left: 2.8125rem;
  }
  .tb\:mx-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .tb\:my-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-45 {
    padding: 2.8125rem;
  }
  .md\:pt-45 {
    padding-top: 2.8125rem;
  }
  .md\:pr-45 {
    padding-right: 2.8125rem;
  }
  .md\:pb-45 {
    padding-bottom: 2.8125rem;
  }
  .md\:pl-45 {
    padding-left: 2.8125rem;
  }
  .md\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .md\:py-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .md\:m-45 {
    margin: 2.8125rem;
  }
  .md\:mt-45 {
    margin-top: 2.8125rem;
  }
  .md\:mr-45 {
    margin-right: 2.8125rem;
  }
  .md\:mb-45 {
    margin-bottom: 2.8125rem;
  }
  .md\:ml-45 {
    margin-left: 2.8125rem;
  }
  .md\:mx-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .md\:my-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-45 {
    padding: 2.8125rem;
  }
  .lg\:pt-45 {
    padding-top: 2.8125rem;
  }
  .lg\:pr-45 {
    padding-right: 2.8125rem;
  }
  .lg\:pb-45 {
    padding-bottom: 2.8125rem;
  }
  .lg\:pl-45 {
    padding-left: 2.8125rem;
  }
  .lg\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .lg\:py-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .lg\:m-45 {
    margin: 2.8125rem;
  }
  .lg\:mt-45 {
    margin-top: 2.8125rem;
  }
  .lg\:mr-45 {
    margin-right: 2.8125rem;
  }
  .lg\:mb-45 {
    margin-bottom: 2.8125rem;
  }
  .lg\:ml-45 {
    margin-left: 2.8125rem;
  }
  .lg\:mx-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .lg\:my-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-45 {
    padding: 2.8125rem;
  }
  .xl\:pt-45 {
    padding-top: 2.8125rem;
  }
  .xl\:pr-45 {
    padding-right: 2.8125rem;
  }
  .xl\:pb-45 {
    padding-bottom: 2.8125rem;
  }
  .xl\:pl-45 {
    padding-left: 2.8125rem;
  }
  .xl\:px-45 {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .xl\:py-45 {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .xl\:m-45 {
    margin: 2.8125rem;
  }
  .xl\:mt-45 {
    margin-top: 2.8125rem;
  }
  .xl\:mr-45 {
    margin-right: 2.8125rem;
  }
  .xl\:mb-45 {
    margin-bottom: 2.8125rem;
  }
  .xl\:ml-45 {
    margin-left: 2.8125rem;
  }
  .xl\:mx-45 {
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }
  .xl\:my-45 {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
}
.p-50 {
  padding: 3.125rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.m-50 {
  margin: 3.125rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mr-50 {
  margin-right: 3.125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.mx-50 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

@media (min-width: 576px) {
  .sm\:p-50 {
    padding: 3.125rem;
  }
  .sm\:pt-50 {
    padding-top: 3.125rem;
  }
  .sm\:pr-50 {
    padding-right: 3.125rem;
  }
  .sm\:pb-50 {
    padding-bottom: 3.125rem;
  }
  .sm\:pl-50 {
    padding-left: 3.125rem;
  }
  .sm\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .sm\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .sm\:m-50 {
    margin: 3.125rem;
  }
  .sm\:mt-50 {
    margin-top: 3.125rem;
  }
  .sm\:mr-50 {
    margin-right: 3.125rem;
  }
  .sm\:mb-50 {
    margin-bottom: 3.125rem;
  }
  .sm\:ml-50 {
    margin-left: 3.125rem;
  }
  .sm\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .sm\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-50 {
    padding: 3.125rem;
  }
  .tb\:pt-50 {
    padding-top: 3.125rem;
  }
  .tb\:pr-50 {
    padding-right: 3.125rem;
  }
  .tb\:pb-50 {
    padding-bottom: 3.125rem;
  }
  .tb\:pl-50 {
    padding-left: 3.125rem;
  }
  .tb\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .tb\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .tb\:m-50 {
    margin: 3.125rem;
  }
  .tb\:mt-50 {
    margin-top: 3.125rem;
  }
  .tb\:mr-50 {
    margin-right: 3.125rem;
  }
  .tb\:mb-50 {
    margin-bottom: 3.125rem;
  }
  .tb\:ml-50 {
    margin-left: 3.125rem;
  }
  .tb\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .tb\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-50 {
    padding: 3.125rem;
  }
  .md\:pt-50 {
    padding-top: 3.125rem;
  }
  .md\:pr-50 {
    padding-right: 3.125rem;
  }
  .md\:pb-50 {
    padding-bottom: 3.125rem;
  }
  .md\:pl-50 {
    padding-left: 3.125rem;
  }
  .md\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .md\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .md\:m-50 {
    margin: 3.125rem;
  }
  .md\:mt-50 {
    margin-top: 3.125rem;
  }
  .md\:mr-50 {
    margin-right: 3.125rem;
  }
  .md\:mb-50 {
    margin-bottom: 3.125rem;
  }
  .md\:ml-50 {
    margin-left: 3.125rem;
  }
  .md\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .md\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-50 {
    padding: 3.125rem;
  }
  .lg\:pt-50 {
    padding-top: 3.125rem;
  }
  .lg\:pr-50 {
    padding-right: 3.125rem;
  }
  .lg\:pb-50 {
    padding-bottom: 3.125rem;
  }
  .lg\:pl-50 {
    padding-left: 3.125rem;
  }
  .lg\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .lg\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .lg\:m-50 {
    margin: 3.125rem;
  }
  .lg\:mt-50 {
    margin-top: 3.125rem;
  }
  .lg\:mr-50 {
    margin-right: 3.125rem;
  }
  .lg\:mb-50 {
    margin-bottom: 3.125rem;
  }
  .lg\:ml-50 {
    margin-left: 3.125rem;
  }
  .lg\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .lg\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-50 {
    padding: 3.125rem;
  }
  .xl\:pt-50 {
    padding-top: 3.125rem;
  }
  .xl\:pr-50 {
    padding-right: 3.125rem;
  }
  .xl\:pb-50 {
    padding-bottom: 3.125rem;
  }
  .xl\:pl-50 {
    padding-left: 3.125rem;
  }
  .xl\:px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .xl\:py-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .xl\:m-50 {
    margin: 3.125rem;
  }
  .xl\:mt-50 {
    margin-top: 3.125rem;
  }
  .xl\:mr-50 {
    margin-right: 3.125rem;
  }
  .xl\:mb-50 {
    margin-bottom: 3.125rem;
  }
  .xl\:ml-50 {
    margin-left: 3.125rem;
  }
  .xl\:mx-50 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .xl\:my-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.p-56 {
  padding: 3.5rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

.pr-56 {
  padding-right: 3.5rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.pl-56 {
  padding-left: 3.5rem;
}

.px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.m-56 {
  margin: 3.5rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mr-56 {
  margin-right: 3.5rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.ml-56 {
  margin-left: 3.5rem;
}

.mx-56 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-56 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 576px) {
  .sm\:p-56 {
    padding: 3.5rem;
  }
  .sm\:pt-56 {
    padding-top: 3.5rem;
  }
  .sm\:pr-56 {
    padding-right: 3.5rem;
  }
  .sm\:pb-56 {
    padding-bottom: 3.5rem;
  }
  .sm\:pl-56 {
    padding-left: 3.5rem;
  }
  .sm\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .sm\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .sm\:m-56 {
    margin: 3.5rem;
  }
  .sm\:mt-56 {
    margin-top: 3.5rem;
  }
  .sm\:mr-56 {
    margin-right: 3.5rem;
  }
  .sm\:mb-56 {
    margin-bottom: 3.5rem;
  }
  .sm\:ml-56 {
    margin-left: 3.5rem;
  }
  .sm\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .sm\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-56 {
    padding: 3.5rem;
  }
  .tb\:pt-56 {
    padding-top: 3.5rem;
  }
  .tb\:pr-56 {
    padding-right: 3.5rem;
  }
  .tb\:pb-56 {
    padding-bottom: 3.5rem;
  }
  .tb\:pl-56 {
    padding-left: 3.5rem;
  }
  .tb\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .tb\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .tb\:m-56 {
    margin: 3.5rem;
  }
  .tb\:mt-56 {
    margin-top: 3.5rem;
  }
  .tb\:mr-56 {
    margin-right: 3.5rem;
  }
  .tb\:mb-56 {
    margin-bottom: 3.5rem;
  }
  .tb\:ml-56 {
    margin-left: 3.5rem;
  }
  .tb\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .tb\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-56 {
    padding: 3.5rem;
  }
  .md\:pt-56 {
    padding-top: 3.5rem;
  }
  .md\:pr-56 {
    padding-right: 3.5rem;
  }
  .md\:pb-56 {
    padding-bottom: 3.5rem;
  }
  .md\:pl-56 {
    padding-left: 3.5rem;
  }
  .md\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:m-56 {
    margin: 3.5rem;
  }
  .md\:mt-56 {
    margin-top: 3.5rem;
  }
  .md\:mr-56 {
    margin-right: 3.5rem;
  }
  .md\:mb-56 {
    margin-bottom: 3.5rem;
  }
  .md\:ml-56 {
    margin-left: 3.5rem;
  }
  .md\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .md\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-56 {
    padding: 3.5rem;
  }
  .lg\:pt-56 {
    padding-top: 3.5rem;
  }
  .lg\:pr-56 {
    padding-right: 3.5rem;
  }
  .lg\:pb-56 {
    padding-bottom: 3.5rem;
  }
  .lg\:pl-56 {
    padding-left: 3.5rem;
  }
  .lg\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:m-56 {
    margin: 3.5rem;
  }
  .lg\:mt-56 {
    margin-top: 3.5rem;
  }
  .lg\:mr-56 {
    margin-right: 3.5rem;
  }
  .lg\:mb-56 {
    margin-bottom: 3.5rem;
  }
  .lg\:ml-56 {
    margin-left: 3.5rem;
  }
  .lg\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .lg\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-56 {
    padding: 3.5rem;
  }
  .xl\:pt-56 {
    padding-top: 3.5rem;
  }
  .xl\:pr-56 {
    padding-right: 3.5rem;
  }
  .xl\:pb-56 {
    padding-bottom: 3.5rem;
  }
  .xl\:pl-56 {
    padding-left: 3.5rem;
  }
  .xl\:px-56 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .xl\:py-56 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:m-56 {
    margin: 3.5rem;
  }
  .xl\:mt-56 {
    margin-top: 3.5rem;
  }
  .xl\:mr-56 {
    margin-right: 3.5rem;
  }
  .xl\:mb-56 {
    margin-bottom: 3.5rem;
  }
  .xl\:ml-56 {
    margin-left: 3.5rem;
  }
  .xl\:mx-56 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .xl\:my-56 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.p-58 {
  padding: 3.625rem;
}

.pt-58 {
  padding-top: 3.625rem;
}

.pr-58 {
  padding-right: 3.625rem;
}

.pb-58 {
  padding-bottom: 3.625rem;
}

.pl-58 {
  padding-left: 3.625rem;
}

.px-58 {
  padding-left: 3.625rem;
  padding-right: 3.625rem;
}

.py-58 {
  padding-top: 3.625rem;
  padding-bottom: 3.625rem;
}

.m-58 {
  margin: 3.625rem;
}

.mt-58 {
  margin-top: 3.625rem;
}

.mr-58 {
  margin-right: 3.625rem;
}

.mb-58 {
  margin-bottom: 3.625rem;
}

.ml-58 {
  margin-left: 3.625rem;
}

.mx-58 {
  margin-left: 3.625rem;
  margin-right: 3.625rem;
}

.my-58 {
  margin-top: 3.625rem;
  margin-bottom: 3.625rem;
}

@media (min-width: 576px) {
  .sm\:p-58 {
    padding: 3.625rem;
  }
  .sm\:pt-58 {
    padding-top: 3.625rem;
  }
  .sm\:pr-58 {
    padding-right: 3.625rem;
  }
  .sm\:pb-58 {
    padding-bottom: 3.625rem;
  }
  .sm\:pl-58 {
    padding-left: 3.625rem;
  }
  .sm\:px-58 {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .sm\:py-58 {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
  .sm\:m-58 {
    margin: 3.625rem;
  }
  .sm\:mt-58 {
    margin-top: 3.625rem;
  }
  .sm\:mr-58 {
    margin-right: 3.625rem;
  }
  .sm\:mb-58 {
    margin-bottom: 3.625rem;
  }
  .sm\:ml-58 {
    margin-left: 3.625rem;
  }
  .sm\:mx-58 {
    margin-left: 3.625rem;
    margin-right: 3.625rem;
  }
  .sm\:my-58 {
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-58 {
    padding: 3.625rem;
  }
  .tb\:pt-58 {
    padding-top: 3.625rem;
  }
  .tb\:pr-58 {
    padding-right: 3.625rem;
  }
  .tb\:pb-58 {
    padding-bottom: 3.625rem;
  }
  .tb\:pl-58 {
    padding-left: 3.625rem;
  }
  .tb\:px-58 {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .tb\:py-58 {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
  .tb\:m-58 {
    margin: 3.625rem;
  }
  .tb\:mt-58 {
    margin-top: 3.625rem;
  }
  .tb\:mr-58 {
    margin-right: 3.625rem;
  }
  .tb\:mb-58 {
    margin-bottom: 3.625rem;
  }
  .tb\:ml-58 {
    margin-left: 3.625rem;
  }
  .tb\:mx-58 {
    margin-left: 3.625rem;
    margin-right: 3.625rem;
  }
  .tb\:my-58 {
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
  }
}
@media (min-width: 992px) {
  .md\:p-58 {
    padding: 3.625rem;
  }
  .md\:pt-58 {
    padding-top: 3.625rem;
  }
  .md\:pr-58 {
    padding-right: 3.625rem;
  }
  .md\:pb-58 {
    padding-bottom: 3.625rem;
  }
  .md\:pl-58 {
    padding-left: 3.625rem;
  }
  .md\:px-58 {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .md\:py-58 {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
  .md\:m-58 {
    margin: 3.625rem;
  }
  .md\:mt-58 {
    margin-top: 3.625rem;
  }
  .md\:mr-58 {
    margin-right: 3.625rem;
  }
  .md\:mb-58 {
    margin-bottom: 3.625rem;
  }
  .md\:ml-58 {
    margin-left: 3.625rem;
  }
  .md\:mx-58 {
    margin-left: 3.625rem;
    margin-right: 3.625rem;
  }
  .md\:my-58 {
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-58 {
    padding: 3.625rem;
  }
  .lg\:pt-58 {
    padding-top: 3.625rem;
  }
  .lg\:pr-58 {
    padding-right: 3.625rem;
  }
  .lg\:pb-58 {
    padding-bottom: 3.625rem;
  }
  .lg\:pl-58 {
    padding-left: 3.625rem;
  }
  .lg\:px-58 {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .lg\:py-58 {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
  .lg\:m-58 {
    margin: 3.625rem;
  }
  .lg\:mt-58 {
    margin-top: 3.625rem;
  }
  .lg\:mr-58 {
    margin-right: 3.625rem;
  }
  .lg\:mb-58 {
    margin-bottom: 3.625rem;
  }
  .lg\:ml-58 {
    margin-left: 3.625rem;
  }
  .lg\:mx-58 {
    margin-left: 3.625rem;
    margin-right: 3.625rem;
  }
  .lg\:my-58 {
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-58 {
    padding: 3.625rem;
  }
  .xl\:pt-58 {
    padding-top: 3.625rem;
  }
  .xl\:pr-58 {
    padding-right: 3.625rem;
  }
  .xl\:pb-58 {
    padding-bottom: 3.625rem;
  }
  .xl\:pl-58 {
    padding-left: 3.625rem;
  }
  .xl\:px-58 {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .xl\:py-58 {
    padding-top: 3.625rem;
    padding-bottom: 3.625rem;
  }
  .xl\:m-58 {
    margin: 3.625rem;
  }
  .xl\:mt-58 {
    margin-top: 3.625rem;
  }
  .xl\:mr-58 {
    margin-right: 3.625rem;
  }
  .xl\:mb-58 {
    margin-bottom: 3.625rem;
  }
  .xl\:ml-58 {
    margin-left: 3.625rem;
  }
  .xl\:mx-58 {
    margin-left: 3.625rem;
    margin-right: 3.625rem;
  }
  .xl\:my-58 {
    margin-top: 3.625rem;
    margin-bottom: 3.625rem;
  }
}
.p-60 {
  padding: 3.75rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.m-60 {
  margin: 3.75rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.mx-60 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

@media (min-width: 576px) {
  .sm\:p-60 {
    padding: 3.75rem;
  }
  .sm\:pt-60 {
    padding-top: 3.75rem;
  }
  .sm\:pr-60 {
    padding-right: 3.75rem;
  }
  .sm\:pb-60 {
    padding-bottom: 3.75rem;
  }
  .sm\:pl-60 {
    padding-left: 3.75rem;
  }
  .sm\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .sm\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .sm\:m-60 {
    margin: 3.75rem;
  }
  .sm\:mt-60 {
    margin-top: 3.75rem;
  }
  .sm\:mr-60 {
    margin-right: 3.75rem;
  }
  .sm\:mb-60 {
    margin-bottom: 3.75rem;
  }
  .sm\:ml-60 {
    margin-left: 3.75rem;
  }
  .sm\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .sm\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-60 {
    padding: 3.75rem;
  }
  .tb\:pt-60 {
    padding-top: 3.75rem;
  }
  .tb\:pr-60 {
    padding-right: 3.75rem;
  }
  .tb\:pb-60 {
    padding-bottom: 3.75rem;
  }
  .tb\:pl-60 {
    padding-left: 3.75rem;
  }
  .tb\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .tb\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .tb\:m-60 {
    margin: 3.75rem;
  }
  .tb\:mt-60 {
    margin-top: 3.75rem;
  }
  .tb\:mr-60 {
    margin-right: 3.75rem;
  }
  .tb\:mb-60 {
    margin-bottom: 3.75rem;
  }
  .tb\:ml-60 {
    margin-left: 3.75rem;
  }
  .tb\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .tb\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .md\:p-60 {
    padding: 3.75rem;
  }
  .md\:pt-60 {
    padding-top: 3.75rem;
  }
  .md\:pr-60 {
    padding-right: 3.75rem;
  }
  .md\:pb-60 {
    padding-bottom: 3.75rem;
  }
  .md\:pl-60 {
    padding-left: 3.75rem;
  }
  .md\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .md\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .md\:m-60 {
    margin: 3.75rem;
  }
  .md\:mt-60 {
    margin-top: 3.75rem;
  }
  .md\:mr-60 {
    margin-right: 3.75rem;
  }
  .md\:mb-60 {
    margin-bottom: 3.75rem;
  }
  .md\:ml-60 {
    margin-left: 3.75rem;
  }
  .md\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .md\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-60 {
    padding: 3.75rem;
  }
  .lg\:pt-60 {
    padding-top: 3.75rem;
  }
  .lg\:pr-60 {
    padding-right: 3.75rem;
  }
  .lg\:pb-60 {
    padding-bottom: 3.75rem;
  }
  .lg\:pl-60 {
    padding-left: 3.75rem;
  }
  .lg\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .lg\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .lg\:m-60 {
    margin: 3.75rem;
  }
  .lg\:mt-60 {
    margin-top: 3.75rem;
  }
  .lg\:mr-60 {
    margin-right: 3.75rem;
  }
  .lg\:mb-60 {
    margin-bottom: 3.75rem;
  }
  .lg\:ml-60 {
    margin-left: 3.75rem;
  }
  .lg\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .lg\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-60 {
    padding: 3.75rem;
  }
  .xl\:pt-60 {
    padding-top: 3.75rem;
  }
  .xl\:pr-60 {
    padding-right: 3.75rem;
  }
  .xl\:pb-60 {
    padding-bottom: 3.75rem;
  }
  .xl\:pl-60 {
    padding-left: 3.75rem;
  }
  .xl\:px-60 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .xl\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .xl\:m-60 {
    margin: 3.75rem;
  }
  .xl\:mt-60 {
    margin-top: 3.75rem;
  }
  .xl\:mr-60 {
    margin-right: 3.75rem;
  }
  .xl\:mb-60 {
    margin-bottom: 3.75rem;
  }
  .xl\:ml-60 {
    margin-left: 3.75rem;
  }
  .xl\:mx-60 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }
  .xl\:my-60 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.p-65 {
  padding: 4.0625rem;
}

.pt-65 {
  padding-top: 4.0625rem;
}

.pr-65 {
  padding-right: 4.0625rem;
}

.pb-65 {
  padding-bottom: 4.0625rem;
}

.pl-65 {
  padding-left: 4.0625rem;
}

.px-65 {
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

.py-65 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.m-65 {
  margin: 4.0625rem;
}

.mt-65 {
  margin-top: 4.0625rem;
}

.mr-65 {
  margin-right: 4.0625rem;
}

.mb-65 {
  margin-bottom: 4.0625rem;
}

.ml-65 {
  margin-left: 4.0625rem;
}

.mx-65 {
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

.my-65 {
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

@media (min-width: 576px) {
  .sm\:p-65 {
    padding: 4.0625rem;
  }
  .sm\:pt-65 {
    padding-top: 4.0625rem;
  }
  .sm\:pr-65 {
    padding-right: 4.0625rem;
  }
  .sm\:pb-65 {
    padding-bottom: 4.0625rem;
  }
  .sm\:pl-65 {
    padding-left: 4.0625rem;
  }
  .sm\:px-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .sm\:py-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .sm\:m-65 {
    margin: 4.0625rem;
  }
  .sm\:mt-65 {
    margin-top: 4.0625rem;
  }
  .sm\:mr-65 {
    margin-right: 4.0625rem;
  }
  .sm\:mb-65 {
    margin-bottom: 4.0625rem;
  }
  .sm\:ml-65 {
    margin-left: 4.0625rem;
  }
  .sm\:mx-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .sm\:my-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-65 {
    padding: 4.0625rem;
  }
  .tb\:pt-65 {
    padding-top: 4.0625rem;
  }
  .tb\:pr-65 {
    padding-right: 4.0625rem;
  }
  .tb\:pb-65 {
    padding-bottom: 4.0625rem;
  }
  .tb\:pl-65 {
    padding-left: 4.0625rem;
  }
  .tb\:px-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .tb\:py-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .tb\:m-65 {
    margin: 4.0625rem;
  }
  .tb\:mt-65 {
    margin-top: 4.0625rem;
  }
  .tb\:mr-65 {
    margin-right: 4.0625rem;
  }
  .tb\:mb-65 {
    margin-bottom: 4.0625rem;
  }
  .tb\:ml-65 {
    margin-left: 4.0625rem;
  }
  .tb\:mx-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .tb\:my-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 992px) {
  .md\:p-65 {
    padding: 4.0625rem;
  }
  .md\:pt-65 {
    padding-top: 4.0625rem;
  }
  .md\:pr-65 {
    padding-right: 4.0625rem;
  }
  .md\:pb-65 {
    padding-bottom: 4.0625rem;
  }
  .md\:pl-65 {
    padding-left: 4.0625rem;
  }
  .md\:px-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .md\:py-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .md\:m-65 {
    margin: 4.0625rem;
  }
  .md\:mt-65 {
    margin-top: 4.0625rem;
  }
  .md\:mr-65 {
    margin-right: 4.0625rem;
  }
  .md\:mb-65 {
    margin-bottom: 4.0625rem;
  }
  .md\:ml-65 {
    margin-left: 4.0625rem;
  }
  .md\:mx-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .md\:my-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-65 {
    padding: 4.0625rem;
  }
  .lg\:pt-65 {
    padding-top: 4.0625rem;
  }
  .lg\:pr-65 {
    padding-right: 4.0625rem;
  }
  .lg\:pb-65 {
    padding-bottom: 4.0625rem;
  }
  .lg\:pl-65 {
    padding-left: 4.0625rem;
  }
  .lg\:px-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .lg\:py-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .lg\:m-65 {
    margin: 4.0625rem;
  }
  .lg\:mt-65 {
    margin-top: 4.0625rem;
  }
  .lg\:mr-65 {
    margin-right: 4.0625rem;
  }
  .lg\:mb-65 {
    margin-bottom: 4.0625rem;
  }
  .lg\:ml-65 {
    margin-left: 4.0625rem;
  }
  .lg\:mx-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .lg\:my-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-65 {
    padding: 4.0625rem;
  }
  .xl\:pt-65 {
    padding-top: 4.0625rem;
  }
  .xl\:pr-65 {
    padding-right: 4.0625rem;
  }
  .xl\:pb-65 {
    padding-bottom: 4.0625rem;
  }
  .xl\:pl-65 {
    padding-left: 4.0625rem;
  }
  .xl\:px-65 {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
  .xl\:py-65 {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
  .xl\:m-65 {
    margin: 4.0625rem;
  }
  .xl\:mt-65 {
    margin-top: 4.0625rem;
  }
  .xl\:mr-65 {
    margin-right: 4.0625rem;
  }
  .xl\:mb-65 {
    margin-bottom: 4.0625rem;
  }
  .xl\:ml-65 {
    margin-left: 4.0625rem;
  }
  .xl\:mx-65 {
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }
  .xl\:my-65 {
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }
}
.p-70 {
  padding: 4.375rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.m-70 {
  margin: 4.375rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mr-70 {
  margin-right: 4.375rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.mx-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

@media (min-width: 576px) {
  .sm\:p-70 {
    padding: 4.375rem;
  }
  .sm\:pt-70 {
    padding-top: 4.375rem;
  }
  .sm\:pr-70 {
    padding-right: 4.375rem;
  }
  .sm\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .sm\:pl-70 {
    padding-left: 4.375rem;
  }
  .sm\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .sm\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .sm\:m-70 {
    margin: 4.375rem;
  }
  .sm\:mt-70 {
    margin-top: 4.375rem;
  }
  .sm\:mr-70 {
    margin-right: 4.375rem;
  }
  .sm\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .sm\:ml-70 {
    margin-left: 4.375rem;
  }
  .sm\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .sm\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-70 {
    padding: 4.375rem;
  }
  .tb\:pt-70 {
    padding-top: 4.375rem;
  }
  .tb\:pr-70 {
    padding-right: 4.375rem;
  }
  .tb\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .tb\:pl-70 {
    padding-left: 4.375rem;
  }
  .tb\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .tb\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .tb\:m-70 {
    margin: 4.375rem;
  }
  .tb\:mt-70 {
    margin-top: 4.375rem;
  }
  .tb\:mr-70 {
    margin-right: 4.375rem;
  }
  .tb\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .tb\:ml-70 {
    margin-left: 4.375rem;
  }
  .tb\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .tb\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .md\:p-70 {
    padding: 4.375rem;
  }
  .md\:pt-70 {
    padding-top: 4.375rem;
  }
  .md\:pr-70 {
    padding-right: 4.375rem;
  }
  .md\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .md\:pl-70 {
    padding-left: 4.375rem;
  }
  .md\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .md\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .md\:m-70 {
    margin: 4.375rem;
  }
  .md\:mt-70 {
    margin-top: 4.375rem;
  }
  .md\:mr-70 {
    margin-right: 4.375rem;
  }
  .md\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .md\:ml-70 {
    margin-left: 4.375rem;
  }
  .md\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .md\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-70 {
    padding: 4.375rem;
  }
  .lg\:pt-70 {
    padding-top: 4.375rem;
  }
  .lg\:pr-70 {
    padding-right: 4.375rem;
  }
  .lg\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .lg\:pl-70 {
    padding-left: 4.375rem;
  }
  .lg\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .lg\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .lg\:m-70 {
    margin: 4.375rem;
  }
  .lg\:mt-70 {
    margin-top: 4.375rem;
  }
  .lg\:mr-70 {
    margin-right: 4.375rem;
  }
  .lg\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .lg\:ml-70 {
    margin-left: 4.375rem;
  }
  .lg\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .lg\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-70 {
    padding: 4.375rem;
  }
  .xl\:pt-70 {
    padding-top: 4.375rem;
  }
  .xl\:pr-70 {
    padding-right: 4.375rem;
  }
  .xl\:pb-70 {
    padding-bottom: 4.375rem;
  }
  .xl\:pl-70 {
    padding-left: 4.375rem;
  }
  .xl\:px-70 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .xl\:py-70 {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .xl\:m-70 {
    margin: 4.375rem;
  }
  .xl\:mt-70 {
    margin-top: 4.375rem;
  }
  .xl\:mr-70 {
    margin-right: 4.375rem;
  }
  .xl\:mb-70 {
    margin-bottom: 4.375rem;
  }
  .xl\:ml-70 {
    margin-left: 4.375rem;
  }
  .xl\:mx-70 {
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }
  .xl\:my-70 {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
.p-72 {
  padding: 4.5rem;
}

.pt-72 {
  padding-top: 4.5rem;
}

.pr-72 {
  padding-right: 4.5rem;
}

.pb-72 {
  padding-bottom: 4.5rem;
}

.pl-72 {
  padding-left: 4.5rem;
}

.px-72 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-72 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.m-72 {
  margin: 4.5rem;
}

.mt-72 {
  margin-top: 4.5rem;
}

.mr-72 {
  margin-right: 4.5rem;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.ml-72 {
  margin-left: 4.5rem;
}

.mx-72 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-72 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

@media (min-width: 576px) {
  .sm\:p-72 {
    padding: 4.5rem;
  }
  .sm\:pt-72 {
    padding-top: 4.5rem;
  }
  .sm\:pr-72 {
    padding-right: 4.5rem;
  }
  .sm\:pb-72 {
    padding-bottom: 4.5rem;
  }
  .sm\:pl-72 {
    padding-left: 4.5rem;
  }
  .sm\:px-72 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .sm\:py-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .sm\:m-72 {
    margin: 4.5rem;
  }
  .sm\:mt-72 {
    margin-top: 4.5rem;
  }
  .sm\:mr-72 {
    margin-right: 4.5rem;
  }
  .sm\:mb-72 {
    margin-bottom: 4.5rem;
  }
  .sm\:ml-72 {
    margin-left: 4.5rem;
  }
  .sm\:mx-72 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .sm\:my-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-72 {
    padding: 4.5rem;
  }
  .tb\:pt-72 {
    padding-top: 4.5rem;
  }
  .tb\:pr-72 {
    padding-right: 4.5rem;
  }
  .tb\:pb-72 {
    padding-bottom: 4.5rem;
  }
  .tb\:pl-72 {
    padding-left: 4.5rem;
  }
  .tb\:px-72 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .tb\:py-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .tb\:m-72 {
    margin: 4.5rem;
  }
  .tb\:mt-72 {
    margin-top: 4.5rem;
  }
  .tb\:mr-72 {
    margin-right: 4.5rem;
  }
  .tb\:mb-72 {
    margin-bottom: 4.5rem;
  }
  .tb\:ml-72 {
    margin-left: 4.5rem;
  }
  .tb\:mx-72 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .tb\:my-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-72 {
    padding: 4.5rem;
  }
  .md\:pt-72 {
    padding-top: 4.5rem;
  }
  .md\:pr-72 {
    padding-right: 4.5rem;
  }
  .md\:pb-72 {
    padding-bottom: 4.5rem;
  }
  .md\:pl-72 {
    padding-left: 4.5rem;
  }
  .md\:px-72 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .md\:py-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .md\:m-72 {
    margin: 4.5rem;
  }
  .md\:mt-72 {
    margin-top: 4.5rem;
  }
  .md\:mr-72 {
    margin-right: 4.5rem;
  }
  .md\:mb-72 {
    margin-bottom: 4.5rem;
  }
  .md\:ml-72 {
    margin-left: 4.5rem;
  }
  .md\:mx-72 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .md\:my-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-72 {
    padding: 4.5rem;
  }
  .lg\:pt-72 {
    padding-top: 4.5rem;
  }
  .lg\:pr-72 {
    padding-right: 4.5rem;
  }
  .lg\:pb-72 {
    padding-bottom: 4.5rem;
  }
  .lg\:pl-72 {
    padding-left: 4.5rem;
  }
  .lg\:px-72 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .lg\:py-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lg\:m-72 {
    margin: 4.5rem;
  }
  .lg\:mt-72 {
    margin-top: 4.5rem;
  }
  .lg\:mr-72 {
    margin-right: 4.5rem;
  }
  .lg\:mb-72 {
    margin-bottom: 4.5rem;
  }
  .lg\:ml-72 {
    margin-left: 4.5rem;
  }
  .lg\:mx-72 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .lg\:my-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-72 {
    padding: 4.5rem;
  }
  .xl\:pt-72 {
    padding-top: 4.5rem;
  }
  .xl\:pr-72 {
    padding-right: 4.5rem;
  }
  .xl\:pb-72 {
    padding-bottom: 4.5rem;
  }
  .xl\:pl-72 {
    padding-left: 4.5rem;
  }
  .xl\:px-72 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .xl\:py-72 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .xl\:m-72 {
    margin: 4.5rem;
  }
  .xl\:mt-72 {
    margin-top: 4.5rem;
  }
  .xl\:mr-72 {
    margin-right: 4.5rem;
  }
  .xl\:mb-72 {
    margin-bottom: 4.5rem;
  }
  .xl\:ml-72 {
    margin-left: 4.5rem;
  }
  .xl\:mx-72 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .xl\:my-72 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}
.p-80 {
  padding: 5rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pl-80 {
  padding-left: 5rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.m-80 {
  margin: 5rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mr-80 {
  margin-right: 5rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.ml-80 {
  margin-left: 5rem;
}

.mx-80 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 576px) {
  .sm\:p-80 {
    padding: 5rem;
  }
  .sm\:pt-80 {
    padding-top: 5rem;
  }
  .sm\:pr-80 {
    padding-right: 5rem;
  }
  .sm\:pb-80 {
    padding-bottom: 5rem;
  }
  .sm\:pl-80 {
    padding-left: 5rem;
  }
  .sm\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:m-80 {
    margin: 5rem;
  }
  .sm\:mt-80 {
    margin-top: 5rem;
  }
  .sm\:mr-80 {
    margin-right: 5rem;
  }
  .sm\:mb-80 {
    margin-bottom: 5rem;
  }
  .sm\:ml-80 {
    margin-left: 5rem;
  }
  .sm\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-80 {
    padding: 5rem;
  }
  .tb\:pt-80 {
    padding-top: 5rem;
  }
  .tb\:pr-80 {
    padding-right: 5rem;
  }
  .tb\:pb-80 {
    padding-bottom: 5rem;
  }
  .tb\:pl-80 {
    padding-left: 5rem;
  }
  .tb\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tb\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tb\:m-80 {
    margin: 5rem;
  }
  .tb\:mt-80 {
    margin-top: 5rem;
  }
  .tb\:mr-80 {
    margin-right: 5rem;
  }
  .tb\:mb-80 {
    margin-bottom: 5rem;
  }
  .tb\:ml-80 {
    margin-left: 5rem;
  }
  .tb\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .tb\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-80 {
    padding: 5rem;
  }
  .md\:pt-80 {
    padding-top: 5rem;
  }
  .md\:pr-80 {
    padding-right: 5rem;
  }
  .md\:pb-80 {
    padding-bottom: 5rem;
  }
  .md\:pl-80 {
    padding-left: 5rem;
  }
  .md\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:m-80 {
    margin: 5rem;
  }
  .md\:mt-80 {
    margin-top: 5rem;
  }
  .md\:mr-80 {
    margin-right: 5rem;
  }
  .md\:mb-80 {
    margin-bottom: 5rem;
  }
  .md\:ml-80 {
    margin-left: 5rem;
  }
  .md\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-80 {
    padding: 5rem;
  }
  .lg\:pt-80 {
    padding-top: 5rem;
  }
  .lg\:pr-80 {
    padding-right: 5rem;
  }
  .lg\:pb-80 {
    padding-bottom: 5rem;
  }
  .lg\:pl-80 {
    padding-left: 5rem;
  }
  .lg\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:m-80 {
    margin: 5rem;
  }
  .lg\:mt-80 {
    margin-top: 5rem;
  }
  .lg\:mr-80 {
    margin-right: 5rem;
  }
  .lg\:mb-80 {
    margin-bottom: 5rem;
  }
  .lg\:ml-80 {
    margin-left: 5rem;
  }
  .lg\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-80 {
    padding: 5rem;
  }
  .xl\:pt-80 {
    padding-top: 5rem;
  }
  .xl\:pr-80 {
    padding-right: 5rem;
  }
  .xl\:pb-80 {
    padding-bottom: 5rem;
  }
  .xl\:pl-80 {
    padding-left: 5rem;
  }
  .xl\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:m-80 {
    margin: 5rem;
  }
  .xl\:mt-80 {
    margin-top: 5rem;
  }
  .xl\:mr-80 {
    margin-right: 5rem;
  }
  .xl\:mb-80 {
    margin-bottom: 5rem;
  }
  .xl\:ml-80 {
    margin-left: 5rem;
  }
  .xl\:mx-80 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.p-85 {
  padding: 5.3125rem;
}

.pt-85 {
  padding-top: 5.3125rem;
}

.pr-85 {
  padding-right: 5.3125rem;
}

.pb-85 {
  padding-bottom: 5.3125rem;
}

.pl-85 {
  padding-left: 5.3125rem;
}

.px-85 {
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

.py-85 {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

.m-85 {
  margin: 5.3125rem;
}

.mt-85 {
  margin-top: 5.3125rem;
}

.mr-85 {
  margin-right: 5.3125rem;
}

.mb-85 {
  margin-bottom: 5.3125rem;
}

.ml-85 {
  margin-left: 5.3125rem;
}

.mx-85 {
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

.my-85 {
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

@media (min-width: 576px) {
  .sm\:p-85 {
    padding: 5.3125rem;
  }
  .sm\:pt-85 {
    padding-top: 5.3125rem;
  }
  .sm\:pr-85 {
    padding-right: 5.3125rem;
  }
  .sm\:pb-85 {
    padding-bottom: 5.3125rem;
  }
  .sm\:pl-85 {
    padding-left: 5.3125rem;
  }
  .sm\:px-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .sm\:py-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .sm\:m-85 {
    margin: 5.3125rem;
  }
  .sm\:mt-85 {
    margin-top: 5.3125rem;
  }
  .sm\:mr-85 {
    margin-right: 5.3125rem;
  }
  .sm\:mb-85 {
    margin-bottom: 5.3125rem;
  }
  .sm\:ml-85 {
    margin-left: 5.3125rem;
  }
  .sm\:mx-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .sm\:my-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-85 {
    padding: 5.3125rem;
  }
  .tb\:pt-85 {
    padding-top: 5.3125rem;
  }
  .tb\:pr-85 {
    padding-right: 5.3125rem;
  }
  .tb\:pb-85 {
    padding-bottom: 5.3125rem;
  }
  .tb\:pl-85 {
    padding-left: 5.3125rem;
  }
  .tb\:px-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .tb\:py-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .tb\:m-85 {
    margin: 5.3125rem;
  }
  .tb\:mt-85 {
    margin-top: 5.3125rem;
  }
  .tb\:mr-85 {
    margin-right: 5.3125rem;
  }
  .tb\:mb-85 {
    margin-bottom: 5.3125rem;
  }
  .tb\:ml-85 {
    margin-left: 5.3125rem;
  }
  .tb\:mx-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .tb\:my-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-85 {
    padding: 5.3125rem;
  }
  .md\:pt-85 {
    padding-top: 5.3125rem;
  }
  .md\:pr-85 {
    padding-right: 5.3125rem;
  }
  .md\:pb-85 {
    padding-bottom: 5.3125rem;
  }
  .md\:pl-85 {
    padding-left: 5.3125rem;
  }
  .md\:px-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .md\:py-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .md\:m-85 {
    margin: 5.3125rem;
  }
  .md\:mt-85 {
    margin-top: 5.3125rem;
  }
  .md\:mr-85 {
    margin-right: 5.3125rem;
  }
  .md\:mb-85 {
    margin-bottom: 5.3125rem;
  }
  .md\:ml-85 {
    margin-left: 5.3125rem;
  }
  .md\:mx-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .md\:my-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-85 {
    padding: 5.3125rem;
  }
  .lg\:pt-85 {
    padding-top: 5.3125rem;
  }
  .lg\:pr-85 {
    padding-right: 5.3125rem;
  }
  .lg\:pb-85 {
    padding-bottom: 5.3125rem;
  }
  .lg\:pl-85 {
    padding-left: 5.3125rem;
  }
  .lg\:px-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .lg\:py-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .lg\:m-85 {
    margin: 5.3125rem;
  }
  .lg\:mt-85 {
    margin-top: 5.3125rem;
  }
  .lg\:mr-85 {
    margin-right: 5.3125rem;
  }
  .lg\:mb-85 {
    margin-bottom: 5.3125rem;
  }
  .lg\:ml-85 {
    margin-left: 5.3125rem;
  }
  .lg\:mx-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .lg\:my-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-85 {
    padding: 5.3125rem;
  }
  .xl\:pt-85 {
    padding-top: 5.3125rem;
  }
  .xl\:pr-85 {
    padding-right: 5.3125rem;
  }
  .xl\:pb-85 {
    padding-bottom: 5.3125rem;
  }
  .xl\:pl-85 {
    padding-left: 5.3125rem;
  }
  .xl\:px-85 {
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }
  .xl\:py-85 {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }
  .xl\:m-85 {
    margin: 5.3125rem;
  }
  .xl\:mt-85 {
    margin-top: 5.3125rem;
  }
  .xl\:mr-85 {
    margin-right: 5.3125rem;
  }
  .xl\:mb-85 {
    margin-bottom: 5.3125rem;
  }
  .xl\:ml-85 {
    margin-left: 5.3125rem;
  }
  .xl\:mx-85 {
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }
  .xl\:my-85 {
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }
}
.p-95 {
  padding: 5.9375rem;
}

.pt-95 {
  padding-top: 5.9375rem;
}

.pr-95 {
  padding-right: 5.9375rem;
}

.pb-95 {
  padding-bottom: 5.9375rem;
}

.pl-95 {
  padding-left: 5.9375rem;
}

.px-95 {
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}

.py-95 {
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.m-95 {
  margin: 5.9375rem;
}

.mt-95 {
  margin-top: 5.9375rem;
}

.mr-95 {
  margin-right: 5.9375rem;
}

.mb-95 {
  margin-bottom: 5.9375rem;
}

.ml-95 {
  margin-left: 5.9375rem;
}

.mx-95 {
  margin-left: 5.9375rem;
  margin-right: 5.9375rem;
}

.my-95 {
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

@media (min-width: 576px) {
  .sm\:p-95 {
    padding: 5.9375rem;
  }
  .sm\:pt-95 {
    padding-top: 5.9375rem;
  }
  .sm\:pr-95 {
    padding-right: 5.9375rem;
  }
  .sm\:pb-95 {
    padding-bottom: 5.9375rem;
  }
  .sm\:pl-95 {
    padding-left: 5.9375rem;
  }
  .sm\:px-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .sm\:py-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .sm\:m-95 {
    margin: 5.9375rem;
  }
  .sm\:mt-95 {
    margin-top: 5.9375rem;
  }
  .sm\:mr-95 {
    margin-right: 5.9375rem;
  }
  .sm\:mb-95 {
    margin-bottom: 5.9375rem;
  }
  .sm\:ml-95 {
    margin-left: 5.9375rem;
  }
  .sm\:mx-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .sm\:my-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-95 {
    padding: 5.9375rem;
  }
  .tb\:pt-95 {
    padding-top: 5.9375rem;
  }
  .tb\:pr-95 {
    padding-right: 5.9375rem;
  }
  .tb\:pb-95 {
    padding-bottom: 5.9375rem;
  }
  .tb\:pl-95 {
    padding-left: 5.9375rem;
  }
  .tb\:px-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .tb\:py-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .tb\:m-95 {
    margin: 5.9375rem;
  }
  .tb\:mt-95 {
    margin-top: 5.9375rem;
  }
  .tb\:mr-95 {
    margin-right: 5.9375rem;
  }
  .tb\:mb-95 {
    margin-bottom: 5.9375rem;
  }
  .tb\:ml-95 {
    margin-left: 5.9375rem;
  }
  .tb\:mx-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .tb\:my-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 992px) {
  .md\:p-95 {
    padding: 5.9375rem;
  }
  .md\:pt-95 {
    padding-top: 5.9375rem;
  }
  .md\:pr-95 {
    padding-right: 5.9375rem;
  }
  .md\:pb-95 {
    padding-bottom: 5.9375rem;
  }
  .md\:pl-95 {
    padding-left: 5.9375rem;
  }
  .md\:px-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .md\:py-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .md\:m-95 {
    margin: 5.9375rem;
  }
  .md\:mt-95 {
    margin-top: 5.9375rem;
  }
  .md\:mr-95 {
    margin-right: 5.9375rem;
  }
  .md\:mb-95 {
    margin-bottom: 5.9375rem;
  }
  .md\:ml-95 {
    margin-left: 5.9375rem;
  }
  .md\:mx-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .md\:my-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-95 {
    padding: 5.9375rem;
  }
  .lg\:pt-95 {
    padding-top: 5.9375rem;
  }
  .lg\:pr-95 {
    padding-right: 5.9375rem;
  }
  .lg\:pb-95 {
    padding-bottom: 5.9375rem;
  }
  .lg\:pl-95 {
    padding-left: 5.9375rem;
  }
  .lg\:px-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .lg\:py-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .lg\:m-95 {
    margin: 5.9375rem;
  }
  .lg\:mt-95 {
    margin-top: 5.9375rem;
  }
  .lg\:mr-95 {
    margin-right: 5.9375rem;
  }
  .lg\:mb-95 {
    margin-bottom: 5.9375rem;
  }
  .lg\:ml-95 {
    margin-left: 5.9375rem;
  }
  .lg\:mx-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .lg\:my-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-95 {
    padding: 5.9375rem;
  }
  .xl\:pt-95 {
    padding-top: 5.9375rem;
  }
  .xl\:pr-95 {
    padding-right: 5.9375rem;
  }
  .xl\:pb-95 {
    padding-bottom: 5.9375rem;
  }
  .xl\:pl-95 {
    padding-left: 5.9375rem;
  }
  .xl\:px-95 {
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }
  .xl\:py-95 {
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }
  .xl\:m-95 {
    margin: 5.9375rem;
  }
  .xl\:mt-95 {
    margin-top: 5.9375rem;
  }
  .xl\:mr-95 {
    margin-right: 5.9375rem;
  }
  .xl\:mb-95 {
    margin-bottom: 5.9375rem;
  }
  .xl\:ml-95 {
    margin-left: 5.9375rem;
  }
  .xl\:mx-95 {
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }
  .xl\:my-95 {
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }
}
.p-120 {
  padding: 7.5rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pr-120 {
  padding-right: 7.5rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pl-120 {
  padding-left: 7.5rem;
}

.px-120 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.m-120 {
  margin: 7.5rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mr-120 {
  margin-right: 7.5rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.ml-120 {
  margin-left: 7.5rem;
}

.mx-120 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-120 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

@media (min-width: 576px) {
  .sm\:p-120 {
    padding: 7.5rem;
  }
  .sm\:pt-120 {
    padding-top: 7.5rem;
  }
  .sm\:pr-120 {
    padding-right: 7.5rem;
  }
  .sm\:pb-120 {
    padding-bottom: 7.5rem;
  }
  .sm\:pl-120 {
    padding-left: 7.5rem;
  }
  .sm\:px-120 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .sm\:py-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .sm\:m-120 {
    margin: 7.5rem;
  }
  .sm\:mt-120 {
    margin-top: 7.5rem;
  }
  .sm\:mr-120 {
    margin-right: 7.5rem;
  }
  .sm\:mb-120 {
    margin-bottom: 7.5rem;
  }
  .sm\:ml-120 {
    margin-left: 7.5rem;
  }
  .sm\:mx-120 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .sm\:my-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-120 {
    padding: 7.5rem;
  }
  .tb\:pt-120 {
    padding-top: 7.5rem;
  }
  .tb\:pr-120 {
    padding-right: 7.5rem;
  }
  .tb\:pb-120 {
    padding-bottom: 7.5rem;
  }
  .tb\:pl-120 {
    padding-left: 7.5rem;
  }
  .tb\:px-120 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .tb\:py-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .tb\:m-120 {
    margin: 7.5rem;
  }
  .tb\:mt-120 {
    margin-top: 7.5rem;
  }
  .tb\:mr-120 {
    margin-right: 7.5rem;
  }
  .tb\:mb-120 {
    margin-bottom: 7.5rem;
  }
  .tb\:ml-120 {
    margin-left: 7.5rem;
  }
  .tb\:mx-120 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .tb\:my-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-120 {
    padding: 7.5rem;
  }
  .md\:pt-120 {
    padding-top: 7.5rem;
  }
  .md\:pr-120 {
    padding-right: 7.5rem;
  }
  .md\:pb-120 {
    padding-bottom: 7.5rem;
  }
  .md\:pl-120 {
    padding-left: 7.5rem;
  }
  .md\:px-120 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .md\:py-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .md\:m-120 {
    margin: 7.5rem;
  }
  .md\:mt-120 {
    margin-top: 7.5rem;
  }
  .md\:mr-120 {
    margin-right: 7.5rem;
  }
  .md\:mb-120 {
    margin-bottom: 7.5rem;
  }
  .md\:ml-120 {
    margin-left: 7.5rem;
  }
  .md\:mx-120 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .md\:my-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-120 {
    padding: 7.5rem;
  }
  .lg\:pt-120 {
    padding-top: 7.5rem;
  }
  .lg\:pr-120 {
    padding-right: 7.5rem;
  }
  .lg\:pb-120 {
    padding-bottom: 7.5rem;
  }
  .lg\:pl-120 {
    padding-left: 7.5rem;
  }
  .lg\:px-120 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .lg\:py-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .lg\:m-120 {
    margin: 7.5rem;
  }
  .lg\:mt-120 {
    margin-top: 7.5rem;
  }
  .lg\:mr-120 {
    margin-right: 7.5rem;
  }
  .lg\:mb-120 {
    margin-bottom: 7.5rem;
  }
  .lg\:ml-120 {
    margin-left: 7.5rem;
  }
  .lg\:mx-120 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .lg\:my-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-120 {
    padding: 7.5rem;
  }
  .xl\:pt-120 {
    padding-top: 7.5rem;
  }
  .xl\:pr-120 {
    padding-right: 7.5rem;
  }
  .xl\:pb-120 {
    padding-bottom: 7.5rem;
  }
  .xl\:pl-120 {
    padding-left: 7.5rem;
  }
  .xl\:px-120 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .xl\:py-120 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .xl\:m-120 {
    margin: 7.5rem;
  }
  .xl\:mt-120 {
    margin-top: 7.5rem;
  }
  .xl\:mr-120 {
    margin-right: 7.5rem;
  }
  .xl\:mb-120 {
    margin-bottom: 7.5rem;
  }
  .xl\:ml-120 {
    margin-left: 7.5rem;
  }
  .xl\:mx-120 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .xl\:my-120 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
.p-130 {
  padding: 8.125rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pr-130 {
  padding-right: 8.125rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pl-130 {
  padding-left: 8.125rem;
}

.px-130 {
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}

.py-130 {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.m-130 {
  margin: 8.125rem;
}

.mt-130 {
  margin-top: 8.125rem;
}

.mr-130 {
  margin-right: 8.125rem;
}

.mb-130 {
  margin-bottom: 8.125rem;
}

.ml-130 {
  margin-left: 8.125rem;
}

.mx-130 {
  margin-left: 8.125rem;
  margin-right: 8.125rem;
}

.my-130 {
  margin-top: 8.125rem;
  margin-bottom: 8.125rem;
}

@media (min-width: 576px) {
  .sm\:p-130 {
    padding: 8.125rem;
  }
  .sm\:pt-130 {
    padding-top: 8.125rem;
  }
  .sm\:pr-130 {
    padding-right: 8.125rem;
  }
  .sm\:pb-130 {
    padding-bottom: 8.125rem;
  }
  .sm\:pl-130 {
    padding-left: 8.125rem;
  }
  .sm\:px-130 {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .sm\:py-130 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .sm\:m-130 {
    margin: 8.125rem;
  }
  .sm\:mt-130 {
    margin-top: 8.125rem;
  }
  .sm\:mr-130 {
    margin-right: 8.125rem;
  }
  .sm\:mb-130 {
    margin-bottom: 8.125rem;
  }
  .sm\:ml-130 {
    margin-left: 8.125rem;
  }
  .sm\:mx-130 {
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }
  .sm\:my-130 {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-130 {
    padding: 8.125rem;
  }
  .tb\:pt-130 {
    padding-top: 8.125rem;
  }
  .tb\:pr-130 {
    padding-right: 8.125rem;
  }
  .tb\:pb-130 {
    padding-bottom: 8.125rem;
  }
  .tb\:pl-130 {
    padding-left: 8.125rem;
  }
  .tb\:px-130 {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .tb\:py-130 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .tb\:m-130 {
    margin: 8.125rem;
  }
  .tb\:mt-130 {
    margin-top: 8.125rem;
  }
  .tb\:mr-130 {
    margin-right: 8.125rem;
  }
  .tb\:mb-130 {
    margin-bottom: 8.125rem;
  }
  .tb\:ml-130 {
    margin-left: 8.125rem;
  }
  .tb\:mx-130 {
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }
  .tb\:my-130 {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 992px) {
  .md\:p-130 {
    padding: 8.125rem;
  }
  .md\:pt-130 {
    padding-top: 8.125rem;
  }
  .md\:pr-130 {
    padding-right: 8.125rem;
  }
  .md\:pb-130 {
    padding-bottom: 8.125rem;
  }
  .md\:pl-130 {
    padding-left: 8.125rem;
  }
  .md\:px-130 {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .md\:py-130 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .md\:m-130 {
    margin: 8.125rem;
  }
  .md\:mt-130 {
    margin-top: 8.125rem;
  }
  .md\:mr-130 {
    margin-right: 8.125rem;
  }
  .md\:mb-130 {
    margin-bottom: 8.125rem;
  }
  .md\:ml-130 {
    margin-left: 8.125rem;
  }
  .md\:mx-130 {
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }
  .md\:my-130 {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-130 {
    padding: 8.125rem;
  }
  .lg\:pt-130 {
    padding-top: 8.125rem;
  }
  .lg\:pr-130 {
    padding-right: 8.125rem;
  }
  .lg\:pb-130 {
    padding-bottom: 8.125rem;
  }
  .lg\:pl-130 {
    padding-left: 8.125rem;
  }
  .lg\:px-130 {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .lg\:py-130 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .lg\:m-130 {
    margin: 8.125rem;
  }
  .lg\:mt-130 {
    margin-top: 8.125rem;
  }
  .lg\:mr-130 {
    margin-right: 8.125rem;
  }
  .lg\:mb-130 {
    margin-bottom: 8.125rem;
  }
  .lg\:ml-130 {
    margin-left: 8.125rem;
  }
  .lg\:mx-130 {
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }
  .lg\:my-130 {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-130 {
    padding: 8.125rem;
  }
  .xl\:pt-130 {
    padding-top: 8.125rem;
  }
  .xl\:pr-130 {
    padding-right: 8.125rem;
  }
  .xl\:pb-130 {
    padding-bottom: 8.125rem;
  }
  .xl\:pl-130 {
    padding-left: 8.125rem;
  }
  .xl\:px-130 {
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .xl\:py-130 {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
  .xl\:m-130 {
    margin: 8.125rem;
  }
  .xl\:mt-130 {
    margin-top: 8.125rem;
  }
  .xl\:mr-130 {
    margin-right: 8.125rem;
  }
  .xl\:mb-130 {
    margin-bottom: 8.125rem;
  }
  .xl\:ml-130 {
    margin-left: 8.125rem;
  }
  .xl\:mx-130 {
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }
  .xl\:my-130 {
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }
}
.p-140 {
  padding: 8.75rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pr-140 {
  padding-right: 8.75rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pl-140 {
  padding-left: 8.75rem;
}

.px-140 {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.py-140 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.m-140 {
  margin: 8.75rem;
}

.mt-140 {
  margin-top: 8.75rem;
}

.mr-140 {
  margin-right: 8.75rem;
}

.mb-140 {
  margin-bottom: 8.75rem;
}

.ml-140 {
  margin-left: 8.75rem;
}

.mx-140 {
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

.my-140 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

@media (min-width: 576px) {
  .sm\:p-140 {
    padding: 8.75rem;
  }
  .sm\:pt-140 {
    padding-top: 8.75rem;
  }
  .sm\:pr-140 {
    padding-right: 8.75rem;
  }
  .sm\:pb-140 {
    padding-bottom: 8.75rem;
  }
  .sm\:pl-140 {
    padding-left: 8.75rem;
  }
  .sm\:px-140 {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
  .sm\:py-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .sm\:m-140 {
    margin: 8.75rem;
  }
  .sm\:mt-140 {
    margin-top: 8.75rem;
  }
  .sm\:mr-140 {
    margin-right: 8.75rem;
  }
  .sm\:mb-140 {
    margin-bottom: 8.75rem;
  }
  .sm\:ml-140 {
    margin-left: 8.75rem;
  }
  .sm\:mx-140 {
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }
  .sm\:my-140 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-140 {
    padding: 8.75rem;
  }
  .tb\:pt-140 {
    padding-top: 8.75rem;
  }
  .tb\:pr-140 {
    padding-right: 8.75rem;
  }
  .tb\:pb-140 {
    padding-bottom: 8.75rem;
  }
  .tb\:pl-140 {
    padding-left: 8.75rem;
  }
  .tb\:px-140 {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
  .tb\:py-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .tb\:m-140 {
    margin: 8.75rem;
  }
  .tb\:mt-140 {
    margin-top: 8.75rem;
  }
  .tb\:mr-140 {
    margin-right: 8.75rem;
  }
  .tb\:mb-140 {
    margin-bottom: 8.75rem;
  }
  .tb\:ml-140 {
    margin-left: 8.75rem;
  }
  .tb\:mx-140 {
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }
  .tb\:my-140 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 992px) {
  .md\:p-140 {
    padding: 8.75rem;
  }
  .md\:pt-140 {
    padding-top: 8.75rem;
  }
  .md\:pr-140 {
    padding-right: 8.75rem;
  }
  .md\:pb-140 {
    padding-bottom: 8.75rem;
  }
  .md\:pl-140 {
    padding-left: 8.75rem;
  }
  .md\:px-140 {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
  .md\:py-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .md\:m-140 {
    margin: 8.75rem;
  }
  .md\:mt-140 {
    margin-top: 8.75rem;
  }
  .md\:mr-140 {
    margin-right: 8.75rem;
  }
  .md\:mb-140 {
    margin-bottom: 8.75rem;
  }
  .md\:ml-140 {
    margin-left: 8.75rem;
  }
  .md\:mx-140 {
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }
  .md\:my-140 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-140 {
    padding: 8.75rem;
  }
  .lg\:pt-140 {
    padding-top: 8.75rem;
  }
  .lg\:pr-140 {
    padding-right: 8.75rem;
  }
  .lg\:pb-140 {
    padding-bottom: 8.75rem;
  }
  .lg\:pl-140 {
    padding-left: 8.75rem;
  }
  .lg\:px-140 {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
  .lg\:py-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .lg\:m-140 {
    margin: 8.75rem;
  }
  .lg\:mt-140 {
    margin-top: 8.75rem;
  }
  .lg\:mr-140 {
    margin-right: 8.75rem;
  }
  .lg\:mb-140 {
    margin-bottom: 8.75rem;
  }
  .lg\:ml-140 {
    margin-left: 8.75rem;
  }
  .lg\:mx-140 {
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }
  .lg\:my-140 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-140 {
    padding: 8.75rem;
  }
  .xl\:pt-140 {
    padding-top: 8.75rem;
  }
  .xl\:pr-140 {
    padding-right: 8.75rem;
  }
  .xl\:pb-140 {
    padding-bottom: 8.75rem;
  }
  .xl\:pl-140 {
    padding-left: 8.75rem;
  }
  .xl\:px-140 {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
  .xl\:py-140 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  .xl\:m-140 {
    margin: 8.75rem;
  }
  .xl\:mt-140 {
    margin-top: 8.75rem;
  }
  .xl\:mr-140 {
    margin-right: 8.75rem;
  }
  .xl\:mb-140 {
    margin-bottom: 8.75rem;
  }
  .xl\:ml-140 {
    margin-left: 8.75rem;
  }
  .xl\:mx-140 {
    margin-left: 8.75rem;
    margin-right: 8.75rem;
  }
  .xl\:my-140 {
    margin-top: 8.75rem;
    margin-bottom: 8.75rem;
  }
}
.p-200 {
  padding: 12.5rem;
}

.pt-200 {
  padding-top: 12.5rem;
}

.pr-200 {
  padding-right: 12.5rem;
}

.pb-200 {
  padding-bottom: 12.5rem;
}

.pl-200 {
  padding-left: 12.5rem;
}

.px-200 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.py-200 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.m-200 {
  margin: 12.5rem;
}

.mt-200 {
  margin-top: 12.5rem;
}

.mr-200 {
  margin-right: 12.5rem;
}

.mb-200 {
  margin-bottom: 12.5rem;
}

.ml-200 {
  margin-left: 12.5rem;
}

.mx-200 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.my-200 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

@media (min-width: 576px) {
  .sm\:p-200 {
    padding: 12.5rem;
  }
  .sm\:pt-200 {
    padding-top: 12.5rem;
  }
  .sm\:pr-200 {
    padding-right: 12.5rem;
  }
  .sm\:pb-200 {
    padding-bottom: 12.5rem;
  }
  .sm\:pl-200 {
    padding-left: 12.5rem;
  }
  .sm\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .sm\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .sm\:m-200 {
    margin: 12.5rem;
  }
  .sm\:mt-200 {
    margin-top: 12.5rem;
  }
  .sm\:mr-200 {
    margin-right: 12.5rem;
  }
  .sm\:mb-200 {
    margin-bottom: 12.5rem;
  }
  .sm\:ml-200 {
    margin-left: 12.5rem;
  }
  .sm\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .sm\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 768px) {
  .tb\:p-200 {
    padding: 12.5rem;
  }
  .tb\:pt-200 {
    padding-top: 12.5rem;
  }
  .tb\:pr-200 {
    padding-right: 12.5rem;
  }
  .tb\:pb-200 {
    padding-bottom: 12.5rem;
  }
  .tb\:pl-200 {
    padding-left: 12.5rem;
  }
  .tb\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .tb\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .tb\:m-200 {
    margin: 12.5rem;
  }
  .tb\:mt-200 {
    margin-top: 12.5rem;
  }
  .tb\:mr-200 {
    margin-right: 12.5rem;
  }
  .tb\:mb-200 {
    margin-bottom: 12.5rem;
  }
  .tb\:ml-200 {
    margin-left: 12.5rem;
  }
  .tb\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .tb\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 992px) {
  .md\:p-200 {
    padding: 12.5rem;
  }
  .md\:pt-200 {
    padding-top: 12.5rem;
  }
  .md\:pr-200 {
    padding-right: 12.5rem;
  }
  .md\:pb-200 {
    padding-bottom: 12.5rem;
  }
  .md\:pl-200 {
    padding-left: 12.5rem;
  }
  .md\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .md\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .md\:m-200 {
    margin: 12.5rem;
  }
  .md\:mt-200 {
    margin-top: 12.5rem;
  }
  .md\:mr-200 {
    margin-right: 12.5rem;
  }
  .md\:mb-200 {
    margin-bottom: 12.5rem;
  }
  .md\:ml-200 {
    margin-left: 12.5rem;
  }
  .md\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .md\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .lg\:p-200 {
    padding: 12.5rem;
  }
  .lg\:pt-200 {
    padding-top: 12.5rem;
  }
  .lg\:pr-200 {
    padding-right: 12.5rem;
  }
  .lg\:pb-200 {
    padding-bottom: 12.5rem;
  }
  .lg\:pl-200 {
    padding-left: 12.5rem;
  }
  .lg\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .lg\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .lg\:m-200 {
    margin: 12.5rem;
  }
  .lg\:mt-200 {
    margin-top: 12.5rem;
  }
  .lg\:mr-200 {
    margin-right: 12.5rem;
  }
  .lg\:mb-200 {
    margin-bottom: 12.5rem;
  }
  .lg\:ml-200 {
    margin-left: 12.5rem;
  }
  .lg\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .lg\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .xl\:p-200 {
    padding: 12.5rem;
  }
  .xl\:pt-200 {
    padding-top: 12.5rem;
  }
  .xl\:pr-200 {
    padding-right: 12.5rem;
  }
  .xl\:pb-200 {
    padding-bottom: 12.5rem;
  }
  .xl\:pl-200 {
    padding-left: 12.5rem;
  }
  .xl\:px-200 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
  .xl\:py-200 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .xl\:m-200 {
    margin: 12.5rem;
  }
  .xl\:mt-200 {
    margin-top: 12.5rem;
  }
  .xl\:mr-200 {
    margin-right: 12.5rem;
  }
  .xl\:mb-200 {
    margin-bottom: 12.5rem;
  }
  .xl\:ml-200 {
    margin-left: 12.5rem;
  }
  .xl\:mx-200 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
  .xl\:my-200 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
.p-auto {
  padding: auto;
}

.pt-auto {
  padding-top: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 576px) {
  .sm\:p-auto {
    padding: auto;
  }
  .sm\:pt-auto {
    padding-top: auto;
  }
  .sm\:pr-auto {
    padding-right: auto;
  }
  .sm\:pb-auto {
    padding-bottom: auto;
  }
  .sm\:pl-auto {
    padding-left: auto;
  }
  .sm\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .sm\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mt-auto {
    margin-top: auto;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mb-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 768px) {
  .tb\:p-auto {
    padding: auto;
  }
  .tb\:pt-auto {
    padding-top: auto;
  }
  .tb\:pr-auto {
    padding-right: auto;
  }
  .tb\:pb-auto {
    padding-bottom: auto;
  }
  .tb\:pl-auto {
    padding-left: auto;
  }
  .tb\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .tb\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .tb\:m-auto {
    margin: auto;
  }
  .tb\:mt-auto {
    margin-top: auto;
  }
  .tb\:mr-auto {
    margin-right: auto;
  }
  .tb\:mb-auto {
    margin-bottom: auto;
  }
  .tb\:ml-auto {
    margin-left: auto;
  }
  .tb\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tb\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .md\:p-auto {
    padding: auto;
  }
  .md\:pt-auto {
    padding-top: auto;
  }
  .md\:pr-auto {
    padding-right: auto;
  }
  .md\:pb-auto {
    padding-bottom: auto;
  }
  .md\:pl-auto {
    padding-left: auto;
  }
  .md\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .md\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mr-auto {
    margin-right: auto;
  }
  .md\:mb-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1200px) {
  .lg\:p-auto {
    padding: auto;
  }
  .lg\:pt-auto {
    padding-top: auto;
  }
  .lg\:pr-auto {
    padding-right: auto;
  }
  .lg\:pb-auto {
    padding-bottom: auto;
  }
  .lg\:pl-auto {
    padding-left: auto;
  }
  .lg\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .lg\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1400px) {
  .xl\:p-auto {
    padding: auto;
  }
  .xl\:pt-auto {
    padding-top: auto;
  }
  .xl\:pr-auto {
    padding-right: auto;
  }
  .xl\:pb-auto {
    padding-bottom: auto;
  }
  .xl\:pl-auto {
    padding-left: auto;
  }
  .xl\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .xl\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:mt-auto {
    margin-top: auto;
  }
  .xl\:mr-auto {
    margin-right: auto;
  }
  .xl\:mb-auto {
    margin-bottom: auto;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}
html, body {
  font-family: Gabarito, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
}

body.is-open {
  overflow: hidden;
}

html:has(#wpadminbar) {
  margin-top: 32px !important;
}

.bg-stripe {
  background: black url(../images/bg-stripe.png) repeat-y left top;
  background-size: contain;
}

.bg-highlight {
  background-color: #FFFFFF;
  padding: 0 4px;
  color: white;
}

.text-highlight {
  padding: 0 4px;
  color: #FFFFFF;
}

.blur {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.dev-links {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 50%;
  height: 83px;
  width: 40px;
  margin-top: -40px;
  background-color: #000;
}
.dev-links .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;
  color: #fff;
  width: 40px;
  height: 40px;
}
.dev-links .link:hover {
  color: #0bbde3;
}
.dev-links .link:nth-child(1) {
  height: 43px;
  border-bottom: solid 3px #fff;
}
.dev-links .dashicons {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  body.single-product #content {
    padding-top: 123px;
  }
}

#content {
  padding-top: 187px;
}
@media screen and (max-width: 1200px) {
  #content {
    padding-top: 150px;
  }
  #content.content-checkout {
    padding-top: 160px;
  }
  #content.content-product, #content.content-la-boutique, #content.content-nos-engagements, #content.content-a-propos {
    padding-top: 123px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  #content.content-my-account {
    padding-top: 123px;
  }
}

ul.square {
  list-style: square;
}

.presse-swiper .swiper-slide:not(:first-child) .card-presse {
  border-left: none;
}

.avis-swiper .swiper-slide:not(:first-child) .card-avis {
  border-left: none;
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .sm\:\!hidden {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .md\:\!hidden {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .md-min\:\!hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .lg-less\:\!hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .lg-min\:\!hidden {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .md-max\:\!hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .lg-max\:\!hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .lg\:\!hidden {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 576px) {
  .sm\:tac {
    text-align: center;
  }
}

.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 576px) {
  .md\:w-60 {
    width: 60% !important;
  }
}

@media screen and (max-width: 576px) {
  .sm\:overflow-hidden {
    overflow: hidden;
  }
}

@media screen and (max-width: 576px) {
  .sm\:overflow-visible {
    overflow: visible !important;
  }
}

@media screen and (max-width: 576px) {
  .sm\:h-auto {
    height: auto !important;
  }
}

@media screen and (max-width: 576px) {
  .sm\:m-0 {
    margin: 0 !important;
  }
}

@media screen and (min-width: 576px) {
  .md\:tac {
    text-align: center;
  }
}

.\!text-t-none {
  text-transform: none !important;
}

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

@media screen and (min-width: 576px) {
  .md\:\!p-0 {
    padding: 0 !important;
  }
}

.breadcrumbs .last {
  display: inline-block;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

@media screen and (min-width: 576px) {
  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .md\:flex-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (max-width: 992px) {
  .md-max\:order-less-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 1200px) {
  .lg\:\!pt-24 {
    padding-top: 24px !important;
  }
}

.h-460 {
  height: 460px;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header-site {
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.header-site .logo {
  height: 117px;
  width: 117px;
}
.header-site .header-paiement-sans-frais {
  padding: 10px 0;
  border-bottom: 0.3px solid rgba(255, 255, 255, 0.6980392157);
}
.header-site .header-paiement-sans-frais .tel, .header-site .header-paiement-sans-frais .sans-frais {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  opacity: 1;
  color: #FFFFFF;
}
.header-site .header-barre-de-recherche .search-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  position: relative;
  width: 56%;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar {
  padding-left: 131px;
  width: 100%;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform {
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text] {
  height: 36px;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]:focus, .header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]:active {
  outline: none;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]::-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=text]::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .searchform input[type=submit] {
  display: none;
}
.header-site .header-barre-de-recherche .search-bar-container .search-bar .search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-site .header-barre-de-recherche .search-bar-container .logo-container {
  position: absolute;
  top: 13px;
}
.header-site .header-barre-de-recherche .link {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header-site .header-barre-de-recherche .link .icon {
  font-size: 18px;
  font-weight: 600;
}

header .mobile .logo {
  height: 80px;
  width: 80px;
}
header .mobile .icon {
  font-size: 25px;
}
header .mobile .mobile-z-index {
  z-index: 9999999;
}
header .mobile .bg-gradiant {
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(55%, black), color-stop(55%, transparent), to(transparent));
  background: linear-gradient(to bottom, black 0%, black 55%, transparent 55%, transparent 100%);
}
header .mobile .link-cart {
  position: relative;
}
header .mobile .link-cart .number-cart {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #FFFFFF;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding: 0 4px;
  border-radius: 50%;
}
header .mobile .search-bar {
  width: 80%;
}
header .mobile .search-bar .searchform {
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .mobile .search-bar .searchform input[type=text] {
  height: 36px;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
header .mobile .search-bar .searchform input[type=text]:focus, header .mobile .search-bar .searchform input[type=text]:active {
  outline: none;
}
header .mobile .search-bar .searchform input[type=submit] {
  display: none;
}
header .mobile .search-bar .search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.is-open header .icon-menu-burger {
  display: none;
}
body.is-open header .icon-close-menu-burger {
  display: block;
}
body header .icon-menu-burger {
  display: block;
}
body header .icon-close-menu-burger {
  display: none;
}

.header-mega-menu {
  border-bottom: 0.3px solid rgba(0, 0, 0, 0.4470588235);
}
.header-mega-menu .mega-menu {
  padding-left: 150px;
}
.header-mega-menu .mega-menu .nav {
  padding: 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.header-mega-menu .mega-menu .nav .nav-item {
  display: inline-block;
}
.header-mega-menu .mega-menu .nav .nav-item.dropdown.marque {
  margin-left: -15px;
}
.header-mega-menu .mega-menu .nav .nav-item .nav-link {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.header-mega-menu .mega-menu .nav .nav-item::after {
  position: relative;
  content: "";
  display: block;
  width: calc(100% + 15px);
  height: 2px;
  background-color: #000000;
  bottom: -27px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-mega-menu .mega-menu .nav .nav-item:hover::after {
  opacity: 1;
}
.header-mega-menu .mega-menu .nav .nav-item:hover .sub-nav {
  pointer-events: unset;
  opacity: 1;
}
.header-mega-menu .mega-menu .nav .nav-item:hover .caret:not(.first-level-link):not(.btn-primary):before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: calc(50% - 1px);
}
.header-mega-menu .mega-menu .nav .nav-item:hover .caret:not(.first-level-link):not(.btn-primary):after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: calc(50% - 1px);
}
.header-mega-menu .mega-menu .sub-nav {
  display: block;
  opacity: 0;
  position: absolute;
  top: 157px;
  left: 0;
  z-index: 99999999;
  width: 100vw;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.header-mega-menu .mega-menu .sub-nav.brands .wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4470588235);
}
.header-mega-menu .mega-menu .sub-nav.brands .all-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.header-mega-menu .mega-menu .sub-nav.brands .all-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  bottom: -5px;
}
.header-mega-menu .mega-menu .sub-nav.brands .columns {
  margin-top: 40px;
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 30px;
  padding-bottom: 70px;
}
.header-mega-menu .mega-menu .sub-nav.categories .wrap {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4470588235);
}
.header-mega-menu .mega-menu .sub-nav.categories .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mega-menu .mega-menu .sub-nav.categories .container .first-level {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.header-mega-menu .mega-menu .sub-nav.categories .container .first-level .first-level-link {
  height: 66px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.4470588235);
}
.header-mega-menu .mega-menu .sub-nav.categories .container .first-level .first-level-link:last-of-type::after {
  display: none;
}
.header-mega-menu .mega-menu .sub-nav.categories .container .first-level .first-level-link.active::before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.05);
  bottom: 0;
  right: 0;
}
.header-mega-menu .mega-menu .sub-nav.categories .container .first-level .first-level-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4470588235);
  bottom: 0;
  right: 0;
}
.header-mega-menu .mega-menu .sub-nav.categories .container .second-level-container {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding: 30px 55px;
}
.header-mega-menu .mega-menu .sub-nav.categories .container .second-level-container .columns {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto;
  grid-template-rows: repeat(4, auto); /* 6 éléments par colonne */
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .all-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  position: relative;
}
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .all-link::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  bottom: -5px;
}
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .btn-primary, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row button, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-single-product .product-add-to-cart .variations tr .reset_variations, .page-single-product .product-add-to-cart .variations tr .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .reset_variations {
  padding-right: 60px;
}
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .btn-primary:hover:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover:after, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:after,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover:after,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row a:hover:after, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row button:hover:after, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:hover:after,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row a:hover:after,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:after,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row button:hover:after,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:hover:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-single-product .product-add-to-cart .variations tr .reset_variations:hover:after, .page-single-product .product-add-to-cart .variations tr .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .reset_variations:hover:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .btn-primary:hover:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover:before, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:before,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover:before,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row a:hover:before, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row button:hover:before, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:hover:before,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row a:hover:before,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:hover:before,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row button:hover:before,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:hover:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-single-product .product-add-to-cart .variations tr .reset_variations:hover:before, .page-single-product .product-add-to-cart .variations tr .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .reset_variations:hover:before {
  background-color: #FFFFFF;
}
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .btn-primary:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:after, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:after,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:after,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row a:after, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row button:after, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:after,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row a:after,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:after,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row button:after,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-single-product .product-add-to-cart .variations tr .reset_variations:after, .page-single-product .product-add-to-cart .variations tr .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .reset_variations:after, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .btn-primary:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:before, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:before,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:before,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row a:before, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-commander .wc-block-checkout__actions_row button:before, .page-commander .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:before,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row a:before,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires a:before,
.header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-checkout .wc-block-checkout__actions_row button:before,
.page-checkout .wc-block-checkout__actions_row .header-mega-menu .mega-menu .sub-nav.bonnes-affaires button:before, .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .page-single-product .product-add-to-cart .variations tr .reset_variations:before, .page-single-product .product-add-to-cart .variations tr .header-mega-menu .mega-menu .sub-nav.bonnes-affaires .reset_variations:before {
  right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-mega-menu .mega-menu .sub-nav .wrap {
  margin-top: 30px;
  padding: 30px 0px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4470588235);
}
.header-mega-menu .mega-menu .menu-opened .sub-nav {
  display: block;
}
.header-mega-menu .mega-menu .sub-nav-item {
  display: block;
  padding: 10px;
}

.header-mega-menu-mobile {
  background-color: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 123px;
  z-index: 999999;
  left: -200vw;
  pointer-events: none;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.header-mega-menu-mobile.is-open {
  left: 0;
  pointer-events: all;
}
.header-mega-menu-mobile .nav-item {
  padding: 20px 0;
  position: relative;
}
.header-mega-menu-mobile .nav-item:after {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 1px;
  background-color: #cccccc;
}
.header-mega-menu-mobile .nav-item:first-of-type {
  padding-top: 0;
}
.header-mega-menu-mobile .nav-item:first-of-type:after {
  display: none;
}
.header-mega-menu-mobile .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 11px;
  width: 100%;
  display: block;
}
.header-mega-menu-mobile .nav-item .nav-link::after, .header-mega-menu-mobile .nav-item .nav-link:before {
  right: 0;
}
.header-mega-menu-mobile .slide-menu.sub-nav {
  background-color: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 140px;
  z-index: 999999;
  left: 200vw;
  pointer-events: none;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  width: 100%;
  padding-top: 30px;
}
.header-mega-menu-mobile .slide-menu.sub-nav.is-open {
  left: 0;
  pointer-events: all;
}
.header-mega-menu-mobile .slide-menu.sub-nav .go-back {
  cursor: pointer;
}
.header-mega-menu-mobile .slide-menu.sub-nav .go-back .text {
  opacity: 1;
}
.header-mega-menu-mobile .slide-menu.sub-nav .go-back .icon-arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 17px;
}
.header-mega-menu-mobile .slide-menu.sub-nav .title-container {
  padding: 20px 0;
  background-color: rgba(223, 223, 223, 0.4);
  margin: 20px 0;
}
.header-mega-menu-mobile .slide-menu.sub-nav .title-container .title {
  font-size: 14px;
  font-weight: 700;
}
.header-mega-menu-mobile .slide-menu.sub-nav.brands .container-content {
  overflow: scroll;
  height: calc(100vh - 330px);
  padding-bottom: 20px;
}
.header-mega-menu-mobile .slide-menu.sub-nav.brands .container-content .container-brands .transition {
  opacity: 0.3;
}
.header-mega-menu-mobile .slide-menu.sub-nav.brands .container-content .container-letter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 18px;
  border-radius: 999px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header-mega-menu-mobile .slide-menu.sub-nav.brands .container-content .container-letter .letter {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-mega-menu-mobile .slide-menu.sub-nav.brands .container-content .container-letter .letter .let {
  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;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 15px;
}

#sb_instagram {
  padding: 0 !important;
  margin-top: 140px !important;
}
@media screen and (max-width: 576px) {
  #sb_instagram {
    margin-top: 80px !important;
  }
}
#sb_instagram #sbi_images {
  gap: 0 !important;
  padding: 0 !important;
}
#sb_instagram #sbi_images div {
  position: relative;
}
#sb_instagram #sbi_images div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sb_instagram #sbi_images div::after {
  background-image: url("../images/insta.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sb_instagram #sbi_images div:hover::before {
  opacity: 0.2;
}
#sb_instagram #sbi_images div:hover::after {
  opacity: 1;
}
#sb_instagram #sbi_images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-site {
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 38px;
}
.footer-site .brand {
  margin-left: -11px;
}
@media screen and (max-width: 576px) {
  .footer-site .brand {
    margin-left: -3px;
  }
}
.footer-site .h-spacer {
  bottom: -30px !important;
  width: 200vw !important;
  left: -100px;
}
@media screen and (max-width: 1200px) {
  .footer-site .h-spacer {
    position: absolute;
    height: 1px;
  }
}
.footer-site .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 25px 0 0;
}
@media screen and (max-width: 1200px) {
  .footer-site .footer-nav {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .footer-site .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-site .footer-nav .nav-item {
  list-style-type: none;
}
.footer-site .footer-nav .primary-link {
  font-weight: 700;
  margin-bottom: 35px;
  color: #FFFFFF;
  font-size: 14px;
}
.footer-site .footer-nav .sub-nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 35px;
}
.footer-site .footer-nav .sub-nav .sub-link {
  opacity: 0.8;
  color: #FFFFFF;
  font-size: 14px;
}
.footer-site .mon-compte .link, .footer-site .panier .link {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.footer-site .mon-compte .link .icon, .footer-site .panier .link .icon {
  font-size: 18px;
  font-weight: 600;
}
.footer-site .mon-compte .link {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.footer-site .panier .link {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #FFFFFF;
}
.footer-site .panier .link .icon {
  color: #000000;
}
.footer-site .mention {
  margin-top: 62px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-site .mention .link {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
@media screen and (min-width: 576px) {
  .footer-site .mention .mention-container .link::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-transform: translate(10px, -2px);
            transform: translate(10px, -2px);
    display: inline-block;
  }
}
.footer-site .mention .mention-container .link:last-child::after {
  content: none;
}

.input.select, .input.checkbox, .input.radio, .input.file, .input.text, .input.textarea, .input.email, .input.tel, .input.number, .input.date, .input.password {
  margin-bottom: 18px;
}

.gform_wrapper.gravity-theme form .gfield_label, .input.select label, .input.checkbox label, .input.radio label, .input.file label, .input.text label, .input.textarea label, .input.email label, .input.tel label, .input.number label, .input.date label, .input.password label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gravity-theme form select, .input.select select, .input.file input, .input.text input, .input.textarea input, .input.email input, .input.tel input, .input.number input, .input.date input, .input.password input {
  display: block;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 25px;
  border: solid 1px #cccccc;
  background-color: transparent;
  border-radius: 5px;
  color: #000000;
  font-family: Gabarito, Arial, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder, .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder, .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder, .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder, .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme form select::-webkit-input-placeholder, .input.select select::-webkit-input-placeholder, .input.file input::-webkit-input-placeholder, .input.text input::-webkit-input-placeholder, .input.textarea input::-webkit-input-placeholder, .input.email input::-webkit-input-placeholder, .input.tel input::-webkit-input-placeholder, .input.number input::-webkit-input-placeholder, .input.date input::-webkit-input-placeholder, .input.password input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme form textarea::-moz-placeholder, .gform_wrapper.gravity-theme form select::-moz-placeholder, .input.select select::-moz-placeholder, .input.file input::-moz-placeholder, .input.text input::-moz-placeholder, .input.textarea input::-moz-placeholder, .input.email input::-moz-placeholder, .input.tel input::-moz-placeholder, .input.number input::-moz-placeholder, .input.date input::-moz-placeholder, .input.password input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper.gravity-theme form input[type=text]:-ms-input-placeholder, .gform_wrapper.gravity-theme form input[type=email]:-ms-input-placeholder, .gform_wrapper.gravity-theme form input[type=tel]:-ms-input-placeholder, .gform_wrapper.gravity-theme form input[type=number]:-ms-input-placeholder, .gform_wrapper.gravity-theme form textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme form select:-ms-input-placeholder, .input.select select:-ms-input-placeholder, .input.file input:-ms-input-placeholder, .input.text input:-ms-input-placeholder, .input.textarea input:-ms-input-placeholder, .input.email input:-ms-input-placeholder, .input.tel input:-ms-input-placeholder, .input.number input:-ms-input-placeholder, .input.date input:-ms-input-placeholder, .input.password input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder, .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder, .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder, .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder, .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme form select::-ms-input-placeholder, .input.select select::-ms-input-placeholder, .input.file input::-ms-input-placeholder, .input.text input::-ms-input-placeholder, .input.textarea input::-ms-input-placeholder, .input.email input::-ms-input-placeholder, .input.tel input::-ms-input-placeholder, .input.number input::-ms-input-placeholder, .input.date input::-ms-input-placeholder, .input.password input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.gform_wrapper.gravity-theme form input[type=text]::placeholder,
.gform_wrapper.gravity-theme form input[type=email]::placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form input[type=number]::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder,
.gform_wrapper.gravity-theme form select::placeholder, .input.select select::placeholder, .input.file input::placeholder, .input.text input::placeholder, .input.textarea input::placeholder, .input.email input::placeholder, .input.tel input::placeholder, .input.number input::placeholder, .input.date input::placeholder, .input.password input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.gform_wrapper.gravity-theme form select, .input.select select {
  background-image: url(../img/icon/caret_blue.png);
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
  background-size: 13px;
}

.input.file input:focus-visible, .input.text input:focus-visible, .input.textarea input:focus-visible, .input.email input:focus-visible, .input.tel input:focus-visible, .input.number input:focus-visible, .input.date input:focus-visible, .input.password input:focus-visible {
  outline: none;
}
.input.file input::-webkit-input-placeholder, .input.text input::-webkit-input-placeholder, .input.textarea input::-webkit-input-placeholder, .input.email input::-webkit-input-placeholder, .input.tel input::-webkit-input-placeholder, .input.number input::-webkit-input-placeholder, .input.date input::-webkit-input-placeholder, .input.password input::-webkit-input-placeholder {
  color: #B9B9B9;
}
.input.file input::-moz-placeholder, .input.text input::-moz-placeholder, .input.textarea input::-moz-placeholder, .input.email input::-moz-placeholder, .input.tel input::-moz-placeholder, .input.number input::-moz-placeholder, .input.date input::-moz-placeholder, .input.password input::-moz-placeholder {
  color: #B9B9B9;
}
.input.file input:-ms-input-placeholder, .input.text input:-ms-input-placeholder, .input.textarea input:-ms-input-placeholder, .input.email input:-ms-input-placeholder, .input.tel input:-ms-input-placeholder, .input.number input:-ms-input-placeholder, .input.date input:-ms-input-placeholder, .input.password input:-ms-input-placeholder {
  color: #B9B9B9;
}
.input.file input::-ms-input-placeholder, .input.text input::-ms-input-placeholder, .input.textarea input::-ms-input-placeholder, .input.email input::-ms-input-placeholder, .input.tel input::-ms-input-placeholder, .input.number input::-ms-input-placeholder, .input.date input::-ms-input-placeholder, .input.password input::-ms-input-placeholder {
  color: #B9B9B9;
}
.input.file input::placeholder, .input.text input::placeholder, .input.textarea input::placeholder, .input.email input::placeholder, .input.tel input::placeholder, .input.number input::placeholder, .input.date input::placeholder, .input.password input::placeholder {
  color: #B9B9B9;
}
.input.radio {
  accent-color: chocolate;
}
.input.radio input {
  margin-right: 10px;
}
.input.radio .radio-group {
  display: inline-block;
  margin-right: 20px;
}
.input.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Gabarito, Arial, sans-serif;
}
.input.checkbox label {
  padding-left: 38px;
}
.input.checkbox input {
  margin-right: 10px;
  margin-left: -36px;
  top: 6px;
  position: relative;
}
.input.select select option[value=""] {
  display: none;
}
.input.required > label:after {
  content: "*";
  padding-left: 6px;
  font-size: 15px;
}
.input.error label {
  color: #ef6869;
}
.input.error input {
  border-color: #ef6869;
}

.error-message {
  color: #ef6869;
  font-size: 14px;
}

.gform_heading {
  display: none;
}

.gform_wrapper.gravity-theme form .gform_fields {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea,
.gform_wrapper.gravity-theme form input,
.gform_wrapper.gravity-theme form ul,
.gform_wrapper.gravity-theme form li {
  outline: none !important;
}
.gform_wrapper.gravity-theme form select:focus-visible,
.gform_wrapper.gravity-theme form textarea:focus-visible,
.gform_wrapper.gravity-theme form input:focus-visible,
.gform_wrapper.gravity-theme form ul:focus-visible,
.gform_wrapper.gravity-theme form li:focus-visible {
  outline: none !important;
}
.gform_wrapper.gravity-theme form textarea {
  resize: none;
}
.gform_wrapper.gravity-theme form .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme form .ginput_container_select:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.226' height='7.017' viewBox='0 0 12.226 7.017'%3E%3Cpath id='Tracé_28153' data-name='Tracé 28153' d='M11.137,15.013a.877.877,0,0,1-.622-.254L5.254,9.5A.88.88,0,0,1,6.5,8.254L11.137,12.9l4.638-4.638A.877.877,0,0,1,17.011,9.5l-5.26,5.26a.877.877,0,0,1-.614.254Z' transform='translate(-4.996 -7.996)' fill='rgba(31,39,73,0.3)'/%3E%3C/svg%3E");
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 20px;
  fill: currentColor;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper.gravity-theme form .ginput_container_select:has(select:focus):after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.gform_wrapper.gravity-theme form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.gform_wrapper.gravity-theme form input[type=checkbox] {
  cursor: pointer;
}
.gform_wrapper.gravity-theme form input::-webkit-outer-spin-button,
.gform_wrapper.gravity-theme form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gform_wrapper.gravity-theme form input[type=number] {
  -moz-appearance: textfield;
}
.gform_wrapper.gravity-theme form input[type=submit] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  white-space: break-spaces;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper.gravity-theme form input[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.gform_wrapper.gravity-theme form input[type=submit].active {
  color: #000000;
}
.gform_wrapper.gravity-theme form .gfield:has(input:not([type=radio], [type=checkbox]):focus) input,
.gform_wrapper.gravity-theme form .gfield:has(input:not([type=radio], [type=checkbox]):focus) textarea,
.gform_wrapper.gravity-theme form .gfield:has(textarea:focus) input,
.gform_wrapper.gravity-theme form .gfield:has(textarea:focus) textarea {
  border-color: #FFFFFF;
}
.gform_wrapper.gravity-theme form .gfield:has(input:not([type=radio], [type=checkbox]):focus) label,
.gform_wrapper.gravity-theme form .gfield:has(textarea:focus) label {
  color: #FFFFFF;
}
.gform_wrapper.gravity-theme form .gfield:has(input[type=radio]) label {
  font-size: 16px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme form .gfield:has(input[type=radio]) input {
  accent-color: chocolate;
  width: 27px;
  height: 27px;
  margin-right: 15px;
}
.gform_wrapper.gravity-theme form .gfield--type-consent legend {
  display: none;
}
.gform_wrapper.gravity-theme form .gfield--type-consent .ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.gform_wrapper.gravity-theme form .gfield--type-consent .ginput_container label {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.gform_wrapper.gravity-theme form .gfield--type-consent .ginput_container label a {
  text-decoration: underline;
  color: #000000;
}
.gform_wrapper.gravity-theme form .gfield--type-consent .ginput_container input {
  accent-color: chocolate;
}
.gform_wrapper.gravity-theme form .ginput_container_number .gfield_description {
  display: none;
}
.gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
}

.info-required {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.breadcrumbs {
  color: #FFFFFF;
}
.breadcrumbs p {
  opacity: 1;
}
.breadcrumbs a {
  color: #FFFFFF;
}

@media (max-width: 980px) {
  table.shop_table_responsive {
    display: block;
    border: none !important;
  }
  table.shop_table_responsive thead, table.shop_table_responsive tbody, table.shop_table_responsive tr, table.shop_table_responsive td {
    display: block;
    border: none !important;
  }
  table.shop_table_responsive thead {
    display: none;
  }
  table.shop_table_responsive tr {
    background: transparent;
  }
  table.shop_table_responsive th, table.shop_table_responsive td {
    display: block;
    border: 1px solid #cccccc !important;
    border-bottom: none !important;
  }
  table.shop_table_responsive td:last-of-type {
    border-bottom: 1px solid #cccccc !important;
  }
  table.shop_table_responsive td, table.shop_table_responsive th {
    position: relative;
    margin-top: -1px;
    background: transparent;
    text-align: right !important;
    font-size: 14px;
    min-height: 40px;
  }
  table.shop_table_responsive td img, table.shop_table_responsive th img {
    max-width: 100% !important;
  }
  table.shop_table_responsive td.actions, table.shop_table_responsive th.actions {
    width: 100%;
  }
  table.shop_table_responsive td::before, table.shop_table_responsive th::before {
    padding: 8px;
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    bottom: 0;
    background-color: transparent;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  table.shop_table_responsive tr {
    margin-bottom: 22px;
  }
}
.btn,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-decoration: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus,
.button:focus {
  -webkit-tap-highlight-color: transparent;
}

.btn-small,
.button-small {
  padding: 0.5rem;
  font-size: 0.8em;
}
.btn-big,
.button-big {
  padding: 1rem 1rem;
  font-size: 1.4em;
}
.btn-block,
.button-block {
  width: 100% !important;
  display: block;
}
.btn-unstyled,
.button-unstyled {
  padding: 0;
  border: none;
  text-align: left;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-unstyled:focus,
.button-unstyled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-primary, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a, .page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row button, .page-single-product .product-add-to-cart .variations tr .reset_variations {
  color: #fff;
  background-color: #000000;
  border: 1px solid black;
}
.btn-primary:focus, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:focus,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:focus, .page-commander .wc-block-checkout__actions_row a:focus, .page-commander .wc-block-checkout__actions_row button:focus,
.page-checkout .wc-block-checkout__actions_row a:focus,
.page-checkout .wc-block-checkout__actions_row button:focus, .page-single-product .product-add-to-cart .variations tr .reset_variations:focus, .btn-primary:active, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:active,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:active, .page-commander .wc-block-checkout__actions_row a:active, .page-commander .wc-block-checkout__actions_row button:active,
.page-checkout .wc-block-checkout__actions_row a:active,
.page-checkout .wc-block-checkout__actions_row button:active, .page-single-product .product-add-to-cart .variations tr .reset_variations:active, .btn-primary:hover, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover, .page-commander .wc-block-checkout__actions_row a:hover, .page-commander .wc-block-checkout__actions_row button:hover,
.page-checkout .wc-block-checkout__actions_row a:hover,
.page-checkout .wc-block-checkout__actions_row button:hover, .page-single-product .product-add-to-cart .variations tr .reset_variations:hover {
  background-color: black;
}

.btn-secondary, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit],
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit], body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button, body.page-my-account .content-login .form-row .button,
body.page-my-account .content-mon-compte .form-row .button,
body.page-mon-compte .content-login .form-row .button,
body.page-mon-compte .content-mon-compte .form-row .button, .page-commander .p-ExpressCheckoutItem button,
.page-checkout .p-ExpressCheckoutItem button, .content-contact .form-container .container form #gform_submit_button_2, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1 {
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #dbdbdb;
}
.btn-secondary:focus, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:focus,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:focus, body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:focus,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:focus, body.page-my-account .content-login .form-row .button:focus,
body.page-my-account .content-mon-compte .form-row .button:focus,
body.page-mon-compte .content-login .form-row .button:focus,
body.page-mon-compte .content-mon-compte .form-row .button:focus, .page-commander .p-ExpressCheckoutItem button:focus,
.page-checkout .p-ExpressCheckoutItem button:focus, .content-contact .form-container .container form #gform_submit_button_2:focus, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3:focus, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1:focus, .btn-secondary:active, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:active,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:active, body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:active,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:active, body.page-my-account .content-login .form-row .button:active,
body.page-my-account .content-mon-compte .form-row .button:active,
body.page-mon-compte .content-login .form-row .button:active,
body.page-mon-compte .content-mon-compte .form-row .button:active, .page-commander .p-ExpressCheckoutItem button:active,
.page-checkout .p-ExpressCheckoutItem button:active, .content-contact .form-container .container form #gform_submit_button_2:active, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3:active, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1:active, .btn-secondary:hover, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:hover,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:hover, body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:hover,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:hover, body.page-my-account .content-login .form-row .button:hover,
body.page-my-account .content-mon-compte .form-row .button:hover,
body.page-mon-compte .content-login .form-row .button:hover,
body.page-mon-compte .content-mon-compte .form-row .button:hover, .page-commander .p-ExpressCheckoutItem button:hover,
.page-checkout .p-ExpressCheckoutItem button:hover, .content-contact .form-container .container form #gform_submit_button_2:hover, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3:hover, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1:hover {
  background-color: #dbdbdb;
}

.btn-success {
  color: #fff;
  background-color: #7fbf69;
  border: 1px solid #5a9d43;
}
.btn-success:focus, .btn-success:active, .btn-success:hover {
  background-color: #5a9d43;
}

.btn-danger {
  color: #fff;
  background-color: #ef6869;
  border: 1px solid #e82729;
}
.btn-danger:focus, .btn-danger:active, .btn-danger:hover {
  background-color: #e82729;
}

.btn-warning {
  color: #fff;
  background-color: #F49A54;
  border: 1px solid #f07211;
}
.btn-warning:focus, .btn-warning:active, .btn-warning:hover {
  background-color: #f07211;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border: 1px solid #0f6a79;
}
.btn-info:focus, .btn-info:active, .btn-info:hover {
  background-color: #0f6a79;
}

.btn-gray {
  color: #333333;
  background-color: #F3F4F5;
  border: 1px solid #ccd0d5;
}
.btn-gray:focus, .btn-gray:active, .btn-gray:hover {
  background-color: #ccd0d5;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.btn-white:focus, .btn-white:active, .btn-white:hover {
  background-color: #dbdbdb;
}

.btn-dark {
  color: #fff;
  background-color: #1F1F26;
  border: 1px solid black;
}
.btn-dark:focus, .btn-dark:active, .btn-dark:hover {
  background-color: black;
}

.btn-light {
  color: #333333;
  background-color: #f4f4f6;
  border: 1px solid #cdcdd6;
}
.btn-light:focus, .btn-light:active, .btn-light:hover {
  background-color: #cdcdd6;
}

.btn-text {
  color: #fff;
  background-color: #000000;
  border: 1px solid black;
}
.btn-text:focus, .btn-text:active, .btn-text:hover {
  background-color: black;
}

.btn-blue {
  color: #fff;
  background-color: #323c65;
  border: 1px solid #1a2035;
}
.btn-blue:focus, .btn-blue:active, .btn-blue:hover {
  background-color: #1a2035;
}

.btn-primary-4 {
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #d1d1d1;
}
.btn-primary-4:focus, .btn-primary-4:active, .btn-primary-4:hover {
  background-color: #d1d1d1;
}

.btn-primary, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a, .page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row button, .page-single-product .product-add-to-cart .variations tr .reset_variations {
  background-color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 16px 30px;
}
.btn-primary:hover, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover, .page-commander .wc-block-checkout__actions_row a:hover, .page-commander .wc-block-checkout__actions_row button:hover,
.page-checkout .wc-block-checkout__actions_row a:hover,
.page-checkout .wc-block-checkout__actions_row button:hover, .page-single-product .product-add-to-cart .variations tr .reset_variations:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.btn-secondary, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit],
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit], body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button, body.page-my-account .content-login .form-row .button,
body.page-my-account .content-mon-compte .form-row .button,
body.page-mon-compte .content-login .form-row .button,
body.page-mon-compte .content-mon-compte .form-row .button, .page-commander .p-ExpressCheckoutItem button,
.page-checkout .p-ExpressCheckoutItem button, .content-contact .form-container .container form #gform_submit_button_2, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1 {
  background-color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 16px 30px;
}
.btn-secondary:hover, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:hover,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:hover, body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:hover,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:hover, body.page-my-account .content-login .form-row .button:hover,
body.page-my-account .content-mon-compte .form-row .button:hover,
body.page-mon-compte .content-login .form-row .button:hover,
body.page-mon-compte .content-mon-compte .form-row .button:hover, .page-commander .p-ExpressCheckoutItem button:hover,
.page-checkout .p-ExpressCheckoutItem button:hover, .content-contact .form-container .container form #gform_submit_button_2:hover, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3:hover, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.btn-secondary:focus, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:focus,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit]:focus, body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:focus,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button:focus, body.page-my-account .content-login .form-row .button:focus,
body.page-my-account .content-mon-compte .form-row .button:focus,
body.page-mon-compte .content-login .form-row .button:focus,
body.page-mon-compte .content-mon-compte .form-row .button:focus, .page-commander .p-ExpressCheckoutItem button:focus,
.page-checkout .p-ExpressCheckoutItem button:focus, .content-contact .form-container .container form #gform_submit_button_2:focus, .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3:focus, .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1:focus {
  color: #FFFFFF;
}

.btn-tertiary {
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 16px 30px;
}
.btn-tertiary:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.swiper .btn-primary, .swiper body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header .swiper a,
.swiper body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header .swiper a, .swiper .page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row .swiper a, .swiper .page-commander .wc-block-checkout__actions_row button, .page-commander .wc-block-checkout__actions_row .swiper button,
.swiper .page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row .swiper a,
.swiper .page-checkout .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row .swiper button, .swiper .page-single-product .product-add-to-cart .variations tr .reset_variations, .page-single-product .product-add-to-cart .variations tr .swiper .reset_variations {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.swiper .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper .navigation .swiper-button-prev,
.swiper .navigation .swiper-button-next {
  all: unset;
  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;
  width: 50px;
  height: 50px;
  border: 1px solid #000000;
  position: relative;
  background: #000000;
  color: #FFFFFF;
  cursor: pointer;
}
.swiper .navigation .swiper-button-prev::before, .swiper .navigation .swiper-button-prev::after,
.swiper .navigation .swiper-button-next::before,
.swiper .navigation .swiper-button-next::after {
  font-size: 15px;
  font-weight: bold;
}
.swiper .navigation .swiper-button-prev.swiper-button-disabled,
.swiper .navigation .swiper-button-next.swiper-button-disabled {
  background: #FFFFFF;
  color: #000000;
  cursor: unset;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-square {
  width: 31px;
  height: 31px;
  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;
}

dialog.modal {
  border: 0;
  border-radius: 20px;
  max-width: 600px;
  width: 100%;
  padding: 0;
}
dialog.modal .modal-header {
  border-bottom: solid 1px #e6e6e6;
  padding: 30px 40px 31px 40px;
  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;
}
dialog.modal .modal-header .btn {
  background-color: #e6e6e6;
  font-size: 16px;
  gap: 5px;
}
dialog.modal .modal-content {
  padding: 40px;
}
dialog.modal .modal-content .description {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
dialog.modal::-ms-backdrop {
  background-color: #b3b3b3;
  backdrop-filter: blur(7px);
}
dialog.modal::backdrop {
  background-color: #b3b3b3;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

body:has(dialog[open]) {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.text-primary {
  color: #000000 !important;
}

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

.text-success {
  color: #7fbf69 !important;
}

.text-danger {
  color: #ef6869 !important;
}

.text-warning {
  color: #F49A54 !important;
}

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

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

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

.text-dark {
  color: #1F1F26 !important;
}

.text-light {
  color: #f4f4f6 !important;
}

.text-text {
  color: #000000 !important;
}

.text-blue {
  color: #323c65 !important;
}

.text-primary-4 {
  color: whitesmoke !important;
}

.weight-light {
  font-weight: 200 !important;
}

.weight-book {
  font-weight: 300 !important;
}

.weight-regular {
  font-weight: 400 !important;
}

.weight-medium {
  font-weight: 500 !important;
}

.weight-semibold {
  font-weight: 600 !important;
}

.weight-bold {
  font-weight: 700 !important;
}

.title-30 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.title-40 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.title-50, .page-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

.title-60 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
}

h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 78px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

a, span {
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

p.light {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  opacity: 0.7;
}

.well {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(31, 39, 73, 0.1019607843);
}

.well-primary {
  background-color: #000000;
  color: #fff;
  border: 1px solid black;
}

.well-secondary {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #f2f2f2;
}

.well-success {
  background-color: #7fbf69;
  color: #333333;
  border: 1px solid #70b757;
}

.well-danger {
  background-color: #ef6869;
  color: #fff;
  border: 1px solid #ed5152;
}

.well-warning {
  background-color: #F49A54;
  color: #333333;
  border: 1px solid #f28c3c;
}

.well-info {
  background-color: #17a2b8;
  color: #fff;
  border: 1px solid #148ea1;
}

.well-gray {
  background-color: #F3F4F5;
  color: #333333;
  border: 1px solid #e5e7e9;
}

.well-white {
  background-color: #fff;
  color: #333333;
  border: 1px solid #f2f2f2;
}

.well-dark {
  background-color: #1F1F26;
  color: #fff;
  border: 1px solid #141418;
}

.well-light {
  background-color: #f4f4f6;
  color: #333333;
  border: 1px solid #e6e6eb;
}

.well-text {
  background-color: #000000;
  color: #fff;
  border: 1px solid black;
}

.well-blue {
  background-color: #323c65;
  color: #fff;
  border: 1px solid #2a3254;
}

.well-primary-4 {
  background-color: whitesmoke;
  color: #333333;
  border: 1px solid #e8e8e8;
}

.bg-primary {
  background-color: #000000;
  color: #fff;
}

.bg-secondary {
  background-color: #FFFFFF;
  color: #333333;
}

.bg-success {
  background-color: #7fbf69;
  color: #333333;
}

.bg-danger {
  background-color: #ef6869;
  color: #fff;
}

.bg-warning {
  background-color: #F49A54;
  color: #333333;
}

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

.bg-gray {
  background-color: #F3F4F5;
  color: #333333;
}

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

.bg-dark {
  background-color: #1F1F26;
  color: #fff;
}

.bg-light {
  background-color: #f4f4f6;
  color: #333333;
}

.bg-text {
  background-color: #000000;
  color: #fff;
}

.bg-blue {
  background-color: #323c65;
  color: #fff;
}

.bg-primary-4 {
  background-color: whitesmoke;
  color: #333333;
}

.pagination, .archive-products .woocommerce-pagination {
  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;
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .pagination, .archive-products .woocommerce-pagination {
    margin-top: 40px;
  }
}
.pagination .page, .archive-products .woocommerce-pagination .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border: 1px solid #000000;
  height: 50px;
  border-right: none;
  border-left: none;
  padding: 0 40px;
}
.pagination .page .current span, .archive-products .woocommerce-pagination .page .current span, .pagination .page .current a, .archive-products .woocommerce-pagination .page .current a {
  opacity: 1;
}
.pagination .page span, .archive-products .woocommerce-pagination .page span, .pagination .page a, .archive-products .woocommerce-pagination .page a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  opacity: 0.5;
}
.pagination .next, .archive-products .woocommerce-pagination .next, .pagination .prev, .archive-products .woocommerce-pagination .prev {
  background: #000000;
  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;
  opacity: 1;
  height: 50px;
  width: 50px;
  position: relative;
  color: #000000;
  border: 1px solid #000000;
}
.pagination .next a, .archive-products .woocommerce-pagination .next a, .pagination .prev a, .archive-products .woocommerce-pagination .prev a {
  width: 100%;
  height: 100%;
}
.pagination .next::before, .archive-products .woocommerce-pagination .next::before, .pagination .next::after, .archive-products .woocommerce-pagination .next::after, .pagination .prev::before, .archive-products .woocommerce-pagination .prev::before, .pagination .prev::after, .archive-products .woocommerce-pagination .prev::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #FFFFFF;
  width: 8px;
  height: 2px;
  top: calc(50% - 1px);
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.pagination .next.disabled, .archive-products .woocommerce-pagination .next.disabled, .pagination .prev.disabled, .archive-products .woocommerce-pagination .prev.disabled {
  background: #FFFFFF;
  color: #000000;
  cursor: default;
}
.pagination .next.disabled::before, .archive-products .woocommerce-pagination .next.disabled::before, .pagination .next.disabled::after, .archive-products .woocommerce-pagination .next.disabled::after, .pagination .prev.disabled::before, .archive-products .woocommerce-pagination .prev.disabled::before, .pagination .prev.disabled::after, .archive-products .woocommerce-pagination .prev.disabled::after {
  background-color: #000000;
}
.pagination .next::before, .archive-products .woocommerce-pagination .next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination .next::after, .archive-products .woocommerce-pagination .next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination .prev::before, .archive-products .woocommerce-pagination .prev::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 27px;
}
.pagination .prev::after, .archive-products .woocommerce-pagination .prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 27px;
}

.badge {
  display: inline-block;
  padding: 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 15px;
}
.badge:empty {
  display: none;
}

.badge-primary {
  background-color: #000000;
  color: white;
}

.badge-secondary {
  background-color: #FFFFFF;
  color: white;
}

.badge-success {
  background-color: #7fbf69;
  color: white;
}

.badge-danger {
  background-color: #ef6869;
  color: white;
}

.badge-warning {
  background-color: #F49A54;
  color: white;
}

.badge-info {
  background-color: #17a2b8;
  color: white;
}

.badge-gray {
  background-color: #F3F4F5;
  color: white;
}

.badge-white {
  background-color: #fff;
  color: white;
}

.badge-dark {
  background-color: #1F1F26;
  color: white;
}

.badge-light {
  background-color: #f4f4f6;
  color: white;
}

.badge-text {
  background-color: #000000;
  color: white;
}

.badge-blue {
  background-color: #323c65;
  color: white;
}

.badge-primary-4 {
  background-color: whitesmoke;
  color: white;
}

.badge-light {
  color: #000000;
}

.badge-primary {
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.badge-secondary {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
  padding: 10px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.badge-container {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  z-index: 1;
}

.st-accordion__item {
  padding: 10px 0;
}

.st-accordion__content {
  display: none;
}

.st-accordion__content--visible {
  display: block;
}

.caret {
  position: relative;
}
.caret::before, .caret::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #000000;
  width: 8px;
  height: 2px;
  top: calc(50% - 1px);
  right: -15px;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
}
.caret::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.caret::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.caret.caret-bottom::before {
  top: calc(50% + 3px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.caret.caret-bottom::after {
  top: calc(50% + 3px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.caret-start {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.h-spacer {
  width: 1px;
  background: #FFFFFF;
  opacity: 0.4;
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .h-spacer.respond {
    position: absolute;
    width: 100vw;
    height: 1px;
  }
  .h-spacer.respond.top {
    top: 50px;
  }
  .h-spacer.respond.bottom {
    bottom: 50px;
  }
}

.newsletter {
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
}
@media screen and (max-width: 576px) {
  .newsletter {
    margin-left: 0.4px;
    margin-right: 0.4px;
  }
}
.newsletter form .gfield_label {
  display: none;
}
.newsletter form #gform_fields_1 {
  gap: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 576px) {
  .newsletter form #gform_fields_1 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.newsletter form #gform_fields_1 #field_1_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 576px) {
  .newsletter form #gform_fields_1 #field_1_1 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1 {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1:focus {
  outline: none;
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter form #gform_fields_1 #field_1_1 #input_1_1::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter form #gform_fields_1 #field_submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .newsletter form #gform_fields_1 #field_submit {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.newsletter form #gform_fields_1 #field_submit #gform_submit_button_1 {
  border-radius: 0;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.newsletter form #gform_fields_1 #field_1_3 {
  margin-top: 25px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.section-rendre-visite {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-rendre-visite {
    padding-bottom: 70px;
  }
}
.section-rendre-visite .image-container {
  position: relative;
}
@media (max-width: 992px) {
  .section-rendre-visite .image-container {
    padding: 0;
  }
}
.section-rendre-visite .image-container .spacer-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .section-rendre-visite .image-container .spacer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    left: -50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-rendre-visite .image-container .spacer-container .h-spacer {
  height: calc(100% + 140px);
}
@media (max-width: 992px) {
  .section-rendre-visite .image-container .spacer-container .h-spacer {
    height: 1px !important;
    position: unset !important;
    width: 1000vw;
  }
}
.section-rendre-visite .image-container .img {
  position: relative;
  z-index: 2;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner {
  position: relative;
  height: 366px;
}
.banner .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .content-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .content-container .content {
  padding-top: 25px;
}
@media (max-width: 1200px) {
  .banner .content-container .content {
    padding-top: 45px;
  }
}
.banner .content-container .title-container {
  height: calc(100% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .content-container .titre {
  text-align: center;
  max-width: 680px;
  color: #fff;
}
.banner .content-container .desc {
  display: none;
  margin-top: 30px;
}
.banner.no-cover .breadcrumbs,
.banner.no-cover .breadcrumbs a {
  color: #000;
}
.banner.no-cover .titre {
  color: #000;
}
.banner.no-cover .desc {
  display: block;
}
.banner.no-cover .overlay {
  display: none;
}

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.alert--success {
  background-color: #d4edda;
  border: 1px solid #155724;
}
.alert--danger {
  background-color: #f8d7da;
  border: 1px solid #721c24;
}
.alert--warning {
  background-color: #fff3cd;
  border: 1px solid #856404;
}

#toast-container {
  width: 357px !important;
  top: 112px;
}
@media screen and (max-width: 1200px) {
  #toast-container {
    top: 123px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
#toast-container .toast {
  background: white !important;
  opacity: 1 !important;
  color: black !important;
  padding: 20px !important;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}
#toast-container .toast .toast-close-button {
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 99999px;
  padding: 1px 5px;
  cursor: pointer;
  opacity: 1;
}
#toast-container .toast .toast-close-button:hover {
  opacity: 1;
}
#toast-container .toast .wc-forward {
  display: none;
}
#toast-container .toast .btn-primary, #toast-container .toast body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header #toast-container .toast a,
#toast-container .toast body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header #toast-container .toast a, #toast-container .toast .page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row #toast-container .toast a, #toast-container .toast .page-commander .wc-block-checkout__actions_row button, .page-commander .wc-block-checkout__actions_row #toast-container .toast button,
#toast-container .toast .page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row #toast-container .toast a,
#toast-container .toast .page-checkout .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row #toast-container .toast button, #toast-container .toast .page-single-product .product-add-to-cart .variations tr .reset_variations, .page-single-product .product-add-to-cart .variations tr #toast-container .toast .reset_variations {
  display: block;
  color: black !important;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#toast-container .toast .btn-primary:hover, #toast-container .toast body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header #toast-container .toast a:hover,
#toast-container .toast body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a:hover,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header #toast-container .toast a:hover, #toast-container .toast .page-commander .wc-block-checkout__actions_row a:hover, .page-commander .wc-block-checkout__actions_row #toast-container .toast a:hover, #toast-container .toast .page-commander .wc-block-checkout__actions_row button:hover, .page-commander .wc-block-checkout__actions_row #toast-container .toast button:hover,
#toast-container .toast .page-checkout .wc-block-checkout__actions_row a:hover,
.page-checkout .wc-block-checkout__actions_row #toast-container .toast a:hover,
#toast-container .toast .page-checkout .wc-block-checkout__actions_row button:hover,
.page-checkout .wc-block-checkout__actions_row #toast-container .toast button:hover, #toast-container .toast .page-single-product .product-add-to-cart .variations tr .reset_variations:hover, .page-single-product .product-add-to-cart .variations tr #toast-container .toast .reset_variations:hover {
  background-color: white;
  color: black;
}
#toast-container .toast .btn-secondary, #toast-container .toast body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit], body.page-my-account.woocommerce-edit-address .woocommerce-address-fields #toast-container .toast button[type=submit],
#toast-container .toast body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit],
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields #toast-container .toast button[type=submit], #toast-container .toast body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button, body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type #toast-container .toast button,
#toast-container .toast body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type button,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type #toast-container .toast button, #toast-container .toast body.page-my-account .content-login .form-row .button, body.page-my-account .content-login .form-row #toast-container .toast .button,
#toast-container .toast body.page-my-account .content-mon-compte .form-row .button,
body.page-my-account .content-mon-compte .form-row #toast-container .toast .button,
#toast-container .toast body.page-mon-compte .content-login .form-row .button,
body.page-mon-compte .content-login .form-row #toast-container .toast .button,
#toast-container .toast body.page-mon-compte .content-mon-compte .form-row .button,
body.page-mon-compte .content-mon-compte .form-row #toast-container .toast .button, #toast-container .toast .page-commander .p-ExpressCheckoutItem button, .page-commander .p-ExpressCheckoutItem #toast-container .toast button,
#toast-container .toast .page-checkout .p-ExpressCheckoutItem button,
.page-checkout .p-ExpressCheckoutItem #toast-container .toast button, #toast-container .toast .content-contact .form-container .container form #gform_submit_button_2, .content-contact .form-container .container form #toast-container .toast #gform_submit_button_2, #toast-container .toast .content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3, .content-livre-blanc form #gform_fields_3 #field_submit #toast-container .toast #gform_submit_button_3, #toast-container .toast .newsletter form #gform_fields_1 #field_submit #gform_submit_button_1, .newsletter form #gform_fields_1 #field_submit #toast-container .toast #gform_submit_button_1 {
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
}
#toast-container .toast .container-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
#toast-container .toast .container-product .thumbnail {
  width: 80px;
  height: 80px;
  border: 1px solid black;
}
#toast-container .toast .container-product .content-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#toast-container .toast .container-product .content-container .price,
#toast-container .toast .container-product .content-container .title {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 1;
}
#toast-container .toast .container-product .content-container .brand {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  opacity: 0.8;
}

.card-post {
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 100%;
}
.card-post:hover {
  border-color: #000000;
}
.card-post:hover .image-container .thumbnail {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card-post:hover .content {
  border-color: #000000;
}
.card-post .image-container {
  height: 231px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 4px rgba(122, 112, 29, 0.4);
          box-shadow: inset 0 0 0 4px rgba(122, 112, 29, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-post .image-container .thumbnail {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-post .content {
  padding: 26px 22px 46px;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-post .content .title {
  margin-bottom: 15px;
}
.card-post .content .excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-post .content .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 26px;
}
.card-post .content .link:hover {
  color: #000000;
}

.card-product {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.card-product:hover {
  border-color: #000000;
}
.card-product:hover .wrap-cover {
  border-color: #000000;
  position: relative;
}
.card-product:hover .wrap-cover.has-hover .cover {
  opacity: 0 !important;
}
.card-product:hover .wrap-cover.has-hover .hover-cover {
  opacity: 1 !important;
}
.card-product:hover .content-container {
  border-color: #000000;
}
.card-product .wrap-cover .product_card {
  height: 363px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .card-product .wrap-cover .product_card {
    height: 250px;
  }
}
.card-product .wrap-cover .product_card.hover-cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.card-product .content-container {
  padding: 23px 30px 43px;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-product .content-container .brand {
  opacity: 0.8;
  margin-top: 6px;
}
.card-product .content-container .price {
  margin-top: 6px;
  margin-bottom: 20px;
  opacity: 1;
  font-weight: 600;
}
.card-product .content-container .price ins {
  text-decoration: none;
}
.card-product .content-container .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  position: absolute;
  bottom: 23px;
  font-family: "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
  padding: 0;
}

.card-brand {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.card-brand:hover {
  border-color: #000000;
}
.card-brand:hover .image-container .thumbnail {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.card-brand:hover .content {
  border-color: #000000;
}
.card-brand .image-container {
  height: 231px;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 4px rgba(122, 112, 29, 0.4);
          box-shadow: inset 0 0 0 4px rgba(122, 112, 29, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-brand .image-container .thumbnail {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-brand .content {
  padding: 26px 22px 46px;
  border-top: 1px solid rgba(0, 0, 0, 0.3019607843);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-brand .content .title {
  margin-bottom: 15px;
}
.card-brand .content .excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-brand .content .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  position: absolute;
  bottom: 26px;
}
.card-brand .content .link:hover {
  color: #000000;
}

.card-presse {
  padding: 17px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  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;
}

.card-avis {
  padding: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.card-avis .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  padding: 0 0 26px 0;
}

.content-accueil .section-image-note-google {
  position: relative;
}
.content-accueil .section-image-note-google .img-hero {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .content-accueil .section-image-note-google .img-hero {
    height: 300px;
  }
}
.content-accueil .section-image-note-google .img-note-container {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
}
.content-accueil .section-image-note-google .img-note-container .img-note {
  margin-left: auto;
  width: 240px;
}
@media screen and (max-width: 576px) {
  .content-accueil .section-image-note-google .img-note-container .img-note {
    width: 190px;
  }
}
.content-accueil .section-parallax {
  min-height: 550px;
  background-image: url("../images/accueil/bg-paralax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
}
.content-accueil .recherche-swiper .swiper-slide .link {
  position: relative;
  display: block;
  height: 100%;
}
.content-accueil .recherche-swiper .swiper-slide .link .thumbnail {
  height: 362px;
  width: 100%;
}
@media (max-width: 576px) {
  .content-accueil .recherche-swiper .swiper-slide .link .thumbnail {
    height: 300px;
  }
}
.content-accueil .recherche-swiper .swiper-slide .link .name {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
}
.content-accueil .recherche-swiper .swiper-slide .link::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-accueil .recherche-swiper .swiper-slide .link:hover::before {
  opacity: 0.8;
}
.content-accueil .recherche-swiper .swiper-slide .link:hover .name {
  opacity: 1;
}

.ui-colors .container-color div {
  width: 60px;
  aspect-ratio: 1/1;
}

.page-ui-kit .ui-block {
  margin-bottom: 90px;
}
.page-ui-kit .ui-title {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.page-ui-kit .ui-title:before {
  content: "#";
  padding-right: 12px;
}
.page-ui-kit .icons > svg {
  display: none;
}
.page-ui-kit .icons svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.page-ui-kit .icons .svg {
  display: inline-block;
  padding: 22px 0 0 0;
  margin: 8px;
  border: solid 1px #343434;
  width: 110px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.page-ui-kit .icons .text {
  background-color: #343434;
  color: #fff;
  padding: 5px;
  margin: 22px 0 0 0;
  font-size: 12px;
}
@media screen and (min-width: 576px) {
  .page-ui-kit .cards .container > div {
    width: 47%;
  }
}
@media screen and (min-width: 992px) {
  .page-ui-kit .cards .container > div {
    width: 31%;
  }
}

.archive-products .woocommerce-breadcrumb {
  margin: 50px 0;
  font-size: 14px;
  font-weight: 400;
}
.archive-products .filter-container {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 576px) {
  .archive-products .filter-container {
    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;
  }
}
@media screen and (max-width: 576px) {
  .archive-products .filter-container .before-shop-loop {
    margin-top: 30px;
  }
  .archive-products .filter-container .before-shop-loop select {
    width: 100%;
  }
}
.archive-products .filter-container .filters .dropdown {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-products .filter-container .filters .dropdown .caret {
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive-products .filter-container .filters .dropdown .caret.active:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: calc(50% - 1px);
}
.archive-products .filter-container .filters .dropdown .caret.active:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: calc(50% - 1px);
}
.archive-products .filter-container .filters .dropdown .elements {
  position: absolute;
  top: 50px;
  left: 16px;
  background: #FFFFFF;
  z-index: 9;
  max-height: 400px;
  width: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0px 5px 20px #cccccc;
          box-shadow: 0px 5px 20px #cccccc;
  border: 1px solid #cccccc;
  padding: 20px;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive-products .filter-container .filters .dropdown .elements.hidden {
  opacity: 0;
  pointer-events: unset;
}
.archive-products .filter-container .filters .dropdown .elements li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
.archive-products .filter-container .filters .dropdown .elements li input {
  min-width: 13px;
}
.archive-products .filter-container .woocommerce-ordering .orderby {
  height: 50px;
  border: 1px solid #cccccc;
}
.archive-products .filter-container .woocommerce-ordering .orderby:focus {
  outline: none;
}
.content-a-propos .section-reassurance {
  margin-top: 0 !important;
}
.content-a-propos .section-content.reverse .content {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  padding-left: 60px;
  padding-right: 0;
}
.content-a-propos .section-content.reverse .image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.content-a-propos .section-content .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-right: 60px;
}
.content-a-propos .section-content .image {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product .page-single-product {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.031372549)), color-stop(50%, rgba(0, 0, 0, 0.031372549)), color-stop(50%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.031372549) 0%, rgba(0, 0, 0, 0.031372549) 50%, #FFFFFF 50%, #FFFFFF 100%);
}
@media screen and (max-width: 992px) {
  .single-product .page-single-product {
    background: white;
  }
}
@media screen and (max-width: 992px) {
  .single-product .page-single-product.mobile {
    background: rgba(0, 0, 0, 0.031372549);
  }
}
.single-product .page-single-product .bg-container-sm {
  background-color: unset;
}
.single-product .page-single-product .product-content {
  position: relative;
  padding-bottom: 207px;
}
.single-product .section-reassurance {
  margin-top: 0;
}

.page-single-product .desc {
  color: #333333;
}
.page-single-product .desc h2, .page-single-product .desc h2, .page-single-product .desc H3, .page-single-product .desc h4, .page-single-product .desc h5, .page-single-product .desc h6 {
  color: #333333;
  margin-bottom: 18px;
}
.page-single-product .desc > p {
  padding-bottom: 14px;
}
.page-single-product .desc li {
  margin-bottom: 4px;
}
.page-single-product .product-add-to-cart .in-stock {
  display: none;
}
.page-single-product .product-add-to-cart .status-container {
  margin-top: 40px;
}
.page-single-product .product-add-to-cart .status-container .element {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: none;
  border-right: none;
}
.page-single-product .product-add-to-cart .status-container .element.first {
  border-bottom: none;
}
.page-single-product .product-add-to-cart .status-container .element .status {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.page-single-product .product-add-to-cart .status-container .element .reponse {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  opacity: 1;
}
.page-single-product .product-add-to-cart .price {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.page-single-product .product-add-to-cart .price ins {
  text-decoration: none;
}
.page-single-product .product-add-to-cart .quantity {
  height: 50px;
}
.page-single-product .product-add-to-cart .quantity input {
  height: 50px;
  width: 50px;
  border: 1px solid #000000;
  border-right: none;
  border-left: none;
  padding: 0;
  text-align: center;
  border-radius: 0 !important;
  -moz-appearance: textfield;
}
.page-single-product .product-add-to-cart .quantity input::-webkit-outer-spin-button, .page-single-product .product-add-to-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-single-product .product-add-to-cart .quantity input:focus {
  outline: none;
}
.page-single-product .product-add-to-cart .woocommerce_quantity_button {
  height: 50px;
  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;
  cursor: pointer;
  color: #FFFFFF;
  background: #000000;
  border: 1px solid #000000;
}
.page-single-product .product-add-to-cart .woocommerce_quantity_button.disable {
  cursor: default;
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
}
.page-single-product .product-add-to-cart .single_add_to_cart_button {
  position: absolute;
  height: 50px;
  width: calc(100% - 40px);
  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;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  bottom: 112px;
}
@media screen and (max-width: 992px) {
  .page-single-product .product-add-to-cart .single_add_to_cart_button {
    width: 100%;
  }
}

.page-single-product .product-add-to-cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page-single-product .product-add-to-cart .variations tr:not(:first-of-type) {
  margin-top: 20px;
}
.page-single-product .product-add-to-cart .variations tr .label {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-single-product .product-add-to-cart .variations tr .label label {
  cursor: default;
}
.page-single-product .product-add-to-cart .variations tr select {
  border: 1px solid #b3b3b3;
  height: 50px;
  width: 100%;
  padding: 0 16px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}
.page-single-product .product-add-to-cart .variations tr select:focus {
  outline: none;
}
.page-single-product .product-add-to-cart .variations tr .reset_variations {
  font-weight: 600;
  border-color: #b3b3b3;
  margin-top: 10px;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  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;
}
.page-single-product .product-add-to-cart .single_variation_wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-single-product .product-add-to-cart .single_variation_wrap .woocommerce-variation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-single-product .product-add-to-cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-single-product .product-add-to-cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.slider-container {
  background: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .slider-container {
    padding-left: 50px;
  }
}
.slider-container.slider-container-mobile {
  padding: 0;
}
.slider-container.slider-container-mobile .global .navigation {
  opacity: 1 !important;
}
.slider-container.slider-container-mobile .global .swiper-pagination {
  opacity: 1 !important;
}
.slider-container .global {
  position: sticky;
  top: 187px;
}
.slider-container .global:hover .navigation {
  opacity: 1 !important;
}
.slider-container .global:hover .swiper-pagination {
  opacity: 1 !important;
}
.slider-container .global .product-gallery-swiper {
  position: relative;
}
.slider-container .global .product-gallery-swiper .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-container .global .product-gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.slider-container .global .product-gallery-swiper .swiper-pagination {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 30px !important;
}
.slider-container .global .product-gallery-swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.5);
}
.slider-container .global .product-gallery-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.content-la-boutique .section-content.reverse .content {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  padding-left: 60px;
  padding-right: 0;
}
.content-la-boutique .section-content.reverse .image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.content-la-boutique .section-content .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-right: 60px;
}
.content-la-boutique .section-content .image {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-livre-blanc .breadcrumbs p, .content-livre-blanc .breadcrumbs a {
  color: black;
}
.content-livre-blanc .section-content.reverse .content {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  padding-left: 60px;
  padding-right: 0;
}
.content-livre-blanc .section-content.reverse .image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.content-livre-blanc .section-content .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-right: 60px;
}
@media screen and (max-width: 1200px) {
  .content-livre-blanc .section-content .content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    padding-right: 0;
  }
}
.content-livre-blanc .section-content .image {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-livre-blanc form .gfield_label {
  display: none;
}
.content-livre-blanc form #gform_fields_3 {
  gap: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 576px) {
  .content-livre-blanc form #gform_fields_3 {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
}
.content-livre-blanc form #gform_fields_3 #field_3_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 576px) {
  .content-livre-blanc form #gform_fields_3 #field_3_1 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1 {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: none;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1:focus {
  outline: none;
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.content-livre-blanc form #gform_fields_3 #field_3_1 #input_3_1::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.content-livre-blanc form #gform_fields_3 #field_submit {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .content-livre-blanc form #gform_fields_3 #field_submit {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
.content-livre-blanc form #gform_fields_3 #field_submit #gform_submit_button_3 {
  border-radius: 0;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.content-livre-blanc form #gform_fields_3 #field_3_3 {
  margin-top: 25px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.page-legal .breadcrumbs {
  color: #000000;
}
.page-legal .breadcrumbs a {
  color: #000000;
}
.page-legal .content li, .page-legal .content p {
  color: #333333 !important;
}
.page-legal .content p {
  line-height: 25px;
  padding: 0 0 10px 0;
}
.page-legal .content a {
  text-decoration: underline;
}
.page-legal .content h2 {
  font-size: 22px;
  margin: 30px 0 0 0;
}
.page-legal .content h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 5px 0;
}
.page-legal .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-legal .content li {
  line-height: 26px;
}

.content-foire-a-questions .breadcrumbs p, .content-foire-a-questions .breadcrumbs a {
  color: black;
}
.content-foire-a-questions h3 {
  font-size: 20px;
}
.content-foire-a-questions .ancres {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.content-foire-a-questions .ancres .nav-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}
.content-foire-a-questions .ancres .nav-link.active {
  font-weight: 600;
}
.content-foire-a-questions .swiper-slide {
  width: auto !important;
}
.content-foire-a-questions .faq-container {
  border-bottom: 1px solid #cccccc;
}
.content-foire-a-questions .faq-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .content-foire-a-questions .w-670 {
    width: 700px;
  }
}
.content-foire-a-questions .h-spacer-container {
  height: 100%;
  width: 15vw;
  position: absolute;
  top: 0;
}
.content-foire-a-questions .h-spacer-container.left {
  left: 30px;
}
.content-foire-a-questions .h-spacer-container.right {
  right: 30px;
}

body.page-foire-a-questions #sb_instagram {
  margin-top: 0 !important;
}

.archive-posts .breadcrumbs p, .archive-posts .breadcrumbs a {
  color: black;
}
.archive-posts .swiper-slide {
  width: auto !important;
}
.archive-posts .ancres {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.archive-posts .ancres .nav-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

.content-toutes-nos-marques .breadcrumbs p, .content-toutes-nos-marques .breadcrumbs a {
  color: black;
}

.content-contact .breadcrumbs p, .content-contact .breadcrumbs a {
  color: black;
}
.content-contact .p-content {
  width: 615px;
}
.content-contact .form-container {
  padding: 0 200px;
}
@media screen and (max-width: 1200px) {
  .content-contact .form-container {
    padding: 0 100px;
  }
  .content-contact .form-container #input_2_1 {
    row-gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .content-contact .form-container {
    padding: 0;
  }
  .content-contact .form-container #input_2_1 {
    row-gap: 20px;
  }
}
.content-contact .form-container #gform_fields_2 {
  row-gap: 20px;
}
.content-contact .form-container .container {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 50px 80px;
}
@media screen and (max-width: 992px) {
  .content-contact .form-container .container {
    padding: 20px;
  }
}
.content-contact .form-container .container form legend {
  display: none;
}
.content-contact .form-container .container form .gfield_required {
  display: none;
}
.content-contact .form-container .container form label {
  opacity: 0.8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.content-contact .form-container .container form #field_2_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column-span: 10;
  grid-column: span 10;
}
@media screen and (max-width: 1400px) {
  .content-contact .form-container .container form #field_2_5 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media screen and (max-width: 576px) {
  .content-contact .form-container .container form #field_2_5 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.content-contact .form-container .container form #field_submit {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 1400px) {
  .content-contact .form-container .container form #field_submit {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (max-width: 576px) {
  .content-contact .form-container .container form #field_submit {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.content-contact .form-container .container form .gform-footer {
  display: none;
}
.content-contact .form-container .container form #gform_submit_button_2 {
  width: 100%;
}
.content-contact .form-container .container form input, .content-contact .form-container .container form select, .content-contact .form-container .container form textarea {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.content-contact .form-container .container form input:focus, .content-contact .form-container .container form select:focus, .content-contact .form-container .container form textarea:focus {
  border-color: #000000;
  outline: none;
}
.content-contact .form-container .container form input.textarea, .content-contact .form-container .container form select.textarea, .content-contact .form-container .container form textarea.textarea {
  resize: none;
}

body.single-post .breadcrumbs p, body.single-post .breadcrumbs a {
  color: black;
}
body.single-post .article-body h1,
body.single-post .article-body h2,
body.single-post .article-body h3,
body.single-post .article-body h4,
body.single-post .article-body h5,
body.single-post .article-body h6 {
  margin: 40px 0 20px;
}
body.single-post .article-body a {
  text-decoration: underline;
}
body.single-post .article-body p {
  margin: 20px 0;
}
body.single-post .article-body img {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}
body.single-post .article-body ul,
body.single-post .article-body ol {
  margin: 20px 0 20px 40px;
}
body.single-post .article-body li {
  margin-bottom: 10px;
}
body.single-post .article-body blockquote {
  margin: 40px 0;
}
body.single-post .article-body pre {
  margin: 30px 0;
}
body.single-post .article-body table {
  margin: 30px 0;
}
body.single-post .article-body iframe {
  margin: 40px auto;
  display: block;
}
body.single-post .container-article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), color-stop(75%, rgba(0, 0, 0, 0.04)), color-stop(75%, #FFFFFF), to(#FFFFFF));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 75%, #FFFFFF 75%, #FFFFFF 100%);
}
@media screen and (max-width: 1200px) {
  body.single-post .container-article {
    background: rgba(0, 0, 0, 0.04);
  }
}
body.single-post .container-article .content {
  color: #000000;
}
body.single-post .container-article .slide {
  background: white;
}
body.single-post .container-article .slide .slide-content {
  position: sticky;
  top: 247px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
body.single-post .container-article .slide .slide-content .card-post {
  max-width: 314px;
  height: unset;
}
body.single-post .container-article .slide .slide-content .card-post .content {
  padding-bottom: 26px;
}
body.single-post .container-article .slide .slide-content .card-post .content .link {
  position: relative;
  top: 0;
}
body.single-post .container-article .slide .btn-primary, body.single-post .container-article .slide body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a, body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header body.single-post .container-article .slide a,
body.single-post .container-article .slide body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header body.single-post .container-article .slide a, body.single-post .container-article .slide .page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row body.single-post .container-article .slide a, body.single-post .container-article .slide .page-commander .wc-block-checkout__actions_row button, .page-commander .wc-block-checkout__actions_row body.single-post .container-article .slide button,
body.single-post .container-article .slide .page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row body.single-post .container-article .slide a,
body.single-post .container-article .slide .page-checkout .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row body.single-post .container-article .slide button, body.single-post .container-article .slide .page-single-product .product-add-to-cart .variations tr .reset_variations, .page-single-product .product-add-to-cart .variations tr body.single-post .container-article .slide .reset_variations {
  width: 100%;
}

.page-panier .breadcrumbs p, .page-panier .breadcrumbs a {
  color: hsl(0, 0%, 0%);
}
.page-panier .article-content .article-h1 {
  margin-top: 50px;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .page-panier .article-content .article-h1 {
    margin-top: 30px;
  }
}
.page-panier .article-content table {
  margin-bottom: 0;
}
.page-panier .article-content table thead tr th {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
}
.page-panier .article-content table tbody {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-panier .article-content table tbody .wc-block-cart-items__row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 576px) {
  .page-panier .article-content table tbody .wc-block-cart-items__row {
    padding: 8px;
  }
}
.page-panier .article-content table tbody .wc-block-cart-items__row:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 576px) {
  .page-panier .article-content table tbody .wc-block-cart-item__wrap > * {
    margin-bottom: 8px;
  }
}
.page-panier .article-content table tbody .wc-block-cart-item__image a {
  padding: 10px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100px;
}
@media screen and (max-width: 576px) {
  .page-panier .article-content table tbody .wc-block-cart-item__image a {
    width: 100%;
    padding: 5px;
  }
}
.page-panier .article-content table tbody .wc-block-cart-item__product {
  padding-left: 50px;
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-components-product-name,
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__prices {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-components-product-metadata__description {
  display: none;
}
@media screen and (max-width: 576px) {
  .page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  height: 50px;
  border-radius: 0;
  border: 1px solid #000;
  width: 150px;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 576px) {
  .page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    width: 90px;
    height: 30px;
    margin-bottom: 8px;
  }
  .page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
    min-width: 30px;
  }
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector::after {
  display: none;
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  padding: 0;
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  border-radius: 0;
  width: 50px;
  background: #000;
  color: #fff;
  opacity: 1;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-panier .article-content table tbody .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
  background: #fff;
  color: #000;
}
.page-panier .article-content table tbody td {
  border: none !important;
}
.page-panier .article-content .wc-block-components-sidebar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px;
  margin-top: 32px !important;
}
@media screen and (max-width: 576px) {
  .page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > div {
    padding: 16px !important;
  }
  .page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block > div .wp-block-woocommerce-cart-order-summary-subtotal-block {
    padding: 0;
  }
}
.page-panier .article-content .wc-block-components-sidebar .wc-block-cart__totals-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  position: absolute;
  top: -30px;
  margin-left: -24px;
}
.page-panier .article-content .wc-block-components-sidebar .wc-block-cart__submit {
  margin: 0;
}
.page-panier .article-content .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  background: rgba(0, 0, 0, 0.05);
  border: none;
}
.page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-text-input {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button {
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  opacity: 1;
}
.page-panier .article-content .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: none;
}
.page-panier #sb_instagram {
  display: none;
}

.page-commander .header-mega-menu,
.page-checkout .header-mega-menu {
  display: none;
}
.page-commander .breadcrumbs p, .page-commander .breadcrumbs a,
.page-checkout .breadcrumbs p,
.page-checkout .breadcrumbs a {
  color: black;
}
.page-commander form select,
.page-commander form textarea,
.page-commander form input,
.page-checkout form select,
.page-checkout form textarea,
.page-checkout form input {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.page-commander form select:focus,
.page-commander form textarea:focus,
.page-commander form input:focus,
.page-checkout form select:focus,
.page-checkout form textarea:focus,
.page-checkout form input:focus {
  border: 1px solid #000;
  outline: none;
}
@media screen and (max-width: 576px) {
  .page-commander .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form,
  .page-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-commander .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input,
  .page-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-commander .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button,
  .page-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon__form button {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    opacity: 1;
  }
}
.page-commander .wc-block-checkout__sidebar,
.page-checkout .wc-block-checkout__sidebar {
  padding: 0;
  top: 200px !important;
}
.page-commander .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title,
.page-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .page-commander .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title,
  .page-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
    position: unset;
  }
}
.page-commander .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-metadata__description,
.page-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-metadata__description {
  display: none;
}
.page-commander .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-name,
.page-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-name {
  margin-top: 10px;
}
.page-commander .wc-block-checkout__actions_row a, .page-commander .wc-block-checkout__actions_row button,
.page-checkout .wc-block-checkout__actions_row a,
.page-checkout .wc-block-checkout__actions_row button {
  padding: 16px 30px !important;
}
@media screen and (max-width: 576px) {
  .page-commander .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button,
  .page-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    margin: 16px 0 0 !important;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .page-commander .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg,
  .page-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .page-commander .wc-block-checkout__actions_row button span,
  .page-checkout .wc-block-checkout__actions_row button span {
    height: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.page-commander .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option,
.page-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.page-commander .wc-block-components-express-payment,
.page-commander .wc-block-components-express-payment-continue-rule,
.page-checkout .wc-block-components-express-payment,
.page-checkout .wc-block-components-express-payment-continue-rule {
  display: none !important;
}
.page-commander #sb_instagram,
.page-checkout #sb_instagram {
  display: none;
}
.page-commander .wc-block-checkout__payment-method .wc-block-components-radio-control__label > span,
.page-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__label > span {
  width: auto;
}
.page-commander .wc-block-components-checkout-return-to-cart-button,
.page-checkout .wc-block-components-checkout-return-to-cart-button {
  border: none !important;
}

@media screen and (max-width: 980px) {
  body.page-my-account.woocommerce-view-order table tbody tr > *:nth-child(even),
  body.page-mon-compte.woocommerce-view-order table tbody tr > *:nth-child(even) {
    background-color: unset;
  }
}
@media screen and (min-width: 980px) {
  body.page-my-account table tbody,
  body.page-mon-compte table tbody {
    background-color: rgba(0, 0, 0, 0.04);
  }
  body.page-my-account table tbody .woocommerce-orders-table__row:nth-child(even),
  body.page-mon-compte table tbody .woocommerce-orders-table__row:nth-child(even) {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 980px) {
  body.page-my-account table tbody tr > *:nth-child(even),
  body.page-mon-compte table tbody tr > *:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
body.page-my-account .content-login .woocommerce-privacy-policy-text,
body.page-my-account .content-mon-compte .woocommerce-privacy-policy-text,
body.page-mon-compte .content-login .woocommerce-privacy-policy-text,
body.page-mon-compte .content-mon-compte .woocommerce-privacy-policy-text {
  margin-top: 20px;
}
body.page-my-account .content-login .u-column1,
body.page-my-account .content-mon-compte .u-column1,
body.page-mon-compte .content-login .u-column1,
body.page-mon-compte .content-mon-compte .u-column1 {
  display: block;
}
body.page-my-account .content-login .u-column2,
body.page-my-account .content-mon-compte .u-column2,
body.page-mon-compte .content-login .u-column2,
body.page-mon-compte .content-mon-compte .u-column2 {
  display: none;
}
body.page-my-account .content-login.register .u-column1,
body.page-my-account .content-mon-compte.register .u-column1,
body.page-mon-compte .content-login.register .u-column1,
body.page-mon-compte .content-mon-compte.register .u-column1 {
  display: none;
}
body.page-my-account .content-login.register .u-column2,
body.page-my-account .content-mon-compte.register .u-column2,
body.page-mon-compte .content-login.register .u-column2,
body.page-mon-compte .content-mon-compte.register .u-column2 {
  display: block;
}
body.page-my-account .content-login p,
body.page-my-account .content-mon-compte p,
body.page-mon-compte .content-login p,
body.page-mon-compte .content-mon-compte p {
  opacity: 1 !important;
}
body.page-my-account .content-login .link,
body.page-my-account .content-mon-compte .link,
body.page-mon-compte .content-login .link,
body.page-mon-compte .content-mon-compte .link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-top: 6px;
}
body.page-my-account .content-login h2,
body.page-my-account .content-mon-compte h2,
body.page-mon-compte .content-login h2,
body.page-mon-compte .content-mon-compte h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 40px;
}
body.page-my-account .content-login .form-row,
body.page-my-account .content-mon-compte .form-row,
body.page-mon-compte .content-login .form-row,
body.page-mon-compte .content-mon-compte .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
body.page-my-account .content-login .form-row .button,
body.page-my-account .content-mon-compte .form-row .button,
body.page-mon-compte .content-login .form-row .button,
body.page-mon-compte .content-mon-compte .form-row .button {
  width: 100%;
}
body.page-my-account .content-login .lost_password,
body.page-my-account .content-mon-compte .lost_password,
body.page-mon-compte .content-login .lost_password,
body.page-mon-compte .content-mon-compte .lost_password {
  margin-top: 40px;
}
body.page-my-account .content-login .woocommerce-form-row,
body.page-my-account .content-mon-compte .woocommerce-form-row,
body.page-mon-compte .content-login .woocommerce-form-row,
body.page-mon-compte .content-mon-compte .woocommerce-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
body.page-my-account .content-login .woocommerce-form-row .password-input,
body.page-my-account .content-mon-compte .woocommerce-form-row .password-input,
body.page-mon-compte .content-login .woocommerce-form-row .password-input,
body.page-mon-compte .content-mon-compte .woocommerce-form-row .password-input {
  width: 100%;
}
body.page-my-account .content-login .woocommerce-form-row label,
body.page-my-account .content-mon-compte .woocommerce-form-row label,
body.page-mon-compte .content-login .woocommerce-form-row label,
body.page-mon-compte .content-mon-compte .woocommerce-form-row label {
  font-size: 14px;
  line-height: 18px;
}
body.page-my-account .content-login .woocommerce-form-row input,
body.page-my-account .content-mon-compte .woocommerce-form-row input,
body.page-mon-compte .content-login .woocommerce-form-row input,
body.page-mon-compte .content-mon-compte .woocommerce-form-row input {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
}
body.page-my-account .content-login .woocommerce-form-row input:focus,
body.page-my-account .content-mon-compte .woocommerce-form-row input:focus,
body.page-mon-compte .content-login .woocommerce-form-row input:focus,
body.page-mon-compte .content-mon-compte .woocommerce-form-row input:focus {
  outline: none;
}
body.page-my-account .content-login .woocommerce-form-row input::-webkit-input-placeholder, body.page-my-account .content-mon-compte .woocommerce-form-row input::-webkit-input-placeholder, body.page-mon-compte .content-login .woocommerce-form-row input::-webkit-input-placeholder, body.page-mon-compte .content-mon-compte .woocommerce-form-row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account .content-login .woocommerce-form-row input::-moz-placeholder, body.page-my-account .content-mon-compte .woocommerce-form-row input::-moz-placeholder, body.page-mon-compte .content-login .woocommerce-form-row input::-moz-placeholder, body.page-mon-compte .content-mon-compte .woocommerce-form-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account .content-login .woocommerce-form-row input:-ms-input-placeholder, body.page-my-account .content-mon-compte .woocommerce-form-row input:-ms-input-placeholder, body.page-mon-compte .content-login .woocommerce-form-row input:-ms-input-placeholder, body.page-mon-compte .content-mon-compte .woocommerce-form-row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account .content-login .woocommerce-form-row input::-ms-input-placeholder, body.page-my-account .content-mon-compte .woocommerce-form-row input::-ms-input-placeholder, body.page-mon-compte .content-login .woocommerce-form-row input::-ms-input-placeholder, body.page-mon-compte .content-mon-compte .woocommerce-form-row input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account .content-login .woocommerce-form-row input::placeholder,
body.page-my-account .content-mon-compte .woocommerce-form-row input::placeholder,
body.page-mon-compte .content-login .woocommerce-form-row input::placeholder,
body.page-mon-compte .content-mon-compte .woocommerce-form-row input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account .content-login.section-content.reverse .content,
body.page-my-account .content-mon-compte.section-content.reverse .content,
body.page-mon-compte .content-login.section-content.reverse .content,
body.page-mon-compte .content-mon-compte.section-content.reverse .content {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  padding-left: 60px;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  body.page-my-account .content-login.section-content.reverse .content,
  body.page-my-account .content-mon-compte.section-content.reverse .content,
  body.page-mon-compte .content-login.section-content.reverse .content,
  body.page-mon-compte .content-mon-compte.section-content.reverse .content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}
body.page-my-account .content-login.section-content.reverse .image,
body.page-my-account .content-mon-compte.section-content.reverse .image,
body.page-mon-compte .content-login.section-content.reverse .image,
body.page-mon-compte .content-mon-compte.section-content.reverse .image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
body.page-my-account .content-login.section-content .content,
body.page-my-account .content-mon-compte.section-content .content,
body.page-mon-compte .content-login.section-content .content,
body.page-mon-compte .content-mon-compte.section-content .content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding-right: 60px;
}
body.page-my-account .content-login.section-content .image,
body.page-my-account .content-mon-compte.section-content .image,
body.page-mon-compte .content-login.section-content .image,
body.page-mon-compte .content-mon-compte.section-content .image {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-my-account .woocommerce-dashboard .card-dashboard,
body.page-mon-compte .woocommerce-dashboard .card-dashboard {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
}
body.page-my-account .woocommerce-dashboard .card-dashboard .icon,
body.page-mon-compte .woocommerce-dashboard .card-dashboard .icon {
  font-size: 65px;
}
body.page-my-account .woocommerce-dashboard .card-dashboard .title,
body.page-mon-compte .woocommerce-dashboard .card-dashboard .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 15px;
}
body.page-my-account .woocommerce-dashboard .card-dashboard .content,
body.page-mon-compte .woocommerce-dashboard .card-dashboard .content {
  margin-top: 18px;
}
body.page-my-account .breadcrumbs,
body.page-mon-compte .breadcrumbs {
  margin-bottom: 20px;
}
body.page-my-account .breadcrumbs p, body.page-my-account .breadcrumbs a,
body.page-mon-compte .breadcrumbs p,
body.page-mon-compte .breadcrumbs a {
  color: black;
}
body.page-my-account.woocommerce-orders .woocommerce-MyAccount-navigation,
body.page-mon-compte.woocommerce-orders .woocommerce-MyAccount-navigation {
  display: none;
}
body.page-my-account.woocommerce-orders table,
body.page-mon-compte.woocommerce-orders table {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-my-account.woocommerce-orders table thead th,
body.page-mon-compte.woocommerce-orders table thead th {
  padding: 15px;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.7;
  font-weight: 500;
  text-align: left;
}
body.page-my-account.woocommerce-orders table tbody th, body.page-my-account.woocommerce-orders table tbody td,
body.page-mon-compte.woocommerce-orders table tbody th,
body.page-mon-compte.woocommerce-orders table tbody td {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}
body.page-my-account.woocommerce-orders table tbody th a, body.page-my-account.woocommerce-orders table tbody td a,
body.page-mon-compte.woocommerce-orders table tbody th a,
body.page-mon-compte.woocommerce-orders table tbody td a {
  padding: 0;
  padding-right: 10px;
}
body.page-my-account .card-mon-compte,
body.page-mon-compte .card-mon-compte {
  width: 80%;
  margin: 40px auto;
  padding: 10px 40px 20px 40px;
  border: rgba(0, 0, 0, 0.2) solid 1px;
}
body.page-my-account .card-mon-compte .title,
body.page-mon-compte .card-mon-compte .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 55px;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
}
body.page-my-account .card-mon-compte .btn-back,
body.page-mon-compte .card-mon-compte .btn-back {
  cursor: pointer;
}
body.page-my-account .card-mon-compte .btn-back .icon,
body.page-mon-compte .card-mon-compte .btn-back .icon {
  padding-bottom: 5px;
}
body.page-my-account .card-mon-compte .btn-edit,
body.page-mon-compte .card-mon-compte .btn-edit {
  font-size: 14px;
  background-color: #F3F4F5;
  color: #000000;
  padding: 0 30px;
}
body.page-my-account .card-mon-compte .btn-edit:hover,
body.page-mon-compte .card-mon-compte .btn-edit:hover {
  background-color: #e5e7e9;
}
@media screen and (max-width: 1200px) {
  body.page-my-account .card-mon-compte,
  body.page-mon-compte .card-mon-compte {
    width: 100%;
  }
}
body.page-my-account.woocommerce-edit-account .woocommerce-MyAccount-navigation,
body.page-mon-compte.woocommerce-edit-account .woocommerce-MyAccount-navigation {
  display: none;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm button[name=save_account_details],
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm button[name=save_account_details] {
  display: none !important;
}
@media screen and (max-width: 992px) {
  body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm,
  body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm p:last-of-type {
  -ms-grid-column: 1;
  grid-column: 1;
  opacity: 1;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .clear,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .clear {
  display: none;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row .password-input,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row .password-input {
  width: 100%;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row label,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row label {
  font-size: 14px;
  line-height: 18px;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input:focus,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input:focus {
  outline: none;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::-webkit-input-placeholder, body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::-moz-placeholder, body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input:-ms-input-placeholder, body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::-ms-input-placeholder, body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::placeholder,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm .woocommerce-form-row input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm button,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm button {
  width: 100% !important;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 576px) {
  body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset,
  body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm fieldset legend {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 15px;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .password-input,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-my-account.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .password-input button,
body.page-mon-compte.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .password-input button {
  display: none;
}
body.page-my-account.woocommerce-edit-address #shipping_address_2_field,
body.page-my-account.woocommerce-edit-address #billing_address_2_field,
body.page-mon-compte.woocommerce-edit-address #shipping_address_2_field,
body.page-mon-compte.woocommerce-edit-address #billing_address_2_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}
body.page-my-account.woocommerce-edit-address #shipping_address_2_field .woocommerce-input-wrapper,
body.page-my-account.woocommerce-edit-address #billing_address_2_field .woocommerce-input-wrapper,
body.page-mon-compte.woocommerce-edit-address #shipping_address_2_field .woocommerce-input-wrapper,
body.page-mon-compte.woocommerce-edit-address #billing_address_2_field .woocommerce-input-wrapper {
  width: 100%;
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit],
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit] {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  body.page-my-account.woocommerce-edit-address .woocommerce-address-fields button[type=submit],
  body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields button[type=submit] {
    width: 100% !important;
  }
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields p:last-of-type,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields p:last-of-type {
  opacity: 1;
}
body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-navigation,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-navigation {
  display: none;
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 576px) {
  body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper,
  body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper button,
  body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper button {
    width: 100% !important;
  }
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper label,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper label {
  font-size: 14px;
  line-height: 18px;
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection,
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection:focus,
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input:focus,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection:focus,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input:focus {
  outline: none;
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::-webkit-input-placeholder, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::-webkit-input-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::-webkit-input-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::-moz-placeholder, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::-moz-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::-moz-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection:-ms-input-placeholder, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input:-ms-input-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection:-ms-input-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::-ms-input-placeholder, body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::-ms-input-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::-ms-input-placeholder, body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::placeholder,
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::placeholder,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection::placeholder,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body.page-my-account.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection span,
body.page-mon-compte.woocommerce-edit-address .woocommerce-address-fields__field-wrapper .select2-selection span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  body.page-my-account.woocommerce-edit-address .woocommerce-Addresses,
  body.page-mon-compte.woocommerce-edit-address .woocommerce-Addresses {
    margin-top: 20px;
  }
}
body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content {
  padding-bottom: 40px;
}
body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header {
  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;
}
@media screen and (max-width: 576px) {
  body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header,
  body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content header a,
  body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content header a {
    width: 100%;
    text-align: center;
  }
}
body.page-my-account.woocommerce-edit-address .woocommerce-MyAccount-content .u-column2,
body.page-mon-compte.woocommerce-edit-address .woocommerce-MyAccount-content .u-column2 {
  margin-top: 20px;
}
body.page-my-account.woocommerce-view-order .woocommerce-MyAccount-navigation,
body.page-mon-compte.woocommerce-view-order .woocommerce-MyAccount-navigation {
  display: none;
}
body.page-my-account.woocommerce-view-order .woocommerce-order-details__title,
body.page-mon-compte.woocommerce-view-order .woocommerce-order-details__title {
  margin-top: 20px;
}
body.page-my-account.woocommerce-view-order .woocommerce-customer-details,
body.page-mon-compte.woocommerce-view-order .woocommerce-customer-details {
  margin-top: 30px;
  padding-bottom: 30px;
}
body.page-my-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title,
body.page-mon-compte.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 20px;
}
body.page-my-account.woocommerce-view-order table,
body.page-mon-compte.woocommerce-view-order table {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-my-account.woocommerce-view-order table thead th,
body.page-mon-compte.woocommerce-view-order table thead th {
  text-align: left;
  padding: 15px;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.7;
  font-weight: 500;
}
body.page-my-account.woocommerce-view-order table tbody tr,
body.page-mon-compte.woocommerce-view-order table tbody tr {
  background-color: rgba(0, 0, 0, 0.04);
}
body.page-my-account.woocommerce-view-order table tbody tr:nth-child(even),
body.page-mon-compte.woocommerce-view-order table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
body.page-my-account.woocommerce-view-order table tbody tr td,
body.page-mon-compte.woocommerce-view-order table tbody tr td {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}
body.page-my-account.woocommerce-view-order table tfoot td, body.page-my-account.woocommerce-view-order table tfoot th,
body.page-mon-compte.woocommerce-view-order table tfoot td,
body.page-mon-compte.woocommerce-view-order table tfoot th {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}
body.page-my-account.woocommerce-view-order table tfoot tr,
body.page-mon-compte.woocommerce-view-order table tfoot tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-my-account.woocommerce-view-order table tfoot tr:last-child,
body.page-mon-compte.woocommerce-view-order table tfoot tr:last-child {
  border-bottom: none;
}
body.page-my-account.woocommerce-view-order table tfoot tr:first-child,
body.page-mon-compte.woocommerce-view-order table tfoot tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.page-my-account.woocommerce-view-order table tfoot th,
body.page-mon-compte.woocommerce-view-order table tfoot th {
  font-weight: 600;
}

body.woocommerce-order-received .article-h1 {
  margin-bottom: 20px;
}
body.woocommerce-order-received .woocommerce-order-details__title {
  margin-top: 20px;
}
body.woocommerce-order-received table {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body.woocommerce-order-received table thead th {
  text-align: left;
  padding: 15px;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.7;
  font-weight: 500;
}
body.woocommerce-order-received table tbody tr {
  background-color: rgba(0, 0, 0, 0.04);
}
body.woocommerce-order-received table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
body.woocommerce-order-received table tbody tr td {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}
body.woocommerce-order-received table tfoot td, body.woocommerce-order-received table tfoot th {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}
body.woocommerce-order-received table tfoot tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.woocommerce-order-received table tfoot tr:last-child {
  border-bottom: none;
}
body.woocommerce-order-received table tfoot tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
body.woocommerce-order-received table tfoot th {
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 30px;
  padding-bottom: 30px;
}
body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 20px;
}

/* - - - -    Z-index Element Priority    - - - -  */