@charset "UTF-8";
/*!
* KNACSS Reborn: Just keep it simple!
* @author: Alsacreations
* v1.0.0 2020/11
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Reset (base)                */
/* ----------------------------- */
/*
 * 1. Switch to border-box model for all elements
 * 2. Avoid min-width: auto and min-height: auto on flex and grid children
 */
*,
*::before,
*::after {
  box-sizing: border-box;
  /* 1 */
  min-width: 0;
  /* 2 */
  min-height: 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: 62.5%;
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
}

body {
  margin: 0;
  font-family: "Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  background-color: #ffffff;
  color: #212529;
}

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

/*
 * Links
 */
a {
  color: #454d5d;
  text-decoration: underline;
}

a:focus,
a:hover,
a:active {
  color: #212529;
  text-decoration: underline;
}

/**
 * 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-bottom: 2rem;
}

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: 1rem;
}

/*
 * 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: 5rem;
}

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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 2rem 0;
  clear: both;
  color: inherit;
}

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

/* 
 * 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;
    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] {
  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: 2rem;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0 0.5rem;
  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;
    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: "";
  }
}

/* 
 * Global utility classes 
 */
.hidden {
  display: none;
}

@media (min-width: 319px) {
  .min\:hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}

@media (min-width: 1180px) {
  .xl\:hidden {
    display: none;
  }
}

@media (min-width: 1400px) {
  .mxl\:hidden {
    display: none;
  }
}

.block {
  display: block;
}

@media (min-width: 319px) {
  .min\:block {
    display: block;
  }
}

@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
}

@media (min-width: 1180px) {
  .xl\:block {
    display: block;
  }
}

@media (min-width: 1400px) {
  .mxl\:block {
    display: block;
  }
}

.inline {
  display: inline;
}

@media (min-width: 319px) {
  .min\:inline {
    display: inline;
  }
}

@media (min-width: 576px) {
  .sm\:inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .lg\:inline {
    display: inline;
  }
}

@media (min-width: 1180px) {
  .xl\:inline {
    display: inline;
  }
}

@media (min-width: 1400px) {
  .mxl\:inline {
    display: inline;
  }
}

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

@media (min-width: 319px) {
  .min\:inline-block {
    display: inline-block;
  }
}

