/**
 * Sand 2.0.0
 *
 * @package Sand
 *
 * /base/       - basic tags styling: typo, médias, tableaux, etc...
 * /components/ - design components styling: boutons, formulaires, blocks, etc...
 * /layout/     - layout styling: conteneur, grille, etc..
 * /lib/        - global classes and mixins.
 * /pages/      - pages specific styling.
 * /utils/      - global utilities styling: selection, scrollbar, etc...
 * /vendor/     - vendor components style e.g.: swiper.js
 * config.less  - defines every Sand's variables
 * sand.less    - main .less file, importing all other.
 */
/* Config
   ========================================================================== */
/**
 * Sand's configuration file
 *
 * @package Sand
 *
 * This file defines every Sand's variables
 */
/* Paths
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Container & grid
   ========================================================================== */
/* Body
   ========================================================================== */
/* Typography
   ========================================================================== */
/* Images
   ========================================================================== */
/* Scrollbars
   ========================================================================== */
/* Forms inputs
   ========================================================================== */
/* Media queries breakpoint
   ========================================================================== */
/* Base
   ========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * CSS Enhancements
 *
 * @package Sand
 */
/* Border-box + font smoothing (OSX)
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Remove native hover effect on touch devices
   ========================================================================== */
a,
input[type=submit],
.image_picker_selector .thumbnail,
.js-collapsible_toggle,
label,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * @font-face declarations
 *
 * @package Sand
 *
 * Good @font-face generator: https://transfonter.org/
 * Give special attention to use a single font name like 'Futura' for each font family,
 * not 'FuturaBold' / 'FuturaBook' etc., and define font-weights properly.
 */
/* {REPLACE BY FONT NAME}
   ========================================================================== */
/**
 * Global typographic styles
 *
 * @package Sand
 *
 * Defines typographic styles for basic HTML tags such as <a>, <p>, <hN> etc.
 */
/* HTML
   ========================================================================== */
