@charset "UTF-8";
/*!
Theme Name: magville
Theme URI: http://underscores.me/
Author: ocebo
Author URI: http://ocebo.fr
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magville
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

magville is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
  max-width: 100%;
}

/* 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.no-wrap {
  white-space: nowrap;
}

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/**
 * Swiper 5.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -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(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

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

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

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

.swiper-slide {
  -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;
      -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: -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: -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: -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: -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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
}

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

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

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

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.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: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -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: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.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: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.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: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.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: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 0;
  font-size: 0.7em;
  line-height: 38px;
  color: #62696D;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: transparent;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #E10414;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  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;
  -webkit-box-sizing: border-box;
          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;
  top: 100%;
  left: 0;
  background: #262F34;
}
.selectric-below .selectric-items:after, .selectric-above .selectric-items:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(38, 47, 52, 0);
  border-width: 6px;
  margin-left: -6px;
}
.selectric-below .selectric-items:after {
  bottom: 100%;
  border-bottom-color: #262F34;
}
.selectric-above .selectric-items:after {
  top: 100%;
  border-top-color: #262F34;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1em;
  min-height: 1em;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.7em;
}
.selectric-items li.selected {
  background: #313c43;
}
.selectric-items li.highlighted {
  background: #3c4a51;
}
.selectric-items li:hover {
  background: #465760;
}
.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !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: #444;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.site-footer .selectric .label {
  color: #fff;
}
.site-footer .selectric-items {
  background: #fff;
}
.site-footer .selectric-items li {
  color: #000;
}
.site-footer .selectric-items li.selected {
  background: #dbe1e4;
}
.site-footer .selectric-items li.highlighted {
  background: #e9edef;
}
.site-footer .selectric-items li:hover {
  background: #f8f9fa;
}
.site-footer .selectric-above .selectric-items:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
}

/*--------------------------------------------------------------
# Library
--------------------------------------------------------------*/
.container {
  position: relative;
  background: white;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 980px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1244px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 480px) {
  .container {
    margin-right: 1.25%;
    margin-left: 1.25%;
  }
  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container {
    margin-right: 1.5625%;
    margin-left: 1.5625%;
  }
  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 980px) {
  .container {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }
  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1244px) {
  .container {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }
  .container .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 468px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 744px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1244px) {
  .container {
    max-width: 1224px;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
  width: auto;
}
@media (min-width: 480px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 980px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1244px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 480px) {
  .container-fluid {
    margin-right: 1.25%;
    margin-left: 1.25%;
  }
  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    margin-right: 1.5625%;
    margin-left: 1.5625%;
  }
  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 980px) {
  .container-fluid {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }
  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1244px) {
  .container-fluid {
    margin-right: 3.125%;
    margin-left: 3.125%;
  }
  .container-fluid .container-fluid {
    margin-right: auto;
    margin-left: auto;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 480px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 980px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 1244px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 480px) {
  .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 980px) {
  .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1244px) {
  .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 12px;
    padding-left: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: ) {
  .hide {
    display: none;
  }
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) and (min-width: ) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) and (min-width: ) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 980px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) and (min-width: ) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1244px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1244px) and (min-width: ) {
  .hide-xl {
    display: none;
  }
}
.gutter-xl.row {
  margin-right: -24px;
  margin-left: -24px;
}
.gutter-xl > [class^=col] {
  padding-right: 24px;
  padding-left: 24px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 980px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1244px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 980px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1244px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 980px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1244px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -0.3125rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.3125rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.3125rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.3125rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.3125rem !important;
  }

  .m-xl-n2 {
    margin: -0.625rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n3 {
    margin: -1.25rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n4 {
    margin: -1.875rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n5 {
    margin: -3.75rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3.75rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*------------------------
	icons
-------------------------*/
@font-face {
  font-family: "magville-font";
  src: url("../fonts/magville-font.eot");
  src: url("../fonts/magville-font.eot") format("embedded-opentype"), url("../fonts/magville-font.woff2") format("woff2"), url("../fonts/magville-font.woff") format("woff"), url("../fonts/magville-font.ttf") format("truetype"), url("../fonts/magville-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 "magville-font";
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: "\ea08";
}

.icon-instagram::before {
  content: "\ea09";
}

.icon-linkedin::before {
  content: "\ea0a";
}

.icon-twitter::before {
  content: "\ea0c";
}

.icon-search::before {
  content: "\ea0e";
}

.icon-mail::before {
  content: "\ea0f";
}

.icon-cross::before {
  content: "\ea10";
}

.icon-schedule::before {
  content: "\ea11";
}

.icon-location::before {
  content: "\ea12";
}

.icon-arrow-left::before {
  content: "\ea13";
}

.icon-arrow-right::before {
  content: "\ea14";
}

.icon-language::before {
  content: "\ea15";
}

.icon-menu::before {
  content: "\ea16";
}

.icon-phone::before {
  content: "\ea1b";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
  height: 100%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #E10414;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 1em 2em;
  text-transform: uppercase;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.select-edition {
  min-width: 9em;
}

.newsletter-form {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .newsletter-form {
    max-width: 25em;
    margin-bottom: 0;
  }
}
.newsletter-form__title {
  font-size: 1.25em;
  color: #fff;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .newsletter-form__title {
    font-size: 1.5em;
  }
}

.newsletter-container {
  display: table;
}
.newsletter-container .sml_email {
  width: 100%;
}
.newsletter-container .sml_submit,
.newsletter-container .sml_email {
  display: table-cell;
  height: 3em;
  vertical-align: top;
}
.newsletter-container input[type=text],
.newsletter-container input[type=submit] {
  border: none;
  border-radius: 0;
  height: inherit;
}
.newsletter-container input[type=text] {
  color: #A3ABAF;
  font-size: 0.7em;
  width: inherit;
  background: #424A4F;
  padding: 0 2em;
}
.newsletter-container input[type=text]:focus {
  color: #fff;
}
.newsletter-container input[type=text]::-webkit-input-placeholder {
  color: #A3ABAF;
}
.newsletter-container input[type=text]::-moz-placeholder {
  color: #A3ABAF;
}
.newsletter-container input[type=text]:-ms-input-placeholder {
  color: #A3ABAF;
}
.newsletter-container input[type=text]:-moz-placeholder {
  color: #A3ABAF;
}
.newsletter-container input[type=submit] {
  background: #E10414;
  color: #fff;
  text-transform: uppercase;
  padding: 0 1em;
  cursor: pointer;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .newsletter-container input[type=submit] {
    padding: 0 2em;
    font-size: 1em;
  }
}
.newsletter-container .error {
  color: #E10414;
  font-size: 0.8em;
}

/* Searchbox
------------------------------------*/
.searchbox {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
}
.searchbox .searchbox__searchfield {
  top: 0;
  right: 0;
  border: none;
  outline: none;
  margin: 0;
  padding: 0 50px 0 0;
  width: 100%;
  height: 50px;
  font-size: 1em;
  color: #000;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.searchbox .searchbox__searchfield::-webkit-input-placeholder {
  color: #62696D;
}
.searchbox .searchbox__searchfield:-moz-placeholder {
  color: #62696D;
}
.searchbox .searchbox__searchfield::-moz-placeholder {
  color: #62696D;
}
.searchbox .searchbox__searchfield:-ms-input-placeholder {
  color: #62696D;
}
.searchbox .searchbox__btn {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  right: 0;
  line-height: 50px;
  cursor: pointer;
  z-index: 1;
}
.searchbox .searchbox__btn:hover + .searchbox__label {
  color: #E10414;
}
.searchbox .searchbox__label {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 22px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: right;
  cursor: pointer;
  color: #A3ABAF;
  -webkit-transition: color 150ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: color 150ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 150ms cubic-bezier(0.7, 0, 0.3, 1);
}
.searchbox .searchbox__submit {
  display: none;
}

.searchbox--open {
  width: 300px;
}
.searchbox--open .searchbox__searchfield {
  border-bottom: #E10414 solid 2px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #E10414;
}
a:visited {
  color: #E10414;
}
a:hover, a:focus, a:active {
  color: #E10414;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation a {
  font-size: 0.9em;
  color: #A3ABAF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 1.1em 0.7em;
}
.main-navigation a::before {
  content: "";
  -webkit-transition: 300ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 300ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 300ms cubic-bezier(0.7, 0, 0.3, 1);
  height: 4px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E10414;
}
.main-navigation a:hover::before {
  width: 100%;
}
.main-navigation .current-post-parent > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #262F34;
}
.main-navigation .current-post-parent > a::before,
.main-navigation .current_page_item > a::before,
.main-navigation .current-menu-item > a::before,
.main-navigation .current_page_ancestor > a::before,
.main-navigation .current-menu-ancestor > a::before {
  width: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.search-link {
  float: right;
  margin-top: 1em;
}

.secondary-nav {
  display: none;
}
@media (min-width: 768px) {
  .secondary-nav {
    display: block;
  }
}

.menu-toggle {
  width: 30px;
  height: 24px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  float: right;
  margin-top: 0.7em;
}
.menu-toggle__bar, .menu-toggle__bar:before, .menu-toggle__bar:after {
  background-color: #000;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  border-radius: 2px;
}
.menu-toggle__bar {
  top: 10px;
  left: 0;
}
.menu-toggle__bar:before {
  content: "";
  top: -10px;
  left: 0;
}
.menu-toggle__bar:after {
  content: "";
  top: 10px;
  left: 0;
}
.menu-toggle.active .menu-toggle__bar {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.menu-toggle.active .menu-toggle__bar:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
      -ms-transform: rotate(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.menu-toggle.active .menu-toggle__bar:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
      -ms-transform: rotate(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.overlay-nav {
  position: fixed;
  z-index: 99;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s;
  transition: opacity 0.35s, visibility 0.35s;
  overflow-y: auto;
}
.overlay-nav .menu-secondaire-container {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #EDF0F2;
}
.overlay-nav__edition {
  overflow: hidden;
  margin-bottom: 1em;
}
.overlay-nav__edition:after {
  content: "";
  height: 2px;
  width: 100%;
  margin-top: 1em;
  background-color: #EDF0F2;
  display: block;
  clear: both;
}
.overlay-nav__edition-txt {
  font-size: 1.2em;
  font-weight: bold;
  float: left;
}
@media (min-width: 768px) {
  .overlay-nav {
    display: none;
  }
}
.overlay-nav__inner {
  padding: 10em 0 2em;
}
.overlay-nav.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay-nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.overlay-nav .menu li a {
  text-decoration: none;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.3em 0;
  display: block;
}
.overlay-nav .social-share {
  margin-top: 1em;
}
.overlay-nav .social-share__item:not(:last-child) {
  margin-right: 1em;
}
.overlay-nav .social-share__item a {
  color: #E10414;
  width: 2em;
  height: 2em;
  border: #E10414 solid 2px;
  text-align: center;
  font-size: 1.5em;
}
@media (min-width: 480px) {
  .overlay-nav .social-share__item a {
    font-size: 1.8em;
  }
}
.overlay-nav .select-edition {
  float: right;
}
.overlay-nav .select-edition select {
  font-weight: bold;
  color: #A3ABAF;
  font-size: 0.9em;
}
.overlay-nav .select-edition select::after {
  border-top-color: #A3ABAF;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.custom-pagination {
  text-align: center;
  width: 100%;
  margin-top: 2em;
  padding-top: 2em;
  border-top: #EDF0F2 solid 1px;
}
.custom-pagination .icon {
  vertical-align: -0.1em;
  color: #E10414;
}
.custom-pagination .prev,
.custom-pagination .next {
  color: #212529;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-pagination .prev.disabled,
.custom-pagination .next.disabled {
  color: #A3ABAF;
}
.custom-pagination .prev.disabled .icon,
.custom-pagination .next.disabled .icon {
  color: #A3ABAF;
}
.custom-pagination .page-numbers {
  font-size: 0.9em;
}
.custom-pagination .page-numbers:not(.prev):not(.next) {
  color: #212529;
  text-decoration: none;
  margin: 0 0.5em;
  vertical-align: top;
}
.custom-pagination .page-numbers:not(.prev):not(.next).current {
  color: #E10414;
  border-bottom: #E10414 solid 2px;
  font-weight: bold;
}
.custom-pagination .prev {
  float: left;
}
.custom-pagination .next {
  float: right;
}

.wrap-sticky-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(53, 61, 77, 0.2);
          box-shadow: 0px 1px 3px 0px rgba(53, 61, 77, 0.2);
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
}
@media (min-width: 980px) {
  .wrap-sticky-nav {
    display: block;
  }
}

.sticky-nav {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-nav .main-navigation a {
  font-size: 0.8em;
}
@media (min-width: 1244px) {
  .sticky-nav .main-navigation a {
    font-size: 0.9em;
  }
}
.sticky-nav__icon-search {
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 22px;
  color: #A3ABAF;
}
.sticky-nav__icon-search:hover {
  color: #E10414;
}
.sticky-nav__logo {
  display: inline-block;
  padding: 0.25em 0.6em 0.25em 0;
  margin-right: 0.6em;
  border-right: #EDF0F2 solid 1px;
  vertical-align: middle;
}
.sticky-nav__logo img {
  display: block;
}
.sticky-nav .select-edition {
  display: inline-block;
  vertical-align: middle;
}
.sticky-nav .main-navigation {
  text-align: right;
}
.sticky-nav .main-navigation ul {
  display: inline-block;
}

.sticky-searchbox {
  display: none;
}
.sticky-searchbox__close {
  position: absolute;
  top: 50%;
  right: 8px;
  background: transparent;
  color: #A3ABAF;
  font-size: 22px;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.sticky-searchbox__form {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  max-width: 40%;
  margin: 0 auto;
}
.sticky-searchbox__label {
  color: #E10414;
  font-size: 22px;
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 50px;
  text-align: right;
}
input.sticky-searchbox__searchfield {
  width: 100%;
  outline: none;
  border-top: none;
  border-right: none;
  border-bottom: #E10414 solid 2px;
  border-left: none;
  padding-right: 50px;
}

.sticky-searchbox__searchfield::-webkit-input-placeholder {
  color: #62696D;
}
.sticky-searchbox__searchfield:-moz-placeholder {
  color: #62696D;
}
.sticky-searchbox__searchfield::-moz-placeholder {
  color: #62696D;
}
.sticky-searchbox__searchfield:-ms-input-placeholder {
  color: #62696D;
}
.sticky-searchbox--open {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sticky-searchbox__submit {
  display: none;
}

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--top,
.headroom--unpinned {
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Share
--------------------------------------------------------------*/
.share {
  margin: 3em 0 0;
}
.share__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share__title {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #A3ABAF;
  margin-top: 0;
  margin-bottom: 0.7em;
}
.share li {
  width: 33.33%;
}
@media (min-width: 768px) {
  .share li {
    width: 28%;
  }
}
.share li:not(:last-child) {
  margin-right: 1.4em;
}
.share .icon {
  font-size: 1.5em;
  line-height: 1.5em;
}
.share .icon-facebook {
  color: #39569C;
}
.share .icon-twitter {
  color: #00ACEE;
}
.share .icon-linkedin {
  color: #0E76A8;
}
.share__button {
  background: transparent;
  border-style: solid;
  border-width: 2px;
  width: 100%;
  padding: 0.2em 0;
}
.share__button--facebook {
  border-color: #39569C;
}
.share__button--twitter {
  border-color: #00ACEE;
}
.share__button--linkedin {
  border-color: #0E76A8;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_categories ul,
.widget_recent_entries ul {
  padding: 0;
}
.widget_categories ul li a,
.widget_recent_entries ul li a {
  color: #000;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-edition .site-branding {
  position: relative;
  z-index: 100;
  margin: 1em 0;
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
}
@media (min-width: 480px) {
  .site-edition .site-branding {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .site-edition .site-branding {
    margin-bottom: 2em;
  }
}
@media (min-width: 980px) {
  .site-edition .site-branding {
    margin-bottom: 3em;
  }
}
.site-edition .site-branding__logo {
  display: inline-block;
}
.site-edition .site-title {
  font-size: 1em;
  line-height: 1;
  margin: 0;
  float: left;
}
@media (min-width: 480px) {
  .site-edition .site-title {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .site-edition .site-title {
    float: none;
    text-align: center;
    font-size: 1.7em;
  }
}
@media (min-width: 980px) {
  .site-edition .site-title {
    font-size: 2em;
  }
}
.site-edition .site-title a {
  text-decoration: none;
}
.site-edition .site-title__edition {
  font-weight: 600;
  color: #A3ABAF;
  text-transform: uppercase;
  display: block;
  font-size: 0.65em;
}

.main-home .site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}
.main-home .site-header {
  padding: 2em 0;
}
.main-home .site-branding {
  text-align: center;
}
.main-home .site-branding__logo {
  margin: 0 auto;
  display: block;
}
.main-home .site-content {
  padding: 0 2em 2em;
  margin-bottom: 0;
  height: inherit;
}

@media (min-width: 768px) {
  .secondary-nav .select-edition {
    float: left;
  }
}

.site-branding__logo {
  width: 160px;
}
@media (min-width: 480px) {
  .site-branding__logo {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .site-branding__logo {
    width: 240px;
  }
}
@media (min-width: 980px) {
  .site-branding__logo {
    width: 284px;
  }
}

.site-footer {
  position: relative;
  background: #262F34;
  padding: 3em 0 2em;
}
.site-footer .container {
  background: #262F34;
}
.site-footer__primary {
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: #424A4F solid 1px;
}
.site-footer__secondary {
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__secondary {
    text-align: left;
  }
}
.site-footer__logo {
  display: inline-block;
  padding: 0.25em 0.6em 0.25em 0;
  margin-right: 0.6em;
  border-right: #424A4F solid 1px;
  vertical-align: middle;
}
.site-footer__logo img {
  width: 100px;
  display: block;
}
@media (min-width: 480px) {
  .site-footer__logo img {
    width: 142px;
  }
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .menu li {
  margin-bottom: 0.7em;
}
.site-footer .menu a {
  text-decoration: none;
}
.site-footer #primary-menu,
.site-footer #secondary-menu {
  font-weight: bold;
}
.site-footer #primary-menu a,
.site-footer #secondary-menu a {
  color: #fff;
}
.site-footer #legal-menu a {
  font-size: 0.8em;
  color: #A3ABAF;
}
.site-footer .select select {
  color: #fff;
}
.site-footer .select select option {
  color: black;
}
.site-footer .select-edition {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .site-footer .social-share {
    float: right;
  }
}
.site-footer .social-share__item:not(:last-child) {
  margin-right: 0.4em;
}
.site-footer .social-share__item a {
  color: #fff;
  width: 1.8em;
  height: 1.8em;
  border: #fff solid 1px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.9;
}

.wrap-social-share {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .wrap-social-share {
    margin-top: 0;
  }
}

.social-share {
  margin: 0;
  padding: 0;
}
.social-share__item {
  display: inline-block;
}
.social-share__item a {
  display: block;
  border-radius: 50%;
  line-height: 2.1;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.section {
  margin-bottom: 3em;
}

.section-title {
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 3em;
  }
}
.section-title__heading {
  color: #262F34;
  font-size: 1.1em;
  margin: 0;
  display: inline-block;
}
.section-title__heading:after {
  content: "";
  height: 4px;
  background-color: #EDF0F2;
  position: absolute;
  width: 100%;
  bottom: -10px;
  right: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-title__heading {
    font-size: 1.3em;
  }
}
@media (min-width: 980px) {
  .section-title__heading {
    font-size: 1.5em;
  }
}
@media (min-width: 1244px) {
  .section-title__heading {
    font-size: 1.7em;
  }
}
.section-title__link {
  color: #E10414;
  font-size: 0.7em;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0.2em;
}
.section-title__link:hover, .section-title__link:visited {
  color: #E10414;
}
.section-title__link:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #E10414;
  margin-top: -0.1em;
}
@media (min-width: 480px) {
  .section-title__link {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .section-title__link {
    font-size: 0.9em;
  }
}
@media (min-width: 980px) {
  .section-title__link {
    font-size: 1em;
  }
}

.sticky {
  display: block;
}

.container-narrow {
  max-width: 690px;
  margin: 0 auto;
}

.mag-item {
  margin-bottom: 1.5em;
}
.mag-item__thumbnail {
  display: block;
}

/* Post/page content
---------------------------------------------------*/
.hero {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 2em;
  background-color: #ececec;
}
@media (min-width: 480px) {
  .hero {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .hero {
    margin-bottom: 3em;
  }
}
.hero .post-thumbnail {
  position: relative;
  display: block;
}
.hero .post-thumbnail.is-hidden:after,
.hero .post-thumbnail.is-hidden .wp-post-image {
  opacity: 0;
}
.hero .post-thumbnail .wp-post-image {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: opacity 300ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 300ms cubic-bezier(0.7, 0, 0.3, 1);
}
.hero .post-thumbnail:after {
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 47, 52, 0)), to(#262f34));
  background: -o-linear-gradient(top, rgba(38, 47, 52, 0) 0%, #262f34 100%);
  background: linear-gradient(to bottom, rgba(38, 47, 52, 0) 0%, #262f34 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  opacity: 1;
  -webkit-transition: height 300ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: height 300ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: height 300ms cubic-bezier(0.7, 0, 0.3, 1);
}
.hero .post-meta {
  position: absolute;
  padding: 0 5% 5% 5%;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero .post-meta {
    padding: 0 8% 4% 10%;
  }
}
.hero .post-meta__title {
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1;
  color: #fff;
  margin-top: 0.35em;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .hero .post-meta__title {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .hero .post-meta__title {
    font-size: 2em;
  }
}
@media (min-width: 980px) {
  .hero .post-meta__title {
    font-size: 2.4em;
  }
}
@media (min-width: 1244px) {
  .hero .post-meta__title {
    font-size: 2.9em;
  }
}
.hero .post-meta__tag {
  display: inline-block;
  background-color: #E10414;
  padding: 0.15em 0.5em 0.1em;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .hero .post-meta__tag {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .hero .post-meta__tag {
    font-size: 1.1em;
  }
}
@media (min-width: 980px) {
  .hero .post-meta__tag {
    font-size: 1.2em;
  }
}
@media (min-width: 1244px) {
  .hero .post-meta__tag {
    font-size: 1.3em;
  }
}
.hero--no-thumb {
  background-color: transparent;
}
.hero--no-thumb .post-meta {
  position: relative;
  text-align: center;
  padding: 6% 8% 4%;
}
.hero--no-thumb .post-meta__title {
  color: #262F34;
}
.hero--no-thumb .post-link {
  text-decoration: none;
}

@media (min-width: 768px) {
  .single .content-area {
    padding: 0 10%;
  }
}

.hentry p {
  font-size: 1.15em;
}
.hentry p:first-child {
  margin-top: 0;
}
.hentry p:last-child {
  margin-bottom: 0;
}
.hentry p a {
  color: #E10414;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: #E10414 0px -2px 0px inset;
          box-shadow: #E10414 0px -2px 0px inset;
}
.hentry p a:hover, .hentry p a:visited {
  color: #E10414;
}

.wp-block-quote {
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.3;
  border-left: #E10414 solid 8px;
  padding-left: 0.8em;
  margin-left: 0;
}
@media (min-width: 768px) {
  .wp-block-quote {
    font-size: 1.5em;
  }
}
@media (min-width: 980px) {
  .wp-block-quote {
    font-size: 1.7em;
  }
}

.ad-habillage {
  position: absolute;
  width: 100%;
  padding-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.ad-habillage > div {
  overflow: hidden;
}
.ad-habillage a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ad-habillage img {
  display: block;
  margin: 0 auto;
  min-width: 1600px;
}

.page-header__title {
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  font-size: 2em;
  color: #262F34;
  text-align: center;
  padding: 1em 0;
  margin: 0;
}
@media (min-width: 768px) {
  .page-header__title {
    padding: 1.1em 0;
    font-size: 2.5em;
  }
}
@media (min-width: 980px) {
  .page-header__title {
    padding: 1.2em 0;
    font-size: 3em;
  }
}
@media (min-width: 1244px) {
  .page-header__title {
    padding: 1.3em 0;
    font-size: 3.5em;
  }
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.post-edit-link, .post-edit-link:visited {
  color: #A3ABAF;
}
.post-edit-link:hover {
  color: #000;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Posts items
---------------------------------------------------*/
.post {
  margin: 0 0 1.5em;
}
.post__inner {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(53, 61, 77, 0.2);
          box-shadow: 0px 2px 7px 0px rgba(53, 61, 77, 0.2);
}
.post .post-title {
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  margin: 0;
}
.post .post-title a {
  text-decoration: none;
}
.post .post-thumbnail,
.post .wp-post-image {
  display: block;
  z-index: -1;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.post .post-thumbnail.is-hidden,
.post .wp-post-image.is-hidden {
  opacity: 0;
}

.post-partner .post-link {
  color: #fff;
}
.post-partner .post-link:after {
  content: "";
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  bottom: 1.4em;
  left: 1.4em;
  border: #fff solid 2px;
  font-size: 0.6em;
}
@media (min-width: 480px) {
  .post-partner .post-link:after {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .post-partner .post-link:after {
    font-size: 0.9em;
  }
}
@media (min-width: 980px) {
  .post-partner .post-link:after {
    font-size: 1em;
  }
}
.post-partner .post-link:before {
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 47, 52, 0)), to(#262f34));
  background: -o-linear-gradient(top, rgba(38, 47, 52, 0) 0%, #262f34 100%);
  background: linear-gradient(to bottom, rgba(38, 47, 52, 0) 0%, #262f34 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  z-index: 0;
}
.post-partner .post-tag {
  z-index: 1;
  position: absolute;
  top: 0.65em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #34CFBF;
  padding: 0.15em 0.5em 0.1em;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.7em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .post-partner .post-tag {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .post-partner .post-tag {
    font-size: 0.9em;
  }
}
@media (min-width: 980px) {
  .post-partner .post-tag {
    font-size: 1em;
  }
}
.post-partner .post-content {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(53, 61, 77, 0.2);
          box-shadow: 0px 2px 7px 0px rgba(53, 61, 77, 0.2);
  position: relative;
  z-index: 1;
}
.post-partner .post-title {
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  right: 1.5em;
  font-size: 1.3em;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .post-partner .post-title {
    font-size: 1.5em;
  }
}
@media (min-width: 980px) {
  .post-partner .post-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1244px) {
  .post-partner .post-title {
    font-size: 2em;
  }
}

.post-classic .post-content {
  padding: 1em;
  height: 144px;
}
.post-classic__header {
  position: relative;
}
.post-classic .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1.1em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .post-classic .post-title {
    font-size: 1.3em;
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 980px) {
  .post-classic .post-title {
    font-size: 1.4em;
  }
}
@media (min-width: 1244px) {
  .post-classic .post-title {
    font-size: 1.5em;
  }
}
.post-classic .post-title a {
  color: #262F34;
}
.post-classic.post-wide .post-title {
  font-size: 1.3em;
  -webkit-line-clamp: 3;
}
@media (min-width: 480px) {
  .post-classic.post-wide .post-title {
    font-size: 1.5em;
  }
}
@media (min-width: 980px) {
  .post-classic.post-wide .post-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1244px) {
  .post-classic.post-wide .post-title {
    font-size: 2em;
  }
}
.post-classic .post-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #E10414;
  padding: 0.15em 0.5em 0.1em;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 0.7em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .post-classic .post-tag {
    font-size: 0.8em;
  }
}
@media (min-width: 768px) {
  .post-classic .post-tag {
    font-size: 0.9em;
  }
}
@media (min-width: 980px) {
  .post-classic .post-tag {
    font-size: 1em;
  }
}

/* Article avec sidebar Informations pratiques
---------------------------------------------------*/
.informations {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(53, 61, 77, 0.2);
          box-shadow: 0px 2px 7px 0px rgba(53, 61, 77, 0.2);
  padding: 2.4em 1.6em;
  position: relative;
}
.informations:before {
  content: "";
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #E10414;
}
.informations__title {
  margin-top: 0;
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  line-height: 1;
  margin-left: 1.2em;
  margin-bottom: 1.4em;
}

.informations-list {
  padding: 0;
  margin: 0;
}
.informations-list__item {
  display: table;
}
.informations-list__item:not(:last-child) {
  padding-bottom: 1em;
}
.informations-list__text a {
  color: inherit;
  text-decoration: none;
}
.informations-list__website a {
  word-break: break-all;
}
.informations-list__text,
.informations-list .icon {
  display: table-cell;
  vertical-align: top;
}
.informations-list .icon {
  width: 1.5em;
  color: #E10414;
  font-size: 1.3em;
  line-height: 1.2;
}

.col-fixed-size {
  display: none;
}
@media (min-width: 768px) {
  .col-fixed-size {
    display: block;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .col-fixed-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 258px;
            flex: 0 0 258px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-fixed-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
            flex: 0 0 272px;
  }
}
@media (min-width: 768px) and (min-width: 980px) {
  .col-fixed-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 264px;
            flex: 0 0 264px;
  }
}
@media (min-width: 768px) and (min-width: 1244px) {
  .col-fixed-size {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}

/* Catégories
---------------------------------------------------*/
.post-category .post-thumbnail,
.post-category .post-content {
  float: left;
  width: 50%;
}
.post-category .post-content {
  padding-left: 1em;
}
.post-category .post-title {
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  color: #262F34;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .post-category .post-title {
    font-size: 1.3em;
  }
}
@media (min-width: 980px) {
  .post-category .post-title {
    font-size: 1.4em;
  }
}
@media (min-width: 1244px) {
  .post-category .post-title {
    font-size: 1.7em;
  }
}
.post-category .post-title a {
  color: #262F34;
}
.post-category .post-excerpt {
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .post-category .post-excerpt {
    font-size: 1em;
  }
}
@media (min-width: 1244px) {
  .post-category .post-excerpt {
    font-size: 1.25em;
  }
}

/* Related posts
---------------------------------------------------*/
.related-posts {
  margin-top: 1em;
  overflow: hidden;
  padding-bottom: 1em;
}
.related-posts .post {
  margin-bottom: 0;
  width: calc(50% - 24px);
  margin-right: 24px;
}
@media (min-width: 480px) {
  .related-posts .post {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .related-posts .post {
    width: 224px;
  }
}
@media (min-width: 980px) {
  .related-posts .post {
    width: 216px;
  }
}
@media (min-width: 1244px) {
  .related-posts .post {
    width: 282px;
  }
}
.related-posts__title {
  float: left;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #A3ABAF;
  margin-top: 0.6em;
  margin-bottom: 0;
  background: #fff;
  padding-right: 2em;
}
.related-posts__header {
  position: relative;
  margin-bottom: 1em;
  padding: 0;
}
@media (min-width: 768px) {
  .related-posts__header {
    padding: 0 10%;
  }
}
.related-posts__header-inner {
  position: relative;
  overflow: hidden;
}
.related-posts__header-inner:after {
  content: "";
  background-color: #EDF0F2;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  left: 0;
  z-index: -1;
}
.related-posts__slider {
  overflow: visible;
}
@media (min-width: 768px) {
  .related-posts__slider {
    padding-left: calc(50% - 288px);
  }
}
@media (min-width: 980px) {
  .related-posts__slider {
    padding-left: calc(50% - 374.4px);
  }
}
@media (min-width: 1244px) {
  .related-posts__slider {
    padding-left: calc(50% - 480px);
  }
}

.aside-related {
  position: relative;
}
.aside-related__title {
  text-align: right;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #A3ABAF;
  margin-top: 0;
  margin-bottom: 0.7em;
}

/* Card page Qui sommes nous
---------------------------------------------------*/
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.2em;
  margin-bottom: 2em;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(53, 61, 77, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(53, 61, 77, 0.2);
}
@media (min-width: 768px) {
  .card {
    padding: 1.5em;
    margin-left: 0 -1.5em 3em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.card:first-of-type {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .card:first-of-type {
    margin-top: 3em;
  }
}
.card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .card__image {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.card__image img {
  display: block;
}
.card__title {
  font-family: "mrs-eaves-xl-serif", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  margin-top: 0;
  color: #262F34;
  line-height: 1;
  margin-bottom: 0.2em;
}
.card__poste {
  color: #E10414;
}
.card .icon {
  font-size: 1.3em;
  color: #E10414;
  margin-right: 0.3em;
  vertical-align: middle;
}
.card p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.card p:last-child {
  margin-bottom: 0;
}

.hub {
  height: inherit;
}

.hub-list {
  height: inherit;
  margin: 0;
  padding: 0;
}
.hub-list__thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 25%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  position: relative;
  z-index: -1;
}
.hub-list__item {
  position: relative;
  height: 33.33%;
  padding: 0.9vh 0;
  list-style: none;
}
@media (min-width: 768px) {
  .hub-list__item {
    float: left;
    width: 33.33%;
    height: 100%;
    padding: 0 0.6vw;
  }
}
.hub-list__item a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
.hub-list__item a:before {
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#99000000",GradientType=0 );
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  -webkit-transition: height 500ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: height 500ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: height 500ms cubic-bezier(0.7, 0, 0.3, 1);
}
@media (min-width: 768px) {
  .hub-list__item a:before {
    height: 30%;
  }
}
.hub-list__item a:hover:before {
  height: 100%;
}
.hub-list__item a:hover .hub-list__thumbnail {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hub-list__item-inner {
  overflow: hidden;
  height: 100%;
}
.hub-list .site-meta {
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 1.5em;
  left: 0;
}
@media (min-width: 768px) {
  .hub-list .site-meta {
    bottom: 3em;
  }
}
.hub-list .site-meta__txt {
  font-size: 4vw;
}
@media (min-width: 480px) {
  .hub-list .site-meta__txt {
    font-size: 2.8vw;
  }
}
@media (min-width: 768px) {
  .hub-list .site-meta__txt {
    font-size: 2.3vw;
  }
}
@media (min-width: 980px) {
  .hub-list .site-meta__txt {
    font-size: 1.3vw;
  }
}
.hub-list .site-meta__title {
  font-size: 4.7vw;
}
@media (min-width: 480px) {
  .hub-list .site-meta__title {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .hub-list .site-meta__title {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  .hub-list .site-meta__title {
    font-size: 2vw;
  }
}

.site-content {
  margin-bottom: 5em;
}
.site-content.habillage-on {
  margin-top: 220px;
}
.site-content.habillage-on .container {
  padding-top: 12px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-controls {
  float: right;
  background: #fff;
  padding-left: 1.5em;
}
.slider-controls__button {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  color: #A3ABAF;
  font-size: 1.5em;
  line-height: 1.6;
  border: #A3ABAF solid 2px;
  background: #fff;
  cursor: pointer;
  outline: none;
}
.slider-controls__button.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.slider-controls__button.swiper-button-disabled:hover {
  color: #A3ABAF;
  border-color: #A3ABAF;
}
.slider-controls__button:hover {
  color: #E10414;
  border-color: #E10414;
}
.slider-controls__button:not(:last-child) {
  margin-right: 0.4em;
}
@media (min-width: 768px) {
  .slider-controls__button:not(:last-child) {
    margin-right: 0.9em;
  }
}

/*--------------------------------------------------------------
# isotope
--------------------------------------------------------------*/
.home-articles {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.home-articles.is-hidden {
  opacity: 0;
}

.posts-filters-select {
  float: right;
}
@media (min-width: 768px) {
  .posts-filters-select {
    display: none;
  }
}
.posts-filters-select select {
  font-weight: bold;
  color: #A3ABAF;
  font-size: 0.9em;
  width: 6em;
}

.posts-filters {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .posts-filters {
    display: block;
  }
}
.posts-filters__item {
  cursor: pointer;
  display: inline-block;
  padding: 1.1em 0.7em;
  list-style: none;
  position: relative;
  color: #A3ABAF;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: color 300ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: color 300ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 300ms cubic-bezier(0.7, 0, 0.3, 1);
}
.posts-filters__item::before {
  content: "";
  -webkit-transition: width 300ms cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: width 300ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: width 300ms cubic-bezier(0.7, 0, 0.3, 1);
  height: 4px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E10414;
}
.posts-filters__item:hover {
  color: #262F34;
}
.posts-filters__item:hover::before {
  width: 100%;
}
.posts-filters__item.is-checked {
  color: #262F34;
}
.posts-filters__item.is-checked::before {
  width: 100%;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta {
  display: block;
  color: #262F34;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: #E10414 solid 2px;
  margin-top: 2.5em;
  padding: 1em;
  letter-spacing: 0.03em;
}
.cta:visited {
  color: #262F34;
}

/*--------------------------------------------------------------
# ads
--------------------------------------------------------------*/
.ad-horizontal {
  margin-bottom: 3rem;
}
.ad-horizontal a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
.wp-block-eedee-block-gutenslide .slide-bg {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-eedee-block-gutenslide .slide-bg video, .wp-block-eedee-block-gutenslide .slide-bg img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 100%;
  /* margin: 0 auto; */
  display: block;
  min-height: auto;
}

.slick-dotted.slick-slider {
  background-size: 0%;
  max-width: 600px;
}

.wp-block-eedee-block-gutenslider.dot-style-1 .slick-dots li button::before {
  color: #E10414;
}

.wp-block-eedee-block-gutenslider.arrow-style-1 .slick-next:before, .wp-block-eedee-block-gutenslider.arrow-style-1 .slick-prev:before {
  color: #E10414;
}

.slick-slide > div {
  height: 600px;
}

.wp-block-eedee-block-gutenslider .slick-dots {
  margin-bottom: -40px;
}