@media (min-width: 576px) {
  .sm\:inline-block {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .md\:inline-block {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .lg\:inline-block {
    display: inline-block;
  }
}

@media (min-width: 1180px) {
  .xl\:inline-block {
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  .mxl\:inline-block {
    display: inline-block;
  }
}

.flex {
  display: flex;
}

@media (min-width: 319px) {
  .min\:flex {
    display: flex;
  }
}

@media (min-width: 576px) {
  .sm\:flex {
    display: flex;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
}

@media (min-width: 1180px) {
  .xl\:flex {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex {
    display: flex;
  }
}

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

@media (min-width: 319px) {
  .min\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-row {
    flex-direction: row;
  }
}

.flex-col {
  flex-direction: column;
}

@media (min-width: 319px) {
  .min\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 576px) {
  .sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .md\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-col {
    flex-direction: column;
  }
}

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

@media (min-width: 319px) {
  .min\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-wrap {
    flex-wrap: wrap;
  }
}

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

@media (min-width: 319px) {
  .min\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 576px) {
  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 768px) {
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
}

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

@media (min-width: 319px) {
  .min\:flex-shrink {
    flex-shrink: 1;
  }
}

@media (min-width: 576px) {
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
}

@media (min-width: 768px) {
  .md\:flex-shrink {
    flex-shrink: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-shrink {
    flex-shrink: 1;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-shrink {
    flex-shrink: 1;
  }
}

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

@media (min-width: 319px) {
  .min\:flex-no-shrink {
    flex-shrink: 0;
  }
}

@media (min-width: 576px) {
  .sm\:flex-no-shrink {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .md\:flex-no-shrink {
    flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-no-shrink {
    flex-shrink: 0;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-no-shrink {
    flex-shrink: 0;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-no-shrink {
    flex-shrink: 0;
  }
}

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

@media (min-width: 319px) {
  .min\:flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 576px) {
  .sm\:flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .md\:flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-grow {
    flex-grow: 1;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-grow {
    flex-grow: 1;
  }
}

.flex-no-grow {
  flex-grow: 0;
}

@media (min-width: 319px) {
  .min\:flex-no-grow {
    flex-grow: 0;
  }
}

@media (min-width: 576px) {
  .sm\:flex-no-grow {
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .md\:flex-no-grow {
    flex-grow: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:flex-no-grow {
    flex-grow: 0;
  }
}

@media (min-width: 1180px) {
  .xl\:flex-no-grow {
    flex-grow: 0;
  }
}

@media (min-width: 1400px) {
  .mxl\:flex-no-grow {
    flex-grow: 0;
  }
}

.float-left {
  float: left;
}

@media (min-width: 319px) {
  .min\:float-left {
    float: left;
  }
}

@media (min-width: 576px) {
  .sm\:float-left {
    float: left;
  }
}

@media (min-width: 768px) {
  .md\:float-left {
    float: left;
  }
}

@media (min-width: 1024px) {
  .lg\:float-left {
    float: left;
  }
}

@media (min-width: 1180px) {
  .xl\:float-left {
    float: left;
  }
}

@media (min-width: 1400px) {
  .mxl\:float-left {
    float: left;
  }
}

.float-right {
  float: right;
}

@media (min-width: 319px) {
  .min\:float-right {
    float: right;
  }
}

@media (min-width: 576px) {
  .sm\:float-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }
}

@media (min-width: 1024px) {
  .lg\:float-right {
    float: right;
  }
}

@media (min-width: 1180px) {
  .xl\:float-right {
    float: right;
  }
}

@media (min-width: 1400px) {
  .mxl\:float-right {
    float: right;
  }
}

.float-none {
  float: none;
}

@media (min-width: 319px) {
  .min\:float-none {
    float: none;
  }
}

@media (min-width: 576px) {
  .sm\:float-none {
    float: none;
  }
}

@media (min-width: 768px) {
  .md\:float-none {
    float: none;
  }
}

@media (min-width: 1024px) {
  .lg\:float-none {
    float: none;
  }
}

@media (min-width: 1180px) {
  .xl\:float-none {
    float: none;
  }
}

@media (min-width: 1400px) {
  .mxl\:float-none {
    float: none;
  }
}

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

@media (min-width: 319px) {
  .min\:text-bold {
    font-weight: bold;
  }
}

@media (min-width: 576px) {
  .sm\:text-bold {
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .md\:text-bold {
    font-weight: bold;
  }
}

@media (min-width: 1024px) {
  .lg\:text-bold {
    font-weight: bold;
  }
}

@media (min-width: 1180px) {
  .xl\:text-bold {
    font-weight: bold;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-bold {
    font-weight: bold;
  }
}

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

@media (min-width: 319px) {
  .min\:text-italic {
    font-style: italic;
  }
}

@media (min-width: 576px) {
  .sm\:text-italic {
    font-style: italic;
  }
}

@media (min-width: 768px) {
  .md\:text-italic {
    font-style: italic;
  }
}

@media (min-width: 1024px) {
  .lg\:text-italic {
    font-style: italic;
  }
}

@media (min-width: 1180px) {
  .xl\:text-italic {
    font-style: italic;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-italic {
    font-style: italic;
  }
}

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

@media (min-width: 319px) {
  .min\:text-uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 576px) {
  .sm\:text-uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .md\:text-uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .lg\:text-uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 1180px) {
  .xl\:text-uppercase {
    text-transform: uppercase;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-uppercase {
    text-transform: uppercase;
  }
}

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

@media (min-width: 319px) {
  .min\:text-lowercase {
    text-transform: lowercase;
  }
}

@media (min-width: 576px) {
  .sm\:text-lowercase {
    text-transform: lowercase;
  }
}

@media (min-width: 768px) {
  .md\:text-lowercase {
    text-transform: lowercase;
  }
}

@media (min-width: 1024px) {
  .lg\:text-lowercase {
    text-transform: lowercase;
  }
}

@media (min-width: 1180px) {
  .xl\:text-lowercase {
    text-transform: lowercase;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-lowercase {
    text-transform: lowercase;
  }
}

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

@media (min-width: 319px) {
  .min\:text-smaller {
    font-size: smaller;
  }
}

@media (min-width: 576px) {
  .sm\:text-smaller {
    font-size: smaller;
  }
}

@media (min-width: 768px) {
  .md\:text-smaller {
    font-size: smaller;
  }
}

@media (min-width: 1024px) {
  .lg\:text-smaller {
    font-size: smaller;
  }
}

@media (min-width: 1180px) {
  .xl\:text-smaller {
    font-size: smaller;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-smaller {
    font-size: smaller;
  }
}

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

@media (min-width: 319px) {
  .min\:text-bigger {
    font-size: bigger;
  }
}

@media (min-width: 576px) {
  .sm\:text-bigger {
    font-size: bigger;
  }
}

@media (min-width: 768px) {
  .md\:text-bigger {
    font-size: bigger;
  }
}

@media (min-width: 1024px) {
  .lg\:text-bigger {
    font-size: bigger;
  }
}

@media (min-width: 1180px) {
  .xl\:text-bigger {
    font-size: bigger;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-bigger {
    font-size: bigger;
  }
}

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

@media (min-width: 319px) {
  .min\:text-left {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1180px) {
  .xl\:text-left {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-left {
    text-align: left;
  }
}

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

@media (min-width: 319px) {
  .min\:text-center {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .sm\:text-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .md\:text-center {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .lg\:text-center {
    text-align: center;
  }
}

@media (min-width: 1180px) {
  .xl\:text-center {
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-center {
    text-align: center;
  }
}

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

@media (min-width: 319px) {
  .min\:text-right {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .sm\:text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .md\:text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .lg\:text-right {
    text-align: right;
  }
}

@media (min-width: 1180px) {
  .xl\:text-right {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-right {
    text-align: right;
  }
}

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

@media (min-width: 319px) {
  .min\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 576px) {
  .sm\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .md\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 1024px) {
  .lg\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 1180px) {
  .xl\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-justify {
    text-align: justify;
  }
}

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

@media (min-width: 319px) {
  .min\:text-wrap {
    overflow-wrap: break-word;
  }
}

@media (min-width: 576px) {
  .sm\:text-wrap {
    overflow-wrap: break-word;
  }
}

@media (min-width: 768px) {
  .md\:text-wrap {
    overflow-wrap: break-word;
  }
}

@media (min-width: 1024px) {
  .lg\:text-wrap {
    overflow-wrap: break-word;
  }
}

@media (min-width: 1180px) {
  .xl\:text-wrap {
    overflow-wrap: break-word;
  }
}

@media (min-width: 1400px) {
  .mxl\:text-wrap {
    overflow-wrap: break-word;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 576px) {
  .sm\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-start {
    justify-content: flex-start;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-start {
    justify-content: flex-start;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 576px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-end {
    justify-content: flex-end;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 576px) {
  .sm\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .md\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-center {
    justify-content: center;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-between {
    justify-content: space-between;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 576px) {
  .sm\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .md\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-around {
    justify-content: space-around;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-around {
    justify-content: space-around;
  }
}

.justify-evenly {
  justify-content: space-evenly;
}

@media (min-width: 319px) {
  .min\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 576px) {
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 768px) {
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-evenly {
    justify-content: space-evenly;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-evenly {
    justify-content: space-evenly;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-items-start {
    justify-items: start;
  }
}

@media (min-width: 576px) {
  .sm\:justify-items-start {
    justify-items: start;
  }
}

@media (min-width: 768px) {
  .md\:justify-items-start {
    justify-items: start;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-items-start {
    justify-items: start;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-items-start {
    justify-items: start;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-items-start {
    justify-items: start;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-items-end {
    justify-items: end;
  }
}

@media (min-width: 576px) {
  .sm\:justify-items-end {
    justify-items: end;
  }
}

@media (min-width: 768px) {
  .md\:justify-items-end {
    justify-items: end;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-items-end {
    justify-items: end;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-items-end {
    justify-items: end;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-items-end {
    justify-items: end;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-items-center {
    justify-items: center;
  }
}

@media (min-width: 576px) {
  .sm\:justify-items-center {
    justify-items: center;
  }
}

@media (min-width: 768px) {
  .md\:justify-items-center {
    justify-items: center;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-items-center {
    justify-items: center;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-items-center {
    justify-items: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-items-center {
    justify-items: center;
  }
}

.align-start {
  align-content: start;
}

@media (min-width: 319px) {
  .min\:align-start {
    align-content: start;
  }
}

@media (min-width: 576px) {
  .sm\:align-start {
    align-content: start;
  }
}

@media (min-width: 768px) {
  .md\:align-start {
    align-content: start;
  }
}

@media (min-width: 1024px) {
  .lg\:align-start {
    align-content: start;
  }
}

@media (min-width: 1180px) {
  .xl\:align-start {
    align-content: start;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-start {
    align-content: start;
  }
}

.align-end {
  align-content: end;
}

@media (min-width: 319px) {
  .min\:align-end {
    align-content: end;
  }
}

@media (min-width: 576px) {
  .sm\:align-end {
    align-content: end;
  }
}

@media (min-width: 768px) {
  .md\:align-end {
    align-content: end;
  }
}

@media (min-width: 1024px) {
  .lg\:align-end {
    align-content: end;
  }
}

@media (min-width: 1180px) {
  .xl\:align-end {
    align-content: end;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-end {
    align-content: end;
  }
}

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

@media (min-width: 319px) {
  .min\:align-center {
    align-content: center;
  }
}

@media (min-width: 576px) {
  .sm\:align-center {
    align-content: center;
  }
}

@media (min-width: 768px) {
  .md\:align-center {
    align-content: center;
  }
}

@media (min-width: 1024px) {
  .lg\:align-center {
    align-content: center;
  }
}

@media (min-width: 1180px) {
  .xl\:align-center {
    align-content: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-center {
    align-content: center;
  }
}

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

@media (min-width: 319px) {
  .min\:align-between {
    align-content: space-between;
  }
}

@media (min-width: 576px) {
  .sm\:align-between {
    align-content: space-between;
  }
}

@media (min-width: 768px) {
  .md\:align-between {
    align-content: space-between;
  }
}

@media (min-width: 1024px) {
  .lg\:align-between {
    align-content: space-between;
  }
}

@media (min-width: 1180px) {
  .xl\:align-between {
    align-content: space-between;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-between {
    align-content: space-between;
  }
}

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

@media (min-width: 319px) {
  .min\:align-around {
    align-content: space-around;
  }
}

@media (min-width: 576px) {
  .sm\:align-around {
    align-content: space-around;
  }
}

@media (min-width: 768px) {
  .md\:align-around {
    align-content: space-around;
  }
}

@media (min-width: 1024px) {
  .lg\:align-around {
    align-content: space-around;
  }
}

@media (min-width: 1180px) {
  .xl\:align-around {
    align-content: space-around;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-around {
    align-content: space-around;
  }
}

.align-evenly {
  align-content: space-evenly;
}

@media (min-width: 319px) {
  .min\:align-evenly {
    align-content: space-evenly;
  }
}

@media (min-width: 576px) {
  .sm\:align-evenly {
    align-content: space-evenly;
  }
}

@media (min-width: 768px) {
  .md\:align-evenly {
    align-content: space-evenly;
  }
}

@media (min-width: 1024px) {
  .lg\:align-evenly {
    align-content: space-evenly;
  }
}

@media (min-width: 1180px) {
  .xl\:align-evenly {
    align-content: space-evenly;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-evenly {
    align-content: space-evenly;
  }
}

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

@media (min-width: 319px) {
  .min\:align-items-start {
    align-items: flex-start;
  }
}

@media (min-width: 576px) {
  .sm\:align-items-start {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .md\:align-items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .lg\:align-items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1180px) {
  .xl\:align-items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-items-start {
    align-items: flex-start;
  }
}

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

@media (min-width: 319px) {
  .min\:align-items-end {
    align-items: flex-end;
  }
}

@media (min-width: 576px) {
  .sm\:align-items-end {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .md\:align-items-end {
    align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  .lg\:align-items-end {
    align-items: flex-end;
  }
}

@media (min-width: 1180px) {
  .xl\:align-items-end {
    align-items: flex-end;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-items-end {
    align-items: flex-end;
  }
}

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

@media (min-width: 319px) {
  .min\:align-items-center {
    align-items: center;
  }
}

@media (min-width: 576px) {
  .sm\:align-items-center {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .md\:align-items-center {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .lg\:align-items-center {
    align-items: center;
  }
}

@media (min-width: 1180px) {
  .xl\:align-items-center {
    align-items: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-items-center {
    align-items: center;
  }
}

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

@media (min-width: 319px) {
  .min\:place-center {
    place-content: center;
  }
}

@media (min-width: 576px) {
  .sm\:place-center {
    place-content: center;
  }
}

@media (min-width: 768px) {
  .md\:place-center {
    place-content: center;
  }
}

@media (min-width: 1024px) {
  .lg\:place-center {
    place-content: center;
  }
}

@media (min-width: 1180px) {
  .xl\:place-center {
    place-content: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:place-center {
    place-content: center;
  }
}

.justify-self-auto {
  justify-self: auto;
}

@media (min-width: 319px) {
  .min\:justify-self-auto {
    justify-self: auto;
  }
}

@media (min-width: 576px) {
  .sm\:justify-self-auto {
    justify-self: auto;
  }
}

@media (min-width: 768px) {
  .md\:justify-self-auto {
    justify-self: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-self-auto {
    justify-self: auto;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-self-auto {
    justify-self: auto;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-self-auto {
    justify-self: auto;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-self-start {
    justify-self: start;
  }
}

@media (min-width: 576px) {
  .sm\:justify-self-start {
    justify-self: start;
  }
}

@media (min-width: 768px) {
  .md\:justify-self-start {
    justify-self: start;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-self-start {
    justify-self: start;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-self-start {
    justify-self: start;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-self-start {
    justify-self: start;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-self-end {
    justify-self: end;
  }
}

@media (min-width: 576px) {
  .sm\:justify-self-end {
    justify-self: end;
  }
}

@media (min-width: 768px) {
  .md\:justify-self-end {
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-self-end {
    justify-self: end;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-self-end {
    justify-self: end;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-self-end {
    justify-self: end;
  }
}

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

@media (min-width: 319px) {
  .min\:justify-self-center {
    justify-self: center;
  }
}

@media (min-width: 576px) {
  .sm\:justify-self-center {
    justify-self: center;
  }
}

@media (min-width: 768px) {
  .md\:justify-self-center {
    justify-self: center;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-self-center {
    justify-self: center;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-self-center {
    justify-self: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-self-center {
    justify-self: center;
  }
}

.justify-self-stretch {
  justify-self: stretch;
}

@media (min-width: 319px) {
  .min\:justify-self-stretch {
    justify-self: stretch;
  }
}

@media (min-width: 576px) {
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
}

@media (min-width: 768px) {
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
}

@media (min-width: 1024px) {
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
}

@media (min-width: 1180px) {
  .xl\:justify-self-stretch {
    justify-self: stretch;
  }
}

@media (min-width: 1400px) {
  .mxl\:justify-self-stretch {
    justify-self: stretch;
  }
}

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

@media (min-width: 319px) {
  .min\:align-self-auto {
    align-self: auto;
  }
}

@media (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto;
  }
}

@media (min-width: 768px) {
  .md\:align-self-auto {
    align-self: auto;
  }
}

@media (min-width: 1024px) {
  .lg\:align-self-auto {
    align-self: auto;
  }
}

@media (min-width: 1180px) {
  .xl\:align-self-auto {
    align-self: auto;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-self-auto {
    align-self: auto;
  }
}

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

@media (min-width: 319px) {
  .min\:align-self-start {
    align-self: flex-start;
  }
}

@media (min-width: 576px) {
  .sm\:align-self-start {
    align-self: flex-start;
  }
}

@media (min-width: 768px) {
  .md\:align-self-start {
    align-self: flex-start;
  }
}

@media (min-width: 1024px) {
  .lg\:align-self-start {
    align-self: flex-start;
  }
}

@media (min-width: 1180px) {
  .xl\:align-self-start {
    align-self: flex-start;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-self-start {
    align-self: flex-start;
  }
}

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

@media (min-width: 319px) {
  .min\:align-self-end {
    align-self: flex-end;
  }
}

@media (min-width: 576px) {
  .sm\:align-self-end {
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .md\:align-self-end {
    align-self: flex-end;
  }
}

@media (min-width: 1024px) {
  .lg\:align-self-end {
    align-self: flex-end;
  }
}

@media (min-width: 1180px) {
  .xl\:align-self-end {
    align-self: flex-end;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-self-end {
    align-self: flex-end;
  }
}

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

@media (min-width: 319px) {
  .min\:align-self-center {
    align-self: center;
  }
}

@media (min-width: 576px) {
  .sm\:align-self-center {
    align-self: center;
  }
}

@media (min-width: 768px) {
  .md\:align-self-center {
    align-self: center;
  }
}

@media (min-width: 1024px) {
  .lg\:align-self-center {
    align-self: center;
  }
}

@media (min-width: 1180px) {
  .xl\:align-self-center {
    align-self: center;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-self-center {
    align-self: center;
  }
}

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

@media (min-width: 319px) {
  .min\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 576px) {
  .sm\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 768px) {
  .md\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1024px) {
  .lg\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1180px) {
  .xl\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-self-stretch {
    align-self: stretch;
  }
}

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

@media (min-width: 319px) {
  .min\:align-top {
    vertical-align: top;
  }
}

@media (min-width: 576px) {
  .sm\:align-top {
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .md\:align-top {
    vertical-align: top;
  }
}

@media (min-width: 1024px) {
  .lg\:align-top {
    vertical-align: top;
  }
}

@media (min-width: 1180px) {
  .xl\:align-top {
    vertical-align: top;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-top {
    vertical-align: top;
  }
}

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

@media (min-width: 319px) {
  .min\:align-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 576px) {
  .sm\:align-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .md\:align-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1024px) {
  .lg\:align-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1180px) {
  .xl\:align-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-bottom {
    vertical-align: bottom;
  }
}

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

@media (min-width: 319px) {
  .min\:align-middle {
    vertical-align: middle;
  }
}

@media (min-width: 576px) {
  .sm\:align-middle {
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .md\:align-middle {
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  .lg\:align-middle {
    vertical-align: middle;
  }
}

@media (min-width: 1180px) {
  .xl\:align-middle {
    vertical-align: middle;
  }
}

@media (min-width: 1400px) {
  .mxl\:align-middle {
    vertical-align: middle;
  }
}

.item-first {
  order: -100;
}

@media (min-width: 319px) {
  .min\:item-first {
    order: -100;
  }
}

@media (min-width: 576px) {
  .sm\:item-first {
    order: -100;
  }
}

@media (min-width: 768px) {
  .md\:item-first {
    order: -100;
  }
}

@media (min-width: 1024px) {
  .lg\:item-first {
    order: -100;
  }
}

@media (min-width: 1180px) {
  .xl\:item-first {
    order: -100;
  }
}

@media (min-width: 1400px) {
  .mxl\:item-first {
    order: -100;
  }
}

.item-last {
  order: 100;
}

@media (min-width: 319px) {
  .min\:item-last {
    order: 100;
  }
}

@media (min-width: 576px) {
  .sm\:item-last {
    order: 100;
  }
}

@media (min-width: 768px) {
  .md\:item-last {
    order: 100;
  }
}

@media (min-width: 1024px) {
  .lg\:item-last {
    order: 100;
  }
}

@media (min-width: 1180px) {
  .xl\:item-last {
    order: 100;
  }
}

@media (min-width: 1400px) {
  .mxl\:item-last {
    order: 100;
  }
}

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

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

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

@media (min-width: 319px) {
  .min\: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;
  }
  .min\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .min\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .min\: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;
    filter: grayscale(1);
  }
  .sm\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}

@media (min-width: 768px) {
  .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;
    filter: grayscale(1);
  }
  .md\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}

@media (min-width: 1024px) {
  .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;
    filter: grayscale(1);
  }
  .lg\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}

@media (min-width: 1180px) {
  .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;
    filter: grayscale(1);
  }
  .xl\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}

@media (min-width: 1400px) {
  .mxl\: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;
  }
  .mxl\:is-unstyled {
    list-style: none;
    padding-left: 0;
  }
  .mxl\:is-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    filter: grayscale(1);
  }
  .mxl\:text-normal {
    font-weight: normal;
    font-style: normal;
    text-transform: none;
  }
}

/* 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: 319px) {
  .min\:p-0 {
    padding: 0;
  }
  .min\:pt-0 {
    padding-top: 0;
  }
  .min\:pr-0 {
    padding-right: 0;
  }
  .min\:pb-0 {
    padding-bottom: 0;
  }
  .min\:pl-0 {
    padding-left: 0;
  }
  .min\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .min\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .min\:m-0 {
    margin: 0;
  }
  .min\:mt-0 {
    margin-top: 0;
  }
  .min\:mr-0 {
    margin-right: 0;
  }
  .min\:mb-0 {
    margin-bottom: 0;
  }
  .min\:ml-0 {
    margin-left: 0;
  }
  .min\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .min\: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) {
  .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: 1024px) {
  .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: 1180px) {
  .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;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-0 {
    padding: 0;
  }
  .mxl\:pt-0 {
    padding-top: 0;
  }
  .mxl\:pr-0 {
    padding-right: 0;
  }
  .mxl\:pb-0 {
    padding-bottom: 0;
  }
  .mxl\:pl-0 {
    padding-left: 0;
  }
  .mxl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .mxl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mxl\:m-0 {
    margin: 0;
  }
  .mxl\:mt-0 {
    margin-top: 0;
  }
  .mxl\:mr-0 {
    margin-right: 0;
  }
  .mxl\:mb-0 {
    margin-bottom: 0;
  }
  .mxl\:ml-0 {
    margin-left: 0;
  }
  .mxl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mxl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-1 {
  padding: 0.5rem;
}

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

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

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

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

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

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

.m-1 {
  margin: 0.5rem;
}

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

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

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

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

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

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

@media (min-width: 319px) {
  .min\:p-1 {
    padding: 0.5rem;
  }
  .min\:pt-1 {
    padding-top: 0.5rem;
  }
  .min\:pr-1 {
    padding-right: 0.5rem;
  }
  .min\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .min\:pl-1 {
    padding-left: 0.5rem;
  }
  .min\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .min\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .min\:m-1 {
    margin: 0.5rem;
  }
  .min\:mt-1 {
    margin-top: 0.5rem;
  }
  .min\:mr-1 {
    margin-right: 0.5rem;
  }
  .min\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .min\:ml-1 {
    margin-left: 0.5rem;
  }
  .min\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .min\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-1 {
    padding: 0.5rem;
  }
  .sm\:pt-1 {
    padding-top: 0.5rem;
  }
  .sm\:pr-1 {
    padding-right: 0.5rem;
  }
  .sm\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-1 {
    padding-left: 0.5rem;
  }
  .sm\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:m-1 {
    margin: 0.5rem;
  }
  .sm\:mt-1 {
    margin-top: 0.5rem;
  }
  .sm\:mr-1 {
    margin-right: 0.5rem;
  }
  .sm\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-1 {
    margin-left: 0.5rem;
  }
  .sm\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .md\:p-1 {
    padding: 0.5rem;
  }
  .md\:pt-1 {
    padding-top: 0.5rem;
  }
  .md\:pr-1 {
    padding-right: 0.5rem;
  }
  .md\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-1 {
    padding-left: 0.5rem;
  }
  .md\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:m-1 {
    margin: 0.5rem;
  }
  .md\:mt-1 {
    margin-top: 0.5rem;
  }
  .md\:mr-1 {
    margin-right: 0.5rem;
  }
  .md\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-1 {
    margin-left: 0.5rem;
  }
  .md\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-1 {
    padding: 0.5rem;
  }
  .lg\:pt-1 {
    padding-top: 0.5rem;
  }
  .lg\:pr-1 {
    padding-right: 0.5rem;
  }
  .lg\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-1 {
    padding-left: 0.5rem;
  }
  .lg\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:m-1 {
    margin: 0.5rem;
  }
  .lg\:mt-1 {
    margin-top: 0.5rem;
  }
  .lg\:mr-1 {
    margin-right: 0.5rem;
  }
  .lg\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-1 {
    margin-left: 0.5rem;
  }
  .lg\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-1 {
    padding: 0.5rem;
  }
  .xl\:pt-1 {
    padding-top: 0.5rem;
  }
  .xl\:pr-1 {
    padding-right: 0.5rem;
  }
  .xl\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .xl\:pl-1 {
    padding-left: 0.5rem;
  }
  .xl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:m-1 {
    margin: 0.5rem;
  }
  .xl\:mt-1 {
    margin-top: 0.5rem;
  }
  .xl\:mr-1 {
    margin-right: 0.5rem;
  }
  .xl\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .xl\:ml-1 {
    margin-left: 0.5rem;
  }
  .xl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-1 {
    padding: 0.5rem;
  }
  .mxl\:pt-1 {
    padding-top: 0.5rem;
  }
  .mxl\:pr-1 {
    padding-right: 0.5rem;
  }
  .mxl\:pb-1 {
    padding-bottom: 0.5rem;
  }
  .mxl\:pl-1 {
    padding-left: 0.5rem;
  }
  .mxl\:px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mxl\:py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .mxl\:m-1 {
    margin: 0.5rem;
  }
  .mxl\:mt-1 {
    margin-top: 0.5rem;
  }
  .mxl\:mr-1 {
    margin-right: 0.5rem;
  }
  .mxl\:mb-1 {
    margin-bottom: 0.5rem;
  }
  .mxl\:ml-1 {
    margin-left: 0.5rem;
  }
  .mxl\:mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mxl\:my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.p-2 {
  padding: 0.75rem;
}

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

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

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

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

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

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

.m-2 {
  margin: 0.75rem;
}

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

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

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

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

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

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

@media (min-width: 319px) {
  .min\:p-2 {
    padding: 0.75rem;
  }
  .min\:pt-2 {
    padding-top: 0.75rem;
  }
  .min\:pr-2 {
    padding-right: 0.75rem;
  }
  .min\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .min\:pl-2 {
    padding-left: 0.75rem;
  }
  .min\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .min\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .min\:m-2 {
    margin: 0.75rem;
  }
  .min\:mt-2 {
    margin-top: 0.75rem;
  }
  .min\:mr-2 {
    margin-right: 0.75rem;
  }
  .min\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .min\:ml-2 {
    margin-left: 0.75rem;
  }
  .min\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .min\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-2 {
    padding: 0.75rem;
  }
  .sm\:pt-2 {
    padding-top: 0.75rem;
  }
  .sm\:pr-2 {
    padding-right: 0.75rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-2 {
    padding-left: 0.75rem;
  }
  .sm\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:m-2 {
    margin: 0.75rem;
  }
  .sm\:mt-2 {
    margin-top: 0.75rem;
  }
  .sm\:mr-2 {
    margin-right: 0.75rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-2 {
    margin-left: 0.75rem;
  }
  .sm\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .md\:p-2 {
    padding: 0.75rem;
  }
  .md\:pt-2 {
    padding-top: 0.75rem;
  }
  .md\:pr-2 {
    padding-right: 0.75rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-2 {
    padding-left: 0.75rem;
  }
  .md\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:m-2 {
    margin: 0.75rem;
  }
  .md\:mt-2 {
    margin-top: 0.75rem;
  }
  .md\:mr-2 {
    margin-right: 0.75rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-2 {
    margin-left: 0.75rem;
  }
  .md\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-2 {
    padding: 0.75rem;
  }
  .lg\:pt-2 {
    padding-top: 0.75rem;
  }
  .lg\:pr-2 {
    padding-right: 0.75rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-2 {
    padding-left: 0.75rem;
  }
  .lg\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:m-2 {
    margin: 0.75rem;
  }
  .lg\:mt-2 {
    margin-top: 0.75rem;
  }
  .lg\:mr-2 {
    margin-right: 0.75rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-2 {
    margin-left: 0.75rem;
  }
  .lg\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-2 {
    padding: 0.75rem;
  }
  .xl\:pt-2 {
    padding-top: 0.75rem;
  }
  .xl\:pr-2 {
    padding-right: 0.75rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-2 {
    padding-left: 0.75rem;
  }
  .xl\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:m-2 {
    margin: 0.75rem;
  }
  .xl\:mt-2 {
    margin-top: 0.75rem;
  }
  .xl\:mr-2 {
    margin-right: 0.75rem;
  }
  .xl\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .xl\:ml-2 {
    margin-left: 0.75rem;
  }
  .xl\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-2 {
    padding: 0.75rem;
  }
  .mxl\:pt-2 {
    padding-top: 0.75rem;
  }
  .mxl\:pr-2 {
    padding-right: 0.75rem;
  }
  .mxl\:pb-2 {
    padding-bottom: 0.75rem;
  }
  .mxl\:pl-2 {
    padding-left: 0.75rem;
  }
  .mxl\:px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .mxl\:py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mxl\:m-2 {
    margin: 0.75rem;
  }
  .mxl\:mt-2 {
    margin-top: 0.75rem;
  }
  .mxl\:mr-2 {
    margin-right: 0.75rem;
  }
  .mxl\:mb-2 {
    margin-bottom: 0.75rem;
  }
  .mxl\:ml-2 {
    margin-left: 0.75rem;
  }
  .mxl\:mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mxl\:my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.p-3 {
  padding: 1rem;
}

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

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

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

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

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

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

.m-3 {
  margin: 1rem;
}

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

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

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

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

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

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

@media (min-width: 319px) {
  .min\:p-3 {
    padding: 1rem;
  }
  .min\:pt-3 {
    padding-top: 1rem;
  }
  .min\:pr-3 {
    padding-right: 1rem;
  }
  .min\:pb-3 {
    padding-bottom: 1rem;
  }
  .min\:pl-3 {
    padding-left: 1rem;
  }
  .min\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .min\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .min\:m-3 {
    margin: 1rem;
  }
  .min\:mt-3 {
    margin-top: 1rem;
  }
  .min\:mr-3 {
    margin-right: 1rem;
  }
  .min\:mb-3 {
    margin-bottom: 1rem;
  }
  .min\:ml-3 {
    margin-left: 1rem;
  }
  .min\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .min\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-3 {
    padding: 1rem;
  }
  .sm\:pt-3 {
    padding-top: 1rem;
  }
  .sm\:pr-3 {
    padding-right: 1rem;
  }
  .sm\:pb-3 {
    padding-bottom: 1rem;
  }
  .sm\:pl-3 {
    padding-left: 1rem;
  }
  .sm\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:m-3 {
    margin: 1rem;
  }
  .sm\:mt-3 {
    margin-top: 1rem;
  }
  .sm\:mr-3 {
    margin-right: 1rem;
  }
  .sm\:mb-3 {
    margin-bottom: 1rem;
  }
  .sm\:ml-3 {
    margin-left: 1rem;
  }
  .sm\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:p-3 {
    padding: 1rem;
  }
  .md\:pt-3 {
    padding-top: 1rem;
  }
  .md\:pr-3 {
    padding-right: 1rem;
  }
  .md\:pb-3 {
    padding-bottom: 1rem;
  }
  .md\:pl-3 {
    padding-left: 1rem;
  }
  .md\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:m-3 {
    margin: 1rem;
  }
  .md\:mt-3 {
    margin-top: 1rem;
  }
  .md\:mr-3 {
    margin-right: 1rem;
  }
  .md\:mb-3 {
    margin-bottom: 1rem;
  }
  .md\:ml-3 {
    margin-left: 1rem;
  }
  .md\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-3 {
    padding: 1rem;
  }
  .lg\:pt-3 {
    padding-top: 1rem;
  }
  .lg\:pr-3 {
    padding-right: 1rem;
  }
  .lg\:pb-3 {
    padding-bottom: 1rem;
  }
  .lg\:pl-3 {
    padding-left: 1rem;
  }
  .lg\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:m-3 {
    margin: 1rem;
  }
  .lg\:mt-3 {
    margin-top: 1rem;
  }
  .lg\:mr-3 {
    margin-right: 1rem;
  }
  .lg\:mb-3 {
    margin-bottom: 1rem;
  }
  .lg\:ml-3 {
    margin-left: 1rem;
  }
  .lg\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-3 {
    padding: 1rem;
  }
  .xl\:pt-3 {
    padding-top: 1rem;
  }
  .xl\:pr-3 {
    padding-right: 1rem;
  }
  .xl\:pb-3 {
    padding-bottom: 1rem;
  }
  .xl\:pl-3 {
    padding-left: 1rem;
  }
  .xl\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:m-3 {
    margin: 1rem;
  }
  .xl\:mt-3 {
    margin-top: 1rem;
  }
  .xl\:mr-3 {
    margin-right: 1rem;
  }
  .xl\:mb-3 {
    margin-bottom: 1rem;
  }
  .xl\:ml-3 {
    margin-left: 1rem;
  }
  .xl\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-3 {
    padding: 1rem;
  }
  .mxl\:pt-3 {
    padding-top: 1rem;
  }
  .mxl\:pr-3 {
    padding-right: 1rem;
  }
  .mxl\:pb-3 {
    padding-bottom: 1rem;
  }
  .mxl\:pl-3 {
    padding-left: 1rem;
  }
  .mxl\:px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mxl\:py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mxl\:m-3 {
    margin: 1rem;
  }
  .mxl\:mt-3 {
    margin-top: 1rem;
  }
  .mxl\:mr-3 {
    margin-right: 1rem;
  }
  .mxl\:mb-3 {
    margin-bottom: 1rem;
  }
  .mxl\:ml-3 {
    margin-left: 1rem;
  }
  .mxl\:mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mxl\:my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.p-4 {
  padding: 1.5rem;
}

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

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

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

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

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

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

.m-4 {
  margin: 1.5rem;
}

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

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

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

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

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

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

@media (min-width: 319px) {
  .min\:p-4 {
    padding: 1.5rem;
  }
  .min\:pt-4 {
    padding-top: 1.5rem;
  }
  .min\:pr-4 {
    padding-right: 1.5rem;
  }
  .min\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .min\:pl-4 {
    padding-left: 1.5rem;
  }
  .min\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .min\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .min\:m-4 {
    margin: 1.5rem;
  }
  .min\:mt-4 {
    margin-top: 1.5rem;
  }
  .min\:mr-4 {
    margin-right: 1.5rem;
  }
  .min\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .min\:ml-4 {
    margin-left: 1.5rem;
  }
  .min\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .min\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-4 {
    padding: 1.5rem;
  }
  .sm\:pt-4 {
    padding-top: 1.5rem;
  }
  .sm\:pr-4 {
    padding-right: 1.5rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-4 {
    padding-left: 1.5rem;
  }
  .sm\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:m-4 {
    margin: 1.5rem;
  }
  .sm\:mt-4 {
    margin-top: 1.5rem;
  }
  .sm\:mr-4 {
    margin-right: 1.5rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-4 {
    margin-left: 1.5rem;
  }
  .sm\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:p-4 {
    padding: 1.5rem;
  }
  .md\:pt-4 {
    padding-top: 1.5rem;
  }
  .md\:pr-4 {
    padding-right: 1.5rem;
  }
  .md\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-4 {
    padding-left: 1.5rem;
  }
  .md\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:m-4 {
    margin: 1.5rem;
  }
  .md\:mt-4 {
    margin-top: 1.5rem;
  }
  .md\:mr-4 {
    margin-right: 1.5rem;
  }
  .md\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-4 {
    margin-left: 1.5rem;
  }
  .md\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-4 {
    padding: 1.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1.5rem;
  }
  .lg\:pr-4 {
    padding-right: 1.5rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-4 {
    padding-left: 1.5rem;
  }
  .lg\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:m-4 {
    margin: 1.5rem;
  }
  .lg\:mt-4 {
    margin-top: 1.5rem;
  }
  .lg\:mr-4 {
    margin-right: 1.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-4 {
    margin-left: 1.5rem;
  }
  .lg\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-4 {
    padding: 1.5rem;
  }
  .xl\:pt-4 {
    padding-top: 1.5rem;
  }
  .xl\:pr-4 {
    padding-right: 1.5rem;
  }
  .xl\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-4 {
    padding-left: 1.5rem;
  }
  .xl\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:m-4 {
    margin: 1.5rem;
  }
  .xl\:mt-4 {
    margin-top: 1.5rem;
  }
  .xl\:mr-4 {
    margin-right: 1.5rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-4 {
    margin-left: 1.5rem;
  }
  .xl\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-4 {
    padding: 1.5rem;
  }
  .mxl\:pt-4 {
    padding-top: 1.5rem;
  }
  .mxl\:pr-4 {
    padding-right: 1.5rem;
  }
  .mxl\:pb-4 {
    padding-bottom: 1.5rem;
  }
  .mxl\:pl-4 {
    padding-left: 1.5rem;
  }
  .mxl\:px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mxl\:py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mxl\:m-4 {
    margin: 1.5rem;
  }
  .mxl\:mt-4 {
    margin-top: 1.5rem;
  }
  .mxl\:mr-4 {
    margin-right: 1.5rem;
  }
  .mxl\:mb-4 {
    margin-bottom: 1.5rem;
  }
  .mxl\:ml-4 {
    margin-left: 1.5rem;
  }
  .mxl\:mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mxl\:my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-5 {
  padding: 2rem;
}

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

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

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

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

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

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

.m-5 {
  margin: 2rem;
}

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

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

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

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

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

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

@media (min-width: 319px) {
  .min\:p-5 {
    padding: 2rem;
  }
  .min\:pt-5 {
    padding-top: 2rem;
  }
  .min\:pr-5 {
    padding-right: 2rem;
  }
  .min\:pb-5 {
    padding-bottom: 2rem;
  }
  .min\:pl-5 {
    padding-left: 2rem;
  }
  .min\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .min\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .min\:m-5 {
    margin: 2rem;
  }
  .min\:mt-5 {
    margin-top: 2rem;
  }
  .min\:mr-5 {
    margin-right: 2rem;
  }
  .min\:mb-5 {
    margin-bottom: 2rem;
  }
  .min\:ml-5 {
    margin-left: 2rem;
  }
  .min\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .min\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-5 {
    padding: 2rem;
  }
  .sm\:pt-5 {
    padding-top: 2rem;
  }
  .sm\:pr-5 {
    padding-right: 2rem;
  }
  .sm\:pb-5 {
    padding-bottom: 2rem;
  }
  .sm\:pl-5 {
    padding-left: 2rem;
  }
  .sm\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:m-5 {
    margin: 2rem;
  }
  .sm\:mt-5 {
    margin-top: 2rem;
  }
  .sm\:mr-5 {
    margin-right: 2rem;
  }
  .sm\:mb-5 {
    margin-bottom: 2rem;
  }
  .sm\:ml-5 {
    margin-left: 2rem;
  }
  .sm\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:p-5 {
    padding: 2rem;
  }
  .md\:pt-5 {
    padding-top: 2rem;
  }
  .md\:pr-5 {
    padding-right: 2rem;
  }
  .md\:pb-5 {
    padding-bottom: 2rem;
  }
  .md\:pl-5 {
    padding-left: 2rem;
  }
  .md\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:m-5 {
    margin: 2rem;
  }
  .md\:mt-5 {
    margin-top: 2rem;
  }
  .md\:mr-5 {
    margin-right: 2rem;
  }
  .md\:mb-5 {
    margin-bottom: 2rem;
  }
  .md\:ml-5 {
    margin-left: 2rem;
  }
  .md\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-5 {
    padding: 2rem;
  }
  .lg\:pt-5 {
    padding-top: 2rem;
  }
  .lg\:pr-5 {
    padding-right: 2rem;
  }
  .lg\:pb-5 {
    padding-bottom: 2rem;
  }
  .lg\:pl-5 {
    padding-left: 2rem;
  }
  .lg\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:m-5 {
    margin: 2rem;
  }
  .lg\:mt-5 {
    margin-top: 2rem;
  }
  .lg\:mr-5 {
    margin-right: 2rem;
  }
  .lg\:mb-5 {
    margin-bottom: 2rem;
  }
  .lg\:ml-5 {
    margin-left: 2rem;
  }
  .lg\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-5 {
    padding: 2rem;
  }
  .xl\:pt-5 {
    padding-top: 2rem;
  }
  .xl\:pr-5 {
    padding-right: 2rem;
  }
  .xl\:pb-5 {
    padding-bottom: 2rem;
  }
  .xl\:pl-5 {
    padding-left: 2rem;
  }
  .xl\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:m-5 {
    margin: 2rem;
  }
  .xl\:mt-5 {
    margin-top: 2rem;
  }
  .xl\:mr-5 {
    margin-right: 2rem;
  }
  .xl\:mb-5 {
    margin-bottom: 2rem;
  }
  .xl\:ml-5 {
    margin-left: 2rem;
  }
  .xl\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-5 {
    padding: 2rem;
  }
  .mxl\:pt-5 {
    padding-top: 2rem;
  }
  .mxl\:pr-5 {
    padding-right: 2rem;
  }
  .mxl\:pb-5 {
    padding-bottom: 2rem;
  }
  .mxl\:pl-5 {
    padding-left: 2rem;
  }
  .mxl\:px-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mxl\:py-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mxl\:m-5 {
    margin: 2rem;
  }
  .mxl\:mt-5 {
    margin-top: 2rem;
  }
  .mxl\:mr-5 {
    margin-right: 2rem;
  }
  .mxl\:mb-5 {
    margin-bottom: 2rem;
  }
  .mxl\:ml-5 {
    margin-left: 2rem;
  }
  .mxl\:mx-5 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mxl\:my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.p-6 {
  padding: 3rem;
}

.pt-6 {
  padding-top: 3rem;
}

.pr-6 {
  padding-right: 3rem;
}

.pb-6 {
  padding-bottom: 3rem;
}

.pl-6 {
  padding-left: 3rem;
}

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.m-6 {
  margin: 3rem;
}

.mt-6 {
  margin-top: 3rem;
}

.mr-6 {
  margin-right: 3rem;
}

.mb-6 {
  margin-bottom: 3rem;
}

.ml-6 {
  margin-left: 3rem;
}

.mx-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 319px) {
  .min\:p-6 {
    padding: 3rem;
  }
  .min\:pt-6 {
    padding-top: 3rem;
  }
  .min\:pr-6 {
    padding-right: 3rem;
  }
  .min\:pb-6 {
    padding-bottom: 3rem;
  }
  .min\:pl-6 {
    padding-left: 3rem;
  }
  .min\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .min\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .min\:m-6 {
    margin: 3rem;
  }
  .min\:mt-6 {
    margin-top: 3rem;
  }
  .min\:mr-6 {
    margin-right: 3rem;
  }
  .min\:mb-6 {
    margin-bottom: 3rem;
  }
  .min\:ml-6 {
    margin-left: 3rem;
  }
  .min\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .min\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-6 {
    padding: 3rem;
  }
  .sm\:pt-6 {
    padding-top: 3rem;
  }
  .sm\:pr-6 {
    padding-right: 3rem;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem;
  }
  .sm\:pl-6 {
    padding-left: 3rem;
  }
  .sm\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:m-6 {
    margin: 3rem;
  }
  .sm\:mt-6 {
    margin-top: 3rem;
  }
  .sm\:mr-6 {
    margin-right: 3rem;
  }
  .sm\:mb-6 {
    margin-bottom: 3rem;
  }
  .sm\:ml-6 {
    margin-left: 3rem;
  }
  .sm\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:p-6 {
    padding: 3rem;
  }
  .md\:pt-6 {
    padding-top: 3rem;
  }
  .md\:pr-6 {
    padding-right: 3rem;
  }
  .md\:pb-6 {
    padding-bottom: 3rem;
  }
  .md\:pl-6 {
    padding-left: 3rem;
  }
  .md\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:m-6 {
    margin: 3rem;
  }
  .md\:mt-6 {
    margin-top: 3rem;
  }
  .md\:mr-6 {
    margin-right: 3rem;
  }
  .md\:mb-6 {
    margin-bottom: 3rem;
  }
  .md\:ml-6 {
    margin-left: 3rem;
  }
  .md\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-6 {
    padding: 3rem;
  }
  .lg\:pt-6 {
    padding-top: 3rem;
  }
  .lg\:pr-6 {
    padding-right: 3rem;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem;
  }
  .lg\:pl-6 {
    padding-left: 3rem;
  }
  .lg\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:m-6 {
    margin: 3rem;
  }
  .lg\:mt-6 {
    margin-top: 3rem;
  }
  .lg\:mr-6 {
    margin-right: 3rem;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem;
  }
  .lg\:ml-6 {
    margin-left: 3rem;
  }
  .lg\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-6 {
    padding: 3rem;
  }
  .xl\:pt-6 {
    padding-top: 3rem;
  }
  .xl\:pr-6 {
    padding-right: 3rem;
  }
  .xl\:pb-6 {
    padding-bottom: 3rem;
  }
  .xl\:pl-6 {
    padding-left: 3rem;
  }
  .xl\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:m-6 {
    margin: 3rem;
  }
  .xl\:mt-6 {
    margin-top: 3rem;
  }
  .xl\:mr-6 {
    margin-right: 3rem;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem;
  }
  .xl\:ml-6 {
    margin-left: 3rem;
  }
  .xl\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-6 {
    padding: 3rem;
  }
  .mxl\:pt-6 {
    padding-top: 3rem;
  }
  .mxl\:pr-6 {
    padding-right: 3rem;
  }
  .mxl\:pb-6 {
    padding-bottom: 3rem;
  }
  .mxl\:pl-6 {
    padding-left: 3rem;
  }
  .mxl\:px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .mxl\:py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mxl\:m-6 {
    margin: 3rem;
  }
  .mxl\:mt-6 {
    margin-top: 3rem;
  }
  .mxl\:mr-6 {
    margin-right: 3rem;
  }
  .mxl\:mb-6 {
    margin-bottom: 3rem;
  }
  .mxl\:ml-6 {
    margin-left: 3rem;
  }
  .mxl\:mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mxl\:my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.p-7 {
  padding: 5rem;
}

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

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

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

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

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

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

.m-7 {
  margin: 5rem;
}

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

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

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

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

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

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

@media (min-width: 319px) {
  .min\:p-7 {
    padding: 5rem;
  }
  .min\:pt-7 {
    padding-top: 5rem;
  }
  .min\:pr-7 {
    padding-right: 5rem;
  }
  .min\:pb-7 {
    padding-bottom: 5rem;
  }
  .min\:pl-7 {
    padding-left: 5rem;
  }
  .min\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .min\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .min\:m-7 {
    margin: 5rem;
  }
  .min\:mt-7 {
    margin-top: 5rem;
  }
  .min\:mr-7 {
    margin-right: 5rem;
  }
  .min\:mb-7 {
    margin-bottom: 5rem;
  }
  .min\:ml-7 {
    margin-left: 5rem;
  }
  .min\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .min\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 576px) {
  .sm\:p-7 {
    padding: 5rem;
  }
  .sm\:pt-7 {
    padding-top: 5rem;
  }
  .sm\:pr-7 {
    padding-right: 5rem;
  }
  .sm\:pb-7 {
    padding-bottom: 5rem;
  }
  .sm\:pl-7 {
    padding-left: 5rem;
  }
  .sm\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:m-7 {
    margin: 5rem;
  }
  .sm\:mt-7 {
    margin-top: 5rem;
  }
  .sm\:mr-7 {
    margin-right: 5rem;
  }
  .sm\:mb-7 {
    margin-bottom: 5rem;
  }
  .sm\:ml-7 {
    margin-left: 5rem;
  }
  .sm\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .md\:p-7 {
    padding: 5rem;
  }
  .md\:pt-7 {
    padding-top: 5rem;
  }
  .md\:pr-7 {
    padding-right: 5rem;
  }
  .md\:pb-7 {
    padding-bottom: 5rem;
  }
  .md\:pl-7 {
    padding-left: 5rem;
  }
  .md\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:m-7 {
    margin: 5rem;
  }
  .md\:mt-7 {
    margin-top: 5rem;
  }
  .md\:mr-7 {
    margin-right: 5rem;
  }
  .md\:mb-7 {
    margin-bottom: 5rem;
  }
  .md\:ml-7 {
    margin-left: 5rem;
  }
  .md\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:p-7 {
    padding: 5rem;
  }
  .lg\:pt-7 {
    padding-top: 5rem;
  }
  .lg\:pr-7 {
    padding-right: 5rem;
  }
  .lg\:pb-7 {
    padding-bottom: 5rem;
  }
  .lg\:pl-7 {
    padding-left: 5rem;
  }
  .lg\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:m-7 {
    margin: 5rem;
  }
  .lg\:mt-7 {
    margin-top: 5rem;
  }
  .lg\:mr-7 {
    margin-right: 5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 5rem;
  }
  .lg\:ml-7 {
    margin-left: 5rem;
  }
  .lg\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1180px) {
  .xl\:p-7 {
    padding: 5rem;
  }
  .xl\:pt-7 {
    padding-top: 5rem;
  }
  .xl\:pr-7 {
    padding-right: 5rem;
  }
  .xl\:pb-7 {
    padding-bottom: 5rem;
  }
  .xl\:pl-7 {
    padding-left: 5rem;
  }
  .xl\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:m-7 {
    margin: 5rem;
  }
  .xl\:mt-7 {
    margin-top: 5rem;
  }
  .xl\:mr-7 {
    margin-right: 5rem;
  }
  .xl\:mb-7 {
    margin-bottom: 5rem;
  }
  .xl\:ml-7 {
    margin-left: 5rem;
  }
  .xl\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-7 {
    padding: 5rem;
  }
  .mxl\:pt-7 {
    padding-top: 5rem;
  }
  .mxl\:pr-7 {
    padding-right: 5rem;
  }
  .mxl\:pb-7 {
    padding-bottom: 5rem;
  }
  .mxl\:pl-7 {
    padding-left: 5rem;
  }
  .mxl\:px-7 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mxl\:py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mxl\:m-7 {
    margin: 5rem;
  }
  .mxl\:mt-7 {
    margin-top: 5rem;
  }
  .mxl\:mr-7 {
    margin-right: 5rem;
  }
  .mxl\:mb-7 {
    margin-bottom: 5rem;
  }
  .mxl\:ml-7 {
    margin-left: 5rem;
  }
  .mxl\:mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mxl\:my-7 {
    margin-top: 5rem;
    margin-bottom: 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: 319px) {
  .min\:p-auto {
    padding: auto;
  }
  .min\:pt-auto {
    padding-top: auto;
  }
  .min\:pr-auto {
    padding-right: auto;
  }
  .min\:pb-auto {
    padding-bottom: auto;
  }
  .min\:pl-auto {
    padding-left: auto;
  }
  .min\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .min\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .min\:m-auto {
    margin: auto;
  }
  .min\:mt-auto {
    margin-top: auto;
  }
  .min\:mr-auto {
    margin-right: auto;
  }
  .min\:mb-auto {
    margin-bottom: auto;
  }
  .min\:ml-auto {
    margin-left: auto;
  }
  .min\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .min\: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) {
  .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: 1024px) {
  .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: 1180px) {
  .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;
  }
}

@media (min-width: 1400px) {
  .mxl\:p-auto {
    padding: auto;
  }
  .mxl\:pt-auto {
    padding-top: auto;
  }
  .mxl\:pr-auto {
    padding-right: auto;
  }
  .mxl\:pb-auto {
    padding-bottom: auto;
  }
  .mxl\:pl-auto {
    padding-left: auto;
  }
  .mxl\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }
  .mxl\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }
  .mxl\:m-auto {
    margin: auto;
  }
  .mxl\:mt-auto {
    margin-top: auto;
  }
  .mxl\:mr-auto {
    margin-right: auto;
  }
  .mxl\:mb-auto {
    margin-bottom: auto;
  }
  .mxl\:ml-auto {
    margin-left: auto;
  }
  .mxl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mxl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
}

h1,
.h1-like {
  font-size: 4rem;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
}

h2,
.h2-like {
  font-size: 3rem;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
}

h3,
.h3-like {
  font-size: 2.5rem;
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
}

h4,
.h4-like {
  font-size: 2rem;
  font-family: "Montserrat Alternates", sans-serif;
}

h5,
.h5-like {
  font-size: 1.5rem;
  font-family: "Montserrat Alternates", sans-serif;
}

h6,
.h6-like {
  font-size: 1rem;
  font-family: "Montserrat Alternates", sans-serif;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 319px) {
  .home .wp-block-group.has-background {
    padding: 0;
  }
  .home .wp-block-columns {
    margin-bottom: 0;
  }
  .home-content {
    padding: 0;
    background: linear-gradient(black, #193b63);
  }
  .home-content .alignwide {
    padding: 0;
  }
  .news-home-spacer .news {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news-home-spacer.alignwide {
    padding: 32px;
  }
  .mec-wrap.colorskin-custom {
    padding: 30px;
  }
  /* Facebook 
  .cff-posts-wrap > div:first-child {
    margin-left: 0 !important;
  }

  .cff-posts-wrap > div:nth-child(2) {
    margin-left: 3% !important;
    margin-right: 3% !important;
  }

  .cff-posts-wrap > div:last-child {
    margin-right: 0 !important;
  }
  */
}

@media only screen and (min-width: 1024px) {
  .home .wp-block-group.has-background {
    padding: 5rem;
  }
  .home-content {
    padding: 5rem;
  }
  .home-content .alignwide {
    padding: 5rem;
  }
  .alignwide {
    padding: 5rem;
  }
  .Kcalendar {
    background-image: linear-gradient(180deg, #1a3b63 0%, rgba(0, 61, 102, 0) 38%), url(https://laboweb.pw/ipev/wp-content/uploads/2020/12/glace-A.jpg) !important;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
  }
  .Kcalendar .alignwide {
    margin-top: 0;
    margin-bottom: 0;
  }
  .Kcalendar .mec-skin-daily-view-events-container {
    background-color: white;
  }
}

@media only screen and (min-width: 319px) {
  .wp-block-media-text {
    margin: 5rem 0;
    background-color: #d2e8f9;
  }
  .wp-block-media-text .wp-block-media-text__media,
  .blocks-gallery-grid .blocks-gallery-item figure {
    position: relative;
  }
  .wp-block-media-text .wp-block-media-text__media figcaption,
  .wpmf-front-box.top a .caption,
  .blocks-gallery-grid .blocks-gallery-item figcaption {
    text-align: left;
    font-size: 12px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 2px black;
  }
  .wp-block-media-text .wp-block-media-text__media figcaption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
    margin-bottom: 0;
  }
  .wp-caption {
    position: relative;
  }
  .wp-caption .wp-caption-text {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 2px black;
  }
  .wpmf-front-box.top a .title {
    display: none;
  }
}

/* K Mainmenu */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .lang-menu {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 94px;
    display: inline-block;
    background: white;
    font-size: 12px;
    transition: 0.2s;
    padding: 0.7rem 2rem 0.7rem 1rem;
  }
  .lang-menu a {
    display: block;
    /* &:after {
        content: '';
        position: absolute;
        top: 40%;
        left: 0;
        right: -15px;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: solid 5px transparentize($black, 0.2);
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
      } */
  }
  .mainmenu {
    position: absolute;
    transition: 0.2s;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .mainmenu.page {
    background: rgba(0, 0, 0, 0.3);
  }
  .mainmenu__top {
    border-top: 1px solid white;
    background: black;
    position: fixed;
    bottom: 0;
    color: white;
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mainmenu__top-message {
    width: 70%;
    text-align: left;
  }
  .mainmenu__top-message a {
    color: white;
    overflow-wrap: normal;
  }
  .mainmenu__top-24 {
    align-items: flex-start;
    z-index: 100;
  }
  .mainmenu__top-24.active {
    height: 80vh;
  }
  .mainmenu__top-24.active .mainmenu__nav-links {
    overflow: auto;
    height: 80vh;
  }
  .mainmenu__top-24 .grid-child-middle .grid-child-middle-mobile-burger {
    display: block;
    font-size: 16px;
  }
  .mainmenu__top-24 .mainmenu__nav-links {
    display: block;
    z-index: 10000;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }
  .mainmenu__top-24 .mainmenu__nav-links .topmenu {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li > a {
    color: white;
    font-size: 2rem;
    /*font-weight: bold;*/
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li > .sub-menu {
    background-color: black;
    list-style: none;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li > .sub-menu a {
    color: white;
    padding: 5px 10px;
    font-weight: normal;
  }
  .mainmenu__nav {
    display: block;
  }
  .mainmenu__nav-logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition: 0.2s;
    display: flex;
    align-items: center;
  }
  .sticky .mainmenu__nav-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mainmenu__nav-logo img {
    max-width: 300px;
    transition: 0.2s;
  }
  .mainmenu__nav-links {
    text-align: center;
  }
  .mainmenu__nav-links span,
  .mainmenu__nav-links a {
    font-size: 2rem;
    color: white;
    text-decoration: none;
  }
  .mainmenu__nav-links > ul {
    display: block;
  }
  .mainmenu__nav-links > ul > li {
    position: relative;
    transition: 0.2s;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.342);
  }
  .mainmenu__nav-links > ul > li > span,
  .mainmenu__nav-links > ul > li > a {
    font-size: 1.5rem;
    overflow-wrap: normal;
    color: #193b63;
    text-decoration: none;
  }
  .mainmenu__nav-links > ul > li:last-child {
    border: none;
  }
  .mainmenu__nav-links > ul > li > .sub-menu {
    position: relative;
    margin-left: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    z-index: 10;
  }
  .mainmenu__nav-links > ul > li > .sub-menu > li > a {
    font-weight: 700;
  }
  .mainmenu__nav-links > ul > li > .sub-menu a {
    display: block;
    color: #193b63;
    font-size: 1.5rem;
    padding: 15px;
    transition: 0.2s;
    border-radius: 1rem;
  }
  .mainmenu__nav-links > ul > li > .sub-menu .sub-menu {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
  }
  .mainmenu__nav-links > ul > li > .sub-menu .sub-menu a {
    padding: 10px;
  }
  .mainmenu__nav-links > ul > li > .sub-menu .separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mainmenu__nav-links > ul > li > .sub-menu li:last-child {
    border: none;
  }
  .mainmenu__nav-links > ul > li > .sub-menu a:hover {
    background-color: #193b63;
    border-radius: 1rem;
    color: white;
  }
  .mainmenu__nav-links > ul > li:hover {
    color: white;
  }
  .mainmenu__nav .sub-menu {
    display: none;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .sticky.mainmenu {
    position: fixed;
    top: 0;
    background: #00000094;
    z-index: 1000;
  }
  .sticky .lang-menu {
    top: 57px;
    position: fixed;
  }
  .sticky .mainmenu__nav-logo img {
    max-width: 170px;
  }
  .mainmenu__top {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 10px;
    background: transparent;
    bottom: auto;
    border: none;
    font-size: 1.4rem;
  }
  .sticky .mainmenu__top {
    top: 0;
  }
  .mainmenu__top-24 {
    top: 0;
    background: black;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto;
  }
  .mainmenu__top-24 > div:first-child {
    display: flex;
    justify-content: center;
  }
  .mainmenu__top-24 > div:first-child .grid-child-middle-mobile-burger {
    display: none;
  }
  .mainmenu__top-24 > div:last-child {
    position: absolute;
    right: 10px;
    top: 6px;
  }
  .mainmenu__top-24 .topmenu {
    margin: 0;
    padding: 7px 0;
  }
  .mainmenu__top-24 .topmenu > li {
    padding: 3px 0;
  }
  .mainmenu__top-24 .topmenu > li.ac {
    background-color: rgba(255, 255, 255, 0.272);
    border-radius: 5px;
  }
  .mainmenu__top-24 .topmenu > li > a {
    padding: 0 10px;
    font-size: 1.5rem;
    border-left: 1px solid white;
    cursor: pointer;
  }
  .mainmenu__top-24 .topmenu > li:last-child > a {
    border-right: 1px solid white;
  }
  .mainmenu__top-24 .mainmenu__nav-links {
    position: relative;
    padding: 0;
    top: 0;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul {
    list-style: none;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li {
    position: inherit;
    cursor: pointer;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li > a {
    font-size: 14px;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li .sub-menu {
    display: none;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-rule-width: 1px;
    column-rule-width: 1px;
    -moz-column-rule-color: rgba(255, 255, 255, 0.3);
    column-rule-color: rgba(255, 255, 255, 0.3);
    -moz-column-rule-style: solid;
         column-rule-style: solid;
    background-color: black;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 420px;
    top: 35px;
    margin-left: -210px;
    list-style: none;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li .sub-menu a {
    color: white;
    padding: 15px;
  }
  .mainmenu__top-24 .mainmenu__nav-links > ul > li:last-child .sub-menu {
    margin-left: -210px;
    right: auto;
    left: 50%;
  }
  .mainmenu__top-icons {
    display: block;
    margin-left: 1rem;
    margin-right: 6.1rem;
  }
  .mainmenu__top-message {
    text-align: right;
  }
  .mainmenu__nav-logo {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  /*
  .admin-bar .mainmenu {
    .mobile-menu {
      top: 0px;
    }
  }
  */
  .mainmenu__nav {
    display: flex;
    justify-content: space-between;
  }
  .mainmenu__nav-links {
    display: flex;
    align-items: center;
    padding-right: 10rem;
  }
  .mainmenu__nav-links > ul {
    display: flex;
  }
  .mainmenu__nav-links > ul > li {
    padding: 5px 10px;
    border-bottom: none;
  }
  .mainmenu__nav-links > ul > li > span,
  .mainmenu__nav-links > ul > li > a {
    color: white;
  }
  .mainmenu__nav-links > ul > li > .sub-menu {
    position: absolute;
    top: 40px;
    margin-left: -160px;
    left: 50%;
    width: 320px;
  }
  .mainmenu__nav-links > ul > li:last-child > .sub-menu {
    margin-left: 0;
    left: auto;
    right: 0;
  }
  .mainmenu__top.mainmenu__nav-links > ul > li > span,
  .mainmenu__top.mainmenu__nav-links > ul > li > a {
    color: white;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.3);
  }
  .mainmenu__nav-logo img {
    max-width: 200px;
  }
}

@media only screen and (min-width: 1180px) {
  .mainmenu__top.mainmenu__nav-links > ul > li > span,
  .mainmenu__top.mainmenu__nav-links > ul > li > a {
    font-size: 1.8rem;
  }
  .mainmenu__nav-links > ul > li > a {
    font-size: 1.8rem;
  }
  .mainmenu__nav-logo img {
    max-width: 250px;
  }
}

@media only screen and (min-width: 1400px) {
  .mainmenu__nav-links > ul > li > span,
  .mainmenu__nav-links > ul > li > a {
    font-size: 2rem;
  }
  .mainmenu__nav-logo img {
    max-width: 300px;
  }
}

/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .table-of-contents {
    position: relative;
    margin-top: 5rem !important;
  }
  .table-of-contents p {
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #555;
  }
  .table-of-contents ul {
    /*position: fixed;*/
    position: -webkit-sticky;
    position: sticky;
    counter-reset: articles;
    top: 4em;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: #d2e8f9;
  }
  h1:first-child {
    margin-top: 0;
  }
  .post-content {
    flex-basis: 600px;
    max-width: 100%;
  }
  .table-of-contents svg {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    display: none;
    stroke: #193b63;
    transform: translateY(-50%);
  }
  .toc-reading svg {
    display: block;
  }
  .table-of-contents li {
    display: block;
    counter-increment: articles;
  }
  .table-of-contents li + li {
    margin-top: 1em;
  }
  .table-of-contents a {
    display: block;
    padding: 0 0 0 4rem;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
  }
  a.toc-reading,
  a.toc-already-read.toc-reading {
    color: black;
    opacity: 1;
  }
  a.toc-already-read {
    opacity: 0.4;
  }
  .table-of-contents a:before {
    content: counter(articles, decimal);
    background: white;
    position: absolute;
    bottom: auto;
    left: 0;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    transform: translateY(-50%);
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d9d9d9 inset;
    color: #4d4d4d;
  }
  footer {
    position: relative;
    background: #222222;
    color: #f2f2f2;
    text-align: center;
    padding: 50px 25px;
  }
  footer a {
    color: #b2c908;
  }
  .heart {
    font-size: 60px;
    opacity: 0.1;
  }
}

/* K Burger */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  /*   html.k {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  } */
  .mobile-menu {
    position: absolute;
    width: 100%;
  }
  .mobile-menu input {
    position: absolute;
    top: -280px;
  }
  .mobile-menu input + label {
    position: absolute;
    top: 60px;
    right: 40px;
    height: 30px;
    width: 25px;
    z-index: 5;
  }
  .mobile-menu input + label span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 10px;
    margin-top: -1px;
    left: 0;
    display: block;
    background: white;
    transition: 0.5s;
  }
  .mobile-menu input + label span:first-child {
    top: 3px;
  }
  .mobile-menu input + label span:last-child {
    top: 17px;
  }
  .mobile-menu label:hover {
    cursor: pointer;
  }
  .mobile-menu input:checked + label span {
    opacity: 0;
    top: 50%;
  }
  .mobile-menu input:checked + label span:first-child {
    opacity: 1;
    transform: rotate(405deg);
  }
  .mobile-menu input:checked + label span:last-child {
    opacity: 1;
    transform: rotate(-405deg);
  }
  .mobile-menu input ~ div.mainmenu__nav-links {
    background: white;
    position: fixed;
    top: 130px;
    left: 10%;
    width: 80%;
    height: 0;
    z-index: 3;
    transition: 0.5s;
    overflow: hidden;
    transition-delay: 0.2s;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .mobile-menu input ~ div.mainmenu__nav-links #primary-menu-list {
    padding: 1rem;
    transition: 0.2s;
  }
  .sticky .mobile-menu input ~ div.mainmenu__nav-links #primary-menu-list {
    padding: 0 1rem;
  }
  .mobile-menu input:checked ~ div.mainmenu__nav-links {
    height: 100%;
    transition-delay: 0s;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .mobile-menu {
    position: relative;
    top: 0;
    width: auto;
  }
  .mobile-menu input,
  .mobile-menu label {
    display: none;
  }
  .mobile-menu input ~ div.mainmenu__nav-links {
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    overflow: inherit;
    height: auto;
    box-shadow: none;
  }
  .mobile-menu input ~ div.mainmenu__nav-links #primary-menu-list {
    padding: 5rem 0;
  }
}

/* K Mainfooter */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .mainfooter {
    background: black;
    padding-bottom: 10rem;
  }
  .mainfooter .alignwide {
    display: block;
    color: white;
    margin: 0 0.5rem;
  }
  .mainfooter a {
    color: white;
  }
  .mainfooter__left {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .mainfooter__left-logo {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .mainfooter__left-mentions {
    margin-bottom: 0;
  }
  .mainfooter__left .divider {
    width: 100%;
  }
  .mainfooter__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mainfooter__right-icons {
    display: flex;
    justify-content: center;
    margin: 0.75rem;
  }
  .mainfooter__right-icons a {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .mainfooter__right-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
  }
  .mainfooter__right-newsletter {
    text-align: center;
  }
  .mainfooter__right-newsletter h4 {
    color: white;
  }
  .mainfooter__right-newsletter input {
    background: white;
    color: gray;
    width: 330px;
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .mainfooter {
    padding: 5rem;
  }
  .mainfooter__left {
    width: 60%;
    text-align: left;
  }
  .mainfooter__left-logo {
    width: 320px;
  }
  .mainfooter__left .divider {
    width: 60%;
  }
  .mainfooter__right {
    width: 40%;
    text-align: left;
  }
  .mainfooter__right-icons {
    justify-content: flex-end;
    margin-bottom: 0.75rem;
  }
  .mainfooter__right-contact {
    justify-content: flex-end;
  }
  .mainfooter__right-newsletter {
    text-align: right;
  }
  .mainfooter .alignwide {
    display: flex;
    margin: auto;
  }
}

@media only screen and (min-width: 319px) {
  .bc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    margin-top: 5rem;
    font-size: 1.4rem;
  }
  .bc > div:first-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bc > div:last-child {
    margin: 10px 0;
  }
  .bc__home {
    display: inline-block;
    background: #193b63;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
    margin: auto 10px auto 0;
  }
  .bc__home svg {
    width: 15px;
    color: white;
    margin-left: 4px;
  }
  .bc__item {
    display: inline;
    padding: 0 2px 0 0;
  }
  .bc__last {
    display: inline;
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 1024px) {
  .bc {
    display: flex;
    flex-direction: row;
    margin-bottom: 5rem;
  }
  .bc > div:first-child {
    width: 70%;
    display: flex;
    justify-content: flex-start;
  }
  .bc__home {
    display: flex;
    width: 40px;
    height: 40px;
  }
  .bc__home svg {
    width: 20px;
    margin-left: 0;
  }
  .bc__item {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
  }
  .bc__last {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
  }
  .bc__arrow {
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
  }
}

/* K Header Home */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .slider-gallery--home {
    min-height: 100vh;
    width: 100%;
    /*
    .backstretch:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      background: -moz-linear-gradient(
        top,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
      );

      background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, rgba(220, 66, 37, 0.5)),
        color-stop(100%, rgba(0, 47, 75, 0.5))
      );
      background: -webkit-linear-gradient(
        top,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
      );
      background: -o-linear-gradient(
        top,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
      );
      background: -ms-linear-gradient(
        top,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
      );
      background: linear-gradient(
        to bottom,
        rgba(0, 47, 75, 0.5) 0%,
        rgba(220, 66, 37, 0.5) 100%
      );
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
    }
    */
  }
  .slider-gallery--home__imgs {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }
  .slider-gallery--home__message {
    margin-top: 100px;
    width: 100%;
    text-align: center;
    padding: 11rem 5rem;
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Montserrat Alternates", sans-serif;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
  }
  .slider-gallery--home .backstretch img {
    display: block;
  }
  .logo-rf {
    width: 100px;
    position: absolute;
    top: 120px;
    left: 114px;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .slider-gallery--home__imgs {
    justify-content: center;
  }
  .slider-gallery--home__message {
    width: 50%;
    text-align: right;
    padding: 0 6.1rem;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Montserrat Alternates", sans-serif;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
  }
  .logo-rf {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .block-refuges {
    clear: both;
    overflow: auto;
    background: #e6e6e6;
    margin-bottom: 5rem;
    position: relative;
  }
  .block-refuges__diapos {
    float: none;
    width: 100%;
    text-align: left;
    background: #e6e6e6;
  }
  .block-refuges__infos-titletop {
    font-size: 1.5rem;
    color: white;
  }
  .block-refuges .slick-slide {
    min-height: 356px;
    padding: 5rem;
  }
  .block-refuges .view_map {
    font-size: 12px;
  }
  .block-refuges__map {
    float: none;
    width: 100%;
    position: relative;
  }
  .block-refuges__map--refuge {
    position: absolute;
    top: 100px;
    left: 250px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 10px;
  }
  .block-refuges__map--refuge.current-refuge {
    box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.75);
  }
  .tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
  }
  .maptip--area {
    position: absolute;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 100%;
  }
  .maptip--area .maptip--content {
    padding: 0.5rem;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: rgba(251, 186, 0, 0.8);
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  .maptip--area .maptip--content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px rgba(251, 186, 0, 0.8);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
  }
  .maptip--area .maptip--content--open {
    padding: 2rem;
    width: 320px;
    min-height: 200px;
    margin-left: -160px;
  }
  .maptip--area .maptip--content--open .maptip--content-details {
    display: block;
  }
  .maptip--area .maptip--content-bt {
    display: block;
  }
  .maptip--area .maptip--content-details {
    display: none;
  }
  .NyAlesund.maptip--area {
    top: 61%;
    left: 52%;
  }
  .DumontdUrville.maptip--area {
    top: 61%;
    left: 52%;
  }
  .DumontdUrville.maptip--area .maptip--content {
    bottom: -46px;
    left: -60px;
  }
  .DumontdUrville.maptip--area .maptip--content:after {
    right: -62%;
    top: -10px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px rgba(251, 186, 0, 0.8);
  }
  .Concordia.maptip--area {
    top: 52%;
    left: 61%;
  }
  .AmsterdamStPaul.maptip--area {
    top: 77%;
    left: 83%;
  }
  .AmsterdamStPaul.maptip--area .maptip--content {
    bottom: -46px;
    left: -60px;
  }
  .AmsterdamStPaul.maptip--area .maptip--content:after {
    right: -62%;
    top: -10px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px rgba(251, 186, 0, 0.8);
  }
  .Kerguelen.maptip--area {
    top: 69%;
    left: 62%;
  }
  .Crozet.maptip--area {
    top: 41%;
    left: 52%;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .block-refuges__diapos,
  .block-refuges__map {
    float: left;
    width: 50%;
  }
}

/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .block-map {
    margin-bottom: 5rem;
    padding: 0 5rem;
    position: relative;
    text-align: center;
  }
  .block-map__infos {
    position: relative;
  }
  .block-map__infos-titletop {
    font-size: 1.5rem;
    color: white;
  }
  .block-map__infos-title {
    color: #fbba00;
  }
  .block-map__map {
    text-align: center;
    position: relative;
  }
  .tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
  }
  .maptip--area {
    position: absolute;
    width: 5px;
    height: 5px;
    background: black;
    border-radius: 100%;
  }
  .maptip--area .maptip--content {
    padding: 0.5rem;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: rgba(251, 186, 0, 0.8);
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  .maptip--area .maptip--content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 5px rgba(251, 186, 0, 0.8);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
  }
  .maptip--area .maptip--content--open {
    padding: 2rem;
    width: 320px;
    min-height: 200px;
    margin-left: -160px;
  }
  .maptip--area .maptip--content--open .maptip--content-details {
    display: block;
  }
  .maptip--area .maptip--content-bt {
    display: block;
  }
  .maptip--area .maptip--content-details {
    display: none;
  }
  .NyAlesund.maptip--area {
    top: 61%;
    left: 52%;
  }
  .DumontdUrville.maptip--area {
    top: 66%;
    left: 61%;
  }
  .DumontdUrville.maptip--area .maptip--content {
    bottom: -46px;
    left: -60px;
  }
  .DumontdUrville.maptip--area .maptip--content:after {
    right: -62%;
    top: -10px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px rgba(251, 186, 0, 0.8);
  }
  .Concordia.maptip--area {
    top: 52%;
    left: 61%;
  }
  .AmsterdamStPaul.maptip--area {
    top: 77%;
    left: 83%;
  }
  .AmsterdamStPaul.maptip--area .maptip--content {
    bottom: -46px;
    left: -60px;
  }
  .AmsterdamStPaul.maptip--area .maptip--content:after {
    right: -62%;
    top: -10px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px rgba(251, 186, 0, 0.8);
  }
  .Kerguelen.maptip--area {
    top: 69%;
    left: 62%;
  }
  .Crozet.maptip--area {
    top: 41%;
    left: 52%;
  }
}

/* Medium screens ----------- */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .slider-gallery--page {
    min-height: 60vh;
    width: 100%;
    background-color: #193b63;
  }
  .slider-gallery--page .slide {
    height: 60vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .slider-gallery--page .slide span {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 2px black;
  }
  .slider-gallery--page__imgs {
    min-height: 60vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .slider-gallery--page__message {
    width: 60%;
    text-align: center;
    margin: 0 auto 5rem;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Montserrat Alternates", sans-serif;
  }
  .slider-gallery--page .backstretch img {
    display: block;
  }
}

/* Medium screens ----------- */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .toolbox {
    padding: 5rem 0 !important;
  }
  .block-res {
    width: 100%;
    color: white;
    padding: 0.5rem;
    margin: auto;
  }
  .block-res__container-title {
    color: white;
    text-align: center;
  }
  .block-res__container-title .subtitle {
    font-size: 2rem;
    color: white;
  }
  .block-res__container-title h2 {
    color: white;
  }
  .block-res__container-content > div:first-child {
    margin-bottom: 5rem;
  }
  .block-res__container-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block-res a {
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 5px;
    width: 120px;
  }
  .block-res__icons {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .block-res__icons svg {
    width: 30px;
    height: 30px;
    color: white;
  }
  .block-res__title {
    margin-top: 10px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 768px) {
  .toolbox {
    padding-bottom: 270px !important;
    background-image: url("/wp-content/themes/kipev/images/bg-toolbox.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .toolbox {
    padding-bottom: 270px !important;
  }
  .block-res {
    max-width: 1024px;
    padding: 5rem;
  }
  .block-res__icons {
    flex-wrap: nowrap;
  }
  .block-res__title {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1180px) {
  .toolbox {
    padding-bottom: 270px !important;
    background-size: 60%;
  }
}

@media only screen and (min-width: 1400px) {
  .toolbox {
    padding-bottom: 370px !important;
    background-size: 50%;
  }
}

.block-page-readmore {
  padding: 5rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  min-height: 340px;
}

.block-page-readmore__link-nopage-round, .block-page-readmore__link-nopage {
  cursor: pointer;
  align-self: center;
  width: 50px;
  height: 50px;
  background-color: #193b63;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.block-page-readmore .block-page-readmore__content {
  margin-bottom: 5rem;
  display: none;
}

.block-page-readmore .block-page-readmore__content.open {
  display: block;
}

.block-page-readmore .block-page-readmore__content-link {
  background: white;
  display: block;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
}

@media only screen and (min-width: 319px) {
  .block-page-plus {
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .block-page-plus:first-child {
    margin-top: 0;
  }
  .block-page-plus__copy {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 2px black;
  }
  .block-page-plus__link-round {
    cursor: pointer;
    align-self: center;
    width: 50px;
    height: 50px;
    background-color: #193b63;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
  .block-page-plus .block-page-plus__link-nopage {
    cursor: pointer;
  }
  .block-page-plus .block-page-plus__content {
    margin-bottom: 5rem;
    display: none;
  }
  .block-page-plus .block-page-plus__content.open {
    display: block;
  }
  .block-page-plus .block-page-plus__content-link {
    background: white;
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 1rem;
  }
  .block-page-plus .block-page-plus__content-diapos {
    padding: 1rem;
    background: white;
    margin-bottom: 1rem;
  }
  .block-page-plus .block-page-plus__content-diapos h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
  .block-page-plus .block-page-plus__content .wp-block-columns {
    margin-top: 0;
    min-height: 400px;
  }
  .block-page-plus .block-page-plus__content-diapo-img {
    position: relative;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
  }
  .block-page-plus .alignwide {
    padding: 0;
  }
  .block-page-plus .alignwide .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media only screen and (min-width: 1024px) {
  .block-page-plus {
    padding: 5rem;
  }
  .block-page-plus .block-page-plus__content-diapos {
    padding: 5rem;
    margin-bottom: 5rem;
  }
  .block-page-plus .block-page-plus__content-diapos h3 {
    text-align: left;
  }
  .block-page-plus .alignwide {
    padding: 5rem;
  }
  .block-page-plus .alignwide .wp-block-column {
    flex-basis: 50% !important;
  }
}

.goto-page {
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
}

.goto-page__infos {
  position: relative;
}

.goto-page__infos-titletop {
  font-size: 1.5rem;
  color: white;
}

.goto-page__infos-title {
  color: #fbba00;
}

.goto-page__infos-desc {
  display: none;
}

.goto-page__map {
  padding: 0 5rem;
  text-align: center;
}

.maptest .goto-page__map {
  padding: 0;
}

/* K Pages */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  main {
    position: relative;
  }
  main h2 {
    color: #fbba00;
  }
  main h2 a {
    color: inherit;
  }
  main a {
    color: #009aa4;
  }
  main .wp-block-columns {
    gap: 25px;
  }
  main .link-reverse a {
    color: #ffffff;
  }
  .main-page__divider {
    position: absolute;
    top: -90px;
    width: 100%;
  }
  .main-page__divider svg {
    width: 185px;
    height: auto;
  }
  .main-page__divider:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 81%;
    left: 19%;
    bottom: 0;
    background-color: white;
  }
  .main-page__divider-bg {
    position: absolute;
    left: -26px;
    top: -90px;
    width: 266px;
  }
  .header-page {
    margin-bottom: 0;
  }
  .type-page > div:first-child {
    position: relative;
    top: -70px;
  }
  .type-page > .alignwide {
    margin-top: 0;
    padding: 2rem;
  }
  .block-text-intro {
    padding: 0 5rem 5rem;
    border-radius: 2rem;
    margin-bottom: 5rem;
  }
  .maintop {
    position: relative;
    margin-top: -80px;
    z-index: 1;
  }
  .subtitle {
    font-size: 2rem;
    font-family: "Quicksand", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 200;
  }
  .wp-block {
    max-width: 1180px;
    font-family: "Montserrat Alternates", sans-serif;
  }
  .wp-block-column .alignwide:first-child {
    padding-top: 0 !important;
  }
  .alignwide {
    max-width: 1180px;
    margin: 5rem auto;
    padding: 0;
  }
  .alignfull {
    margin-bottom: 0 !important;
  }
  .alignright {
    float: right;
  }
  .alignleft {
    float: left;
  }
  .wp-block-cover {
    min-height: 330px;
    height: 100%;
  }
  .has-blue-color {
    color: #193b63;
  }
  .has-blue-2-color {
    color: #056492;
  }
  .has-blue-3-color {
    color: #87c1e9;
  }
  .has-blue-4-color {
    color: #d2e8f9;
  }
  .has-jaune-color {
    color: #fbba00;
  }
  .block-page-plus__infos-desc {
    clear: both;
    overflow: auto;
    margin-bottom: 30px;
  }
  .block-page-plus__infos-desc .alignright {
    float: right;
    margin-left: 30px;
  }
  .block-page-plus__infos-desc .alignleft {
    float: left;
    margin-right: 30px;
  }
  .wp-block-group.has-background {
    padding: 5rem;
  }
  .has-blue-background-color {
    background-color: #193b63;
  }
  .has-blue-2-background-color {
    background-color: #056492;
  }
  .has-blue-3-background-color {
    background-color: #87c1e9;
  }
  .has-blue-4-background-color {
    background-color: #d2e8f9;
  }
  .has-jaune-background-color {
    background-color: #fbba00;
  }
  .has-anthracite-background-color {
    background-color: #383838;
  }
  .has-background .wp-block-file {
    text-align: center;
  }
  .wp-block-separator {
    max-width: 100px;
    margin: 2rem auto;
  }
  .wp-block-cover {
    min-height: 200px;
  }
  .vcenter-block {
    height: 100%;
  }
  .vcenter-block .wp-block-group__inner-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .divider {
    border-top: 1px solid rgba(255, 255, 255, 0.158);
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
  }
  .wpcf7-form input:not([type='radio']):not([type='checkbox']),
  .wpcf7-form textarea {
    border: 1px solid silver;
    border-radius: 3px;
    width: 100%;
  }
  .soutenus .wp-block-columns .wp-block-column:first-child {
    background: #d2e8f9;
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 576px) {
  .main-page__divider:after {
    width: 90%;
    left: 10%;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .maintop {
    margin-top: -180px;
  }
  .wp-block-group__inner-container {
    padding: 0;
  }
  main {
    position: relative;
  }
  .main-page__divider {
    position: absolute;
    top: -174px;
    width: 100%;
  }
  .main-page__divider svg {
    width: 350px;
    height: auto;
  }
  .main-page__divider:after {
    content: '';
    position: absolute;
    height: 110px;
    width: 90%;
    left: 10%;
    bottom: 0;
    background-color: white;
  }
  .main-page__divider-bg {
    position: absolute;
    left: -25px;
    top: -125px;
    width: 336px;
  }
  .header-page {
    margin-bottom: 0;
  }
  .type-page > div:first-child {
    position: relative;
    top: -70px;
  }
  .type-page > .alignwide {
    margin-top: 0;
  }
  .alignwide {
    padding: 5rem;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .main-page__divider {
    top: -124px;
    width: 100%;
  }
  .main-page__divider svg {
    width: 250px;
  }
  .main-page__divider:after {
    height: 80px;
    width: 90%;
    left: 10%;
    bottom: 0;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1400px) {
  .main-page__divider {
    top: -174px;
    width: 100%;
  }
  .main-page__divider svg {
    width: 350px;
  }
  .main-page__divider:after {
    height: 110px;
    width: 92%;
    left: 8%;
    bottom: 0;
  }
  .main-page__divider-bg {
    position: absolute;
    left: -61px;
    top: -174px;
    width: 530px;
  }
}

@media only screen and (min-width: 319px) {
  .news__block {
    margin: 5rem 2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: white;
  }
  .news__block-img img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .news__block-content {
    padding: 5rem;
  }
  .news__container-title {
    color: white;
    text-align: center;
  }
  body.archive .news__container-title {
    color: #fbba00;
  }
  .news__container-title .subtitle {
    font-size: 2rem;
    color: white;
  }
  body.archive .news__container-title .subtitle {
    color: black;
  }
  .news__container-title h2 {
    color: white;
  }
  body.archive .news__container-title h2 {
    color: black;
  }
  .news__block-title {
    color: white;
  }
  .news__block-title h4 {
    color: white;
  }
  body.archive .news__block-title h4 {
    color: #fbba00;
  }
  .news__block-desc {
    color: white;
  }
  body.archive .news__block-desc {
    color: black;
  }
  .news__block-link {
    color: white;
  }
  body.archive .news__block-link {
    color: black;
  }
}

@media only screen and (min-width: 1024px) {
  .news__block {
    margin: 0;
  }
}

@media only screen and (min-width: 319px) {
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .block-page-plus .alignwide {
    padding: 0 !important;
  }
  .slick-slider .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before, .slick-track:after {
    content: '';
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  [dir='rtl'] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: flex;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow,
  .slick-arrow.slick-hidden {
    display: none;
  }
  /* Slider */
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
  }
  /* Icons */
  @font-face {
    font-family: 'slick';
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* Arrows */
  .slick-prev,
  .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: -37px;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    background: #fbba00;
    border-radius: 50%;
  }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: rgba(251, 186, 0, 0.8);
    color: transparent;
  }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev {
    left: -30px;
  }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: -25px;
  }
  .slick-prev:before {
    content: "←";
  }
  [dir='rtl'] .slick-prev:before {
    content: "→";
  }
  .slick-next {
    right: -30px;
  }
  [dir='rtl'] .slick-next {
    left: -25px;
    right: auto;
  }
  .slick-next:before {
    content: "→";
  }
  [dir='rtl'] .slick-next:before {
    content: "←";
  }
  /* Dots */
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 46px;
    line-height: 20px;
    text-align: center;
    color: rgba(25, 59, 99, 0.7);
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: #193b63;
    opacity: 0.75;
  }
}

@media only screen and (min-width: 1024px) {
  .slick-slider .block-page-plus .alignwide {
    padding: 0 !important;
  }
  .slick-slider .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
  .slick-slide {
    width: 980px;
  }
  .slick-arrow {
    display: block;
  }
  .refuge-diapos .slick-slide {
    width: 560px;
  }
  .refuge-diapos.slick-initialized .slick-slide {
    display: block;
  }
  .refuge-diapos.slick-initialized .slick-prev {
    left: 20px;
    top: 40px;
    z-index: 100;
  }
  .refuge-diapos.slick-initialized .slick-next {
    right: 20px;
    top: 40px;
    z-index: 100;
  }
  .block-refuges__diapos-img {
    width: 100%;
    height: 300px;
  }
  .slick-prev {
    left: -70px;
    top: 50%;
  }
  .slick-next {
    right: -73px;
    top: 50%;
  }
}

.facetwp-input-wrap {
  display: block;
  width: 100%;
}

.facetwp-facet input.facetwp-search {
  background: white;
  padding: 10px;
  border-radius: 0.5rem;
  width: 100%;
}

.facetwp-facet-actus_pagination,
.facetwp-facet-pagination {
  text-align: center;
}

.facetwp-facet-actus_pagination .facetwp-load-more,
.facetwp-facet-pagination .facetwp-load-more {
  border-radius: 1rem;
  padding: 2rem;
  background: #193b63;
  color: white;
  margin: auto;
}

.facetwp-checkbox {
  font-size: 14px;
}

/* K Header Page */
/* Mobile screens ----------- */
@media only screen and (min-width: 319px) {
  .header-page {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 300px;
    padding-top: 100px;
  }
  .header-page__copy {
    position: absolute;
    right: 10px;
    bottom: 60px;
    width: 60%;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: white;
    text-shadow: 1px 1px 2px black;
  }
  .header-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(37, 37, 37, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
  }
  .header-page__divider {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .header-page__divider:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
  }
  .header-page__iceberg {
    position: absolute;
    bottom: -360px;
    left: -108px;
    z-index: 1;
  }
}

/* Medium screens ----------- */
@media only screen and (min-width: 1024px) {
  .header-page {
    height: 50vh;
    min-height: 500px;
  }
  .header-page__copy {
    bottom: 90px;
    width: 100%;
  }
  .header-page__divider {
    position: absolute;
    bottom: 0;
    transform: translateX(-60px);
    left: 0;
    z-index: 1;
    width: calc(100% + 60px);
  }
  .header-page__divider:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0;
    left: 50%;
    bottom: 0;
    background: white;
  }
}

@media only screen and (min-width: 1400px) {
  .header-page__copy {
    bottom: 115px;
  }
}

@media only screen and (min-width: 319px) {
  .kacet-container {
    margin-top: 5rem;
  }
  .kacet-filters {
    padding: 2rem;
    background-color: #d2e8f9;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .kacet {
    margin-top: 0;
  }
  .kacet .alignwide {
    padding: 0;
  }
  .ps .wp-block-column {
    background-size: 200px;
    background-position: 120% -20%;
    background-repeat: no-repeat;
  }
  .block-kacet {
    position: relative;
    overflow: auto;
    margin-top: 0;
    margin-bottom: 5rem;
    padding: 5rem;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .block-kacet__infos-img > div:first-child {
    height: 300px;
    background-position: center center;
    background-size: cover;
  }
  .block-kacet__infos-desc-plus h4 {
    margin-top: 2rem;
  }
  .block-kacet:first-child {
    margin-top: 0;
  }
  .block-kacet__link-plus-round-full, .block-kacet__link-plus-round {
    cursor: pointer;
    align-self: center;
    width: 50px;
    height: 50px;
    background-color: #193b63;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
  .block-kacet__link-plus-round-full:hover, .block-kacet__link-plus-round:hover {
    background-color: #056492;
    color: white;
  }
  .block-kacet .close {
    display: none;
  }
  .block-kacet__infos-top {
    display: flex;
    justify-content: space-between;
  }
  .block-kacet__infos-subtitle {
    font-size: 14px;
    text-transform: uppercase;
  }
  .block-kacet__infos-numero {
    font-size: 18px;
  }
  .block-kacet__infos-region {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fbba00;
    margin-bottom: 0;
  }
  .block-kacet__infos-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
  }
  .block-kacet__infos-domaine {
    font-size: 1.6rem;
  }
  .block-kacet__infos-acronyme {
    font-weight: 200;
    color: #056492;
    margin-bottom: 0;
  }
  .facetwp-template[data-name='programmes_soutenus'] .wp-block-column {
    margin-bottom: 20px;
  }
  .facetwp-template[data-name='annuaire'] .wp-block-columns {
    margin-bottom: 10px;
  }
  .block-kacet-annuaire {
    padding: 2rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .block-kacet-annuaire .block-kacet__infos-subtitle {
    font-size: 12px;
    color: gray;
    font-weight: normal;
    float: right;
  }
  .facetwp-facet-ps_archive > div:last-child {
    display: none;
  }
  /* RIBON IPEV */
  .cr {
    background: #193b63;
    color: white;
    font-size: 12px;
    width: 200px;
    padding: 5px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
  }
  .cr-top {
    top: 20px;
  }
  .cr-bottom {
    bottom: 25px;
  }
  .cr-left {
    left: -70px;
  }
  .cr-right {
    right: -50px;
  }
  .cr-top.cr-left,
  .cr-bottom.cr-right {
    transform: rotate(-45deg);
  }
  .cr-top.cr-right,
  .cr-bottom.cr-left {
    transform: rotate(45deg);
  }
}

@media only screen and (min-width: 1024px) {
  .ps .wp-block-columns {
    margin-bottom: 5rem;
  }
  .kacet {
    margin-top: 0;
  }
  .kacet .alignwide {
    padding: 0;
  }
  .facetwp-template[data-name='programmes_soutenus'] .wp-block-column {
    margin-bottom: 0;
  }
}