html {
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
/* Links
   ========================================================================== */
a {
  text-decoration: none;
  color: #e50000;
  border-bottom: 1px solid rgba(229, 0, 0, 0.3);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
a:hover {
  color: #b20000;
  border-bottom-color: rgba(178, 0, 0, 0.3);
}
a.nostyle {
  border: none;
  color: inherit;
}
a.nostyle:hover {
  opacity: .7;
}
a.noUnderline,
a.link_image {
  border: none;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Helvetica', Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 2.5em 0 1.3rem;
  text-transform: uppercase;
  color: #333333;
}
h1,
.h1 {
  font-size: 1.875rem;
  margin-top: 0;
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.25rem;
}
h4,
.h4 {
  font-size: 1.125rem;
  color: #797979;
}
h5,
.h5 {
  font-size: 0.875rem;
  color: #71d566;
}
h6,
.h6 {
  font-size: 0.75rem;
  color: #999999;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.1875rem;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 2.8125rem;
  }
}
/* Paragraphs
   ========================================================================== */
p {
  margin: 0 0 2em;
}
/* Blockquote
   ========================================================================== */
blockquote {
  position: relative;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  margin: 1.5em 0 1.5em;
}
@media only screen and (min-width: 768px) {
  blockquote {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  blockquote {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  blockquote {
    font-size: 1.375rem;
  }
}
/* Lists
   ========================================================================== */
ul,
ol {
  padding: 0;
  margin: 0 0 2em 25px;
}
ul li,
ol li {
  padding-bottom: 5px;
}
ul {
  list-style-type: none;
  margin-left: 0;
}
ul li {
  position: relative;
  padding-left: 25px;
}
ul li::before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: currentcolor;
  opacity: 0.8;
  top: 10px;
  left: 10px;
}
p + ul {
  margin-top: -0.5em;
}
.list_inline li,
ul.list_inline li,
ol.list_inline li {
  display: inline-block;
}
.list_nostyle,
ul.list_nostyle,
ol.list_nostyle {
  list-style: none;
  margin: 0;
}
.list_nostyle li,
ul.list_nostyle li,
ol.list_nostyle li {
  padding: 0;
}
.list_nostyle li::before,
ul.list_nostyle li::before,
ol.list_nostyle li::before {
  display: none;
  content: " ";
}
/**
 * Medias
 *
 * @package Sand
 *
 * Defines sizing and margin behavior for img, video and iframe tags
 */
/* Img / video / iframe tags
   ========================================================================== */
img,
video {
  max-width: 100%;
  height: auto !important;
}
img,
iframe {
  border: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
img.align-left,
iframe.align-left {
  float: left;
  margin: 0 2em 2em 0;
}
img.align-center,
iframe.align-center {
  display: block;
  margin: 0 auto 2em;
  clear: both;
}
img.align-right,
iframe.align-right {
  float: right;
  margin: 0 0 2em 2em;
}
.file-icon {
  display: none !important;
}
.media_embed {
  display: inline-block;
}
/* Iframe tags
   ========================================================================== */
iframe {
  border: 0;
  max-width: 100%;
  margin: 0 0 1em;
}
/* Video tags
   ========================================================================== */
.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 0 0 1em;
}
.responsiveVideo iframe,
.responsiveVideo video {
  position: absolute;
  float: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/**
 * HTML tables
 *
 * @package Sand
 *
 * Defines base styles for HTML tables, and provide responsive styling.
 */
table {
  text-align: left;
  border-collapse: collapse;
}
table p {
  margin: 0;
}
table th,
table td {
  padding: 12px 20px;
}
table th:not(:first-child),
table td:not(:first-child) {
  text-align: center;
}
table th {
  color: #333333;
  font-weight: 700;
  font-size: 1rem;
  background: #e8e8e8;
}
table td {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  color: #333333;
}
table tr:nth-child(even) td {
  background: #f5f5f5;
  color: #333333;
}
table tr.separator td {
  display: table-cell;
  padding: 0;
  border: none;
  background: none;
  height: 5px;
}
table tr.separator:last-child {
  display: none;
}
table.graph td {
  border: 0px solid #e6e6e6;
  background: transparent;
  color: #333333;
}
/* Responsiveness
   ========================================================================== */
.tableContainer {
  white-space: nowrap;
  position: relative;
}
.tableContainer::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.tableContainer .tableContainer_inner {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 900px) {
  .tableContainer {
    white-space: normal;
  }
  .tableContainer::after {
    display: none;
  }
  .tableContainer .tableContainer_inner {
    overflow: visible;
  }
}
.tablecolmar.tablepress tfoot th,
.tablecolmar.tablepress thead th {
  background-color: currentcolor;
  vertical-align: middle;
  color: #333333;
  font-weight: 700;
  font-size: 1rem;
  background: #e8e8e8;
}
.tablecolmar.tablepress .odd td {
  background-color: #f5f5f5;
}
/* Lib
   ========================================================================== */
/**
 * Global mixins library
 *
 * @package Sand
 *
 * Each mixins if commented to give details about how to use it.
 */
/* Font-size, convert px value to em
   @param @value   wanted font size, without unit
   @param @context font-size from which calculate, default @body_font_size
   ========================================================================== */
/* Retina image background
   @param @file   filename, without extension
   @param @type   file extension (jpg, png, etc.)
   @param @width  1x width of the image, with unit (px or %), default 100%
   @param @height 1x height of the image, with unit (px or %), default 100%
   @param @posx   1x X position of the image (useful for sprites)
   @param @posy   1x Y position of the image (useful for sprites)
   ========================================================================== */
/* CSS3 transition
   @param @args transition parameters, default 'all 250ms ease'
   ========================================================================== */
/* CSS3 transition delay
   @param @args wanted delay with unit, default .1s
   ========================================================================== */
/* CSS3 animation
   @param @args animation parameters, no default
   ========================================================================== */
/* Enable hardware acceleration on the targeted element
   ========================================================================== */
.acceleration,
.backToTop,
a.backToTop,
.backToTop::after,
a.backToTop::after,
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after,
.btn,
a.btn,
.btn span[data-hover],
a.btn span[data-hover],
.btn span[data-hover]::before,
a.btn span[data-hover]::before,
.btn span[data-hover]::after,
a.btn span[data-hover]::after,
.collapsible .js-collapsible_toggle::after,
.collapsible .js-collapsible_content,
.multipage__transition section,
input[type=submit],
input[type=submit] span[data-hover],
input[type=submit] span[data-hover]::before,
input[type=submit] span[data-hover]::after,
.form-actions .button,
.form-actions .button span[data-hover],
.form-actions .button span[data-hover]::before,
.form-actions .button span[data-hover]::after,
.image_picker_selector .thumbnail::before,
.radioEnhanced [type="checkbox"]:not(:checked) + label::before,
.radioEnhanced [type="radio"]:not(:checked) + label::before,
.radioEnhanced [type="checkbox"]:checked + label::before,
.radioEnhanced [type="radio"]:checked + label::before,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::before,
.modal,
.modal_bg,
.modal_inner,
a.modal_close,
a.modal_close .modal_close_cross {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Transform origin
   @param @args transform origin position, default top left corner (0 0)
   ========================================================================== */
/* Rotate transform
   @param @args rotate angle with unit (deg, rad)
   ========================================================================== */
/* Skew transform
   @param @args skew angle with unit (deg, rad)
   ========================================================================== */
/* Scale transform
   @param @args scale ratio without unit, e.g.: 0.5
   ========================================================================== */
/* Translation transform
   @param @args translation amount with unit (px, %, em)
   ========================================================================== */
/* Vertical gradient
   @param @startColor start color (Hex, rgba, etc.)
   @param @endColor   end color (Hex, rgba, etc.)
   ========================================================================== */
/* Horizontal gradient
   @param @startColor start color (Hex, rgba, etc.)
   @param @endColor   end color (Hex, rgba, etc.)
   ========================================================================== */
/* Vertical dots border
   @param @dotsColor wanted dots colorr (Hex, rgba, etc.)
   @param @spacing   spacing between dots (px, %, em)
   @param @position  allowed value: right, default left
   ========================================================================== */
/* Horizontal dots border
   @param @dotsColor wanted dots colorr (Hex, rgba, etc.)
   @param @spacing   spacing between dots (px, %, em)
   @param @position  allowed value: top, default bottom
   ========================================================================== */
/**
 * Classes
 *
 * @package Sand
 *
 * This file contains several abstract classes. They can be used for quick-fixing,
 * for light atomic style coding, or like mixins directly in the LESS files.
 */
/* maetva debug
   ========================================================================== */
.mbug {
  border: 1px solid #ff0000 !important;
}
@media only screen and (min-width: 0px) {
  .mbug {
    border-color: #aa1d1a !important;
  }
}
@media only screen and (min-width: 320px) {
  .mbug {
    border-color: #7b110a !important;
  }
}
@media only screen and (min-width: 480px) {
  .mbug {
    border-color: #500202 !important;
  }
}
@media only screen and (min-width: 600px) {
  .mbug {
    border-color: #aa1d1a !important;
  }
}
@media only screen and (min-width: 768px) {
  .mbug {
    border-color: #bbbbff !important;
  }
}
@media only screen and (min-width: 900px) {
  .mbug {
    border-color: #6565ff !important;
  }
}
@media only screen and (min-width: 1024px) {
  .mbug {
    border-color: #0000ff !important;
  }
}
@media only screen and (min-width: 1120px) {
  .mbug {
    border-color: #2b3979 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mbug {
    border-color: #001ca7 !important;
  }
}
@media only screen and (min-width: 1280px) {
  .mbug {
    border-color: #ffaaee !important;
  }
}
@media only screen and (min-width: 1450px) {
  .mbug {
    border-color: #ff40d9 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .mbug {
    border-color: #d200a8 !important;
  }
}
@media only screen and (min-width: 1800px) {
  .mbug {
    border-color: #a00080 !important;
  }
}
@media only screen and (min-width: 2000px) {
  .mbug {
    border-color: #000000 !important;
  }
}
/* Remove margin from last or first child of a given element
   ========================================================================== */
.lastChildMb0 > *:last-child {
  margin-bottom: 0;
}
.firstChildMt0 > *:first-child {
  margin-top: 0;
}
/* Accessibility: hidden text
   ========================================================================== */
.screen-reader-text,
.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* Float
   ========================================================================== */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.cBoth {
  clear: both;
}
/* Clearfix. Make use of Nicolas Gallagher's Micro Clearfix
   http://nicolasgallagher.com/micro-clearfix-hack/
   ========================================================================== */
.cf::before,
.clearfix::before,
.cf::after,
.clearfix::after {
  content: " ";
  display: table;
}
.cf::after,
.clearfix::after {
  clear: both;
}
/* Text alignment
   ========================================================================== */
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.alignMiddle {
  vertical-align: middle;
}
/* Font case
   ========================================================================== */
.uppercase {
  text-transform: uppercase;
}
.normalcase {
  text-transform: none;
}
/* Font size
   ========================================================================== */
.fz5 {
  font-size: 0.3125rem;
}
.fz6 {
  font-size: 0.375rem;
}
.fz7 {
  font-size: 0.4375rem;
}
.fz8 {
  font-size: 0.5rem;
}
.fz9 {
  font-size: 0.5625rem;
}
.fz10 {
  font-size: 0.625rem;
}
.fz11 {
  font-size: 0.6875rem;
}
.fz12 {
  font-size: 0.75rem;
}
.fz13 {
  font-size: 0.8125rem;
}
.fz14 {
  font-size: 0.875rem;
}
.fz15 {
  font-size: 0.9375rem;
}
.fz16 {
  font-size: 1rem;
}
.fz17 {
  font-size: 1.0625rem;
}
.fz18 {
  font-size: 1.125rem;
}
.fz19 {
  font-size: 1.1875rem;
}
.fz20 {
  font-size: 1.25rem;
}
.fz21 {
  font-size: 1.3125rem;
}
.fz22 {
  font-size: 1.375rem;
}
.fz23 {
  font-size: 1.4375rem;
}
.fz24 {
  font-size: 1.5rem;
}
.fz25 {
  font-size: 1.5625rem;
}
.fz26 {
  font-size: 1.625rem;
}
.fz27 {
  font-size: 1.6875rem;
}
.fz28 {
  font-size: 1.75rem;
}
.fz29 {
  font-size: 1.8125rem;
}
.fz30 {
  font-size: 1.875rem;
}
.fz31 {
  font-size: 1.9375rem;
}
.fz32 {
  font-size: 2rem;
}
.fz33 {
  font-size: 2.0625rem;
}
.fz34 {
  font-size: 2.125rem;
}
.fz35 {
  font-size: 2.1875rem;
}
/* Font weight
   ========================================================================== */
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
/* Display
   ========================================================================== */
.hidden {
  display: none;
}
.inlineBlock {
  display: inline-block;
}
.block {
  display: block;
}
/* Overflow
   ========================================================================== */
.ovHidden {
  overflow: hidden;
}
.ovAuto {
  overflow: auto;
}
.ovScroll {
  overflow: scroll;
}
/* Positining
   ========================================================================== */
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
/* Margin / padding
   ========================================================================== */
.m0 {
  margin: 0;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.m60 {
  margin: 60px;
}
.m70 {
  margin: 70px;
}
.m80 {
  margin: 80px;
}
.m90 {
  margin: 90px;
}
.m100 {
  margin: 100px;
}
.m10p {
  margin: 10%;
}
.m20p {
  margin: 20%;
}
.m30p {
  margin: 30%;
}
.m40p {
  margin: 40%;
}
.m50p {
  margin: 50%;
}
.m60p {
  margin: 60%;
}
.m70p {
  margin: 70%;
}
.m80p {
  margin: 80%;
}
.m100p {
  margin: 100%;
}
.pb20 {
  padding-bottom: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.m0important {
  margin: 0 !important;
}
.p0important {
  padding: 0 !important;
}
/* Width / height
   ========================================================================== */
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w80p {
  width: 80%;
}
.w100p {
  width: 100%;
}
.h10p {
  height: 10%;
}
.h20p {
  height: 20%;
}
.h30p {
  height: 30%;
}
.h40p {
  height: 40%;
}
.h50p {
  height: 50%;
}
.h60p {
  height: 60%;
}
.h70p {
  height: 70%;
}
.h80p {
  height: 80%;
}
.h100p {
  height: 100%;
}
/* Z-index
   ========================================================================== */
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z6 {
  z-index: 6;
}
.z7 {
  z-index: 7;
}
.z8 {
  z-index: 8;
}
.z9 {
  z-index: 9;
}
.z10 {
  z-index: 10;
}
.z100 {
  z-index: 100;
}
.z200 {
  z-index: 200;
}
.z300 {
  z-index: 300;
}
.z400 {
  z-index: 400;
}
.z500 {
  z-index: 500;
}
.z600 {
  z-index: 600;
}
.z700 {
  z-index: 700;
}
.z800 {
  z-index: 800;
}
.z900 {
  z-index: 900;
}
.z1000 {
  z-index: 1000;
}
.z2000 {
  z-index: 2000;
}
/**
 * Backgrounds
 *
 * @package Sand
 *
 * Several background classes.
 */
/* Image cover
   ========================================================================== */
.bgCover {
  background-size: cover;
  background-position: center;
}
/* Colors
   ========================================================================== */
.bgColor {
  background: #e50000;
}
.bgGrey {
  background: #f5f5f5;
}
.bgBlack {
  background: #333333;
}
.bgBlack_dark {
  background: #292929;
}
.bgBlack_darker {
  background: #141414;
}
.bgColor,
.bgBlack,
.bgBlack_dark,
.bgBlack_darker {
  color: #FFF;
}
.bgColor h1,
.bgBlack h1,
.bgBlack_dark h1,
.bgBlack_darker h1,
.bgColor .h1,
.bgBlack .h1,
.bgBlack_dark .h1,
.bgBlack_darker .h1,
.bgColor h2,
.bgBlack h2,
.bgBlack_dark h2,
.bgBlack_darker h2,
.bgColor .h2,
.bgBlack .h2,
.bgBlack_dark .h2,
.bgBlack_darker .h2 {
  color: #FFF;
}
.bgColor a:not(.btn),
.bgBlack a:not(.btn),
.bgBlack_dark a:not(.btn),
.bgBlack_darker a:not(.btn) {
  color: #FFF;
}
.bgColor a:not(.btn):hover,
.bgBlack a:not(.btn):hover,
.bgBlack_dark a:not(.btn):hover,
.bgBlack_darker a:not(.btn):hover {
  opacity: 0.8;
}
/**
 * Colors
 *
 * @package Sand
 *
 * Several color classes, according to defined ones in config.less
 */
.color_grey {
  color: #999999;
}
.color_black {
  color: #333333;
}
.color_blue {
  color: #4797ff;
}
.color_yellow {
  color: #ffe565;
}
.color_orange {
  color: #ff8a47;
}
.color_red {
  color: #e50000;
}
.color_green {
  color: #71d566;
}
.color_mainColor {
  color: #e50000;
}
.section__rouge {
  background: #e50000;
}
/**
 * Keyframes
 *
 * @package Sand
 *
 * Keyframes declarations, can be used wherever accross Sand.
 */
/* Rotating
   ========================================================================== */
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Vendor specific
   ========================================================================== */
/**
 * Chocolat jQuery plug-in style
 *
 * @package Sand
 *
 * Override styles at the end of the file.
 */
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(http://wpdemo.maetva.tech/wp-content/themes/maetvateam-wp-theme-scratch-b1ae18d6890c/src/css/images/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(http://wpdemo.maetva.tech/wp-content/themes/maetvateam-wp-theme-scratch-b1ae18d6890c/src/css/images/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(http://wpdemo.maetva.tech/wp-content/themes/maetvateam-wp-theme-scratch-b1ae18d6890c/src/css/images/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(http://wpdemo.maetva.tech/wp-content/themes/maetvateam-wp-theme-scratch-b1ae18d6890c/src/css/images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(http://wpdemo.maetva.tech/wp-content/themes/maetvateam-wp-theme-scratch-b1ae18d6890c/src/css/images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}
body.chocolat-open > .chocolat-loader {
  z-index: 15;
}
body.chocolat-open > .chocolat-content {
  z-index: 17;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
} */
/* Override
   ========================================================================== */
.chocolat-loader.chocolat-loader {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background: none;
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 300px;
  border-top-color: #FFF;
  -webkit-animation: rotating .7s linear infinite;
  animation: rotating .7s linear infinite;
}
.chocolat-left,
.chocolat-right,
.chocolat-pagination {
  display: none !important;
}
/**
 * Cookie message
 *
 * @package Sand
 *
 * Based on cookieconsent.js CSS
 */
.cc-window {
  opacity: 1;
  transition: opacity 600ms ease;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #FFF !important;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.6875rem;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 10px;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: .5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  text-decoration: none;
  padding: 0;
  border-bottom-color: currentcolor !important;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link,
.cc-link:active,
.cc-link:visited {
  color: #FFF !important;
}
.cc-btn {
  background: none !important;
  border: none !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
/* .cc-highlight .cc-btn:first-child{
    background-color:transparent;
    border-color:transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{
    background-color:transparent;
    text-decoration:underline
} */
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: .5em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: .5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: .5em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* Layout
   ========================================================================== */
/**
 * Body layout and global positioning
 *
 * @package Sand
 */
#wpadminbar #wp-admin-bar-my-account.with-avatar > a img {
  height: 16px !important;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  background: #f5f5f5;
}
.layout-container {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.page-container {
  position: relative;
}
.main {
  position: relative;
  z-index: 10;
}
/**
 * Containers
 *
 * @package Sand
 *
 * Containers are elements which have a maximum width and align themselves
 * to the center of the page.
 */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1310px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
/* Different widths
   ========================================================================== */
@media only screen and (min-width: 900px) {
  .container.container__small {
    max-width: 900px;
  }
}
@media only screen and (min-width: 900px) {
  .container.container__mid {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 900px) {
  .container.container__full {
    max-width: 100%;
  }
}
/* Padding
   ========================================================================== */
.container.container__noPadding {
  padding-left: 0;
  padding-right: 0;
  max-width: 1190px;
}
@media only screen and (min-width: 900px) {
  .container.container__noPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container__noPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
.container.container__noPadding.container__small {
  max-width: 780px;
}
.container.container__noPadding.container__mid {
  max-width: 980px;
}
.container.container__minPadding {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 900px) {
  .container.container__minPadding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .container.container__minPadding {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/**
 * Grid
 *
 * @package Sand
 *
 * Not the usual responsive grid system with tons of possibility.
 * The choice was made here to build a grid, the old school way, in order
 * to avoid confusion and complexity.
 */
/* Default grid : two 50% columns uppon @quarter-small breakpoint (> 480px)
   ========================================================================== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
}
[class*=col-] {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
[class*=col-] > *:last-child {
  margin-bottom: 0;
}
[class*=col-]:first-child > *:first-child {
  margin-top: 0;
}
[class*=col-]:last-child > *:last-child {
  margin-bottom: 0;
}
.row.row__float {
  display: block;
}
.row.row__float::before,
.row.row__float::after {
  content: " ";
  display: table;
}
.row.row__float::after {
  clear: both;
}
.row.row__float [class*=col-] {
  float: left;
}
.col-XS-1 {
  width: 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-XS-2 {
  width: 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-XS-3 {
  width: 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-XS-4 {
  width: 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-XS-5 {
  width: 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-XS-6 {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-XS-7 {
  width: 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-XS-8 {
  width: 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-XS-9 {
  width: 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-XS-10 {
  width: 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-XS-11 {
  width: 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-XS-12 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  [class*=col-QS-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-QS-] > *:last-child {
    margin-bottom: 0;
  }
  .col-QS-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-QS-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-QS-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-QS-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-QS-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-QS-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-QS-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-QS-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-QS-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-QS-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-QS-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-QS-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  [class*=col-M-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-M-] > *:last-child {
    margin-bottom: 0;
  }
  .col-M-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-M-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-M-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-M-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-M-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-M-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-M-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-M-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-M-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-M-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-M-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-M-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  [class*=col-M2-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-M2-] > *:last-child {
    margin-bottom: 0;
  }
  .col-M2-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-M2-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-M2-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-M2-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-M2-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-M2-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-M2-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-M2-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-M2-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-M2-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-M2-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-M2-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  [class*=col-MM-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-MM-] > *:last-child {
    margin-bottom: 0;
  }
  .col-MM-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-MM-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-MM-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-MM-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-MM-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-MM-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-MM-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-MM-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-MM-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-MM-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-MM-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-MM-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1120px) {
  [class*=col-QM-] > *:first-child {
    margin-top: 0;
  }
  [class*=col-QM-] > *:last-child {
    margin-bottom: 0;
  }
  .col-QM-1 {
    width: 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-QM-2 {
    width: 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-QM-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-QM-4 {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-QM-5 {
    width: 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-QM-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-QM-7 {
    width: 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-QM-8 {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-QM-9 {
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-QM-10 {
    width: 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-QM-11 {
    width: 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-QM-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Components
   ========================================================================== */
/**
 * Admin elements
 *
 * @package Sand
 *
 * Defines styles for admin relatives elements like tabs, menus etc.
 */
/* Menu
   ========================================================================== */
.toolbar ul {
  padding: 0;
  overflow: visible;
  list-style: none;
  margin: 0;
}
.toolbar ul li {
  padding: 0;
}
.toolbar ul li::before {
  display: none;
  content: " ";
}
.toolbar .dropdown li {
  position: static;
}
.toolbar a {
  border: none;
}
.toolbar-oriented .toolbar-bar {
  z-index: 100002 !important;
}
#admin-menu .admin-menu-search input {
  height: auto;
}
/* Kint
   ========================================================================== */
.kint li:before {
  display: none;
}
/* Tabs
   ========================================================================== */
.contextual-links {
  list-style: none;
  margin: 0;
}
.contextual-links li {
  padding: 0;
}
.contextual-links li::before {
  display: none;
  content: " ";
}
.contextual-links li {
  display: block;
}
.contextual-links a {
  display: block;
  border: none !important;
  text-transform: none !important;
}
/* .contextual-region ul,
ul.tabs,
ul.action-links {
	.list_nostyle;
	.list_inline;

	a {
		display: inline-block;
		padding: 3px 10px;
		background: #EEEEEE;
		border: none;
		.medium;
		margin-right: 3px;
		color: #666;
		transition: all ease 250ms;

		&:hover {
			background: #E3E3E3;
		}
	}
} */
/**
 * Back to top button
 *
 * @package Sand
 *
 * The common back to top, positionned at the bottom right of every page.
 * Visibility is triggered by JavaScript, see APP.backToTop() in Gravel
 */
.backToTop,
a.backToTop {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
  font-size: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.backToTop::after,
a.backToTop::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 20px;
  left: 17px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.backToTop:hover,
a.backToTop:hover {
  background: rgba(0, 0, 0, 0.25);
}
.backToTop:active,
a.backToTop:active {
  background: rgba(0, 0, 0, 0.3);
}
.backToTop.show,
a.backToTop.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 600px) {
  .backToTop,
  a.backToTop {
    bottom: 40px;
    right: 40px;
  }
}
/**
 * Breadcrumb
 *
 * @package Sand
 */
.breadcrumb {
  display: none;
  font-weight: 700;
  font-size: 0.875rem;
}
.breadcrumb a {
  border: none;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
}
.breadcrumb ol li {
  padding: 0;
}
.breadcrumb ol li::before {
  display: none;
  content: " ";
}
.breadcrumb ol li {
  display: inline;
}
.breadcrumb li:not(:last-child)::after {
  content: ' >';
}
.breadcrumb li:not(:last-child) a {
  color: inherit;
}
.breadcrumb li:not(:last-child) a:hover {
  opacity: 0.8;
}
.breadcrumb li:last-child {
  color: #e50000;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    display: block;
  }
}
/* Breadcrumb before footer
   ========================================================================== */
.breadcrumbFooter .breadcrumb {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .breadcrumbFooter {
    display: none;
  }
}
.sidebar {
  background: #e50000;
  background: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  padding: 2vh;
}
/**
 * Burger button
 *
 * @package Sand
 *
 * Common burger button, with animation from burger to cross (.burger__active).
 * The HTML markup is:
   <a href="" class="burger">
     <span class="burger_label">Menu</span>
     <span class="burger_icon_wrapper">
       <span class="burger_icon">
         <span></span>
       </span>
     </span>
   </a>
 */
a.burger,
.burger {
  display: flex;
  align-items: center;
  border: none;
}
.burger_label {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-right: 0.5em;
}
.burger_icon_wrapper {
  display: flex;
  align-items: center;
}
.burger_icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
  outline: 0;
  font-size: 0;
  text-align: center;
  -webkit-transition: border-color ease 300ms, transform ease 300ms;
  transition: border-color ease 300ms, transform ease 300ms;
}
.burger_icon span {
  position: absolute;
  top: 8px;
  left: 0px;
  vertical-align: middle;
  -webkit-transition: background ease 300ms;
  transition: background ease 300ms;
}
.burger_icon span,
.burger_icon span:before,
.burger_icon span:after {
  width: 100%;
  height: 2px;
  background: #e50000;
}
.burger_icon span:before,
.burger_icon span:after {
  content: " ";
  position: absolute;
  left: 0;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.burger_icon span:before {
  top: -8px;
}
.burger_icon span:after {
  bottom: -8px;
}
.burger__cross .burger_icon span,
.burger__active .burger_icon span {
  background: transparent !important;
}
.burger__cross .burger_icon span:after,
.burger__active .burger_icon span:after,
.burger__cross .burger_icon span:before,
.burger__active .burger_icon span:before {
  background: #fff !important;
}
.burger__cross .burger_icon span:before,
.burger__active .burger_icon span:before {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger__cross .burger_icon span:after,
.burger__active .burger_icon span:after {
  bottom: 0 !important;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_menu {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 501;
  top: -100%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  display: flex;
  color: #000;
  background: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  -webkit-transition: 600ms;
  transition: 600ms;
}
.header_menu .header_menu_container_mobile {
  width: 100%;
}
.header_menu .header_menu_container_mobile ol,
.header_menu .header_menu_container_mobile ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header_menu .header_menu_container_mobile ol li,
.header_menu .header_menu_container_mobile ul li {
  padding: 0;
}
.header_menu .header_menu_container_mobile ol li::before,
.header_menu .header_menu_container_mobile ul li::before {
  display: none;
  content: " ";
}
.header_menu .header_menu_container_mobile ol > li,
.header_menu .header_menu_container_mobile ul > li {
  list-style: none;
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.header_menu .header_menu_container_mobile ol > li > a,
.header_menu .header_menu_container_mobile ul > li > a {
  color: #fff;
  text-decoration: none;
  border: 0 none;
  width: 100%;
  display: inline-block;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.875rem;
  font-weight: 700;
}
.header_menu .header_menu_container_mobile ol > li.open,
.header_menu .header_menu_container_mobile ul > li.open,
.header_menu .header_menu_container_mobile ol > li:hover,
.header_menu .header_menu_container_mobile ul > li:hover {
  background: #f23315;
}
.header_menu .header_menu_container_mobile ol > li.open > a,
.header_menu .header_menu_container_mobile ul > li.open > a,
.header_menu .header_menu_container_mobile ol > li:hover > a,
.header_menu .header_menu_container_mobile ul > li:hover > a {
  padding: 0;
  background: #c9250b;
}
.header_menu .header_menu_container_mobile ol > li .subMenuArrow,
.header_menu .header_menu_container_mobile ul > li .subMenuArrow {
  position: absolute;
  display: block;
  padding: 0;
  right: 24px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.header_menu .header_menu_container_mobile ol > li > ul,
.header_menu .header_menu_container_mobile ul > li > ul {
  margin: 0;
  padding: 20px 0;
  max-height: 65vh;
  overflow-y: scroll;
  display: block;
}
.header_menu .header_menu_container_mobile ol > li > ul > li,
.header_menu .header_menu_container_mobile ul > li > ul > li {
  list-style: none;
  text-align: center;
  display: block;
  display: inline-block;
  margin: 0;
  min-width: 250px;
}
.header_menu .header_menu_container_mobile ol > li > ul > li a,
.header_menu .header_menu_container_mobile ul > li > ul > li a {
  padding: 10px 10px;
  padding: 5px 0px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}
.header_menu .header_menu_container_mobile ol > li:hover ul > li a,
.header_menu .header_menu_container_mobile ul > li:hover ul > li a {
  padding: 5px 0px;
}
.header_right .header_menuToggle {
  display: block;
}
@media only screen and (min-width: 768px) {
  .header_right .header_menuToggle {
    display: none;
  }
}
.header_menu_container {
  display: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 600ms;
  transition: 600ms;
}
@media only screen and (min-width: 768px) {
  .header_menu_container {
    display: flex;
    height: 100%;
  }
}
.header_menu_container ol,
.header_menu_container > ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.header_menu_container ol li,
.header_menu_container > ul li {
  padding: 0;
}
.header_menu_container ol li::before,
.header_menu_container > ul li::before {
  display: none;
  content: " ";
}
.header_menu_container ol > li,
.header_menu_container > ul > li {
  list-style: none;
  text-align: center;
  display: inline-block;
  height: 100%;
  position: static;
}
.header_menu_container ol > li > a,
.header_menu_container > ul > li > a {
  color: #58595b;
  text-decoration: none;
  border: 0 none;
  padding: 25px 25px;
  height: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.25rem;
  font-weight: 700;
}
.header_menu_container ol > li > a:hover,
.header_menu_container > ul > li > a:hover {
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #17181d;
  color: #fff;
}
.header_menu_container ol > li > ul,
.header_menu_container > ul > li > ul {
  margin: 0;
  padding-top: 50px;
  padding: 5vh 2vh;
  background: #17181d;
  position: absolute;
  left: 0;
  top: -100vh;
  z-index: -1;
  -webkit-transition: 1000ms;
  transition: 1000ms;
  display: block;
}
.header_menu_container ol > li > ul > li,
.header_menu_container > ul > li > ul > li {
  list-style: none;
  text-align: left;
  display: inline-block;
  margin: 0;
  min-width: 250px;
  width: 32%;
  counter-increment: li;
}
.header_menu_container ol > li > ul > li a,
.header_menu_container > ul > li > ul > li a {
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.header_menu_container ol > li:hover ul,
.header_menu_container > ul > li:hover ul {
  -webkit-transition: 600ms;
  transition: 600ms;
  margin: 0;
  top: 85px;
}
.header_menu_container ol > li:hover ul > li a,
.header_menu_container > ul > li:hover ul > li a {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.header_menu_container ol > li:hover ul > li a:hover,
.header_menu_container > ul > li:hover ul > li a:hover {
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0.9;
}
.menuOpen .header_menu {
  display: flex;
  height: 100%;
  top: 0;
  left: 0%;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 600ms;
  transition: 600ms;
}
.menuOpen .header_menu .burger {
  position: absolute;
  top: 4vh;
  right: 2.7vh;
}
.menuOpen .header_menu .burger span {
  color: #fff;
}
/**
 * Buttons
 *
 * @package Sand
 *
 * Common CTA button. HTML markup:
   <a href="" class="btn">Text</a>
 *
 * The button animation can be enhanced by wrapping the text with the
 * following HTML markup:
   <a href="" class="btn">
     <span data-hover="Text">Text<span>
   </a>
 * This can also be automated by using JavaScript, see APP.buttons() in Gravel
 */
.btn,
a.btn {
  position: relative;
  padding: 0.715em 1.3em;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border-radius: 3px;
  background: #e50000;
  border: 2px solid #e50000;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  /* Enhanced hover properties
       ========================================================================== */
  /* Sizes
       ========================================================================== */
  /* Global hover effet
       ========================================================================== */
  /* Global active effect
       ========================================================================== */
  /* Colors
       ========================================================================== */
  /* Bordered style and menu active style
       ========================================================================== */
  /* Light style
       ========================================================================== */
}
.btn span[data-hover],
a.btn span[data-hover] {
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
  font-size: 0;
}
.btn span[data-hover]::before,
a.btn span[data-hover]::before,
.btn span[data-hover]::after,
a.btn span[data-hover]::after {
  content: attr(data-hover);
  font-size: 0.875rem;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}
.btn span[data-hover]::after,
a.btn span[data-hover]::after {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.btn.large,
a.btn.large {
  padding-top: 1.215em;
  padding-bottom: 1.215em;
}
.btn.small,
a.btn.small {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.6em .8em 0.5em;
}
.btn.small span[data-hover]::before,
a.btn.small span[data-hover]::before,
.btn.small span[data-hover]::after,
a.btn.small span[data-hover]::after {
  font-size: 0.75rem;
}
.no-touch .btn:hover,
.no-touch a.btn:hover {
  background: #cc0000;
  border-color: #cc0000;
}
.no-touch .btn:hover span[data-hover],
.no-touch a.btn:hover span[data-hover] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touch .btn:hover span[data-hover]::before,
.no-touch a.btn:hover span[data-hover]::before {
  opacity: 0;
}
.no-touch .btn:hover span[data-hover]::after,
.no-touch a.btn:hover span[data-hover]::after {
  opacity: 1;
}
.touch .btn:active,
.touch a.btn:active,
.no-touch .btn:active,
.no-touch a.btn:active {
  background: #b20000;
  border-color: #b20000;
}
.btn.blue,
a.btn.blue {
  background: #4797ff;
  border-color: #4797ff;
}
.no-touch .btn.blue:hover,
.no-touch a.btn.blue:hover {
  background: #1e80ff;
  border-color: #1e80ff;
}
.touch .btn.blue:active,
.touch a.btn.blue:active,
.no-touch .btn.blue:active,
.no-touch a.btn.blue:active {
  background: #0a74ff;
  border-color: #0a74ff;
}
.btn.red,
a.btn.red {
  background: #e50000;
  border-color: #e50000;
}
.no-touch .btn.red:hover,
.no-touch a.btn.red:hover {
  background: #bc0000;
  border-color: #bc0000;
}
.touch .btn.red:active,
.touch a.btn.red:active,
.no-touch .btn.red:active,
.no-touch a.btn.red:active {
  background: #a80000;
  border-color: #a80000;
}
.btn.green,
a.btn.green {
  background: #71d566;
  border-color: #71d566;
}
.no-touch .btn.green:hover,
.no-touch a.btn.green:hover {
  background: #45de34;
  border-color: #45de34;
}
.touch .btn.green:active,
.touch a.btn.green:active,
.no-touch .btn.green:active,
.no-touch a.btn.green:active {
  background: #36da24;
  border-color: #36da24;
}
.btn.yellow,
a.btn.yellow {
  background: #ffe565;
  border-color: #ffe565;
  color: #000;
}
.no-touch .btn.yellow:hover,
.no-touch a.btn.yellow:hover {
  background: #ffe046;
  border-color: #ffe046;
}
.touch .btn.yellow:active,
.touch a.btn.yellow:active,
.no-touch .btn.yellow:active,
.no-touch a.btn.yellow:active {
  background: #ffdd37;
  border-color: #ffdd37;
}
.btn.orange,
a.btn.orange {
  background: #ff8a47;
  border-color: #ff8a47;
}
.no-touch .btn.orange:hover,
.no-touch a.btn.orange:hover {
  background: #ff7a2d;
  border-color: #ff7a2d;
}
.touch .btn.orange:active,
.touch a.btn.orange:active,
.no-touch .btn.orange:active,
.no-touch a.btn.orange:active {
  background: #ff6d19;
  border-color: #ff6d19;
}
.btn.white,
a.btn.white {
  background: #FFF;
  border-color: #FFF;
  color: #e50000;
}
.no-touch .btn.white:hover,
.no-touch a.btn.white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #ff0000;
}
.touch .btn.white:active,
.touch a.btn.white:active,
.no-touch .btn.white:active,
.no-touch a.btn.white:active {
  background: #FFF;
  border-color: #FFF;
  color: #e50000;
}
.btn.black,
a.btn.black {
  background: #333333;
  border-color: #333333;
}
.no-touch .btn.black:hover,
.no-touch a.btn.black:hover {
  color: #FFF;
  background: #404040;
  border-color: #404040;
}
.touch .btn.black:active,
.touch a.btn.black:active,
.no-touch .btn.black:active,
.no-touch a.btn.black:active {
  color: #FFF;
  background: #333333;
  border-color: #333333;
}
.btn.bordered,
a.btn.bordered,
.btn.is-active,
a.btn.is-active {
  background: none !important;
  color: #e50000;
}
.btn.bordered.blue,
a.btn.bordered.blue,
.btn.is-active.blue,
a.btn.is-active.blue {
  color: #4797ff;
}
.no-touch .btn.bordered.blue:hover,
.no-touch a.btn.bordered.blue:hover,
.no-touch .btn.is-active.blue:hover,
.no-touch a.btn.is-active.blue:hover {
  color: #1e80ff;
}
.touch .btn.bordered.blue:active,
.touch a.btn.bordered.blue:active,
.touch .btn.is-active.blue:active,
.touch a.btn.is-active.blue:active,
.no-touch .btn.bordered.blue:active,
.no-touch a.btn.bordered.blue:active,
.no-touch .btn.is-active.blue:active,
.no-touch a.btn.is-active.blue:active {
  color: #0a74ff;
}
.btn.bordered.red,
a.btn.bordered.red,
.btn.is-active.red,
a.btn.is-active.red {
  color: #e50000;
}
.no-touch .btn.bordered.red:hover,
.no-touch a.btn.bordered.red:hover,
.no-touch .btn.is-active.red:hover,
.no-touch a.btn.is-active.red:hover {
  color: #bc0000;
}
.touch .btn.bordered.red:active,
.touch a.btn.bordered.red:active,
.touch .btn.is-active.red:active,
.touch a.btn.is-active.red:active,
.no-touch .btn.bordered.red:active,
.no-touch a.btn.bordered.red:active,
.no-touch .btn.is-active.red:active,
.no-touch a.btn.is-active.red:active {
  color: #a80000;
}
.btn.bordered.green,
a.btn.bordered.green,
.btn.is-active.green,
a.btn.is-active.green {
  color: #71d566;
}
.no-touch .btn.bordered.green:hover,
.no-touch a.btn.bordered.green:hover,
.no-touch .btn.is-active.green:hover,
.no-touch a.btn.is-active.green:hover {
  color: #45de34;
}
.touch .btn.bordered.green:active,
.touch a.btn.bordered.green:active,
.touch .btn.is-active.green:active,
.touch a.btn.is-active.green:active,
.no-touch .btn.bordered.green:active,
.no-touch a.btn.bordered.green:active,
.no-touch .btn.is-active.green:active,
.no-touch a.btn.is-active.green:active {
  color: #36da24;
}
.btn.bordered.yellow,
a.btn.bordered.yellow,
.btn.is-active.yellow,
a.btn.is-active.yellow {
  color: #ffe565;
}
.no-touch .btn.bordered.yellow:hover,
.no-touch a.btn.bordered.yellow:hover,
.no-touch .btn.is-active.yellow:hover,
.no-touch a.btn.is-active.yellow:hover {
  color: #ffe046;
}
.touch .btn.bordered.yellow:active,
.touch a.btn.bordered.yellow:active,
.touch .btn.is-active.yellow:active,
.touch a.btn.is-active.yellow:active,
.no-touch .btn.bordered.yellow:active,
.no-touch a.btn.bordered.yellow:active,
.no-touch .btn.is-active.yellow:active,
.no-touch a.btn.is-active.yellow:active {
  color: #ffdd37;
}
.btn.bordered.orange,
a.btn.bordered.orange,
.btn.is-active.orange,
a.btn.is-active.orange {
  color: #ff8a47;
}
.no-touch .btn.bordered.orange:hover,
.no-touch a.btn.bordered.orange:hover,
.no-touch .btn.is-active.orange:hover,
.no-touch a.btn.is-active.orange:hover {
  color: #ff7a2d;
}
.touch .btn.bordered.orange:active,
.touch a.btn.bordered.orange:active,
.touch .btn.is-active.orange:active,
.touch a.btn.is-active.orange:active,
.no-touch .btn.bordered.orange:active,
.no-touch a.btn.bordered.orange:active,
.no-touch .btn.is-active.orange:active,
.no-touch a.btn.is-active.orange:active {
  color: #ff6d19;
}
.btn.bordered.white,
a.btn.bordered.white,
.btn.is-active.white,
a.btn.is-active.white {
  color: #FFF;
}
.no-touch .btn.bordered.white:hover,
.no-touch a.btn.bordered.white:hover,
.no-touch .btn.is-active.white:hover,
.no-touch a.btn.is-active.white:hover {
  color: #FFF;
}
.touch .btn.bordered.white:active,
.touch a.btn.bordered.white:active,
.touch .btn.is-active.white:active,
.touch a.btn.is-active.white:active,
.no-touch .btn.bordered.white:active,
.no-touch a.btn.bordered.white:active,
.no-touch .btn.is-active.white:active,
.no-touch a.btn.is-active.white:active {
  color: #FFF;
}
.btn.bordered.black,
a.btn.bordered.black,
.btn.is-active.black,
a.btn.is-active.black {
  color: #333333;
}
.no-touch .btn.bordered.black:hover,
.no-touch a.btn.bordered.black:hover,
.no-touch .btn.is-active.black:hover,
.no-touch a.btn.is-active.black:hover {
  color: #404040;
}
.touch .btn.bordered.black:active,
.touch a.btn.bordered.black:active,
.touch .btn.is-active.black:active,
.touch a.btn.is-active.black:active,
.no-touch .btn.bordered.black:active,
.no-touch a.btn.bordered.black:active,
.no-touch .btn.is-active.black:active,
.no-touch a.btn.is-active.black:active {
  color: #333333;
}
.btn.light,
a.btn.light {
  background: none !important;
  padding: 0;
  margin-right: 1.05em;
  border: none;
  border-bottom: 2px solid currentcolor;
  border-radius: 0;
  color: #e50000;
  line-height: 1.5 !important;
  /* Hover effect */
  /* Active effect */
  /* Sizes */
  /* Colors */
}
.btn.light::before,
a.btn.light::before {
  content: '';
  position: absolute;
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
}
.no-touch .btn.light:hover,
.no-touch a.btn.light:hover {
  color: #cc0000;
}
.no-touch .btn.light:hover:not(.noarrow)::after,
.no-touch a.btn.light:hover:not(.noarrow)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.touch .btn.light:active,
.touch a.btn.light:active,
.no-touch .btn.light:active,
.no-touch a.btn.light:active {
  color: #b20000;
}
.btn.light.small,
a.btn.light.small {
  border-bottom-width: 1px;
  font-weight: 700;
}
.btn.light.large,
a.btn.light.large {
  font-size: 1rem;
}
.btn.light.blue,
a.btn.light.blue {
  color: #4797ff;
}
.no-touch .btn.light.blue:hover,
.no-touch a.btn.light.blue:hover {
  color: #2d89ff;
}
.touch .btn.light.blue:active,
.touch a.btn.light.blue:active,
.no-touch .btn.light.blue:active,
.no-touch a.btn.light.blue:active {
  color: #0a74ff;
}
.btn.light.red,
a.btn.light.red {
  color: #e50000;
}
.no-touch .btn.light.red:hover,
.no-touch a.btn.light.red:hover {
  color: #cc0000;
}
.touch .btn.light.red:active,
.touch a.btn.light.red:active,
.no-touch .btn.light.red:active,
.no-touch a.btn.light.red:active {
  color: #a80000;
}
.btn.light.green,
a.btn.light.green {
  color: #71d566;
}
.no-touch .btn.light.green:hover,
.no-touch a.btn.light.green:hover {
  color: #5ed052;
}
.touch .btn.light.green:active,
.touch a.btn.light.green:active,
.no-touch .btn.light.green:active,
.no-touch a.btn.light.green:active {
  color: #36da24;
}
.btn.light.yellow,
a.btn.light.yellow {
  color: #ffe565;
}
.no-touch .btn.light.yellow:hover,
.no-touch a.btn.light.yellow:hover {
  color: #ffe14b;
}
.touch .btn.light.yellow:active,
.touch a.btn.light.yellow:active,
.no-touch .btn.light.yellow:active,
.no-touch a.btn.light.yellow:active {
  color: #ffdd37;
}
.btn.light.orange,
a.btn.light.orange {
  color: #ff8a47;
}
.no-touch .btn.light.orange:hover,
.no-touch a.btn.light.orange:hover {
  color: #ff7a2d;
}
.touch .btn.light.orange:active,
.touch a.btn.light.orange:active,
.no-touch .btn.light.orange:active,
.no-touch a.btn.light.orange:active {
  color: #ff6d19;
}
.btn.light.white,
a.btn.light.white {
  color: #FFF;
}
.no-touch .btn.light.white:hover,
.no-touch a.btn.light.white:hover {
  color: #ffffff;
}
.touch .btn.light.white:active,
.touch a.btn.light.white:active,
.no-touch .btn.light.white:active,
.no-touch a.btn.light.white:active {
  color: #FFF;
}
.btn.light.black,
a.btn.light.black {
  color: #333333;
}
.no-touch .btn.light.black:hover,
.no-touch a.btn.light.black:hover {
  color: #404040;
}
.touch .btn.light.black:active,
.touch a.btn.light.black:active,
.no-touch .btn.light.black:active,
.no-touch a.btn.light.black:active {
  color: #333333;
}
/**
 * Collapsible blocks
 *
 * @package Sand
 *
 * Basic styling for collapsible blocks. HTML markup:
   <div class="js-collapsible">
     <a class="js-collapsible_toggle">Collapsable element</a>
     <div class="collapsible_content">...</div>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.collapsible() in Gravel
 */
.collapsible .js-collapsible_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.collapsible .js-collapsible_toggle::after {
  content: "\f107";
  margin-left: 1em;
  display: inline-block;
  font-size: 1.125rem;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}
.collapsible .js-collapsible_content {
  display: none;
}
.collapsible .js-collapsible_item.open .js-collapsible_toggle::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
 * Site footer
 *
 * @package Sand
 */
.footer {
  background: #ffffff;
  padding: 1vh 1vh 1.5vh;
  margin-top: 0vh;
  border-top: 1px solid #eeeeee;
}
.footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: 2vh;
}
.footer ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 2vh;
}
.footer ul li:before {
  content: '';
  display: none;
}
.footer ul li a {
  border: 0 none;
  font-size: 0.75rem;
  color: #333333;
}
/**
 * Multipages forms
 *
 * @package Sand
 *
 * Basic styling for collapsible blocks. HTML markup:
   <div class="multipage js-multipage">
     <section>
       Step 1
     </section>
     <section>
       Step 2
     </section>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.multipage() in Gravel
 */
.multipage {
  position: relative;
}
.multipage section .webform-section-title {
  margin: .5rem 0 1.5rem;
  color: #e50000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.multipage_nav {
  display: flex;
  justify-content: space-between;
}
section.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
section.inactive {
  opacity: 0;
  visibility: hidden;
}
section.inactive.next {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
section.inactive.prev {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.multipage__transition section {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}
.multipage__transition section.active {
  -webkit-transition: all ease 250ms 150ms;
  transition: all ease 250ms 150ms;
}
.multipage_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.js-multipage {
  opacity: 0;
}
/**
 * Forms styling
 *
 * @package Sand
 */
.form-item {
  position: relative;
  padding-bottom: 15px;
}
.form-item.js-form-type-select {
  padding-bottom: 10px;
}
.form-input {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.form-input--selectric-open {
  z-index: 230;
}
.form-input-info {
  display: block;
  vertical-align: middle;
  padding-top: 15px;
}
@media only screen and (min-width: 480px) {
  .form-input-info {
    display: inline-block;
    padding-top: 0;
    padding-left: 20px;
  }
}
/**
 * Forms button tags
 *
 * @package Sand
 */
input[type=submit] {
  position: relative;
  padding: 0.715em 1.3em;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border-radius: 3px;
  background: #e50000;
  border: 2px solid #e50000;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  /* Enhanced hover properties
       ========================================================================== */
  /* Sizes
       ========================================================================== */
  /* Global hover effet
       ========================================================================== */
  /* Global active effect
       ========================================================================== */
  /* Colors
       ========================================================================== */
  /* Bordered style and menu active style
       ========================================================================== */
  /* Light style
       ========================================================================== */
  cursor: pointer;
  padding-right: 1.3em;
}
input[type=submit] span[data-hover] {
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
  font-size: 0;
}
input[type=submit] span[data-hover]::before,
input[type=submit] span[data-hover]::after {
  content: attr(data-hover);
  font-size: 0.875rem;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}
input[type=submit] span[data-hover]::after {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
input[type=submit].large {
  padding-top: 1.215em;
  padding-bottom: 1.215em;
}
input[type=submit].small {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.6em .8em 0.5em;
}
input[type=submit].small span[data-hover]::before,
input[type=submit].small span[data-hover]::after {
  font-size: 0.75rem;
}
.no-touch input[type=submit]:hover {
  background: #cc0000;
  border-color: #cc0000;
}
.no-touch input[type=submit]:hover span[data-hover] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touch input[type=submit]:hover span[data-hover]::before {
  opacity: 0;
}
.no-touch input[type=submit]:hover span[data-hover]::after {
  opacity: 1;
}
.touch input[type=submit]:active,
.no-touch input[type=submit]:active {
  background: #b20000;
  border-color: #b20000;
}
input[type=submit].blue {
  background: #4797ff;
  border-color: #4797ff;
}
.no-touch input[type=submit].blue:hover {
  background: #1e80ff;
  border-color: #1e80ff;
}
.touch input[type=submit].blue:active,
.no-touch input[type=submit].blue:active {
  background: #0a74ff;
  border-color: #0a74ff;
}
input[type=submit].red {
  background: #e50000;
  border-color: #e50000;
}
.no-touch input[type=submit].red:hover {
  background: #bc0000;
  border-color: #bc0000;
}
.touch input[type=submit].red:active,
.no-touch input[type=submit].red:active {
  background: #a80000;
  border-color: #a80000;
}
input[type=submit].green {
  background: #71d566;
  border-color: #71d566;
}
.no-touch input[type=submit].green:hover {
  background: #45de34;
  border-color: #45de34;
}
.touch input[type=submit].green:active,
.no-touch input[type=submit].green:active {
  background: #36da24;
  border-color: #36da24;
}
input[type=submit].yellow {
  background: #ffe565;
  border-color: #ffe565;
  color: #000;
}
.no-touch input[type=submit].yellow:hover {
  background: #ffe046;
  border-color: #ffe046;
}
.touch input[type=submit].yellow:active,
.no-touch input[type=submit].yellow:active {
  background: #ffdd37;
  border-color: #ffdd37;
}
input[type=submit].orange {
  background: #ff8a47;
  border-color: #ff8a47;
}
.no-touch input[type=submit].orange:hover {
  background: #ff7a2d;
  border-color: #ff7a2d;
}
.touch input[type=submit].orange:active,
.no-touch input[type=submit].orange:active {
  background: #ff6d19;
  border-color: #ff6d19;
}
input[type=submit].white {
  background: #FFF;
  border-color: #FFF;
  color: #e50000;
}
.no-touch input[type=submit].white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #ff0000;
}
.touch input[type=submit].white:active,
.no-touch input[type=submit].white:active {
  background: #FFF;
  border-color: #FFF;
  color: #e50000;
}
input[type=submit].black {
  background: #333333;
  border-color: #333333;
}
.no-touch input[type=submit].black:hover {
  color: #FFF;
  background: #404040;
  border-color: #404040;
}
.touch input[type=submit].black:active,
.no-touch input[type=submit].black:active {
  color: #FFF;
  background: #333333;
  border-color: #333333;
}
input[type=submit].bordered,
input[type=submit].is-active {
  background: none !important;
  color: #e50000;
}
input[type=submit].bordered.blue,
input[type=submit].is-active.blue {
  color: #4797ff;
}
.no-touch input[type=submit].bordered.blue:hover,
.no-touch input[type=submit].is-active.blue:hover {
  color: #1e80ff;
}
.touch input[type=submit].bordered.blue:active,
.touch input[type=submit].is-active.blue:active,
.no-touch input[type=submit].bordered.blue:active,
.no-touch input[type=submit].is-active.blue:active {
  color: #0a74ff;
}
input[type=submit].bordered.red,
input[type=submit].is-active.red {
  color: #e50000;
}
.no-touch input[type=submit].bordered.red:hover,
.no-touch input[type=submit].is-active.red:hover {
  color: #bc0000;
}
.touch input[type=submit].bordered.red:active,
.touch input[type=submit].is-active.red:active,
.no-touch input[type=submit].bordered.red:active,
.no-touch input[type=submit].is-active.red:active {
  color: #a80000;
}
input[type=submit].bordered.green,
input[type=submit].is-active.green {
  color: #71d566;
}
.no-touch input[type=submit].bordered.green:hover,
.no-touch input[type=submit].is-active.green:hover {
  color: #45de34;
}
.touch input[type=submit].bordered.green:active,
.touch input[type=submit].is-active.green:active,
.no-touch input[type=submit].bordered.green:active,
.no-touch input[type=submit].is-active.green:active {
  color: #36da24;
}
input[type=submit].bordered.yellow,
input[type=submit].is-active.yellow {
  color: #ffe565;
}
.no-touch input[type=submit].bordered.yellow:hover,
.no-touch input[type=submit].is-active.yellow:hover {
  color: #ffe046;
}
.touch input[type=submit].bordered.yellow:active,
.touch input[type=submit].is-active.yellow:active,
.no-touch input[type=submit].bordered.yellow:active,
.no-touch input[type=submit].is-active.yellow:active {
  color: #ffdd37;
}
input[type=submit].bordered.orange,
input[type=submit].is-active.orange {
  color: #ff8a47;
}
.no-touch input[type=submit].bordered.orange:hover,
.no-touch input[type=submit].is-active.orange:hover {
  color: #ff7a2d;
}
.touch input[type=submit].bordered.orange:active,
.touch input[type=submit].is-active.orange:active,
.no-touch input[type=submit].bordered.orange:active,
.no-touch input[type=submit].is-active.orange:active {
  color: #ff6d19;
}
input[type=submit].bordered.white,
input[type=submit].is-active.white {
  color: #FFF;
}
.no-touch input[type=submit].bordered.white:hover,
.no-touch input[type=submit].is-active.white:hover {
  color: #FFF;
}
.touch input[type=submit].bordered.white:active,
.touch input[type=submit].is-active.white:active,
.no-touch input[type=submit].bordered.white:active,
.no-touch input[type=submit].is-active.white:active {
  color: #FFF;
}
input[type=submit].bordered.black,
input[type=submit].is-active.black {
  color: #333333;
}
.no-touch input[type=submit].bordered.black:hover,
.no-touch input[type=submit].is-active.black:hover {
  color: #404040;
}
.touch input[type=submit].bordered.black:active,
.touch input[type=submit].is-active.black:active,
.no-touch input[type=submit].bordered.black:active,
.no-touch input[type=submit].is-active.black:active {
  color: #333333;
}
input[type=submit].light {
  background: none !important;
  padding: 0;
  margin-right: 1.05em;
  border: none;
  border-bottom: 2px solid currentcolor;
  border-radius: 0;
  color: #e50000;
  line-height: 1.5 !important;
  /* Hover effect */
  /* Active effect */
  /* Sizes */
  /* Colors */
}
input[type=submit].light::before {
  content: '';
  position: absolute;
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
}
.no-touch input[type=submit].light:hover {
  color: #cc0000;
}
.no-touch input[type=submit].light:hover:not(.noarrow)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.touch input[type=submit].light:active,
.no-touch input[type=submit].light:active {
  color: #b20000;
}
input[type=submit].light.small {
  border-bottom-width: 1px;
  font-weight: 700;
}
input[type=submit].light.large {
  font-size: 1rem;
}
input[type=submit].light.blue {
  color: #4797ff;
}
.no-touch input[type=submit].light.blue:hover {
  color: #2d89ff;
}
.touch input[type=submit].light.blue:active,
.no-touch input[type=submit].light.blue:active {
  color: #0a74ff;
}
input[type=submit].light.red {
  color: #e50000;
}
.no-touch input[type=submit].light.red:hover {
  color: #cc0000;
}
.touch input[type=submit].light.red:active,
.no-touch input[type=submit].light.red:active {
  color: #a80000;
}
input[type=submit].light.green {
  color: #71d566;
}
.no-touch input[type=submit].light.green:hover {
  color: #5ed052;
}
.touch input[type=submit].light.green:active,
.no-touch input[type=submit].light.green:active {
  color: #36da24;
}
input[type=submit].light.yellow {
  color: #ffe565;
}
.no-touch input[type=submit].light.yellow:hover {
  color: #ffe14b;
}
.touch input[type=submit].light.yellow:active,
.no-touch input[type=submit].light.yellow:active {
  color: #ffdd37;
}
input[type=submit].light.orange {
  color: #ff8a47;
}
.no-touch input[type=submit].light.orange:hover {
  color: #ff7a2d;
}
.touch input[type=submit].light.orange:active,
.no-touch input[type=submit].light.orange:active {
  color: #ff6d19;
}
input[type=submit].light.white {
  color: #FFF;
}
.no-touch input[type=submit].light.white:hover {
  color: #ffffff;
}
.touch input[type=submit].light.white:active,
.no-touch input[type=submit].light.white:active {
  color: #FFF;
}
input[type=submit].light.black {
  color: #333333;
}
.no-touch input[type=submit].light.black:hover {
  color: #404040;
}
.touch input[type=submit].light.black:active,
.no-touch input[type=submit].light.black:active {
  color: #333333;
}
button {
  cursor: pointer;
}
.form-actions .button {
  position: relative;
  padding: 0.715em 1.3em;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  border-radius: 3px;
  background: #e50000;
  border: 2px solid #e50000;
  color: #FFF;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  /* Enhanced hover properties
       ========================================================================== */
  /* Sizes
       ========================================================================== */
  /* Global hover effet
       ========================================================================== */
  /* Global active effect
       ========================================================================== */
  /* Colors
       ========================================================================== */
  /* Bordered style and menu active style
       ========================================================================== */
  /* Light style
       ========================================================================== */
}
.form-actions .button span[data-hover] {
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
  font-size: 0;
}
.form-actions .button span[data-hover]::before,
.form-actions .button span[data-hover]::after {
  content: attr(data-hover);
  font-size: 0.875rem;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}
.form-actions .button span[data-hover]::after {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}
.form-actions .button.large {
  padding-top: 1.215em;
  padding-bottom: 1.215em;
}
.form-actions .button.small {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.6em .8em 0.5em;
}
.form-actions .button.small span[data-hover]::before,
.form-actions .button.small span[data-hover]::after {
  font-size: 0.75rem;
}
.no-touch .form-actions .button:hover {
  background: #cc0000;
  border-color: #cc0000;
}
.no-touch .form-actions .button:hover span[data-hover] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.no-touch .form-actions .button:hover span[data-hover]::before {
  opacity: 0;
}
.no-touch .form-actions .button:hover span[data-hover]::after {
  opacity: 1;
}
.touch .form-actions .button:active,
.no-touch .form-actions .button:active {
  background: #b20000;
  border-color: #b20000;
}
.form-actions .button.blue {
  background: #4797ff;
  border-color: #4797ff;
}
.no-touch .form-actions .button.blue:hover {
  background: #1e80ff;
  border-color: #1e80ff;
}
.touch .form-actions .button.blue:active,
.no-touch .form-actions .button.blue:active {
  background: #0a74ff;
  border-color: #0a74ff;
}
.form-actions .button.red {
  background: #e50000;
  border-color: #e50000;
}
.no-touch .form-actions .button.red:hover {
  background: #bc0000;
  border-color: #bc0000;
}
.touch .form-actions .button.red:active,
.no-touch .form-actions .button.red:active {
  background: #a80000;
  border-color: #a80000;
}
.form-actions .button.green {
  background: #71d566;
  border-color: #71d566;
}
.no-touch .form-actions .button.green:hover {
  background: #45de34;
  border-color: #45de34;
}
.touch .form-actions .button.green:active,
.no-touch .form-actions .button.green:active {
  background: #36da24;
  border-color: #36da24;
}
.form-actions .button.yellow {
  background: #ffe565;
  border-color: #ffe565;
  color: #000;
}
.no-touch .form-actions .button.yellow:hover {
  background: #ffe046;
  border-color: #ffe046;
}
.touch .form-actions .button.yellow:active,
.no-touch .form-actions .button.yellow:active {
  background: #ffdd37;
  border-color: #ffdd37;
}
.form-actions .button.orange {
  background: #ff8a47;
  border-color: #ff8a47;
}
.no-touch .form-actions .button.orange:hover {
  background: #ff7a2d;
  border-color: #ff7a2d;
}
.touch .form-actions .button.orange:active,
.no-touch .form-actions .button.orange:active {
  background: #ff6d19;
  border-color: #ff6d19;
}
.form-actions .button.white {
  background: #FFF;
  border-color: #FFF;
  color: #e50000;
}
.no-touch .form-actions .button.white:hover {
  background: #FFF;
  border-color: #FFF;
  color: #ff0000;
}
.touch .form-actions .button.white:active,
.no-touch .form-actions .button.white:active {
  background: #FFF;
  border-color: #FFF;
  color: #e50000;
}
.form-actions .button.black {
  background: #333333;
  border-color: #333333;
}
.no-touch .form-actions .button.black:hover {
  color: #FFF;
  background: #404040;
  border-color: #404040;
}
.touch .form-actions .button.black:active,
.no-touch .form-actions .button.black:active {
  color: #FFF;
  background: #333333;
  border-color: #333333;
}
.form-actions .button.bordered,
.form-actions .button.is-active {
  background: none !important;
  color: #e50000;
}
.form-actions .button.bordered.blue,
.form-actions .button.is-active.blue {
  color: #4797ff;
}
.no-touch .form-actions .button.bordered.blue:hover,
.no-touch .form-actions .button.is-active.blue:hover {
  color: #1e80ff;
}
.touch .form-actions .button.bordered.blue:active,
.touch .form-actions .button.is-active.blue:active,
.no-touch .form-actions .button.bordered.blue:active,
.no-touch .form-actions .button.is-active.blue:active {
  color: #0a74ff;
}
.form-actions .button.bordered.red,
.form-actions .button.is-active.red {
  color: #e50000;
}
.no-touch .form-actions .button.bordered.red:hover,
.no-touch .form-actions .button.is-active.red:hover {
  color: #bc0000;
}
.touch .form-actions .button.bordered.red:active,
.touch .form-actions .button.is-active.red:active,
.no-touch .form-actions .button.bordered.red:active,
.no-touch .form-actions .button.is-active.red:active {
  color: #a80000;
}
.form-actions .button.bordered.green,
.form-actions .button.is-active.green {
  color: #71d566;
}
.no-touch .form-actions .button.bordered.green:hover,
.no-touch .form-actions .button.is-active.green:hover {
  color: #45de34;
}
.touch .form-actions .button.bordered.green:active,
.touch .form-actions .button.is-active.green:active,
.no-touch .form-actions .button.bordered.green:active,
.no-touch .form-actions .button.is-active.green:active {
  color: #36da24;
}
.form-actions .button.bordered.yellow,
.form-actions .button.is-active.yellow {
  color: #ffe565;
}
.no-touch .form-actions .button.bordered.yellow:hover,
.no-touch .form-actions .button.is-active.yellow:hover {
  color: #ffe046;
}
.touch .form-actions .button.bordered.yellow:active,
.touch .form-actions .button.is-active.yellow:active,
.no-touch .form-actions .button.bordered.yellow:active,
.no-touch .form-actions .button.is-active.yellow:active {
  color: #ffdd37;
}
.form-actions .button.bordered.orange,
.form-actions .button.is-active.orange {
  color: #ff8a47;
}
.no-touch .form-actions .button.bordered.orange:hover,
.no-touch .form-actions .button.is-active.orange:hover {
  color: #ff7a2d;
}
.touch .form-actions .button.bordered.orange:active,
.touch .form-actions .button.is-active.orange:active,
.no-touch .form-actions .button.bordered.orange:active,
.no-touch .form-actions .button.is-active.orange:active {
  color: #ff6d19;
}
.form-actions .button.bordered.white,
.form-actions .button.is-active.white {
  color: #FFF;
}
.no-touch .form-actions .button.bordered.white:hover,
.no-touch .form-actions .button.is-active.white:hover {
  color: #FFF;
}
.touch .form-actions .button.bordered.white:active,
.touch .form-actions .button.is-active.white:active,
.no-touch .form-actions .button.bordered.white:active,
.no-touch .form-actions .button.is-active.white:active {
  color: #FFF;
}
.form-actions .button.bordered.black,
.form-actions .button.is-active.black {
  color: #333333;
}
.no-touch .form-actions .button.bordered.black:hover,
.no-touch .form-actions .button.is-active.black:hover {
  color: #404040;
}
.touch .form-actions .button.bordered.black:active,
.touch .form-actions .button.is-active.black:active,
.no-touch .form-actions .button.bordered.black:active,
.no-touch .form-actions .button.is-active.black:active {
  color: #333333;
}
.form-actions .button.light {
  background: none !important;
  padding: 0;
  margin-right: 1.05em;
  border: none;
  border-bottom: 2px solid currentcolor;
  border-radius: 0;
  color: #e50000;
  line-height: 1.5 !important;
  /* Hover effect */
  /* Active effect */
  /* Sizes */
  /* Colors */
}
.form-actions .button.light::before {
  content: '';
  position: absolute;
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
}
.no-touch .form-actions .button.light:hover {
  color: #cc0000;
}
.no-touch .form-actions .button.light:hover:not(.noarrow)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}
.touch .form-actions .button.light:active,
.no-touch .form-actions .button.light:active {
  color: #b20000;
}
.form-actions .button.light.small {
  border-bottom-width: 1px;
  font-weight: 700;
}
.form-actions .button.light.large {
  font-size: 1rem;
}
.form-actions .button.light.blue {
  color: #4797ff;
}
.no-touch .form-actions .button.light.blue:hover {
  color: #2d89ff;
}
.touch .form-actions .button.light.blue:active,
.no-touch .form-actions .button.light.blue:active {
  color: #0a74ff;
}
.form-actions .button.light.red {
  color: #e50000;
}
.no-touch .form-actions .button.light.red:hover {
  color: #cc0000;
}
.touch .form-actions .button.light.red:active,
.no-touch .form-actions .button.light.red:active {
  color: #a80000;
}
.form-actions .button.light.green {
  color: #71d566;
}
.no-touch .form-actions .button.light.green:hover {
  color: #5ed052;
}
.touch .form-actions .button.light.green:active,
.no-touch .form-actions .button.light.green:active {
  color: #36da24;
}
.form-actions .button.light.yellow {
  color: #ffe565;
}
.no-touch .form-actions .button.light.yellow:hover {
  color: #ffe14b;
}
.touch .form-actions .button.light.yellow:active,
.no-touch .form-actions .button.light.yellow:active {
  color: #ffdd37;
}
.form-actions .button.light.orange {
  color: #ff8a47;
}
.no-touch .form-actions .button.light.orange:hover {
  color: #ff7a2d;
}
.touch .form-actions .button.light.orange:active,
.no-touch .form-actions .button.light.orange:active {
  color: #ff6d19;
}
.form-actions .button.light.white {
  color: #FFF;
}
.no-touch .form-actions .button.light.white:hover {
  color: #ffffff;
}
.touch .form-actions .button.light.white:active,
.no-touch .form-actions .button.light.white:active {
  color: #FFF;
}
.form-actions .button.light.black {
  color: #333333;
}
.no-touch .form-actions .button.light.black:hover {
  color: #404040;
}
.touch .form-actions .button.light.black:active,
.no-touch .form-actions .button.light.black:active {
  color: #333333;
}
/**
 * Forms descriptions
 *
 * @package Sand
 */
.form_description,
#edit-description-telephone {
  font-size: 0.75rem;
  margin: 1em 0 0;
}
/**
 * Forms errors
 *
 * @package Sand
 */
.form-input::after,
.formInput::after {
  content: "\f00c";
  position: absolute;
  right: 12px;
  top: 13px;
  display: none;
  pointer-events: none;
  z-index: 220;
}
.valid .form-input::after,
.valid .formInput::after {
  color: #71d566;
  display: block;
}
.error .form-input::after,
.error .formInput::after {
  color: #e50000;
  content: "\f00d";
  display: block;
}
.webform-readonly .form-input::after {
  display: none !important;
}
em.error,
.form-item--error-message {
  position: relative;
  padding: 0.3em 1em .4em;
  display: block;
  background: #e50000;
  color: #FFF;
  font-size: 0.625rem;
  font-style: normal;
  line-height: 1.3;
}
em.error::before,
.form-item--error-message::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #e50000 transparent;
}
/**
 * Forms <fieldset/> tags
 *
 * @package Sand
 */
fieldset {
  margin: 0;
  min-width: 0;
}
fieldset.webform-type-radios legend {
  font-size: 0.75rem;
  font-weight: 500;
}
fieldset.webform-type-radios legend span.form-required::after {
  content: '*';
}
/* Webform inline fieldset legend
   ========================================================================== */
.webform-fieldset--title-inline legend {
  margin: 0 !important;
  padding-right: 20px;
  float: none !important;
}
@media only screen and (min-width: 600px) {
  .webform-fieldset--title-inline,
  .webform-element--title-inline {
    font-size: 0;
  }
  .webform-fieldset--title-inline > label,
  .webform-element--title-inline > label,
  .webform-fieldset--title-inline > legend,
  .webform-element--title-inline > legend {
    padding-right: 20px !important;
    display: inline-block !important;
    width: 30%;
    vertical-align: top;
    text-align: right;
  }
  .webform-fieldset--title-inline > label,
  .webform-element--title-inline > label {
    line-height: 40px;
  }
  .webform-fieldset--title-inline legend,
  .webform-element--title-inline legend {
    margin: 2px 0 0 !important;
    float: left !important;
  }
  .webform-fieldset--title-inline > div.form-input-wrapper,
  .webform-element--title-inline > div.form-input-wrapper,
  .webform-fieldset--title-inline > div.fieldset-wrapper,
  .webform-element--title-inline > div.fieldset-wrapper {
    display: inline-block !important;
    width: 70%;
    vertical-align: top;
    font-size: 1rem;
  }
  .webform-fieldset--title-inline .js-webform-radios,
  .webform-element--title-inline .js-webform-radios {
    padding-bottom: 15px;
  }
  .webform-fieldset--title-inline.labelAutoWidth > label,
  .webform-element--title-inline.labelAutoWidth > label,
  .webform-fieldset--title-inline.labelAutoWidth > legend,
  .webform-element--title-inline.labelAutoWidth > legend {
    text-align: left;
    width: auto;
  }
  .webform-element--title-inline + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox,
  .webform-element--title-inline + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox + .js-form-type-checkbox {
    padding-left: 30%;
  }
}
/**
 * Forms button tags
 *
 * @package Sand
 */
html.js .js-webform-image-select {
  visibility: hidden;
}
.js-form-type-webform-image-select .form-input {
  display: block;
}
.js-form-type-webform-image-select .form-input::after {
  display: none !important;
}
.image_picker_selector {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
  min-width: 100%;
}
.image_picker_selector li {
  padding: 0;
}
.image_picker_selector li::before {
  display: none;
  content: " ";
}
.image_picker_selector + em.error,
.image_picker_selector + .form-item--error-message {
  margin-top: 15px;
}
.image_picker_selector li {
  padding: 0 10px 10px;
  display: flex;
  flex: 0 0 50%;
}
.image_picker_selector .thumbnail {
  position: relative;
  padding: 10px 10px;
  margin-bottom: 14px;
  width: 100%;
  background: #FFF;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
}
.image_picker_selector .thumbnail::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #c5c5c5;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.image_picker_selector .thumbnail::before {
  content: "\f00c";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 15;
  margin-left: -15px;
  margin-bottom: -14px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #FFF;
  background: #e50000;
  opacity: 0;
  line-height: 30px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.image_picker_selector .thumbnail img,
.image_picker_selector .thumbnail p {
  position: relative;
  z-index: 10;
}
.image_picker_selector .thumbnail p {
  padding: 10px 0 13px;
  margin: 0;
  line-height: 1.14;
}
.image_picker_selector .thumbnail.selected {
  color: #e50000;
}
.image_picker_selector .thumbnail.selected::after {
  border: 2px solid #e50000;
}
.image_picker_selector .thumbnail.selected::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.js-form-type-webform-image-select + .form-item {
  padding-top: 10px;
}
@media only screen and (min-width: 480px) {
  .image_picker_selector .thumbnail {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 600px) {
  .image_picker_selector li {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media only screen and (min-width: 768px) {
  .image_picker_selector li {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 900px) {
  .image_picker_selector li {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
  }
}
@media only screen and (min-width: 1120px) {
  .image_picker_selector li {
    width: 25%;
    flex: 0 0 25%;
  }
}
/**
 * Forms <input/> tags
 *
 * @package Sand
 */
input {
  display: block;
  margin: 0;
  font-weight: normal;
}
/* Remove clear button on IE & Edge */
::-ms-clear {
  display: none;
}
input[type=number] {
  -webkit-appaerance: none;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=password],
textarea {
  padding: 0 10px;
  display: block;
  height: 40px;
  max-width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  outline: 0;
  background: #FFFFFF;
  -webkit-appearance: none;
  font-size: 1rem;
  -webkit-transition: box-shadow ease 100ms;
  transition: box-shadow ease 100ms;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=number].error,
input[type=search].error,
input[type=password].error,
textarea.error {
  border-color: #e50000;
}
input[type=text]:not([readonly]):focus,
input[type=email]:not([readonly]):focus,
input[type=tel]:not([readonly]):focus,
input[type=number]:not([readonly]):focus,
input[type=search]:not([readonly]):focus,
input[type=password]:not([readonly]):focus,
textarea:not([readonly]):focus {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B0B0B0;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B0B0B0;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B0B0B0;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #B0B0B0;
}
/* Textarea
   ========================================================================== */
textarea {
  min-height: 103px;
  height: 103px;
  padding: 11px 10px;
  resize: none;
  overflow: hidden;
}
/**
 * Forms number <input/> tags
 *
 * @package Sand
 */
.nospinner input[type="number"],
input[type="number"].nospinner {
  -moz-appearance: textfield;
}
.nospinner input[type="number"]::-webkit-outer-spin-button,
input[type="number"].nospinner::-webkit-outer-spin-button,
.nospinner input[type="number"]::-webkit-inner-spin-button,
input[type="number"].nospinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/**
 * Forms search <input/> tags
 *
 * @package Sand
 */
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/**
 * Forms labels
 *
 * @package Sand
 */
label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}
label.form-required::after {
  content: '*';
}
/**
 * Inputs prefixes and suffixes
 *
 * @package Sand
 */
.webform-has-field-suffix input {
  padding-right: 35px;
}
.webform-has-field-suffix .field-suffix {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 41px;
  width: 35px;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  color: #797979;
}
.webform-has-field-suffix.valid:not(.webform-readonly) .form-input .field-suffix,
.webform-has-field-suffix.error:not(.webform-readonly) .form-input .field-suffix {
  right: 21px;
}
/**
 * Forms radios and checkboxes tags
 *
 * @package Sand
 */
[type="checkbox"],
[type="radio"] {
  /**
     * Display if unchecked
     */
  /**
     * Display if checked
     */
  /**
     * Display if disabled
     */
  /**
     * Error
     */
  /**
     * Display on element focus
     */
}
[type="checkbox"]:not(:checked),
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:checked {
  position: absolute;
  top: 8px;
  left: 4px;
  z-index: 20;
  opacity: 0;
}
[type="checkbox"]:not(:checked) + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:checked + label {
  position: relative;
  padding: 0 0 0 20px;
  display: block;
  margin: 0;
  min-height: 0;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 400;
}
[type="checkbox"]:not(:checked) + label::before,
[type="radio"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before,
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
  content: '';
  position: absolute;
}
[type="checkbox"]:not(:checked) + label::before,
[type="radio"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="radio"]:checked + label::before {
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  background: #FFF;
  border: 2px solid #929292;
}
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
  left: 4px;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #929292;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after {
  opacity: 0;
}
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
  opacity: 1;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  opacity: 0.7;
}
[type="checkbox"].error + label,
[type="radio"].error + label,
.error [type="checkbox"] + label,
.error [type="radio"] + label {
  color: #e50000;
}
[type="checkbox"].error + label::before,
[type="radio"].error + label::before,
.error [type="checkbox"] + label::before,
.error [type="radio"] + label::before {
  border-color: #e50000;
}
/* Radio buttons
   ========================================================================== */
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
  border-radius: 50px;
}
/* Errors
   ========================================================================== */
.js-form-type-checkbox em.error {
  margin-top: 7px;
}
.js-form-type-checkbox em.error::before {
  left: 2px;
  top: -4px;
}
/* Show inputs as bordered buttons
   ========================================================================== */
.radioEnhanced [type="checkbox"]:not(:checked) + label,
.radioEnhanced [type="radio"]:not(:checked) + label,
.radioEnhanced [type="checkbox"]:checked + label,
.radioEnhanced [type="radio"]:checked + label,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label {
  height: 40px;
  line-height: 40px;
  width: 100px;
  background: #FFF;
  text-align: center;
  font-size: 0.875rem;
  padding: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radioEnhanced [type="checkbox"]:not(:checked) + label::before,
.radioEnhanced [type="radio"]:not(:checked) + label::before,
.radioEnhanced [type="checkbox"]:checked + label::before,
.radioEnhanced [type="radio"]:checked + label::before,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label::before,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::before {
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c5c5c5;
  background: none;
  border-radius: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radioEnhanced [type="checkbox"]:not(:checked) + label::after,
.radioEnhanced [type="radio"]:not(:checked) + label::after,
.radioEnhanced [type="checkbox"]:checked + label::after,
.radioEnhanced [type="radio"]:checked + label::after,
.radioEnhanced [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after,
.radioEnhanced [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::after,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::after {
  display: none;
}
.radioEnhanced [type="checkbox"]:checked + label,
.radioEnhanced [type="radio"]:checked + label,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label {
  color: #e50000;
}
.radioEnhanced [type="checkbox"]:checked + label::before,
.radioEnhanced [type="radio"]:checked + label::before,
.radioEnhanced [type="checkbox"]:checked + .wpcf7-list-item-label::before,
.radioEnhanced [type="radio"]:checked + .wpcf7-list-item-label::before {
  border: 2px solid #e50000;
}
/* Webform element
   ========================================================================== */
.js-webform-radios {
  display: inline-block !important;
  margin: 0 !important;
  padding-bottom: 13px;
  column-count: auto !important;
}
.js-webform-radios .form-item {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-bottom: 0;
}
.js-webform-radios em.error {
  display: inline-block;
}
.js-webform-radios em.error::before {
  display: none;
}
/**
 * Forms button tags
 *
 * @package Sand
 */
.form_required,
.webform-required {
  padding-bottom: 15px;
  color: #999999;
  font-size: 0.6875rem;
}
/* Absolute placement of the note
   ========================================================================== */
.form__requiredBottomRight,
.form__requiredBottomCenter {
  position: relative;
  padding-bottom: 25px;
}
.form__requiredBottomRight .form_required,
.form__requiredBottomCenter .form_required,
.form__requiredBottomRight .webform-required,
.form__requiredBottomCenter .webform-required {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.form__requiredBottomRight .webform-required {
  text-align: right;
}
.form__requiredBottomCenter .webform-required {
  text-align: center;
}
/**
 * Forms <select/> tags
 *
 * @package Sand
 */
select {
  display: block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #c5c5c5;
  background: #FFF;
  width: 100%;
  outline: 0;
  padding: 0 10px;
}
select.error {
  border-color: #e50000;
}
select:focus {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
/**
 * Selectric
 *
 * @package Sand
 *
 * Forms <select/> tags, enhanced by the Selectric jQuery plug-in.
 * See APP.forms.selects() in Gravel
 */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric {
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.selectric::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 20px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.selectric-open .selectric::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 20px;
  margin-top: -2px;
}
.valid .selectric::after,
.error .selectric::after {
  display: none;
}
.error .selectric {
  border-color: #e50000;
  border-bottom: none;
}
.error .selectric-open .selectric {
  border-bottom: 1px solid #e50000;
}
.selectric-open {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
.selectric-open em.error,
.selectric-open .form-item--error-message {
  display: none;
}
.selectric-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0 40px 0 1em;
  line-height: 38px;
  height: 40px;
  border: 1px solid #e6e6e6;
  color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-button {
  display: none;
}
.selectric-hover .selectric-button {
  color: #979797;
}
.selectric-open {
  z-index: 200;
}
/* .selectric-open .selectric {
    border-color: @borders;
} */
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  /* *font: 0/0 a !important; */
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  background: #FFF;
  border: 1px solid #e6e6e6;
  border-top: none;
  box-shadow: 0 0 10px -6px;
  white-space: nowrap;
  width: auto !important;
  min-width: 100%;
  /* .error & {
    } */
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul {
  list-style: none;
  margin: 0;
}
.selectric-items ul li {
  padding: 0;
}
.selectric-items ul li::before {
  display: none;
  content: " ";
}
/* .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
} */
.selectric-items li {
  display: block;
  padding: .6em 1em !important;
  font-size: 0.75rem;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #f0f0f0;
}
.selectric-items li.highlighted {
  background: #e6e6e6;
}
.selectric-items li:not(.selected):hover {
  background: #F6F6F6;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #2f2f2f !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #161616;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/**
 * Forms AJAX throbber
 *
 * @package Sand
 */
.ajax-progress-throbber {
  position: relative;
  top: -2px;
  padding: 0px 0px 0px 10px !important;
  margin-right: -22px;
  height: 12px;
  vertical-align: middle;
}
.ajax-progress-throbber .throbber {
  padding: 0 !important;
  display: inline-block !important;
  width: 16px;
  height: 16px;
  background: none !important;
  border: 1px solid #999999;
  border-top-color: transparent;
  border-radius: 30px;
  -webkit-animation: rotating 0.8s linear infinite;
  animation: rotating 0.8s linear infinite;
}
/**
 * Drupal webforms flexbox elements
 *
 * @package Sand
 */
.webform-flex--container input,
.webform-flex--container select,
.webform-flex--container .js-form-type-select .form-input {
  width: 100%;
}
.webform-flexbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 500px) {
  .webform-flexbox label {
    white-space: nowrap;
  }
  .webform-flexbox:last-child > .form-item {
    padding-bottom: 0;
  }
  .webform-flexbox {
    display: -webkit-flex;
    display: flex;
    margin: 1em -0.5em;
  }
  .webform-flexbox .webform-flexbox {
    margin: 1em 0;
  }
  .webform-flexbox--flex-start {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .webform-flexbox--flex-end {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .webform-flexbox--center {
    -webkit-align-items: center;
    align-items: center;
  }
  .webform-flex {
    min-width: 0;
  }
  .webform-flex--container {
    margin: 0 .5em;
  }
  .webform-flex--container > .form-item {
    margin: 0;
  }
  .webform-flex--container > .form-item > input,
  .webform-flex--container > .form-item > select {
    width: 100%;
  }
  .container-inline .webform-flex--container > .form-item > input,
  .container-inline .webform-flex--container > .form-item > select {
    width: inherit;
  }
  .webform-flex--container > .webform-has-field-prefix > input,
  .webform-flex--container > .webform-has-field-suffix > input,
  .webform-flex--container > .webform-has-field-prefix > select,
  .webform-flex--container > .webform-has-field-suffix > select {
    width: 85%;
  }
  .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > input,
  .webform-flex--container > .webform-has-field-prefix.webform-flex.webform-has-field-suffix > select {
    width: 70%;
  }
  .webform-flex--1 {
    -webkit-flex: 1;
    flex: 1;
  }
  .webform-flex--2 {
    -webkit-flex: 2;
    flex: 2;
  }
  .webform-flex--3 {
    -webkit-flex: 3;
    flex: 3;
  }
  .webform-flex--4 {
    -webkit-flex: 4;
    flex: 4;
  }
  .webform-flex--5 {
    -webkit-flex: 5;
    flex: 5;
  }
  .webform-flex--6 {
    -webkit-flex: 6;
    flex: 6;
  }
  .webform-flex--7 {
    -webkit-flex: 7;
    flex: 7;
  }
  .webform-flex--8 {
    -webkit-flex: 8;
    flex: 8;
  }
  .webform-flex--9 {
    -webkit-flex: 9;
    flex: 9;
  }
  .webform-flex--10 {
    -webkit-flex: 10;
    flex: 10;
  }
  .webform-flex--11 {
    -webkit-flex: 11;
    flex: 11;
  }
  .webform-flex--12 {
    -webkit-flex: 12;
    flex: 12;
  }
  /**
     * Select other.
     */
  .webform-flex--container > .form-type-webform-select-other select {
    width: 100%;
  }
  .webform-flex--container > .form-type-webform-select-other .form-item {
    margin: 0;
  }
  .webform-flex--container > .form-type-webform-select-other .form-item + .form-item {
    margin-top: .5em;
  }
  /**
     * Range.
     */
  .webform-flex--container > .form-type-range-output > .form-range-output {
    width: 66%;
  }
  /**
     * Composite.
     */
  .form-composite > .webform-flexbox {
    margin: 1em -0.5em;
  }
  /**
     * Radios/checkboxes.
     */
  .webform-flex--container .form-type-checkbox,
  .webform-flex--container .form-type-radio {
    white-space: nowrap;
  }
}
/**
 * Drupal webforms confirmation page
 *
 * @package Sand
 */
.webform-confirmation {
  text-align: center;
}
.webform-confirmation > *:last-child {
  margin-bottom: 0;
}
.webform-confirmation__icone,
.form_validIcon {
  width: 100px;
  height: 100px;
  margin: 0 auto 2rem;
  border: 4px solid #71d566;
  color: #71d566;
  border-radius: 300px;
  text-align: center;
  line-height: 93px;
  font-size: 3.75rem;
}
.webform-confirmation__message {
  margin-bottom: 2em;
}
.webform-confirmation__message > *:first-child {
  margin-top: 0;
}
.webform-confirmation__message > *:last-child {
  margin-bottom: 0;
}
.webform-confirmation__message h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.webform-confirmation__message .btn + br + .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .webform-confirmation {
    padding: 40px 100px;
  }
  .webform-confirmation__icone,
  .form_validIcon {
    width: 150px;
    height: 150px;
    line-height: 143px;
    font-size: 6.25rem;
  }
}
@media only screen and (min-width: 1450px) {
  .webform-confirmation {
    padding: 60px 100px;
  }
}
/**
 * Drupal webforms progress bar
 *
 * @package Sand
 */
/* List
   ========================================================================== */
ul.webform-progress-tracker {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  margin: 0 -15px 2rem;
}
ul.webform-progress-tracker li {
  padding: 0;
}
ul.webform-progress-tracker li::before {
  display: none;
  content: " ";
}
ul.webform-progress-tracker li {
  padding: 0 15px;
  color: #999999;
}
ul.webform-progress-tracker .progress-marker {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #cccccc;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 40px;
}
ul.webform-progress-tracker .progress-text {
  display: none;
}
ul.webform-progress-tracker li.is-active {
  color: #e50000;
}
ul.webform-progress-tracker li.is-active .progress-marker {
  background: #e50000;
}
@media only screen and (min-width: 600px) {
  ul.webform-progress-tracker .progress-text {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 900px) {
  ul.webform-progress-tracker .progress-text {
    font-size: 0.875rem;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1024px) {
  ul.webform-progress-tracker {
    margin: 0 -25px 2.5rem;
  }
  ul.webform-progress-tracker li {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 1120px) {
  ul.webform-progress-tracker {
    margin-left: -30px;
    margin-right: -30px;
  }
  ul.webform-progress-tracker li {
    padding: 0 30px;
  }
  ul.webform-progress-tracker .progress-text {
    font-size: 1rem;
  }
}
/* Titles
   ========================================================================== */
.webform-progress-titles {
  list-style: none;
  margin: 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
.webform-progress-titles li {
  padding: 0;
}
.webform-progress-titles li::before {
  display: none;
  content: " ";
}
.webform-progress-titles .progress-step:not(.is-active) {
  display: none;
}
.webform-progress-titles .progress-title {
  color: #e50000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) {
  .webform-progress-titles .progress-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .webform-progress-titles .progress-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1024px) {
  .webform-progress-titles .progress-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 1120px) {
  .webform-progress-titles .progress-title {
    font-size: 1.5rem;
  }
}
/**
 * Site header
 *
 * @package Sand
 *
 * Provide basic style for positioning
 */
.header {
  position: relative;
  z-index: 500;
  background: #ffffff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}
.header img,
.header a {
  display: block;
  text-decoration: none;
  border: 0 none;
}
.header .header_left {
  padding-top: 2vh;
  padding-bottom: 2vh;
  background: #fff;
}
.header .header_left .logo img {
  width: 100%;
  max-width: 160px;
}
.header .header_right {
  padding-top: 0vh;
  padding-bottom: 0vh;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  background: #fff;
}
/* Sticky */
.header__sticky .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#content .page {
  padding-top: 10vh;
}
.header__sticky.menuOpen {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .menuOpen {
    overflow: hidden;
  }
}
/**
 * Messages
 *
 * @package Sand
 *
 * System messages like errors, warning etc.
 */
.messages {
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  margin: 0 0 2em;
  padding: 12px 15px;
  color: #333333;
  font-size: 0.875rem;
}
.messages ul {
  list-style: none;
  margin: 0;
}
.messages ul li {
  padding: 0;
}
.messages ul li::before {
  display: none;
  content: " ";
}
.messages ul li:last-child {
  padding-bottom: 0;
}
.messages.status,
.messages.ok {
  background-color: #DFF0D8 !important;
  border-color: #c1e2b3 !important;
}
.messages.warning {
  background-color: #FFF8D3 !important;
  border-color: #fff0a0 !important;
}
.messages.error {
  background-color: #F2DEDE !important;
  border-color: #e4b9b9 !important;
}
/**
 * Modals
 *
 * @package Sand
 *
 * Modal windows styling. HTML markup:
   <div id="modal_ID" class="modal js-modal">
     <div class="modal_bg js-modal_close"></div>
     <div class="modal_inner">
       <a href="" class="modal_close js-modal_close">
         <span class="modal_close_cross"></span> Close
       </a>
       <div class="modal_inner_container"></div>
     </div>
   </div>
 *
 * This element's behavior is controlled by JavaScript, see APP.modal() in Gravel
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  padding: 20px;
  visibility: hidden;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 300ms 350ms;
  transition: all ease 300ms 350ms;
}
.modal_inner {
  position: relative;
  z-index: 10;
  max-width: 1180px;
  width: 100%;
  color: #FFF;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all ease 300ms 50ms;
  transition: all ease 300ms 50ms;
}
.modal_inner__small {
  max-width: 800px;
}
.modal_inner__xsmall {
  max-width: 584px;
}
.modal_inner_container {
  text-align: left;
}
.modal_inner_container__bg {
  padding: 20px;
  background: #FFF;
  color: #333333;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
a.modal_close {
  margin-bottom: 1em;
  display: block;
  border: none;
  color: #FFF;
  outline: 0;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
a.modal_close .modal_close_cross {
  position: relative;
  display: inline-block;
  margin-right: 0.3em;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: all ease 150ms;
  transition: all ease 150ms;
}
a.modal_close .modal_close_cross::before,
a.modal_close .modal_close_cross::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
}
a.modal_close .modal_close_cross::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.modal_close .modal_close_cross::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no-touch a.modal_close:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 600px) {
  .modal {
    padding: 20px 40px;
  }
  .modal_inner_container__bg {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_inner {
    width: 80%;
  }
  .modal_inner__xsmall {
    width: 100%;
  }
}
.modal.open {
  visibility: visible;
}
.modal.open .modal_bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}
.modal.open .modal_inner {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 300ms 300ms;
  transition: all ease 300ms 300ms;
}
.pageHeader {
  padding: 3.5vh 0 1vh;
}
.pageHeader .pageHeader_titre {
  font-family: 'Montserrat Alternates', sans-serif;
  text-align: center;
  color: #000;
}
/**
 * Page body
 *
 * @package Sand
 *
 * This class removes first and last children top and bottom margins
 * to prevent non-wanted spacing.
 */
.pageBody > *:first-child {
  margin-top: 0;
}
.pageBody > *:last-child {
  margin-bottom: 0;
}
.content-sidebar {
  padding: 4vh 0 4vh;
}
.graph {
  max-width: 1190px;
  margin: auto;
  min-width: 960px;
}
/**
 * Pagination
 *
 * @package Sand
 *
 * Basic styling for pagination
 */
.pager,
.pagination {
  margin-top: 30px !important;
  text-align: center;
  list-style: none;
  margin: 0;
  font-size: 0;
}
.pager li,
.pagination li {
  padding: 0;
}
.pager li::before,
.pagination li::before {
  display: none;
  content: " ";
}
.pager li,
.pagination li {
  display: inline-block;
  font-size: 1rem;
}
.pager a,
.pagination a,
.pager .active span,
.pagination .active span,
.pager .pager-current,
.pagination .pager-current {
  display: inline-block;
  width: 40px;
  font-weight: 500;
  line-height: 40px;
  border: none;
  font-size: 0.875rem;
}
.pager a:hover,
.pagination a:hover {
  background: rgba(0, 0, 0, 0.03);
}
.pager .active span,
.pagination .active span,
.pager .pager-current,
.pagination .pager-current,
.pager .is-active,
.pagination .is-active {
  background: rgba(0, 0, 0, 0.05);
}
.pager .pager__item--previous,
.pagination .pager__item--previous {
  padding-right: 15px;
}
.pager .pager__item--next,
.pagination .pager__item--next {
  padding-left: 15px;
}
.pager .pager__item--ellipsis,
.pagination .pager__item--ellipsis {
  padding: 0 5px;
}
/**
 * Page sections
 *
 * @package Sand
 *
 * Add top and bottom padding to page section, and colors.
 */
.section {
  padding-top: 30px;
  padding-bottom: 30px;
  /* Prevent same color sections to have an extra padding between them */
}
.section .container:not(.section_allowChildrenMargins) > *:first-child {
  margin-top: 0;
}
.section .container:not(.section_allowChildrenMargins) > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1120px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section .section_titre {
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 2.1875rem;
}
.section .texte p {
  color: #333333;
}
.section .texte h1,
.section .texte h2,
.section .texte h3,
.section .texte h4,
.section .texte h5,
.section .texte h6 {
  color: currentColor;
}
.separateur hr {
  margin: 60px;
  border: 0 none;
}
/* Mini padding
   ========================================================================== */
.section__minPadding {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Colors - black
   ========================================================================== */
.section__noir {
  background: #333333;
  color: #FFF;
}
.section__noir a,
.section__noir h1,
.section__noir h2,
.section__noir h3,
.section__noir h4,
.section__noir h5,
.section__noir h6,
.section__noir .h1,
.section__noir .h2,
.section__noir .h3,
.section__noir .h4,
.section__noir .h5,
.section__noir .h6 {
  color: inherit;
}
.section__noir + .section__noir {
  padding-top: 0;
}
/* Colors - main color
   ========================================================================== */
.section__mainColor {
  background: #e50000;
  color: #FFF;
}
.section__mainColor a,
.section__mainColor h1,
.section__mainColor h2,
.section__mainColor h3,
.section__mainColor h4,
.section__mainColor h5,
.section__mainColor h6,
.section__mainColor .h1,
.section__mainColor .h2,
.section__mainColor .h3,
.section__mainColor .h4,
.section__mainColor .h5,
.section__mainColor .h6 {
  color: inherit;
}
.section__mainColor + .section__mainColor {
  padding-top: 0;
}
/**
 * Sliders global styling
 *
 * @package Sand
 *
 * This element's behavior is controlled by JavaScript, see APP.slider_*() in Gravel
 */
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container.disabled .swiper-button-prev,
.swiper-container.disabled .swiper-button-next,
.swiper-container.disabled .swiper-pagination {
  display: none;
}
/* Pages specific
   ========================================================================== */
/**
 * Homepage specific styles
 *
 * @package Sand
 */
/* Global utilities
   ========================================================================== */
/**
 * Scrollbars
 *
 * @package Sand
 *
 * Give simple style to scrollbars. Only works on Chrome and IE.
 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f3f3f3;
}
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d4d4d4;
}
body {
  scrollbar-face-color: #cccccc;
  scrollbar-base-color: #cccccc;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-highlight-color: #cccccc;
  scrollbar-track-color: #f3f3f3;
  scrollbar-arrow-color: #cccccc;
  scrollbar-shadow-color: #cccccc;
  scrollbar-dark-shadow-color: #cccccc;
}
/**
 * Text selection
 *
 * @package Sand
 */
::selection {
  background: #e50000;
  color: #FFF;
}
::-moz-selection {
  background: #e50000;
  color: #FFF;
}
/**
 * Basic print styles
 *
 * @package Sand
 *
 * Remove global elements like header and footer, and harmonize colors.
 */
@media print {
  body {
    color: #000;
    background: #fff;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  .header,
  .footer {
    display: none !important;
  }
}
