@charset 'UTF-8';

@font-face {
  font-family: 'Gotham';
    font-weight: 300;
    font-style: normal;

    src: url('./fonts/Gotham/Gotham-Light.woff2') format('opentype');
}

@font-face {
  font-family: 'Gotham';
    font-weight: 300;
    font-style: italic;

    src: url('./fonts/Gotham/Gotham-LightItalic.woff2') format('opentype');
}

@font-face {
  font-family: 'Gotham';
    font-weight: 400;
    font-style: normal;

    src: url('./fonts/Gotham/Gotham-Book.woff2') format('opentype');
}

@font-face {
  font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;

    src: url('./fonts/Gotham/Gotham-Medium-Regular.woff2') format('opentype');
}

@font-face {
  font-family: 'Gotham';
    font-weight: 700;
    font-style: normal;

    src: url('./fonts/Gotham/Gotham-Bold.woff2') format('opentype');
}

@font-face {
  font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;

    src: url('./fonts/OpenSans-Regular.woff') format('opentype');
}

@font-face {
  font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;

    src: url('./fonts/OpenSans-Bold.woff') format('opentype');
}

:root {
  --color-brand: #006d96;
  --color-brand-hover: #006d96;
  --color-primary:  #006d96;
  --color-primary-hover: #006d96;
  --color-switch: #006d96;
  --color-icon-acV: #006d96;
  --urlArrow : url('../img/blue-arrow.svg') ;
}

[data-theme='0004'] {
  --color-brand: #3B4675 ;
  --color-brand-hover: #3B4675 ;
  --color-primary:  #3B4675 ;
  --color-primary-hover: #3B4675 ;
  --color-icon-acV: #3B4675 ;
  --color-switch: #3B4675 ;
}
[data-theme='0005'] {
  --color-brand: #01893f ;
  --color-brand-hover: #01893f;
  --color-primary:  #043e27 ;
  --color-primary-hover: #01893f ;
  --color-icon-acV: #01893f ;
  --color-switch: #01893f ;
}

[data-theme='0001'] {
  --color-brand: #0079a2;
  --color-brand-hover: #006d96;
  --color-primary:  #0386af;
  --color-primary-hover: #0079a2;
  --color-switch: #0079a2;
  --color-icon-acV: #0079a2;
  --urlArrow : url('../img/blue-arrow.svg') ;
}

[data-theme='0003'] {
  --color-brand: #ed8b18;
  --color-brand-hover: #d47200;
  --color-primary: var(--color-primary);
  --color-primary-hover: #0063a8;
  --color-icon-acV: #ed8b18;
  --color-switch: #0079a2;

}

[data-theme='0002'] {
  --color-brand: #242021 !important;
    --color-brand-hover: #242021;
    --color-primary: #ef1d23;
    --color-primary-hover: #ad1519;
    --color-btn-square: #242021;
    --color-icon-acV: #242021;
    --color-switch: #242021;
    --color-tr-stripped-hover: rgba(239, 29, 35, .1);
}

[data-theme='0006'] {
  --color-brand: #007934;
  --color-brand-hover: #007934;
  --color-primary:  #007934;
  --color-primary-hover: #007934;
  --color-switch: #007934;
  --color-icon-acV: #007934;
  --urlArrow : url('../img/green-arrow.svg') ;
}
/*!
* www.KNACSS.com v7.0.6 (may, 30 2018) @author: Alsacreations, Raphael Goetter
* Licence WTFPL http://www.wtfpl.net/
*/
/* ----------------------------- */
/* ==Table Of Content            */
/* ----------------------------- */
/*
1- Reboot (basic reset)
2- Libraries  :
  - Base
  - Print
  - Layout (alignment, modules, positionning)
  - Utilities (width and spacers helpers)
  - Responsive helpers
  - WordPress reset (disabled by default)
  - Grillade (Grid System)
3- Components :
  - Media object
  - Skip Links for accessibility
  - Tables
  - Forms
  - Buttons
  - Checkbox
  - Tabs
  - Tags
  - Badges
  - Alerts
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: none !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  color: #007bff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
  color: #0056b3;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type='radio'] {
  -webkit-appearance:none;
  width:20px;
  height:20px;
  border:1px solid darkgray;
  border-radius:50%;
  outline:none;
}

input[type='radio']:before {
  content:'';
  display:block;
  width:60%;
  height:60%;
  margin: 20% auto;    
  border-radius:50%;    
}

input[type='radio']:checked:before {
  background: var(--color-primary);
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
    /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}

html {
    /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
    /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * .625);
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  color: #4d495b;
  background-color: #fff;
}

@media (min-width: 576px) {
  body {
    font-size: 1.2rem;
  }
}

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

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

/* Headings */
h1,
.h1-like {
  font-family: 'Gotham', sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h1,
    .h1-like {
    font-size: 3.2rem;
  }
}

h2,
.h2-like {
  font-family: 'Gotham', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h2,
    .h2-like {
    font-size: 2.8rem;
  }
}

h3,
.h3-like {
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h3,
    .h3-like {
    font-size: 2.4rem;
  }
}

h4,
.h4-like {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h4,
    .h4-like {
    font-size: 2rem;
  }
}

h5,
.h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h5,
    .h5-like {
    font-size: 1.8rem;
  }
}

h6,
.h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  h6,
    .h6-like {
    font-size: 1.6rem;
  }
}

/* Vertical rythm */
h1,
h2,
h3,
h4,
h5,
h6,
dd {
  margin-top: 0;
  margin-bottom: .5rem;
}

p,
address,
ol,
ul,
dl,
blockquote,
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Avoid margins on nested elements */
li p,
li .p-like,
li ul,
li ol,
ol ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* Max values */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

/* Styling elements */
ul,
ol {
  padding-left: 2em;
}

img {
  vertical-align: middle;
}

em,
.italic,
address,
cite,
i,
var {
  font-style: italic;
}

code,
kbd,
mark {
  border-radius: 2px;
}

kbd {
  padding: 0 2px;
  border: 1px solid #999;
}

pre {
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  padding: 2px 4px;
  color: #b11;
  background: rgba(0, 0, 0, .04);
}

pre code {
  padding: 0;
  color: inherit;
  border-radius: 0;
  background: none;
}

mark {
  padding: 2px 4px;
}

sup,
sub {
  vertical-align: 0;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

blockquote {
  position: relative;
  min-height: 2em;
  padding-left: 3em;
}

blockquote::before {
  font-family: georgia, serif;
  font-size: 5em;
  line-height: .9;
  position: absolute;
  top: 0;
  left: 0;
  height: .4em;
  content: '\201C';
  color: #ededf3;
}

blockquote > footer {
  font-size: .9em;
  margin-top: .75em;
  color: rgba(0, 0, 0, .7);
}

blockquote > footer::before {
  content: '\2014 \0020';
}

q {
  font-style: normal;
}

q,
.q {
  quotes: '“' '”' '‘' '’';
}

q:lang(fr),
.q:lang(fr) {
  quotes: '«\00a0' '\00a0»' '“' '”';
}

hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  color: #ccc;
  border: 0;
  background-color: #ccc;
}

blockquote,
figure {
  margin-right: 0;
  margin-left: 0;
}

code,
pre,
samp,
kbd {
  font-family: consolas, courier, monospace;
  line-height: normal;
  white-space: pre-wrap;
}

/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-family: serif;
    font-size: 12pt;
    width: auto;
    margin: auto;
  }

  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 {
    margin: auto;
    color: #000;
  }

  .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 Micro Layout         */
/* ----------------------------- */
/* Flexbox layout is KNACSS choice
http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
*/
.flex-container,
.flex-container--row,
.flex-row,
.flex-container--column,
.flex-column,
.flex-container--row-reverse,
.flex-row-reverse,
.flex-container--column-reverse,
.flex-column-reverse,
.contact-us-header,
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.flex-container--row-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-container--column-reverse,
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-item-fluid,
.item-fluid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

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

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

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

.flex-item-center,
.item-center,
.mr-auto {
  margin: auto;
}

/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}

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

.u-normal {
  font-weight: normal;
  font-style: normal;
}

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

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

.u-smaller {
  font-size: .6em;
}

.u-small {
  font-size: .8em;
}

.u-big {
  font-size: 1.2em;
}

.u-bigger {
  font-size: 1.5em;
}

.u-biggest {
  font-size: 2em;
}

.u-txt-wrap {
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* text and contents alignment */
.txtleft,
.u-txt-left {
  text-align: left;
}

.txtright,
.u-txt-right {
  text-align: right;
}

.txtcenter,
.u-txt-center {
  text-align: center;
}

/* blocks that need to be placed under floats */
.clear,
.u-clear {
  clear: both;
}

/* blocks that must contain floats */
.clearfix::after,
.u-clearfix::after {
  display: table;
  clear: both;
  border-collapse: collapse;
  content: '';
}

/* simple blocks alignment */
.left .u-left {
  margin-right: auto;
}

.right,
.u-right {
  margin-left: auto;
}

.center,
.u-center {
  margin-right: auto;
  margin-left: auto;
}

/* Global Micro Layout */
/* ------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod,
.u-mod,
.bfc,
.u-bfc {
  overflow: hidden;
}

/* floating elements */
.fl,
.u-fl {
  float: left;
}

img.fl,
img.u-fl {
  margin-right: 1rem;
}

.fr,
.u-fr {
  float: right;
}

img.fr,
img.u-fr {
  margin-left: 1rem;
}

img.fl,
img.fr,
img.u-fl,
img.u-fr {
  margin-bottom: .5rem;
}

/* inline-block */
.inbl,
.u-inbl {
  display: inline-block;
  vertical-align: top;
}

/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden,
.js-hidden,
[hidden] {
  display: none;
}

/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden,
.tabs-content-item[aria-hidden='true'] {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

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

ul.is-unstyled,
ul.field-checkbox-group,
ul.unstyled {
  padding-left: 0;
  list-style: none;
}

.color--inverse {
  color: #fff;
}

/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w65 {
  width: 65%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w45 {
  width: 45%;
}

.w40 {
  width: 40%;
}

.w35 {
  width: 35%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w5 {
  width: 5%;
}

.w66 {
  width: calc(100% / 3 * 2);
}

.w33 {
  width: calc(100% / 3);
}

.wauto {
  width: auto;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

.w1000p {
  width: 1000px;
}

.w950p {
  width: 950px;
}

.w900p {
  width: 900px;
}

.w850p {
  width: 850px;
}

.w800p {
  width: 800px;
}

.w750p {
  width: 750px;
}

.w700p {
  width: 700px;
}

.w650p {
  width: 650px;
}

.w600p {
  width: 600px;
}

.w550p {
  width: 550px;
}

.w500p {
  width: 500px;
}

.w450p {
  width: 450px;
}

.w400p {
  width: 400px;
}

.w350p {
  width: 350px;
}

.w300p {
  width: 300px;
}

.w250p {
  width: 250px;
}

.w200p {
  width: 200px;
}

.w150p {
  width: 150px;
}

.w100p {
  width: 100px;
}

.w50p {
  width: 50px;
}

/* Spacing Helpers */
/* --------------- */
.man,
.ma0 {
  margin: 0;
}

.pan,
.pa0 {
  padding: 0;
}

.mas {
  margin: 1rem;
}

.mam {
  margin: 2rem;
}

.mal {
  margin: 4rem;
}

.pas {
  padding: 1rem;
}

.pam {
  padding: 2rem;
}

.pal {
  padding: 4rem;
}

.mtn,
.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: 1rem;
}

.mtm {
  margin-top: 2rem;
}

.mtl {
  margin-top: 4rem;
}

.mrn,
.mr0 {
  margin-right: 0;
}

.mrs {
  margin-right: 1rem;
}

.mrm {
  margin-right: 2rem;
}

.mrl {
  margin-right: 4rem;
}

.mbn,
.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1rem;
}

.mbm {
  margin-bottom: 2rem;
}

.mbl {
  margin-bottom: 4rem;
}

.mln,
.ml0 {
  margin-left: 0;
}

.mls {
  margin-left: 1rem;
}

.mlm {
  margin-left: 2rem;
}

.mll {
  margin-left: 4rem;
}

.mauto {
  margin: auto;
}

.mtauto {
  margin-top: auto;
}

.mrauto {
  margin-right: auto;
}

.mbauto {
  margin-bottom: auto;
}

.mlauto {
  margin-left: auto;
}

.ptn,
.pt0 {
  padding-top: 0;
}

.pts {
  padding-top: 1rem;
}

.ptm {
  padding-top: 2rem;
}

.ptl {
  padding-top: 4rem;
}

.prn,
.pr0 {
  padding-right: 0;
}

.prs {
  padding-right: 1rem;
}

.prm {
  padding-right: 2rem;
}

.prl {
  padding-right: 4rem;
}

.pbn,
.pb0 {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1rem;
}

.pbm {
  padding-bottom: 2rem;
}

.pbl {
  padding-bottom: 4rem;
}

.pln,
.pl0 {
  padding-left: 0;
}

.pls {
  padding-left: 1rem;
}

.plm {
  padding-left: 2rem;
}

.pll {
  padding-left: 4rem;
}

/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens */
/* ------------- */
@media (min-width: 992px) {
    /* layouts for large screens */
  .large-hidden {
    display: none !important;
  }

  .large-visible {
    display: block !important;
  }

  .large-no-float {
    float: none;
  }

  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for large screens */
  .large-w25 {
    width: 25% !important;
  }

  .large-w33 {
    width: 33.333333% !important;
  }

  .large-w50 {
    width: 50% !important;
  }

  .large-w66 {
    width: 66.666666% !important;
  }

  .large-w75 {
    width: 75% !important;
  }

  .large-w100,
    .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for large screens */
  .large-man,
    .large-ma0 {
    margin: 0 !important;
  }
}

/* medium screens */
/* -------------- */
@media (min-width: 768px) and (max-width: 991px) {
    /* layouts for medium screens */
  .medium-hidden {
    display: none !important;
  }

  .medium-visible {
    display: block !important;
  }

  .medium-no-float {
    float: none;
  }

  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for medium screens */
  .medium-w25 {
    width: 25% !important;
  }

  .medium-w33 {
    width: 33.333333% !important;
  }

  .medium-w50 {
    width: 50% !important;
  }

  .medium-w66 {
    width: 66.666666% !important;
  }

  .medium-w75 {
    width: 75% !important;
  }

  .medium-w100,
    .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for medium screens */
  .medium-man,
    .medium-ma0 {
    margin: 0 !important;
  }
}

/* small screens */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
    /* layouts for small screens */
  .small-hidden {
    display: none !important;
  }

  .small-visible {
    display: block !important;
  }

  .small-no-float {
    float: none;
  }

  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for small screens */
  .small-w25 {
    width: 25% !important;
  }

  .small-w33 {
    width: 33.333333% !important;
  }

  .small-w50 {
    width: 50% !important;
  }

  .small-w66 {
    width: 66.666666% !important;
  }

  .small-w75 {
    width: 75% !important;
  }

  .small-w100,
    .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for small screens */
  .small-man,
    .small-ma0 {
    margin: 0 !important;
  }

  .small-pan,
    .small-pa0 {
    padding: 0 !important;
  }
}

/* tiny screens */
/* ------------ */
@media (max-width: 575px) {
    /* quick small resolution reset */
  .mod,
    .col,
    fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }

  .flex-container,
    .flex-container--row,
    .flex-row,
    .flex-container--column,
    .flex-column,
    .flex-container--row-reverse,
    .flex-row-reverse,
    .flex-container--column-reverse,
    .flex-column-reverse,
    .contact-us-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
    /* layouts for tiny screens */
  .tiny-hidden {
    display: none !important;
  }

  .tiny-visible {
    display: block !important;
  }

  .tiny-no-float {
    float: none;
  }

  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
    /* widths for tiny screens */
  .tiny-w25 {
    width: 25% !important;
  }

  .tiny-w33 {
    width: 33.333333% !important;
  }

  .tiny-w50 {
    width: 50% !important;
  }

  .tiny-w66 {
    width: 66.666666% !important;
  }

  .tiny-w75 {
    width: 75% !important;
  }

  .tiny-w100,
    .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0;
  }
    /* margins for tiny screens */
  .tiny-man,
    .tiny-ma0 {
    margin: 0 !important;
  }

  .tiny-pan,
    .tiny-pa0 {
    padding: 0 !important;
  }
}

/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=' grid-'],
    [class^='grid-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  [class*=' grid-'] > *,
    [class^='grid-'] > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}

@media (min-width: 576px) {
  .grid,
    .grid--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .grid > *,
    .grid--reverse > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .grid.has-gutter > * + *,
    .grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - .01px);
  }

  .grid.has-gutter-l > * + *,
    .grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - .01px);
  }

  .grid.has-gutter-xl > * + *,
    .grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - .01px);
  }
}

@media (min-width: 576px) {
  [class*='grid-2'] > * {
    width: calc(100% / 2 - .01px);
  }

  [class*='grid-2'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-2'].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-2'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-2'].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-2'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-3'] > * {
    width: calc(100% / 3 - .01px);
  }

  [class*='grid-3'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-3'].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-3'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-3'].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-3'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-3'].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-4'] > * {
    width: calc(100% / 4 - .01px);
  }

  [class*='grid-4'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-4'].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-4'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-4'].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-4'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-4'].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-5'] > * {
    width: calc(100% / 5 - .01px);
  }

  [class*='grid-5'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-5'].has-gutter > * {
    width: calc(100% / 5 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-5'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-5'].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-5'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-5'].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-6'] > * {
    width: calc(100% / 6 - .01px);
  }

  [class*='grid-6'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-6'].has-gutter > * {
    width: calc(100% / 6 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-6'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-6'].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-6'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-6'].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-7'] > * {
    width: calc(100% / 7 - .01px);
  }

  [class*='grid-7'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-7'].has-gutter > * {
    width: calc(100% / 7 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-7'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-7'].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-7'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-7'].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-8'] > * {
    width: calc(100% / 8 - .01px);
  }

  [class*='grid-8'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-8'].has-gutter > * {
    width: calc(100% / 8 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-8'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-8'].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-8'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-8'].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-9'] > * {
    width: calc(100% / 9 - .01px);
  }

  [class*='grid-9'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-9'].has-gutter > * {
    width: calc(100% / 9 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-9'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-9'].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-9'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-9'].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-10'] > * {
    width: calc(100% / 10 - .01px);
  }

  [class*='grid-10'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-10'].has-gutter > * {
    width: calc(100% / 10 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-10'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-10'].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-10'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-10'].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-11'] > * {
    width: calc(100% / 11 - .01px);
  }

  [class*='grid-11'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-11'].has-gutter > * {
    width: calc(100% / 11 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-11'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-11'].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-11'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-11'].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  [class*='grid-12'] > * {
    width: calc(100% / 12 - .01px);
  }

  [class*='grid-12'].has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  [class*='grid-12'].has-gutter > * {
    width: calc(100% / 12 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  [class*='grid-12'].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  [class*='grid-12'].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  [class*='grid-12'].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  [class*='grid-12'].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

.push {
  margin-left: auto !important;
}

.pull {
  margin-right: auto !important;
}

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

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

[class*='grid-'][class*='--reverse'] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 576px) {
  .full {
    width: calc(100% / 1 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - .01px);
  }

  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - .01px);
  }

  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - .01px);
  }

  .one-half {
    width: calc(100% / 2 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - .01px);
  }

  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - .01px);
  }

  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - .01px);
  }

  .one-third {
    width: calc(100% / 3 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - .01px);
  }

  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - .01px);
  }

  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - .01px);
  }

  .one-quarter {
    width: calc(100% / 4 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - .01px);
  }

  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - .01px);
  }

  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - .01px);
  }

  .one-fifth {
    width: calc(100% / 5 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - .01px);
  }

  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - .01px);
  }

  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - .01px);
  }

  .one-sixth {
    width: calc(100% / 6 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - .01px);
  }

  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - .01px);
  }

  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - .01px);
  }

  .two-thirds {
    width: calc(100% / 3 * 2 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - .01px);
  }

  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - .01px);
  }

  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - .01px);
  }

  .three-quarters {
    width: calc(100% / 4 * 3 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - .01px);
  }

  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - .01px);
  }

  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - .01px);
  }

  .five-sixths {
    width: calc(100% / 6 * 5 - .01px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - .01px);
  }

  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - .01px);
  }

  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - .01px);
  }
}

/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*='-small-1'] > * {
    width: calc(100% / 1 - .01px);
    margin-top: 10px;
  }

  [class*='-small-1'].has-gutter > * {
    width: calc(100% / 1 - 1rem - .01px);
  }

  [class*='-small-1'].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - .01px);
  }

  [class*='-small-1'].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - .01px);
  }

  [class*='-small-2'] > * {
    width: calc(100% / 2 - .01px);
    margin-top: 10px;
  }

  [class*='-small-2'].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
  }

  [class*='-small-2'].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
  }

  [class*='-small-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
  }

  [class*='-small-3'] > * {
    width: calc(100% / 3 - .01px);
    margin-top: 10px;
  }

  [class*='-small-3'].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
  }

  [class*='-small-3'].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
  }

  [class*='-small-3'].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
  }

  [class*='-small-4'] > * {
    width: calc(100% / 4 - .01px);
    margin-top: 10px;
  }

  [class*='-small-4'].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
  }

  [class*='-small-4'].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
  }

  [class*='-small-4'].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
  }
}

/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommended HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .media-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  .media-figure--center {
    -ms-flex-item-align: center;
        align-self: center;
  }

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

/* ----------------------------- */
/* ==skip links                  */
/* ----------------------------- */
/* see https://www.alsacreations.com/article/lire/572-Les-liens-d-evitement.html */
/* styling skip links */
.skip-links {
  position: absolute;
}

.skip-links a {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  padding: .5em;
  text-decoration: none;
  color: white;
  background: black;
}

.skip-links a:focus {
  position: static;
  overflow: visible;
  clip: auto;
}

/* ----------------------------- */
/* ==Forms                       */
/* ----------------------------- */
/* thanks to HTML5boilerplate and https://shoelace.style/ */
/* forms items */
form,
fieldset {
  border: none;
}

fieldset {
  padding: 2rem;
}

fieldset legend {
  padding: 0 .5rem;
  white-space: normal;
  border: 0;
}

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

[type='color'],
[type='date'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: .5rem 1rem;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  vertical-align: middle;
  color: #4d495b;
  border: 0;
  -webkit-box-shadow: 0 0 0 1px #3c4859 inset;
          box-shadow: 0 0 0 1px #3c4859 inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='submit'] {
  cursor: pointer;
  color: #fff;
  background-color: #3c4859;
}

input[readonly] {
  background-color: #ededf3;
}

select {
  padding-right: 2rem;
  border-radius: 4px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right .6rem center;
  background-size: 1.2rem;
}

/* hiding IE11 arrow */
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 5em;
  resize: vertical;
  vertical-align: top;
  white-space: pre-wrap;
}

/* 'x' appears on right of search input when text is entered. This removes it */
[type='search']::-webkit-search-decoration,
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-results-button,
[type='search']::-webkit-search-results-decoration {
  display: none;
}

::-webkit-input-placeholder {
  color: #777;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #777;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #777;
}

input::placeholder,
textarea::placeholder {
  color: #777;
}

progress {
  width: 100%;
  vertical-align: middle;
}

/* ----------------------------- */
/* ==Checkbox, radio, switch     */
/* ----------------------------- */
/* use .checkbox class on input type=checkbox */
/* recommended HTML : <input type="checkbox" class="checkbox" id="c1"><label for="c1">click here</label> */
/* use .radio class on input type=radio */
/* recommended HTML : <input type="radio" class="radio" name="radio" id="r1"><label for="r1">Click here</label> */
/* use .switch class on input type=checkbox */
.checkbox {
  border-radius: 4px;
}

.switch {
  border-radius: 3em;
}

.radio {
  border-radius: 50%;
}

.switch,
.checkbox,
.radio {
  cursor: pointer;
  vertical-align: text-bottom;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.switch ~ label,
.checkbox ~ label,
.radio ~ label {
  cursor: pointer;
}

.switch::-ms-check,
.checkbox::-ms-check,
.radio::-ms-check {
  display: none;
}

.switch {
  font-size: 70%;
  line-height: 2rem;
  width: 4rem;
  height: 2rem;
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s;
  background-color: #fff;
  -webkit-box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
          box-shadow: inset -2rem 0 0 #333, inset 0 0 0 1px #333;
}

.switch::before,
.switch::after {
  font-weight: bold;
  color: #fff;
}

.switch::before {
  float: right;
  margin-right: .66667rem;
  content: '✕';
}

.switch:checked {
  -webkit-box-shadow: inset 2rem 0 0 #0c8a0c, inset 0 0 0 1px #0c8a0c;
          box-shadow: inset 2rem 0 0 #0c8a0c, inset 0 0 0 1px #0c8a0c;
}

.switch:checked::before {
  float: left;
  margin-left: .66667rem;
  content: '✓';
}

.checkbox {
  width: 2rem;
  height: 2rem;
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #333;
          box-shadow: inset 0 0 0 1px #333;
}

.checkbox:checked {
  background-color: #333;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%208%208%22%20enable-background%3D%22new%200%200%208%208%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M6.4%2C1L5.7%2C1.7L2.9%2C4.5L2.1%2C3.7L1.4%2C3L0%2C4.4l0.7%2C0.7l1.5%2C1.5l0.7%2C0.7l0.7-0.7l3.5-3.5l0.7-0.7L6.4%2C1L6.4%2C1z%22%20%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.radio {
  width: 2rem;
  height: 2rem;
  -webkit-transition: background-size .15s;
  transition: background-size .15s;
  background-color: #fff;
  background-size: 0 0;
  -webkit-box-shadow: inset 0 0 0 1px #333;
          box-shadow: inset 0 0 0 1px #333;
}

.radio:checked {
  background-color: #fff;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20version%3D%221.1%22%20width%3D%22100%22%20height%3D%22100%22%0AviewBox%3D%220%200%2080%2080%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2240%22%20r%3D%2224%22%20style%3D%22fill%3A%23333333%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 90%;
}

/* ----------------------------- */
/* ==Tabs                        */
/* ----------------------------- */
/* see example on https://knacss.com/styleguide.html#tabs */
/* NOTE : tabs need JavaScript to be activated */
.tabs-menu {
  border-bottom: 2px solid #ededf3;
}

.tabs-menu-link {
  display: block;
  margin-bottom: -2px;
  padding: .5rem 2.5rem;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transition-property: color, border, background-color;
  transition-property: color, border, background-color;
  text-decoration: none;
  color: #4d495b;
  border-bottom: 4px solid transparent;
  border-radius: 0 0 0 0;
  background: transparent;
}

.tabs-menu-link.is-active {
  color: #333;
  border-bottom-color: #333;
  outline: 0;
  background: transparent;
}

.tabs-menu-link:focus {
  color: #333;
  border-bottom-color: #333;
  outline: 0;
}

@media (min-width: 576px) {
  .tabs-menu-link {
    display: inline-block;
  }
}

.tabs-content-item {
  padding-top: 1rem;
}

.tabs-content-item[aria-hidden='true'] {
  visibility: hidden;
}

.tabs-content-item[aria-hidden='false'] {
  visibility: visible;
}

/* ----------------------------- */
/* ==Arrows                      */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*='icon-arrow--'] {
  vertical-align: middle;
}

[class*='icon-arrow--']::after {
  line-height: 1;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  background-color: #000;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.icon-arrow--down::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%2011.966%20L%203.523%205.589%20C%202.464%204.627%200.495%206.842%201.505%207.771%20L%201.505%207.771%20L%208.494%2014.763%20C%209.138%2015.35%2010.655%2015.369%2011.29%2014.763%20L%2011.29%2014.763%20L%2018.49%207.771%20C%2019.557%206.752%2017.364%204.68%2016.262%205.725%20L%2016.262%205.725%20L%209.96%2011.966%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

.icon-arrow--up::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%209.96%208.596%20L%203.523%2014.973%20C%202.464%2015.935%200.495%2013.72%201.505%2012.791%20L%201.505%2012.791%20L%208.494%205.799%20C%209.138%205.212%2010.655%205.193%2011.29%205.799%20L%2011.29%205.799%20L%2018.49%2012.791%20C%2019.557%2013.809%2017.364%2015.882%2016.262%2014.837%20L%2016.262%2014.837%20L%209.96%208.596%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

.icon-arrow--right::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%2011.685%2010.321%20L%205.308%2016.758%20C%204.346%2017.817%206.561%2019.786%207.49%2018.776%20L%207.49%2018.776%20L%2014.482%2011.787%20C%2015.069%2011.142%2015.088%209.626%2014.482%208.991%20L%2014.482%208.991%20L%207.49%201.791%20C%206.472%200.724%204.399%202.916%205.444%204.019%20L%205.444%204.019%20L%2011.685%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

.icon-arrow--left::after {
  -webkit-mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
          mask-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20style%3D%22isolation%3Aisolate%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22%20M%208.315%2010.321%20L%2014.692%2016.758%20C%2015.654%2017.817%2013.439%2019.786%2012.51%2018.776%20L%2012.51%2018.776%20L%205.518%2011.787%20C%204.931%2011.142%204.912%209.626%205.518%208.991%20L%205.518%208.991%20L%2012.51%201.791%20C%2013.528%200.724%2015.601%202.916%2014.556%204.019%20L%2014.556%204.019%20L%208.315%2010.321%20Z%20%22%20fill%3D%22inherit%22/%3E%3C/svg%3E');
}

/* ----------------------------- */
/* ==Alerts                      */
/* ----------------------------- */
/* use .alert-- classes for variants */
.alert,
.alert--primary,
.alert--muted,
.alert--success,
.alert--info,
.alert--warning,
.alert--danger,
.alert--inverse,
.alert--ghost {
  margin-top: .75em;
  margin-bottom: 0;
  padding: 1rem 1rem;
  color: #4d495b;
  border-radius: 4px;
  background-color: #ededf3;
}

.alert a,
.alert--primary a,
.alert--muted a,
.alert--success a,
.alert--info a,
.alert--warning a,
.alert--danger a,
.alert--inverse a,
.alert--ghost a {
  text-decoration: underline;
  color: inherit;
}

.alert--primary {
  color: #fff;
  background-color: var(--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--muted {
  color: #3c4859;
  background-color: #ededf3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--success {
  color: #fff;
  background-color: #0c8a0c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--info {
  color: #fff;
  background-color: #0091ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--warning {
  color: #000;
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
}

.alert--danger {
  color: #fff;
  background-color: #cd4a47;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--inverse {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alert--ghost {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}

.alert--small {
  font-size: .8rem;
}

.alert--big {
  font-size: 1.6rem;
}

.alert--block {
  display: block;
  width: 100% !important;
}

.alert.disabled,
.disabled.alert--primary,
.disabled.alert--muted,
.disabled.alert--success,
.disabled.alert--info,
.disabled.alert--warning,
.disabled.alert--danger,
.disabled.alert--inverse,
.disabled.alert--ghost,
.alert--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.alert:empty,
.alert--primary:empty,
.alert--muted:empty,
.alert--success:empty,
.alert--info:empty,
.alert--warning:empty,
.alert--danger:empty,
.alert--inverse:empty,
.alert--ghost:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/**
 * Slick animations
 */
.is-animated .slick-active .home-slider-text {
  opacity: 1;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    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');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}






[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: var(--color-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  max-width: calc(100vw - 10px);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
          transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  pointer-events: none;
}

.tippy-tooltip {
  font-size: 1.1rem;
  line-height: 1.4;
  position: relative;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
  color: #fff;
  border-radius: 4px;
  outline: 0;
  background-color: rgba(41, 42, 54, .9);
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  bottom: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  border-width: 8px 8px 0;
  border-top-color: rgba(41, 42, 54, .9);
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  top: -7px;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
          transform-origin: 50% 7px;
  border-width: 0 8px 8px;
  border-bottom-color: rgba(41, 42, 54, .9);
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  border-width: 8px 0 8px 8px;
  border-left-color: rgba(41, 42, 54, .9);
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
          transform-origin: 7px 50%;
  border-width: 8px 8px 8px 0;
  border-right-color: rgba(41, 42, 54, .9);
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
          transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-style: solid;
  border-color: transparent;
}

.tippy-content {
  padding: 5px 9px;
}

/**
 * Tippy custom themes
 */
.tippy-info-theme .tippy-content {
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 20px 25px;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  font-size: 16px;
  position: relative;
  margin-bottom: 24px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-color: #eaeaea;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

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

.choices[data-type*='select-one'] {
  cursor: pointer;
}

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.choices[data-type*='select-one'] .choices__button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 25px;
  padding: 0;
  opacity: .5;
  border-radius: 10em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
}

.choices[data-type*='select-one'] .choices__button:hover,
.choices[data-type*='select-one'] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*='select-one'] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
  display: none;
}

.choices[data-type*='select-one']:after {
  position: absolute;
  top: 50%;
  right: 11.5px;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  content: '';
  pointer-events: none;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.choices[data-type*='select-one'].is-open:after {
  margin-top: -7.5px;
  border-color: transparent transparent #333 transparent;
}

.choices[data-type*='select-one'][dir='rtl']:after {
  right: auto;
  left: 11.5px;
}

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: 25px;
}

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text;
}

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 8px;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  opacity: .75;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
}

.choices[data-type*='select-multiple'] .choices__button:hover,
.choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  background-color: #f9f9f9;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  width: 100%;
  padding: 4px 16px 4px 4px;
}

[dir='rtl'] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
  color: #fff;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  background-color: #00bcd4;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  border: 1px solid #008fa1;
  background-color: #00a5bb;
}

.is-disabled .choices__list--multiple .choices__item {
  border: 1px solid #919191;
  background-color: #aaa;
}

.choices__list--dropdown {
  position: absolute;
  z-index: 1;
  top: 100%;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
  word-break: break-all;
  border: 1px solid #ddd;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  background-color: #fff;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  overflow: auto;
  max-height: 300px;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  font-size: 14px;
  position: relative;
  padding: 10px;
}

[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    content: attr(data-select-text);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }

  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
    padding-left: 100px;
    text-align: right;
  }

  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: .5;
}

.choices__heading {
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  color: gray;
  border-bottom: 1px solid #f7f7f7;
}

.choices__button {
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
  background-color: #f9f9f9;
}

.choices__input:focus {
  outline: 0;
}

[dir='rtl'] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

/*=====  End of Choices  ======*/
.daterangepicker {
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  position: absolute;
  z-index: 3001;
  top: 100px;
  left: 20px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 278px;
  max-width: none;
  margin-top: 7px;
  padding: 0;
  -webkit-animation: fadeInUp .35s;
          animation: fadeInUp .35s;
  color: inherit;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  content: '';
  border-bottom-color: rgba(0, 0, 0, .2);
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #eaeaea;
  border-left: 7px solid transparent;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  right: 0;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
}

.daterangepicker.openscenter:after {
  right: 0;
  left: 0;
  width: 0;
  margin-right: auto;
  margin-left: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-top: 7px solid #eaeaea;
  border-bottom: initial;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: initial;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  display: inline-block;
  padding: 3px;
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}

.daterangepicker .calendar-table .next span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-size: 1.25rem;
  line-height: 24px;
  width: 32px;
  min-width: 32px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: inherit;
  border-color: transparent;
  background-color: #eee;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #6d6f81;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  border-color: transparent;
  background-color: #fff;
}

.daterangepicker td.in-range {
  color: #000;
  border-color: transparent;
  border-radius: 0;
  background-color: #ebf4f8;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  color: #fff;
  border-color: transparent;
  background-color: var(--color-primary);
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  cursor: not-allowed;
  text-decoration: line-through;
  color: #999;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 1.25rem;
  font-weight: 600;
  height: auto;
  margin: 0;
  padding: 1px;
  cursor: default;
  text-align: center;
  border: 0;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.daterangepicker select.monthselect {
  width: 56%;
  margin-right: 2%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  font-size: 1.25rem;
  width: 50px;
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #eee;
  outline: 0;
  background: #eee;
}

.daterangepicker .calendar-time {
  line-height: 30px;
  position: relative;
  margin: 4px auto 0 auto;
  text-align: center;
}

.daterangepicker .calendar-time select.disabled {
  cursor: not-allowed;
  color: #6d6f81;
}

.daterangepicker .drp-buttons {
  line-height: 1.2rem;
  display: none;
  clear: both;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.daterangepicker .drp-selected {
  font-size: 1.25rem;
  display: inline-block;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  font-size: 1.25rem;
  margin-left: 8px;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  border: 0;
  background: none;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  margin: 0;
  text-align: left;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.daterangepicker .ranges li {
  font-size: 1.25rem;
  padding: 8px 1.2rem;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  color: #fff;
  background-color: #08c;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
    .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    text-align: left;
    direction: ltr;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges,
    .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

body {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

/* Remove bg autocomplete chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Links */
a,
a:focus,
a:visited {
  font-weight: 400;
}

a.btn {
  text-decoration: none;
  color: #4d495b;
}

a.btn:focus,
a.btn:hover,
a.btn:active {
  color: #292731;
}

.link {
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  text-decoration: underline;
  color: var(--color-primary);
}

.link:focus,
.link:hover,
.link:active {
  color: #085285;
}

.link-see-all {
  font-size: 1.15rem;
  font-weight: 400;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  color: var(--color-primary);
  margin-top: 3px;
}

.link-see-all:focus,
.link-see-all:hover,
.link-see-all:active {
  text-decoration: none;
  color: var(--color-primary-hover);
}

@media (max-width: 576px) {
  .site-main {
    overflow-x: hidden;
    margin-left: -9%;
    margin-right: -9%;
  }
}

.container,
.header-container,
.footer-infos {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 576px) {
  .container,
    .header-container,
    .footer-infos {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .has-gutter-l > .aside-cards.one-third {
    min-width: 335px;
  }

  .has-gutter-l > .aside-cards.one-third + .two-thirds {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  [class*='-small-1'] > * {
    width: calc(100% / 1 - .01px);
  }

  [class*='-small-1'].has-gutter > * {
    width: calc(100% / 1 - 1rem - .01px);
  }

  [class*='-small-1'].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - .01px);
  }

  [class*='-small-1'].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - .01px);
  }

  [class*='-small-2'] > * {
    width: calc(100% / 2 - .01px);
  }

  [class*='-small-2'].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
  }

  [class*='-small-2'].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
  }

  [class*='-small-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
  }

  [class*='-small-3'] > * {
    width: calc(100% / 3 - .01px);
  }

  [class*='-small-3'].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
  }

  [class*='-small-3'].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
  }

  [class*='-small-3'].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
  }

  [class*='-small-4'] > * {
    width: calc(100% / 4 - .01px);
  }

  [class*='-small-4'].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
  }

  [class*='-small-4'].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
  }

  [class*='-small-4'].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  [class*='-medium-1'] > * {
    width: calc(100% / 1 - .01px);
  }

  [class*='-medium-1'].has-gutter > * {
    width: calc(100% / 1 - 1rem - .01px);
  }

  [class*='-medium-1'].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - .01px);
  }

  [class*='-medium-1'].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - .01px);
  }

  [class*='-medium-2'] > * {
    width: calc(100% / 2 - .01px);
  }

  [class*='-medium-2'].has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
  }

  [class*='-medium-2'].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
  }

  [class*='-medium-2'].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
  }

  [class*='-medium-3'] > * {
    width: calc(100% / 3 - .01px);
  }

  [class*='-medium-3'].has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
  }

  [class*='-medium-3'].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
  }

  [class*='-medium-3'].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
  }

  [class*='-medium-4'] > * {
    width: calc(100% / 4 - .01px);
  }

  [class*='-medium-4'].has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
  }

  [class*='-medium-4'].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
  }

  [class*='-medium-4'].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  [class*='-small-1'] > * {
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  [class*='-small-1'] > * {
    margin: 10px 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  [class*='-small-2'] > * {
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  [class*='-small-2'] > * {
    margin: 10px 0;
  }
}

.grid > .one-quarter {
  min-width: 130px;
}

.grid-6-3-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 576px) {
  .grid-6-3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.grid-6-3-2 > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1201px) {
  .grid-6-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 6 - .01px);
  }

  .grid-6-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-6-3-2.has-gutter > * {
    width: calc(100% / 6 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-6-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2.has-gutter-l > * {
    width: calc(100% / 6 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-6-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-6-3-2.has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 6 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .grid-6-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 5 - .01px);
  }

  .grid-6-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-6-3-2.has-gutter > * {
    width: calc(100% / 5 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-6-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2.has-gutter-l > * {
    width: calc(100% / 5 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-6-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-6-3-2.has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 5 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .grid-6-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 4 - .01px);
  }

  .grid-6-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-6-3-2.has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-6-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2.has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-6-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-6-3-2.has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .grid-6-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 3 - .01px);
  }

  .grid-6-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-6-3-2.has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-6-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2.has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-6-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-6-3-2.has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .grid-6-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 2 - .01px);
  }

  .grid-6-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-6-3-2.has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-6-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-6-3-2.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-6-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-6-3-2.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-6-3-2 > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.grid-4-3-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-4-3-2 > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1201px) {
  .grid-4-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 4 - .01px);
  }

  .grid-4-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-4-3-2.has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-4-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2.has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-4-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-4-3-2.has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .grid-4-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 3 - .01px);
  }

  .grid-4-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-4-3-2.has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-4-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2.has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-4-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-4-3-2.has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .grid-4-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 4 - .01px);
  }

  .grid-4-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-4-3-2.has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-4-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2.has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-4-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-4-3-2.has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .grid-4-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 3 - .01px);
  }

  .grid-4-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-4-3-2.has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-4-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2.has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-4-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-4-3-2.has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .grid-4-3-2 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 2 - .01px);
  }

  .grid-4-3-2.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .grid-4-3-2.has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .grid-4-3-2.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .grid-4-3-2.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-4-3-2.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .grid-4-3-2.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .grid-4-3-2 > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.is-full {
  width: 100%;
}

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

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

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

.f-OpenSans {
  font-family: 'Open Sans', sans-serif;
}

.f-gotham,
.field-item.has-addons .field-icon > span,
.field-item.has-addons .sel > span,
.field-select.is-unstyled,
.field-select.field-checkbox-group,
.sel-val input,
.sel-val .sel-val-currency,
.choices__list--single .choices__item {
  font-family: 'Gotham', sans-serif;
}

.w700,
.field-item.has-addons .field-icon > span,
.field-item.has-addons .sel > span,
.field-select.is-unstyled,
.field-select.field-checkbox-group,
.sel-val input,
.sel-val .sel-val-currency,
.choices__list--single .choices__item {
  font-weight: 700 !important;
}

.has-bg,
.card.has-bg,
.has-bg.pinned-bar,
.has-bg.home-slider,
.has-bg.contact-us {
  background: #f6f6fb;
}

.has-white-bg {
  background: #fff;
}

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

.has-container {
  max-width: 500px;
  margin: 0 auto;
}

.color-dark {
  color: #4d495b !important;
}

.color-brand {
  color: var(--color-brand) !important;
}

.color-primary,
.choices__list--single .choices__item {
  color: var(--color-primary) !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbm {
  margin-bottom: 2rem !important;
}

.mrs {
  margin-right: 1rem !important;
}

.mrsp {
  margin-right: 1.5rem !important;
}

.mls {
  margin-left: 1rem !important;
}

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

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

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

@media (max-width: 576px) {
  .flex-nowrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.icon {
    /* Les paths et les strokes qui dépassent de la viewBox peuvent apparaître dans IE.
     Si vous utilisez normalize.css, inutile de l’ajouter. */
  overflow: hidden;
    /* Permet de redimensionner en changeant la font-size de l’icône */
  width: 1em;
  height: 1em;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out;
    /* Bel alignement visuel des icônes avec le texte */
  vertical-align: -.15em;
    /* fill par défaut = valeur de la propriété couleur de son élément parent */
  fill: currentColor;
}

.icon-acV {
  width: auto;
  height: auto;
  vertical-align: middle;
  color: var(--color-icon-acV);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.icon-white {
  color: white;
}

.icon-wheel {
  width: 20px;
  height: 20px;
  color: #b3adc4;
}

.icon-wheel:hover {
  color: #988faf;
}

.icon-wheel:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.icon-long-arrow {
  width: auto;
  height: auto;
  color: var(--color-primary);
}

[class*='state-'] .icon {
  color: #b3adc4;
}

[class*='state-']:hover {
  text-decoration: none;
}

[class*='state-']:hover .icon {
  color: #3c4859;
}

[class*='state-'] .icon {
  margin-left: 5px;
}

.noscroll {
  overflow: hidden;
}

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .95);
}

.spinner {
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -20px;
  margin-left: -20px;
}

.spinner div {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  margin: 8px;
  -webkit-animation: spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
          animation: spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border: 8px solid #fff;
  border-color: var(--color-brand) transparent transparent transparent;
  border-radius: 50%;


}

.spinner div:nth-child(1) {
  -webkit-animation-delay: -.45s;
          animation-delay: -.45s;
}

.spinner div:nth-child(2) {
  -webkit-animation-delay: -.3s;
          animation-delay: -.3s;
}

.spinner div:nth-child(3) {
  -webkit-animation-delay: -.15s;
          animation-delay: -.15s;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.badge,
.badge-primary,
.badge-muted,
.badge-success,
.badge-info,
.badge-warning,
.badge-danger,
.badge-inverse,
.badge-ghost {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .35rem .85rem;
  color: #4d495b;
  border-radius: 2.8rem;
  background-color: #ededf3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.badge::before,
.badge-primary::before,
.badge-muted::before,
.badge-success::before,
.badge-info::before,
.badge-warning::before,
.badge-danger::before,
.badge-inverse::before,
.badge-ghost::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 100%;
  content: '';
  vertical-align: middle;
}

.badge.is-rounded,
.is-rounded.badge-primary,
.is-rounded.badge-muted,
.is-rounded.badge-success,
.is-rounded.badge-info,
.is-rounded.badge-warning,
.is-rounded.badge-danger,
.is-rounded.badge-inverse,
.is-rounded.badge-ghost {
  border-radius: 50%;
}

.badge-primary {
  color: #fff;
  background-color: var(--color-primary);
}

.badge-muted {
  color: #3c4859;
  background-color: #ededf3;
}

.badge-success {
  color: #fff;
  background-color: #0c8a0c;
}

.badge-info {
  color: #fff;
  background-color: #0091ff;
}

.badge-warning {
  color: #000;
  background-color: #f0ad4e;
}

.badge-danger {
  color: #fff;
  background-color: #cd4a47;
}

.badge-inverse {
  color: #fff;
  background-color: #333;
}

.badge-ghost {
  color: #fff;
  background-color: transparent;
}

.badge-30x30 {
  font-family: 'Gotham', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.badge-small {
  font-size: .8rem;
}

.badge-big {
  font-size: 1.6rem;
}

.badge.disabled,
.disabled.badge-primary,
.disabled.badge-muted,
.disabled.badge-success,
.disabled.badge-info,
.disabled.badge-warning,
.disabled.badge-danger,
.disabled.badge-inverse,
.disabled.badge-ghost,
.badge-disabled {
  cursor: not-allowed;
  opacity: .5;
}

.badge:empty,
.badge-primary:empty,
.badge-muted:empty,
.badge-success:empty,
.badge-info:empty,
.badge-warning:empty,
.badge-danger:empty,
.badge-inverse:empty,
.badge-ghost:empty {
  display: none;
}

.btn-primary,
.btn-brand,
.btn-muted,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-custom-gray,
.btn-ghost {
  font-family: inherit;
  font-size: inherit;
  font-size: 1.3rem;
  font-weight: 700 !important;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 0 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: background-color, color, border, -webkit-box-shadow;
  transition-property: box-shadow, background-color, color, border;
  transition-property: box-shadow, background-color, color, border, -webkit-box-shadow;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #4d495b;
  border: none;
  border-radius: 4px;
  background-color: #ededf3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary {
  color: #fff !important;
  background: var(--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-brand {
  color: #fff !important;
  background: var(--color-brand);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: #085285;
}

.btn-brand:active,
.btn-brand:focus,
.btn-brand:hover {
  background: var(--color-brand);
}

.btn-muted {
  color: #3c4859 !important;
  background: #ededf3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-muted:active,
.btn-muted:focus,
.btn-muted:hover {
  background: #cecedf;
}

.btn-success {
  color: #fff !important;
  background: #0c8a0c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background: #085b08;
}

.btn-info {
  color: #fff !important;
  background: #0091ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background: #0074cc;
}

.btn-warning {
  color: #000 !important;
  background: #f0ad4e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background: #ec971f;
}

.btn-danger {
  color: #fff !important;
  background: #cd4a47;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background: #b13330;
}

.btn-inverse {
  color: #fff !important;
  background: gray;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover {
  background: rgb(99, 99, 99);
}

.btn-custom-gray {
  color: black !important;
  background: #F6F6FB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-custom-gray:active,
.btn-custom-gray:focus,
.btn-custom-gray:hover {
  background: #F6F6FB;
}

.btn-ghost {
  color: #fff !important;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}

.btn-ghost:active,
.btn-ghost:focus,
.btn-ghost:hover {
  background: rgba(0, 0, 0, 0);
}

.btn-primary {
  background: var(--color-primary);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background: var(--color-primary-hover);
}

.btn-submit {
  min-width: 160px;
}

.btn-new-campaign {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  border-radius: 4px;
  background: var(--color-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .btn-new-campaign {
    bottom: 30px;
  }
}

.btn-new-campaign:active,
.btn-new-campaign:focus,
.btn-new-campaign:hover {
  background: var(--color-primary-hover);
}

.btn-square {
  font-weight: 700;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  color: #fff;
  border-radius: 4px;
  background: var(--color-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-group > .btn {
  min-width: 120px;
  margin: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-group > .btn.is-full {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.tag,
.tag-primary,
.tag-muted,
.tag-success,
.tag-info,
.tag-warning,
.tag-danger,
.tag-inverse,
.tag-ghost {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px .5rem;
  -webkit-transition: all .065s ease-in-out;
  transition: all .065s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
  text-decoration: none !important;
  color: #3c4859;
  border-radius: 4px;
  background-color: #f6f6fb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag.is-rounded,
.is-rounded.tag-primary,
.is-rounded.tag-muted,
.is-rounded.tag-success,
.is-rounded.tag-info,
.is-rounded.tag-warning,
.is-rounded.tag-danger,
.is-rounded.tag-inverse,
.is-rounded.tag-ghost {
  border-radius: 20px;
}

.tag-primary {
  color: #fff;
  background-color: var(--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-muted {
  color: #3c4859;
  background-color: #ededf3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-success {
  color: #fff;
  background-color: #0c8a0c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-info {
  color: #fff;
  background-color: #0091ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-warning {
  color: #000;
  background-color: #f0ad4e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-danger {
  color: #fff;
  background-color: #cd4a47;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-inverse {
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tag-ghost {
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
          box-shadow: 0 0 0 1px #fff inset;
}

.tags {
  margin: -5px;
}

.tags .tag,
.tags .tag-primary,
.tags .tag-muted,
.tags .tag-success,
.tags .tag-info,
.tags .tag-warning,
.tags .tag-danger,
.tags .tag-inverse,
.tags .tag-ghost {
  margin: 2.5px;
}

.tag-transparent-brand {
  color: #3c4859;
  border: 1px solid #ededf3;
  background-color: transparent;
}

.tag-white-brand {
  color: #3c4859;
  border: 1px solid #ededf3;
  background-color: white;
}
.tag-white-brand:hover,
.tag-white-brand.is-active {
  color: #fff;
  border-color: var(--color-brand);
  background-color: var(--color-brand);
}

.tag-transparent-brand:hover,
.tag-transparent-brand.is-active {
  color: #fff;
  border-color: var(--color-brand);
  background-color: var(--color-brand);
}

.tag-primary {
  background-color: var(--color-primary);
}

.tag-small {
  font-size: 1rem;
}

.tag-md {
  font-size: 1.2rem;
  height: 35px;
  padding: 0 1rem;
}

.tag-big {
  font-size: 1.5rem;
  font-weight: 800;
  height: 30px;
  padding: 3px 1rem;
}

.tag-block {
  display: block;
  width: 100% !important;
}

.tag.disabled,
.disabled.tag-primary,
.disabled.tag-muted,
.disabled.tag-success,
.disabled.tag-info,
.disabled.tag-warning,
.disabled.tag-danger,
.disabled.tag-inverse,
.disabled.tag-ghost,
.tag-disabled {
  cursor: not-allowed;
  opacity: .5;
}

.tag:empty,
.tag-primary:empty,
.tag-muted:empty,
.tag-success:empty,
.tag-info:empty,
.tag-warning:empty,
.tag-danger:empty,
.tag-inverse:empty,
.tag-ghost:empty {
  display: none;
}

.tooltip,
.is-editable {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 20px;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  color: #b3adc4;
}

.tooltip:hover,
.is-editable:hover {
  color: var(--color-primary);
}

.title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.title-xs {
  font-size: 1.2rem;
}

.title-lg {
  font-family: 'Gotham', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.title .link-see-all:not(.mlauto) {
  margin-left: 7px;
}

.title-meta {
  font-size: 1rem;
  color: var(--color-primary);
}

.p {
  font-size: 1.2rem;
  font-weight: 400;
}

.p-sm {
  font-size: 1.4rem;
  line-height: 1.35;
}

.p-md {
  font-size: 1.6rem;
  line-height: 1.35;
}

.p-brand,
.field-select.is-unstyled,
.field-select.field-checkbox-group,
.sel__placeholder,
.sel-val input,
.sel-val .sel-val-currency,
.sel-val input::-webkit-input-placeholder {
  color: var(--color-brand);
}

.p-brand,
.field-select.is-unstyled,
.field-select.field-checkbox-group,
.sel__placeholder,
.sel-val input,
.sel-val .sel-val-currency,
.sel-val input::-moz-placeholder {
  color: var(--color-brand);
}

.p-brand,
.field-select.is-unstyled,
.field-select.field-checkbox-group,
.sel__placeholder,
.sel-val input,
.sel-val .sel-val-currency,
.sel-val input::-ms-input-placeholder {
  color: var(--color-brand);
}

.p-brand,
.field-select.is-unstyled,
.field-select.field-checkbox-group,
.sel__placeholder,
.sel-val input,
.sel-val .sel-val-currency,
.sel-val input::placeholder {
  color: var(--color-brand);
}

.p-label {
  font-size: 1rem;
  font-weight: 400;
  color: #b3adc4;
}

.p-label.is-lowDark {
  color: #938da4;
}

.p-label.is-dark {
  color: #3c4859;
}

.p-label.p-brand,
.p-label.field-select.is-unstyled,
.p-label.field-select.field-checkbox-group,
.p-label.sel__placeholder,
.sel-val input.p-label,
.sel-val .p-label.sel-val-currency,
.sel-val input.p-label::-webkit-input-placeholder {
  color: var(--color-primary);
}

.p-label.p-brand,
.p-label.field-select.is-unstyled,
.p-label.field-select.field-checkbox-group,
.p-label.sel__placeholder,
.sel-val input.p-label,
.sel-val .p-label.sel-val-currency,
.sel-val input.p-label::-moz-placeholder {
  color: var(--color-primary);
}

.p-label.p-brand,
.p-label.field-select.is-unstyled,
.p-label.field-select.field-checkbox-group,
.p-label.sel__placeholder,
.sel-val input.p-label,
.sel-val .p-label.sel-val-currency,
.sel-val input.p-label::-ms-input-placeholder {
  color: var(--color-primary);
}

.p-label.p-brand,
.p-label.field-select.is-unstyled,
.p-label.field-select.field-checkbox-group,
.p-label.sel__placeholder,
.sel-val input.p-label,
.sel-val .p-label.sel-val-currency,
.sel-val input.p-label::placeholder {
  color: var(--color-primary);
}

.p-head {
  padding-right: 20px;
}

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

.p-list-icon .icon {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header {
  z-index: 10;
  height: 110px;
  background: linear-gradient(245deg, #284969 0%, #374e9a 40%, #0c6eb8 70%, #3f9eab 100%);
}

@media (max-width: 576px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 75px;
  }
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
}

@media (max-width: 576px) {
  .header-container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 577px) {
  .header-container > * {
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .header-tmp {
    display: none;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo a {
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.header-logo a:hover {
  opacity: .85;
}

.header-logo-p {
  font-size: 1.3rem;
  margin-left: 1rem;
  color: #fff;
}

@media (max-width: 576px) {
  .header-logo-p {
    display: none;
  }
}

.header-nav-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.header-nav-links li {
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 576px) {
  .header-nav-links li:first-child {
    display: none;
  }
}

.header-nav-links li:last-child {
  margin-right: 0;
}

.header-nav-links li .dropdown-trigger {
  width: 35px;
  height: 35px;
  text-align: center;
}

.dropdown {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu {
  display: block;
}

.dropdown-trigger {
  position: relative;
}

.dropdown-trigger .badge,
.dropdown-trigger .badge-primary,
.dropdown-trigger .badge-muted,
.dropdown-trigger .badge-success,
.dropdown-trigger .badge-info,
.dropdown-trigger .badge-warning,
.dropdown-trigger .badge-danger,
.dropdown-trigger .badge-inverse,
.dropdown-trigger .badge-ghost {
  line-height: 18px;
  position: absolute;
  z-index: 1;
  right: -1px;
  bottom: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 18px;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown-trigger .badge:before,
.dropdown-trigger .badge-primary:before,
.dropdown-trigger .badge-muted:before,
.dropdown-trigger .badge-success:before,
.dropdown-trigger .badge-info:before,
.dropdown-trigger .badge-warning:before,
.dropdown-trigger .badge-danger:before,
.dropdown-trigger .badge-inverse:before,
.dropdown-trigger .badge-ghost:before {
  content: none;
}

.dropdown-trigger button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
}

@media (min-width: 769px) {
  .dropdown-trigger button:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.dropdown-trigger button .icon {
  display: block;
  width: auto;
  height: auto;
}

.dropdown-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  right: 0;
  display: none;
  min-width: 260px;
  padding-top: 4px;
}

.dropdown-content {
  padding: .5rem .75rem;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
          box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
}

.dropdown-header {
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-bottom: .375rem;
  text-align: center;
  color: #3c4859;
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown-item {
  font-family: 'Gotham', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: .375rem 1rem;
  text-decoration: none !important;
  color: #6d6f81 !important;
  border-radius: 4px;
}

.dropdown-item:hover {
  text-decoration: none;
}

.dropdown-account .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdown-account .dropdown-item:hover {
  background: #f6f6fb;
}

.dropdown-account .dropdown-item:last-child {
  font-weight: 700;
  color: #0091ff;
}

.dropdown-alert .dropdown-item,
.dropdown-ope .dropdown-item {
  margin: .5rem 0;
  padding: 1.5rem 2rem;
  -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
  transition: background .15s ease-in-out, color .15s ease-in-out;
  color: #4d495b !important;
  background: #f6f6fb;
}

.dropdown-alert .dropdown-item span,
.dropdown-ope .dropdown-item span {
  font-size: 1rem;
  display: block;
  color: #b3adc4;
}

.dropdown-alert .dropdown-item:hover,
.dropdown-ope .dropdown-item:hover {
  color: #0091ff !important;
  background: #e5f4ff;
}

.dropdown-order .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5rem 0;
  padding: 1.5rem 2rem;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  color: #4d495b !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown-order .dropdown-item span:not(.badge):not(.badge-primary):not(.badge-muted):not(.badge-success):not(.badge-info):not(.badge-warning):not(.badge-danger):not(.badge-inverse):not(.badge-ghost) {
  font-size: 1rem;
  display: block;
  color: #b3adc4;
}

.dropdown-order .dropdown-item .badge,
.dropdown-order .dropdown-item .badge-primary,
.dropdown-order .dropdown-item .badge-muted,
.dropdown-order .dropdown-item .badge-success,
.dropdown-order .dropdown-item .badge-info,
.dropdown-order .dropdown-item .badge-warning,
.dropdown-order .dropdown-item .badge-danger,
.dropdown-order .dropdown-item .badge-inverse,
.dropdown-order .dropdown-item .badge-ghost {
  margin-right: 10px;
  color: #fff;
}

.dropdown-order .dropdown-item:hover {
  background: #f6f6fb;
}

.card,
.pinned-bar,
.home-slider,
.contact-us {
  position: relative;
  padding: 20px;
  text-decoration: none !important;
  border: 1px solid #ededf3;
  border-radius: 4px;
  background: #fff;
}

.card.has-hv,
.has-hv.pinned-bar,
.has-hv.home-slider,
.has-hv.contact-us {
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.card.has-hv:hover,
.has-hv.pinned-bar:hover,
.has-hv.home-slider:hover,
.has-hv.contact-us:hover {
  text-decoration: none;
  background: #f6f6fb;
}

.card.has-hv:hover .btn-muted,
.has-hv.pinned-bar:hover .btn-muted,
.has-hv.home-slider:hover .btn-muted,
.has-hv.contact-us:hover .btn-muted {
  background: #fff;
}

.card.has-hv.is-center img,
.has-hv.is-center.pinned-bar img,
.has-hv.is-center.home-slider img,
.has-hv.is-center.contact-us img {
  margin: 0 auto;
}

.card > .tag,
.card > .tag-primary,
.card > .tag-muted,
.card > .tag-success,
.card > .tag-info,
.card > .tag-warning,
.card > .tag-danger,
.card > .tag-inverse,
.card > .tag-ghost,
.pinned-bar > .tag,
.home-slider > .tag,
.contact-us > .tag,
.pinned-bar > .tag-primary,
.home-slider > .tag-primary,
.contact-us > .tag-primary,
.pinned-bar > .tag-muted,
.home-slider > .tag-muted,
.contact-us > .tag-muted,
.pinned-bar > .tag-success,
.home-slider > .tag-success,
.contact-us > .tag-success,
.pinned-bar > .tag-info,
.home-slider > .tag-info,
.contact-us > .tag-info,
.pinned-bar > .tag-warning,
.home-slider > .tag-warning,
.contact-us > .tag-warning,
.pinned-bar > .tag-danger,
.home-slider > .tag-danger,
.contact-us > .tag-danger,
.pinned-bar > .tag-inverse,
.home-slider > .tag-inverse,
.contact-us > .tag-inverse,
.pinned-bar > .tag-ghost,
.home-slider > .tag-ghost,
.contact-us > .tag-ghost {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (max-width: 600px) {
  .card .grid-2.has-gutter-l > .one-third,
    .card .grid-2.has-gutter-l > .two-thirds,
    .card .grid-2.has-gutter-l > .three-quarters,
    .pinned-bar .grid-2.has-gutter-l > .one-third,
    .home-slider .grid-2.has-gutter-l > .one-third,
    .contact-us .grid-2.has-gutter-l > .one-third,
    .pinned-bar .grid-2.has-gutter-l > .two-thirds,
    .home-slider .grid-2.has-gutter-l > .two-thirds,
    .contact-us .grid-2.has-gutter-l > .two-thirds,
    .pinned-bar .grid-2.has-gutter-l > .three-quarters,
    .home-slider .grid-2.has-gutter-l > .three-quarters,
    .contact-us .grid-2.has-gutter-l > .three-quarters {
    display: block;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card .grid-2.has-gutter-l > .one-third,
.card .grid-2.has-gutter-l > .one-quarter,
.pinned-bar .grid-2.has-gutter-l > .one-third,
.home-slider .grid-2.has-gutter-l > .one-third,
.contact-us .grid-2.has-gutter-l > .one-third,
.pinned-bar .grid-2.has-gutter-l > .one-quarter,
.home-slider .grid-2.has-gutter-l > .one-quarter,
.contact-us .grid-2.has-gutter-l > .one-quarter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .card .grid-2.has-gutter-l > .one-third,
    .card .grid-2.has-gutter-l > .one-quarter,
    .pinned-bar .grid-2.has-gutter-l > .one-third,
    .home-slider .grid-2.has-gutter-l > .one-third,
    .contact-us .grid-2.has-gutter-l > .one-third,
    .pinned-bar .grid-2.has-gutter-l > .one-quarter,
    .home-slider .grid-2.has-gutter-l > .one-quarter,
    .contact-us .grid-2.has-gutter-l > .one-quarter {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .card .grid-2.has-gutter-l > .one-quarter,
    .pinned-bar .grid-2.has-gutter-l > .one-quarter,
    .home-slider .grid-2.has-gutter-l > .one-quarter,
    .contact-us .grid-2.has-gutter-l > .one-quarter {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card-xs {
  padding: 10px 15px;
}

.card-sm {
  padding: 15px 50px 15px 30px;
}

@media (max-width: 576px) {
  .card-sm {
    padding: 20px 25px;
  }
}

@media (min-width: 577px) {
  .card-sm:not(.has-textarea):not(.has-tooltip-top) .tooltip {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.card-sm.has-tooltip {
  padding: 15px 50px 15px 30px;
}

@media (max-width: 576px) {
  .card-sm.has-tooltip {
    padding: 20px 40px 20px 25px;
  }
}

.card-sm-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-md {
  padding: 30px 35px;
}

@media (max-width: 576px) {
  .card-md {
    padding: 30px 25px;
  }
}

.card-md.has-tooltip {
  padding: 30px 50px 30px 30px !important;
}

@media (max-width: 576px) {
  .card-md.has-tooltip {
    padding: 30px 40px 30px 25px !important;
  }
}

.card-xl,
.contact-us {
  padding: 40px 105px 30px;
}

@media (max-width: 576px) {
  .card-xl,
    .contact-us {
    padding: 30px 35px 25px;
  }
}

.card-inline {
  padding: 20px 30px;
  border-radius: 4px;
}

.card-inline > .flex-container,
.card-inline > .flex-container--row,
.card-inline > .flex-row,
.card-inline > .flex-container--column,
.card-inline > .flex-column,
.card-inline > .flex-container--row-reverse,
.card-inline > .flex-row-reverse,
.card-inline > .flex-container--column-reverse,
.card-inline > .flex-column-reverse,
.card-inline > .contact-us-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) and (max-width: 1250px) {
  .card-inline > .flex-container,
    .card-inline > .flex-container--row,
    .card-inline > .flex-row,
    .card-inline > .flex-container--column,
    .card-inline > .flex-column,
    .card-inline > .flex-container--row-reverse,
    .card-inline > .flex-row-reverse,
    .card-inline > .flex-container--column-reverse,
    .card-inline > .flex-column-reverse,
    .card-inline > .contact-us-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1250px) {
  .card-inline > .flex-container img,
    .card-inline > .flex-container--row img,
    .card-inline > .flex-row img,
    .card-inline > .flex-container--column img,
    .card-inline > .flex-column img,
    .card-inline > .flex-container--row-reverse img,
    .card-inline > .flex-row-reverse img,
    .card-inline > .flex-container--column-reverse img,
    .card-inline > .flex-column-reverse img,
    .card-inline > .contact-us-header img {
    margin-bottom: 10px;
  }
}

.card-inline > .flex-container .p-content,
.card-inline > .flex-container--row .p-content,
.card-inline > .flex-row .p-content,
.card-inline > .flex-container--column .p-content,
.card-inline > .flex-column .p-content,
.card-inline > .flex-container--row-reverse .p-content,
.card-inline > .flex-row-reverse .p-content,
.card-inline > .flex-container--column-reverse .p-content,
.card-inline > .flex-column-reverse .p-content,
.card-inline > .contact-us-header .p-content {
  margin-left: 25px;
}

@media (min-width: 769px) and (max-width: 1250px) {
  .card-inline > .flex-container .p-content,
    .card-inline > .flex-container--row .p-content,
    .card-inline > .flex-row .p-content,
    .card-inline > .flex-container--column .p-content,
    .card-inline > .flex-column .p-content,
    .card-inline > .flex-container--row-reverse .p-content,
    .card-inline > .flex-row-reverse .p-content,
    .card-inline > .flex-container--column-reverse .p-content,
    .card-inline > .flex-column-reverse .p-content,
    .card-inline > .contact-us-header .p-content {
    margin-left: 0;
  }
}

.card-head {
  margin-bottom: 20px;
}

.card-head.is-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-head.is-center > * {
  margin-left: auto;
}

.two-thirds .card-md {
  padding: 25px 30px;
}

@media (max-width: 576px) {
  .two-thirds .card-md {
    padding: 25px 20px;
  }
}

@media (max-width: 992px) {
  .aside-cards {
    margin-bottom: 30px;
  }
}

.cards-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards-grid .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .cards-grid .card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.cards-grid .card .icon {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  color: var(--color-brand);
}

.field-item.is-inline {
  display: inline-block;
  margin: 5px 0;
 /* vertical-align: middle;*/
}

.field-item.is-inline .sel-simple {
  min-width: 70px;
  height: 50px;
  border: 1px solid #ededf3;
  border-radius: 4px;
  background: #fff;
}

.field-item.is-inline .sel-simple > .choices[data-type*=select-one] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field-item.is-inline .sel-simple > .choices[data-type*=select-one] .choices__inner {
  text-align: center;
}

.field-item.is-inline .sel-simple .choices__item.choices__item--selectable {
  font-size: 1.4rem;
  font-weight: 400 !important;
}

.field-item.is-inline .sel-simple .choices__list--single .choices__item {
  text-decoration: none;
  color: #3c4859 !important;
}

.field-item.is-inline .sel-simple .choices__list--single .choices__item:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-left: 15px;
  content: '';
  vertical-align: middle;
  background: url('../img/icons/arrow-bottom.svg') top center no-repeat;
  background-size: contain;
}

.field-item.has-addons {
  position: relative;
}

.field-item.has-addons .field-input,
.field-item.has-addons .field-textarea,
.field-item.has-addons .field-select .sel,
.field-select .field-item.has-addons .sel,
.field-item.has-addons .choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=select-multiple] .field-item.has-addons .choices__inner {
  width: 140px;
  padding-right: 60px;
}

.field-item.has-addons .field-input.is-sm,
.field-item.has-addons .is-sm.field-textarea,
.field-item.has-addons .field-select .is-sm.sel,
.field-select .field-item.has-addons .is-sm.sel,
.field-item.has-addons .choices[data-type*=select-multiple] .is-sm.choices__inner,
.choices[data-type*=select-multiple] .field-item.has-addons .is-sm.choices__inner {
  width: 120px;
  padding: 0 15px 0 13px;
  padding-right: 50px;
}

.field-item.has-addons .field-icon,
.field-item.has-addons .sel {
  position: absolute;
  top: 1px;
  right: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: calc(100% - 2px);
  border-radius: 0 4px 4px 0;
  background: #ededf3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field-item.has-addons .sel {
  min-width: 70px;
  border-left: 1px solid #ededf3;
  background: #fff;
}

.field-item.has-addons .sel > .choices[data-type*=select-one] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field-item.has-addons .sel > .choices[data-type*=select-one] .choices__inner {
  text-align: center;
}

.field-item.has-addons .sel .choices__list--single .choices__item {
  text-decoration: none;
  color: #3c4859 !important;
}

.field-item.has-addons .sel .choices__list--single .choices__item:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-left: 5px;
  content: '';
  vertical-align: middle;
  background: url('../img/icons/arrow-bottom.svg') top center no-repeat;
  background-size: contain;
}

.field-item + .field-item:not(.is-inline) {
  margin: 20px 0;
}

.field-item.has-search-icon {
  position: relative;
}

.field-item.has-search-icon .icon-search {
  position: absolute;
  top: 50%;
  left: 20px;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--color-primary);
}

.field-item.has-search-icon .icon-search svg {
  vertical-align: middle;
}

.field-label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.field-label {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 7px;
  color: black;
}

.field-input,
.field-textarea,
.field-select .sel,
.choices[data-type*=select-multiple] .choices__inner {
  font-family: 'Gotham', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #ededf3;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-date {
  font-weight: 700;
  max-width: 90px;
  padding-right: 0;
  padding-left: 0;
  cursor: pointer;
  text-decoration: underline;
  color: var(--color-primary);
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.field-checkbox-group > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.field-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-checkbox input {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.field-checkbox label {
  margin-bottom: 0;
  text-align: left;
}

.field-search {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  padding-left: 50px;
}

.field-search::-webkit-input-placeholder {
  color: #4d495b;
}

.field-search::-moz-placeholder {
  color: #4d495b;
}

.field-search::-ms-input-placeholder {
  color: #4d495b;
}

.field-search::placeholder {
  color: #4d495b;
}

.field-textarea {
  min-height: 200px;
  padding: 20px;
}

.field-select.is-unstyled,
.field-select.field-checkbox-group {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-select .sel {
  padding: 0;
  background: #fff;
}

.field-select .sel > .choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.field-select .sel .choices__list--single .choices__item {
  font-size: 1.4rem;
  font-weight: 400 !important;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-transform: initial;
  color: #3c4859 !important;
}

.field-select .sel .choices__list--single .choices__item:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-left: 5px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  background: url('../img/icons/arrow-bottom.svg') top center no-repeat;
  background-size: contain;
}

.field-select .sel .choices__list--dropdown {
  right: inherit;
  left: 0;
}

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

.field-group-submit > *:first-child {
  margin-right: 10px !important;
}

@media (min-width: 769px) and (max-width: 992px) {
  .field-group-submit > *:first-child:not(.mlauto) {
    display: none;
  }
}

@media (max-width: 576px) {
  .field-group-submit > *:first-child:not(.mlauto) {
    display: none;
  }
}

.field-group-submit > .mlauto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) and (max-width: 992px) {
  .field-group-submit > .mlauto {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .field-group-submit > .mlauto {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .field-group-submit > .mlauto .btn {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .field-group-submit > .mlauto button[type='submit'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (max-width: 576px) {
  .field-group-submit > .mlauto button[type='submit'] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.field-group-submit .mlauto *:first-child {
  margin-right: 10px !important;
}

.field-group-submit .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 120px;
  margin: 5px 0;
}

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

.field-switch {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #222;
  border: 1px solid #ededf3;
  border-radius: 4px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.field-switch:before {
  content: none;
}

.field-switch input {
  position: absolute;
  opacity: 0;
}

.field-switch label {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: calc(50% - 5px);
  height: 40px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color .1s ease .075s;
  transition: color .1s ease .075s;
  text-align: center;
  color: #3c4859;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .field-switch label {
    font-size: 1.3rem;
  }
}

.field-switch input:checked + label {
  color: #fff;
}

.field-switch input:focus + label {
  outline: none;
}

.field-switch .switch-button {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 5px;
  clear: both;
  width: calc(50% - 5px);
  height: 40px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 4px;
  background-color: var(--color-switch);
}

.field-switch .switch-button:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  border-radius: 4px;
}

.field-switch input:last-of-type:checked ~ .switch-button {
  left: 50%;
}

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

/**
 * Fake <select>
 */
.sel {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  background-color: transparent;
}

.sel-weeks .badge,
.sel-weeks .badge-primary,
.sel-weeks .badge-muted,
.sel-weeks .badge-success,
.sel-weeks .badge-info,
.sel-weeks .badge-warning,
.sel-weeks .badge-danger,
.sel-weeks .badge-inverse,
.sel-weeks .badge-ghost {
  line-height: 17px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  min-width: 25px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sel-weeks .choices__inner:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  margin-left: 5px;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  background: url('../img/icons/arrow-bottom.svg') top center no-repeat;
  background-size: contain;
}

.sel-weeks .choices__list--dropdown {
  right: inherit;
  left: 0;
  padding: 0;
}

.sel-weeks .choices__list--dropdown .choices__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  padding: .5rem .75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sel-weeks .choices__list--dropdown .choices__list .choices__item {
  min-height: 38px;
  margin: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc((100% - 2px) / 6);
          flex: 1 1 calc((100% - 2px) / 6);
}

.sel-weeks .choices__list--dropdown .choices__list .choices__item.is-selected {
  background: #f6f6fb;
}

.sel__placeholder {
  font-size: 1.6rem;
  display: block;
  visibility: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  text-transform: lowercase;
  pointer-events: none;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  content: attr(data-placeholder);
}

.sel__box {
  font-size: 1em;
  position: absolute;
  z-index: 1;
  top: calc(100% + 4px);
  right: -4px;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  padding: .5rem .75rem;
  list-style-type: none;
  text-align: left;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

.sel.is-active .sel__box {
  display: block;
  -webkit-animation: fadeInUp .35s;
          animation: fadeInUp .35s;
}

.sel__box__options {
  font-family: 'Gotham', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: .375rem 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  color: #6d6f81;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sel__box__options:hover {
  background: #f6f6fb;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

.sel-val input,
.sel-val .sel-val-currency {
  font-size: 1.6rem;
}

.sel-val input {
  width: 50px;
  padding: 0;
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.choices.is-open .choices__list--dropdown {
  z-index: 3;
}

@media (min-width: 577px) {
  .choices.is-open .choices__list--dropdown {
    -webkit-animation: fadeInUp 250ms;
            animation: fadeInUp 250ms;
  }
}

.choices[data-type*='select-one']:after {
  content: none;
}

.choices[data-type*='select-one'] .choices__inner {
  min-height: inherit;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.choices[data-type*=select-multiple] .choices__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 275px;
  max-width: 400px;
  padding-left: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 576px) {
  .choices[data-type*=select-multiple] .choices__inner {
    max-width: 305px;
  }
}

.choices[data-type*=select-multiple] .choices__inner input {
  height: 100%;
}

.choices__list--single {
  padding: 0;
}

.choices__list--single .choices__item {
  font-size: 1.4rem;
  text-decoration: underline;
  text-transform: lowercase;
}

.choices__list--dropdown {
  font-size: 1em;
  position: absolute;
  z-index: 2;
  top: calc(100% + 4px);
  right: -4px;
  width: 260px;
  padding: .5rem .75rem;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 576px) {
  .choices__list--dropdown {
    right: inherit;
    left: 50% !important;
    width: max-content !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.choices__list .choices__list {
  max-height: inherit;
}

.choices__list--dropdown .choices__item {
  font-family: 'Gotham', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: .375rem 1rem !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  color: #6d6f81;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.choices__list--dropdown .choices__item:hover {
  background: #f6f6fb;
}

.choices__input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.choices__list--multiple {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.choices__list--multiple .choices__item {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: #3c4859;
  border: 0;
  background: none;
}

.choices__list--multiple .choices__item:after {
  display: inline-block;
  margin: 0 5px;
  content: ' , ';
}

.choices__list--multiple .choices__item.is-highlighted {
  border: 0;
  background: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.radio {
  -webkit-box-shadow: inset 0 0 0 1px #ededf3;
          box-shadow: inset 0 0 0 1px #ededf3;
}

.radio:checked {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01MCA4MEM2Ni41Njg1IDgwIDgwIDY2LjU2ODUgODAgNTBDODAgMzMuNDMxNSA2Ni41Njg1IDIwIDUwIDIwQzMzLjQzMTUgMjAgMjAgMzMuNDMxNSAyMCA1MEMyMCA2Ni41Njg1IDMzLjQzMTUgODAgNTAgODBaIiBmaWxsPSIjMEI3MEI1Ii8+Cjwvc3ZnPgo=');
  background-size: 100% 100%;
  -webkit-box-shadow: inset 0 0 0 2px var(--color-primary);
          box-shadow: inset 0 0 0 2px var(--color-primary);
}

.responsive-table {
  overflow-x: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  vertical-align: top;
}

.table th,
.table td {
  padding: .5rem 1.5rem;
  cursor: default;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 1200px) {
  .table th,
    .table td {
    white-space: nowrap;
  }
}

.table th:last-child,
.table td:last-child {
  text-align: right;
}

.table th {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b3adc4;
}

.table td {
  padding: 1.5rem;
  vertical-align: middle;
}

.table-striped tbody tr {
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.table-striped tbody tr:nth-child(odd) {
  background: #f6f6fb;
}

.table-striped tbody tr:hover {
  background: rgba(0, 145, 255, .1);
}

.table-striped tbody tr td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.table-striped tbody tr td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table-striped tbody td {
  position: relative;
}

.table-striped tbody td [class*='state-']:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.table-striped tbody td [class*='state-'] .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: inherit;
  height: inherit;
  margin-bottom: 0;
  vertical-align: middle;
}

.table-striped tbody td p {
  margin-bottom: 0;
}

.table-striped-darken tbody tr {
  -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
  transition: background .15s ease-in-out, color .15s ease-in-out;
}

.table-striped-darken tbody tr:hover {
  color: #fff;
  background: var(--color-primary);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 50px 0;
  background: #f6f6fb;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-infos {
  width: 100%;
}

.footer-infos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1201px) {
  .footer-infos-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .footer-infos-wrapper > * {
    margin-right: 1rem;
    margin-left: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .footer-infos-wrapper > *:first-child {
    -webkit-box-flex: 1.75;
        -ms-flex: 1.75;
            flex: 1.75;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .footer-infos-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .footer-infos-wrapper > * {
    width: calc(100% / 4 - .01px);
  }

  .footer-infos-wrapper.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .footer-infos-wrapper.has-gutter > * {
    width: calc(100% / 4 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .footer-infos-wrapper.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .footer-infos-wrapper.has-gutter-l > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .footer-infos-wrapper.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .footer-infos-wrapper.has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .footer-infos-wrapper > * {
    width: calc(100% / 4 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-infos-wrapper {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .footer-infos-wrapper > * {
    width: calc(100% / 2 - .01px);
  }

  .footer-infos-wrapper.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .footer-infos-wrapper.has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .footer-infos-wrapper.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .footer-infos-wrapper.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .footer-infos-wrapper.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .footer-infos-wrapper.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .footer-infos-wrapper > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .footer-infos-wrapper {
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.footer-infos-wrapper .footer-col:first-child {
  width: calc(100% / 3 - 2rem - .01px);
}

@media (max-width: 1200px) {
  .footer-infos-wrapper .footer-col:first-child {
    margin-top: 30px;
    text-align: center;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media (max-width: 768px) {
  .footer-infos-wrapper .footer-col:first-child {
    width: calc(100% / 1 - 2rem - .01px);
  }
}

@media (max-width: 768px) {
  .footer-col {
    margin-bottom: 15px;
  }
}

.footer-col img {
  margin-bottom: 15px;
}

.footer-col h4 {
  font-family: 'Gotham', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #b3adc4;
}

.footer-col a {
  font-size: 1.2rem;
  display: block;
  color: #4d495b;
}

.footer-label,
.footer-label-copy {
  font-size: 1rem;
}

.footer-label-copy {
  color: #b3adc4;
}

/*
 * Type / Typography
 * Override some styles over KNACSS for links, headings and other typographic Stuff
 *
 * @author: Alsacreations
 */
.content a {
  text-decoration: underline;
}

.modal {
  position: fixed;
  z-index: 40;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 246, 251, .6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(246, 246, 251, .6);
}

.modal-content,
.modal-card {
  position: relative;
  overflow: auto;
  width: 100%;
  max-width: 630px;
  max-height: calc(100vh - 160px);
  margin: 0 20px;
  -webkit-animation: fadeInUp 200ms;
          animation: fadeInUp 200ms;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
  .modal-content,
    .modal-card {
    width: 640px;
    max-height: calc(100vh - 40px);
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .modal-content,
    .modal-card {
    width: 90%;
  }
}

.modal-close:not(.btn) {
  top: 20px;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none !important;
  background: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-close:not(.btn):active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.modal-close:not(.btn) .icon {
  width: inherit;
  height: inherit;
}

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-overflow-y: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
}

.modal-card-xs {
  max-width: 420px;
}

.modal-card-head,
.modal-card-foot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-card-head {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  font-family: 'Gotham', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  color: var(--color-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-card-title > .icon {
  width: inherit;
  height: inherit;
  margin-right: 15px;
}

.modal-card-body {
  overflow: auto;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.modal-card-body .table thead tr th:first-child {
  padding-left: 0;
}

.modal-card-foot {
  padding: 10px 20px 20px 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
}

.modal-card-foot .btn-group {
  width: 100%;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: .5em;
}

.pinned-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: -35px;
  margin-bottom: 20px;
  padding: 20px 30px 20px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  .pinned-bar {
    margin: 0 -15px 20px -15px;
    padding: 20px 15px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

.pinned-bar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pinned-bar-brand .separator {
  width: 1px;
  height: 40px;
  margin: 0 30px 0 25px;
  background: #e6e3e3;
}

@media (max-width: 768px) {
  .pinned-bar-brand .separator {
    display: none;
  }
}

.pinned-bar-brand-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3c4859;
}

@media (max-width: 768px) {
  .pinned-bar-brand-name {
    display: none;
  }
}

@media (max-width: 576px) {
  .pinned-bar-balance {
    text-align: right;
  }
}

.pinned-bar-balance .p {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .pinned-bar-balance .p:not(.mobile-only) {
    display: none;
  }
}

@media (min-width: 577px) {
  .pinned-bar-balance .p.mobile-only {
    display: none;
  }
}

.page-header.is-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-header.is-inline > * {
  margin: 5px 0;
}

.page-header.is-inline > .title {
  margin-right: 10px;
}

.page-header.is-inline > .breadcrumb {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .page-header.is-inline > .breadcrumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.page-header-btns,
.page-header-opts {
  margin-left: auto !important;
}

.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb a {
  font-size: 1.15rem;
  color: #4d495b;
}

.breadcrumb a:not(:last-child):after {
  display: inline-block;
  margin: 0 5px;
  content: '>';
}

.breadcrumb a.is-current {
  color: var(--color-primary);
}

.faq-head {
  font-family: 'Gotham', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1rem;
  padding: 20px 30px;
  cursor: pointer !important;
  -webkit-transition: background .15s ease-in, color .15s ease-in;
  transition: background .15s ease-in, color .15s ease-in;
  color: #4d495b;
  border-radius: 4px;
}

.faq-head[aria-selected='true'],
.faq-head:hover {
  color: var(--color-brand);
  background: #e5f2f7;
}

.faq-head[aria-selected='true'] {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.faq-head .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform .15s linear;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear, -webkit-transform .15s linear;
}

.faq-head[aria-selected='true'] .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-head[aria-selected='true'] + .faq-body {
  padding: 0 30px 20px;
  background: #e5f2f7;
}

.faq-body {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  padding: 20px 30px;
  border-radius: 0 0 4px 4px;
}

.preview-ticket-wrapper {
  text-align: center;
}

.preview-ticket-wrapper .preview-ticket {
  border: none;
}

.preview-ticket-wrapper .preview-ticket img {
  width: auto;
}

.paginate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.paginate-wrapper > * {
  margin: 5px 0;
}

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

.paginate-item:not(:last-child) {
  margin-right: 2px;
}

.paginate-btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  border: 1px solid transparent;
  border-radius: 3px;
  outline: none !important;
  background-color: transparent;
}

.paginate-btn:hover {
  border-color: #e8e5e5;
  background-color: #f9f7f7;
}

.paginate-btn.is-active {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.page-home .pinned-bar {
  margin-bottom: 30px;
}

.home-slider {
  padding: 0;
  background: #f6f6fb;
}

@media (max-width: 992px) {
  .home-slider {
    margin-bottom: 20px;
  }
}

.home-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* padding: 45px 0 75px 60px; */
}

@media (max-width: 576px) {
  .home-slider-item {
    padding: 30px 25px 55px;
  }
}

.home-slider-text {
  position: relative;
  z-index: 2;
  width: 50%;
  -webkit-transition: opacity .35s ease-in-out .3s;
  transition: opacity .35s ease-in-out .3s;
  opacity: 0;
}

@media (min-width: 577px) and (max-width: 1250px) {
  .home-slider-text {
    width: 75%;
  }
}

@media (max-width: 576px) {
  .home-slider-text {
    width: 100%;
  }
}

.home-slider-text .title {
  font-size: 2rem;
  line-height: 1.15;
  color: #3c4859;
}

.home-slider-img {
  position: absolute;
  z-index: 1;
}

@media (max-width: 1250px) {
  .home-slider-img {
    opacity: .35;
  }
}

.home-new-campaign.cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 576px) {
  .home-new-campaign.cards-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home-new-campaign.cards-grid > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 577px) {
  .home-new-campaign.cards-grid {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .home-new-campaign.cards-grid > * {
    width: calc(100% / 3 - .01px);
  }

  .home-new-campaign.cards-grid.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .home-new-campaign.cards-grid.has-gutter > * {
    width: calc(100% / 3 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .home-new-campaign.cards-grid.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .home-new-campaign.cards-grid.has-gutter-l > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .home-new-campaign.cards-grid.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .home-new-campaign.cards-grid.has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .home-new-campaign.cards-grid > * {
    width: calc(100% / 3 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 576px) {
  .home-new-campaign.cards-grid {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .home-new-campaign.cards-grid > * {
    width: calc(100% / 2 - .01px);
  }

  .home-new-campaign.cards-grid.has-gutter {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .home-new-campaign.cards-grid.has-gutter > * {
    width: calc(100% / 2 - 1rem - .01px);
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .home-new-campaign.cards-grid.has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .home-new-campaign.cards-grid.has-gutter-l > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .home-new-campaign.cards-grid.has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }

  .home-new-campaign.cards-grid.has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - .01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }

  .home-new-campaign.cards-grid > * {
    width: calc(100% / 2 - 2rem - .01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.home-most-used-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .home-most-used-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.home-most-used-item .img-wrapper {
  position: relative;
}

.home-most-used-item .btn-square {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-most-used-item img {
  margin-right: 20px;
}

.js-home-slider {
  height: 100%;
}

.js-home-slider .slick-list,
.js-home-slider .slick-track {
  height: 100%;
}

.js-home-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-home-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.js-home-slider .slick-dots {
  bottom: 15px;
}

.js-old-orders .slick-slide {
  width: 300px;
  margin: 0 10px;
}

.js-old-orders .slick-prev,
.js-old-orders .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-transition: background .1s ease-in-out, border-color .1s ease-in-out;
  transition: background .1s ease-in-out, border-color .1s ease-in-out;
  border: 1px solid #ededf3;
  border-radius: 4px;
  background: #fff;
}

.js-old-orders .slick-prev:before,
.js-old-orders .slick-next:before {
  content: none !important;
}

.js-old-orders .slick-prev:hover,
.js-old-orders .slick-next:hover {
  border-color: var(--color-brand);
  background: var(--color-brand);
}

.js-old-orders .slick-prev:hover svg,
.js-old-orders .slick-next:hover svg {
  stroke: #fff;
}

.js-old-orders .slick-prev svg,
.js-old-orders .slick-next svg {
  -webkit-transition: stroke .1s ease-in-out;
  transition: stroke .1s ease-in-out;
  stroke: #b3adc4;
}

.js-old-orders .slick-prev {
  left: -20px;
}

@media (max-width: 576px) {
  .js-old-orders .slick-prev {
    left: -10px;
  }
}

.js-old-orders .slick-next {
  right: -20px;
}

@media (max-width: 576px) {
  .js-old-orders .slick-next {
    right: -10px;
  }
}

.contact-us {
  margin-bottom: 15px;
}

@media (min-width: 769px) and (max-width: 1250px) {
  .contact-us {
    padding: 30px 40px;
  }
}

@media (max-width: 576px) {
  .contact-us {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-us-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (min-width: 769px) and (max-width: 992px) {
  .contact-us-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .contact-us-header {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-us-header img {
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 769px) and (max-width: 992px) {
  .contact-us-header img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .contact-us-header img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contact-us-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 576px) {
  .contact-us-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-us-meta-item {
  position: relative;
  margin: 5px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (min-width: 577px) {
  .contact-us-meta-item {
    padding-left: 20px;
  }

  .contact-us-meta-item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 100%;
    content: '';
    border-radius: 4px;
    background: var(--color-brand);
  }
}

@media (max-width: 576px) {
  .contact-us-meta-item {
    padding-left: 0;
    text-align: center;
  }
}

.contact-us-meta-item .p-brand,
.contact-us-meta-item .field-select.is-unstyled,
.contact-us-meta-item .field-select.field-checkbox-group,
.contact-us-meta-item .sel__placeholder,
.contact-us-meta-item .sel-val input,
.sel-val .contact-us-meta-item input,
.contact-us-meta-item .sel-val .sel-val-currency,
.sel-val .contact-us-meta-item .sel-val-currency,
.contact-us-meta-item .sel-val input::-webkit-input-placeholder,
.sel-val .contact-us-meta-item input::-webkit-input-placeholder {
  margin-bottom: 3px;
}

.contact-us-meta-item .p-brand,
.contact-us-meta-item .field-select.is-unstyled,
.contact-us-meta-item .field-select.field-checkbox-group,
.contact-us-meta-item .sel__placeholder,
.contact-us-meta-item .sel-val input,
.sel-val .contact-us-meta-item input,
.contact-us-meta-item .sel-val .sel-val-currency,
.sel-val .contact-us-meta-item .sel-val-currency,
.contact-us-meta-item .sel-val input::-moz-placeholder,
.sel-val .contact-us-meta-item input::-moz-placeholder {
  margin-bottom: 3px;
}

.contact-us-meta-item .p-brand,
.contact-us-meta-item .field-select.is-unstyled,
.contact-us-meta-item .field-select.field-checkbox-group,
.contact-us-meta-item .sel__placeholder,
.contact-us-meta-item .sel-val input,
.sel-val .contact-us-meta-item input,
.contact-us-meta-item .sel-val .sel-val-currency,
.sel-val .contact-us-meta-item .sel-val-currency,
.contact-us-meta-item .sel-val input::-ms-input-placeholder,
.sel-val .contact-us-meta-item input::-ms-input-placeholder {
  margin-bottom: 3px;
}

.contact-us-meta-item .p-brand,
.contact-us-meta-item .field-select.is-unstyled,
.contact-us-meta-item .field-select.field-checkbox-group,
.contact-us-meta-item .sel__placeholder,
.contact-us-meta-item .sel-val input,
.sel-val .contact-us-meta-item input,
.contact-us-meta-item .sel-val .sel-val-currency,
.sel-val .contact-us-meta-item .sel-val-currency,
.contact-us-meta-item .sel-val input::placeholder,
.sel-val .contact-us-meta-item input::placeholder {
  margin-bottom: 3px;
}

@media (min-width: 577px) {
  .contact-us-faq .p-label {
    padding: 0 30px;
  }
}


@media (max-width: 576px) {

  ul.field-checkbox-group {
      display: flex;
      flex-flow: column;
      margin-left: 5px;
  }

  ul.field-checkbox-group li.field-checkbox {
      margin: 4px 0;
  }
}

.page-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background: linear-gradient(245deg, #284969 0%, #374e9a 40%, #0c6eb8 70%, #3f9eab 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-login .header-logo {
  margin-bottom: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .page-login .site-main {
    width: 100%;
  }
}

.card-signin {
  width: 415px;
}

@media (max-width: 576px) {
  .card-signin {
    width: 100%;
  }
}

.card-signin .card-head {
  margin-bottom: 3.75rem;
}

.card-signin .title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.card-signin .field-label {
  font-size: 1.2rem;
  color: #4d495b;
}

.card-signin .field-link {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .card-signin .field-group-submit > *:first-child:not(.mlauto) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.card-signin .field-group-submit .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.field-input-group {
  position: relative;
}

.field-input-group.has-icon .icon {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d9d9e1;
}

.field-input-group .field-input,
.field-input-group .field-textarea,
.field-input-group .field-select .sel,
.field-select .field-input-group .sel,
.field-input-group .choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=select-multiple] .field-input-group .choices__inner {
  padding-left: 50px;
}
.auraPlaceholder.spin, .spinner{
  background: none;
}

ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%
}

ul.thumbnails.image_picker_selector ul {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

ul.thumbnails.image_picker_selector li.group {
  width: 100%;
}


ul.thumbnails.image_picker_selector li {
  margin: 15px 30px 12px 0px;
  float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
  -webkit-user-drag: none;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
  border: 9px solid var(--color-primary);
  border-radius: 10px;
  height: 214px;
}
 .selected .ImageSelected {
   display: block;
   position: relative;

   width: 40px;
   height: 40px;
   top: -220px;
   left: 172px;
   background-size: cover;
   fill: var(--color-primary);
 }

 .selected svg {

   fill: var(--color-primary);

 }

 .ImageSelected {
   display: none;
 }

 .image_picker_image {
   width: 190px;
   height: 198px;
 }

.operation-status-saved,
.operation-status-awaiting-validation-BAT {
  color: #ff6366;
}

.operation-status-printing {
  color: #31a0fe;
}

.operation-status-error {
  color: #faca00;
}

.operation-status-closed,
.operation-status-printing-finished {
  color: #6dd300;
}

.operation-status-validated-starting-in-x-days,
.operation-status-canceled,
.operation-status-validated,
.operation-status-expired,
.operation-status-programming-in-progress,
.operation-status-awaiting-client-info {
  color: black;
}

 .slds-dropdown {
  font-size: 1em;
}

.textAlignCenter {
  text-align: center;
}

.bloc-picto-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
}

.bloc-picto-icon.slds-icon_container,
.bloc-picto-icon .slds-icon,
.bloc-picto-icon .slds-icon svg {
  width: 30px;
  height: 30px;
}

.bloc-regular-text {
  font-size: 1.4rem;
  font-family: 'Gotham', sans-serif;
}

.bloc-bold-text {
  font-size: 1.4rem;
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
}

.bloc-link-text,
.sel:not(.regular-select) .choices__list.choices__list--single .choices__item.choices__item--selectable {
  font-size: 1.35rem;
  line-height: unset;
  /*text-decoration: underline;
  text-transform: lowercase;*/
}

/* slick */

/* Slider */

.slick-slider { position: relative; display: block; margin-bottom: 30px;}
.slick-slider .slick-list { overflow: hidden; display: block; margin: 0px; padding: 0px; }
.slick-slider .slick-track { position: relative; left: 0px; top: 0px; }
.slick-slider .slide { float: left; min-height: 1px; }
.slick-slider .slide img { display: block; }
.slick-slider .slide { display: none; }
.slick-initialized .slide { display: block; }

/* Arrows */

.slick-slider .slick-prev { position: absolute; background: var(--urlArrow) no-repeat ;    transform: rotate(180deg);  display: block; height: 40px; width: 30px; text-indent: -9999px; top: 50%; margin-top: -20px; left: -40px; padding: 0px; fill :var(--color-primary) }
.slick-slider .slick-next { position: absolute; background: var(--urlArrow) no-repeat; display: block; height: 40px; width: 30px; text-indent: -9999px; top: 50%; margin-top: 20px; right: -40px; padding: 0px;  fill :var(--color-primary)}
.slick-slider .slick-prev:focus { outline: none }
.slick-slider .slick-next:focus { outline: none }
.slick-slider .slick-next.disabled { background-position: -90px -90px }
.slick-slider .slick-prev.disabled { background-position: -50px -90px }

.button-text-min { 
  font-size: 0.9rem;
  display: contents;
  font-weight: 400; 
}

.btnEdit {
  line-height: 20px;
  height: 70px;
}
.btn-gray{
  background :gray ;
}
.free-coupon-date {
  font-size: 0.8em;
  text-align: center;
  opacity: 0.8;
  margin-top: 4px;
}

.cursor-pointer {

  cursor: pointer;
}

 
.switchToggle{
  border-radius: 30px;
  height:30px;
  width:125px;
  background:red;
  cursor:pointer;
  display: inline-block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  text-indent:35%;
  line-height:30px;
}
.switchToggle  .span{
    font-family: 'Montserrat', sans-serif;
    font-size:15px;
    z-index:-1;
    color:white;
    text-indent: 7%;
    margin: -5px;
  }

  .switchToggle  .span:before{

    content:"";
    height:25px;
    width:25px;
    top: 7.6px;
    cursor:pointer; 
    background:white;
    border-radius: 30px; 
    position : relative ;
    text-indent:-10%;
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
    margin-right: 5px;

  }
  .switchToggle.active{
    background:rgb(99,196,51);
    border-radius: 30px;
  }
   .switchToggle.disabled{
    background:gray;
    border-radius: 30px;
  }
  .switchToggle.active .span {
      text-indent:0%;
      color:white;
    }
  .switchToggle.active .span:before{
    left:100px;
    border-radius: 30px;
    
  
}

.switchToggle .active .span {
    text-indent: 10%;
    color:white;
}
.card-register {
  position: relative;
    padding: 5px;
    text-decoration: none !important;
    border: 1px solid #ededf3;
    border-radius: 4px;

}
.targetFeeBloc {
  margin-bottom: 20px;
  margin-top: 20px;
}

input[type=checkbox]:checked {
  background-color: var(--color-primary) !important;
}

input.uiInput--checkbox {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.25em;
  border: 1px solid #D4D4D4;
  border-radius:0.125rem;
  background: rgb(255, 255, 255);
  transition: .5s ease all;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTQyLjYgNzFjLTEuMiAwLTIuNC0wLjUtMy4zLTEuNGwtMTguNy0xOC43Yy0wLjgtMC44LTAuOC0yIDAtMi44bDMuNy0zLjdjMC44LTAuOCAyLTAuOCAyLjggMGwxNS41IDE1LjQgMzAuMy0zMC4zYzAuOC0wLjggMi0wLjggMi44IDBsMy43IDMuN2MwLjggMC44IDAuOCAyIDAgMi44bC0zMy42IDMzLjZjLTAuOSAwLjktMiAxLjQtMy4yIDEuNHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: cover;
}
.line {
  width: 70px;
  height: 0;
  border:  1.5px solid;
  margin: 4px;
  display:inline-block;
  background-color: black;
}
.slds-alert_error{
  
  border-radius: 5px;
}
.color-placeholder {
  color : #777;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#ffffff;}
 .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:0px 0px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ffffff;}
.tg .tg-iwtr{background-color:#34cdf9;color:#ffffff;vertical-align:top;}
.tg .tg-yzt1{background-color:#efefef;vertical-align:top}
.tg .tg-cxkv{background-color:#ffffff}
.tg .tg-bsv2{background-color:#efefef}
.tg .tg-3we0{background-color:#ffffff;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
@media all and (max-width: 479px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block	;

	
	
  }