/*
 Theme Name: aromed
 Author: Habefast
 Author URI: http://habefast.ch/
 */
/*!
 Theme Name: hab_starter
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: hab_starter
 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.
 hab_starter 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.0 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  border: none;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
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%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *: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/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
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: 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: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: transparent;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: transparent;
}
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;
  border-radius: 3px;
  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%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .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%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}
*:focus {
  outline: thin dotted;
}
/*--------------------------------------------------------------
 # 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;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # 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;
}
/*--------------------------------------------------------------
 # 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;
}
/************************************************************
 * STYLES BASE
 ************************************************************/
/* Colours
 ************************************************************/
/* Typography
 ************************************************************/
/* Borders and shadows
 ************************************************************/
/************************************************************
 * COMPONENTS
 ************************************************************/
/* Buttons
 ************************************************************/
/* Navbar
 ************************************************************/
/* Footer
 ************************************************************/
/* Selectric
 ************************************************************/
/************************************************************
 * LAYOUT
 ************************************************************/
/* Screen size base
 ************************************************************/
/* Breakpoints
 ************************************************************/
/* Grid
 ************************************************************/
/************************************************************
 * MIXINS
 ************************************************************/
/* Base mixins
 ************************************************************/
/************************************************************
 * THEME SPECIFIC
 ************************************************************/
/* button mixin
 ************************************************************/
/* Typo mixin
 ************************************************************/
/* Other
 ************************************************************/
/************************************************************
 * TYPO
 ************************************************************/
/* Global
 ************************************************************/
html {
  font-size: 16px;
}
body {
  font-family: arial, sans-serif;
  font-size: 16px;
}
p, a, li {
  font-family: arial, sans-serif;
  line-height: 1.5;
  color: #4d4e50;
  letter-spacing: 0.02em;
}
strong {
  font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: arial, sans-serif;
  margin-top: 0;
  color: #4d4e50;
  line-height: 1.5;
}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  text-transform: uppercase;
}
h2 strong, .h2 strong {
  font-weight: 700;
}
p {
  margin: 0 0 1em 0;
  font-weight: 300;
}
p strong {
  font-weight: bold;
}
li {
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #69c6e4;
  transition: 0.2s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #3eb6dc;
  outline: none;
  transition: 0.2s;
}
a:visited {
  color: #69c6e4;
}
p a {
  color: #69c6e4;
}
p a:hover, p a:focus {
  color: #3eb6dc;
  text-decoration: underline;
}
.association p a {
  color: #7b2237;
}
.association p a:hover {
  color: #671c2e;
}
/* Titles
 ************************************************************/
.title__page {
  font-family: arial, sans-serif;
  font-size: 32px;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .title__page {
    font-size: 36px;
    font-weight: 500;
  }
}
.title__page--small {
  font-family: arial, sans-serif;
  font-size: 32px;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .title__page--small {
    font-size: 36px;
    font-weight: 500;
  }
}
.title__section {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  margin-bottom: 1em;
}
.title__section--big {
  font-family: arial, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .title__section--big {
    font-size: 1.75rem;
  }
}
.title__section--small {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1.375rem;
}
.title__section--x-small {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.title__small, .title__small--bold, .title__small--upper {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1.375rem;
  font-size: 1.25rem;
}
.title__small--bold {
  font-weight: 700;
}
.title__small--upper {
  text-transform: uppercase;
}
.title__smaller, .title__smaller--bold, .title__smaller--upper {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1.375rem;
  font-size: 1rem;
}
.title__smaller--bold {
  font-weight: 700;
}
.title__smaller--upper {
  text-transform: uppercase;
}
/* Texts
 ************************************************************/
.text--lead {
  font-size: 1.125rem;
}
.text--small {
  font-size: 0.75rem;
}
.text--light {
  color: #fff;
}
.text--light * {
  color: #fff;
}
.text--light-gray {
  color: #b0b0b0;
}
.text--light-gray p {
  color: #b0b0b0;
}
.text--gray {
  color: #9b9b9b;
}
.text--gray p {
  color: #9b9b9b;
}
.text--dark {
  color: #4d4e50;
}
.text--dark p {
  color: #4d4e50;
}
.text--base {
  color: #4d4e50;
}
.text--base p {
  color: #4d4e50;
}
.text--black {
  color: #000;
}
.text--black p {
  color: #000;
}
.text--accent {
  color: #7b2237;
}
.text--accent p {
  color: #7b2237;
}
.text--secondary {
  color: #69c6e4;
}
.text--secondary p {
  color: #69c6e4;
}
.text--alignright {
  text-align: right;
}
.text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text--alignright-xs {
    text-align: right;
  }
  .text--center-xs {
    text-align: center;
  }
}
/* Others
 ************************************************************/
/************************************************************
 * ANIMATIONS
 ************************************************************/
@-webkit-keyframes translateY {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes translateY {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes translateY-one-way {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
}
@keyframes translateY-one-way {
  from {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
}
@keyframes draw {
  from {
    stroke-dashoffset: 1000;
    fill: transparent;
    stroke: #69c6e4;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw {
  from {
    stroke: #69c6e4;
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes scrollDown {
  from, 30% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  70%, to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes scrollDown {
  from, 30% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  70%, to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
.scaleUpSlow {
  -webkit-animation-name: scaleUpSlow;
  animation-name: scaleUpSlow;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@-webkit-keyframes scaleUpSlow {
  from {
    background-size: 100%;
  }
  to {
    background-size: 110%;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.is-animated .animated {
  opacity: 1;
}
/************************************************************
 * HTML ELEMENTS
 ************************************************************/
figure {
  position: relative;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #242424;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #00324e;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: transparent;
  color: transparent;
  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: transparent;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #000;
}
.selectric-hover .selectric {
  border-color: #0b0b0b;
}
.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: #0b0b0b;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0Array/0Array 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: #fff;
  border: 1px solid #fff;
  z-index: -1;
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.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;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px 30px;
  color: #777;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #fff;
  color: #00324e;
}
.selectric-items li.highlighted {
  background: #fff;
  color: #00324e;
}
.selectric-items li:hover {
  background: #f5f5f5;
  color: #777;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/************************************************************
 * GUNTENBERG EDITOR
 ************************************************************/
/* Change the margin for padding on columns so it doesn't break 
 * into 2 rows before it should
 ************************************************************/
@media (min-width: 600px) {
  .wp-block-column:not(:first-child) {
    padding-left: 32px;
    margin-left: inherit;
  }
  .wp-block-column:not(:last-child) {
    padding-right: 32px;
    margin-right: inherit;
  }
}
/* Colors custom in editor
 ************************************************************/
/* Color Options
 --------------------------------------------- */
.has-primary-color {
  color: #7b2237;
}
.has-primary-background-color {
  background-color: #7b2237;
}
.has-secondary-color {
  color: #69c6e4;
}
.has-secondary-background-color {
  background-color: #69c6e4;
}
.has-tercary-color {
  color: #9b9b9b;
}
.has-tercary-background-color {
  background-color: #9b9b9b;
}
/************************************************************
 * BASE LAYOUT
 ************************************************************/
.container, .container-narrow {
  width: 90%;
  margin: 0 auto;
  max-width: 1220px;
}
.container-narrow {
  max-width: 930px;
}
.container-full {
  width: 90%;
  margin: 0 auto;
}
.site-content {
  margin-top: 120px;
  min-height: calc(100vh - 320px);
}
@media screen and (max-width: 767px) {
  .site-content {
    margin-top: 75px;
  }
}
/* Layout with sidebar
 ************************************************************/
.container.has-sidebar, .container-narrow.has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container.has-sidebar .content-area, .container-narrow.has-sidebar .content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.container.has-sidebar .widget-area, .container-narrow.has-sidebar .widget-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .container.has-sidebar .content-area, .container-narrow.has-sidebar .content-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container.has-sidebar .widget-area, .container-narrow.has-sidebar .widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 250px;
    flex: 0 1 250px;
  }
}
@media screen and (min-width: 992px) {
  .container.has-sidebar .widget-area, .container-narrow.has-sidebar .widget-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
  }
}
/************************************************************
 * HEADER (LAYOUT)
 ************************************************************/
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
.top-header__container, .bottom-header__container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 90%;
  max-width: 1700px;
  margin: auto;
}
.top-header {
  background-color: #f6f6f6;
}
.top-header__container {
  height: 45px;
}
.top-header--left {
  flex-basis: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header--right {
  flex-basis: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .top-header {
    display: none;
  }
}
.top-header .site-tagline {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0;
}
.bottom-header {
  border-top: none;
  width: 100%;
  background-color: #fff;
}
.bottom-header__container {
  height: 75px;
}
@media screen and (max-width: 991px) {
  .bottom-header__container {
    justify-content: flex-end;
  }
}
.bottom-header.is-fixed {
  position: fixed;
  top: 0;
}
.bottom-header.slide-up {
  transform: translateY(-100%);
  visibility: hidden;
  transition: 0.3s;
}
.bottom-header.slide-down {
  transform: translateY(0%);
  visibility: visible;
  transition: 0.3s;
}
ul.c-nav-top-menu {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.c-nav-top-menu li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2em;
  height: 45px;
}
ul.c-nav-top-menu li a {
  color: #9b9b9b;
  font-size: 0.75em;
}
ul.c-nav-top-menu li.btn-menu {
  background-color: #4d4e50;
  padding: 0 1.2em;
}
ul.c-nav-top-menu li.btn-menu a {
  color: #fff;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
/************************************************************
 * FOOTER
 ************************************************************/
.site-footer {
  position: relative;
  min-height: 200px;
  margin-top: 30px;
  background-color: #fff;
  border-top: 1px solid #7b2237;
  z-index: 2;
}
.site-footer p, .site-footer a {
  color: #4d4e50;
  font-size: 12px;
}
.site-footer a:hover, .site-footer a:focus {
  color: #7b2237;
  text-decoration: none;
}
.site-footer .widget_media_image img {
  max-width: 350px !important;
}
.site-footer .c-footer-logo__logo {
  max-width: 350px;
}
.site-footer .c-footer-logo__logo--association {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer .c-footer-logo__logo {
    margin: auto;
    padding: 20px 20px 40px;
  }
}
.page-template-association-main .site-footer .c-footer-logo__logo {
  display: none;
}
.page-template-association-main .site-footer .c-footer-logo__logo--association {
  display: block;
}
@media screen and (min-width: 768px) {
  .site-footer #text-3, .site-footer #text-4, .site-footer #text-5 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .widget_media_image img {
    max-width: 300px !important;
    margin: auto;
    display: block;
    padding: 30px 0;
  }
}
.c-footer-copyright {
  text-align: center;
  background-color: #333;
}
.c-footer-copyright p, .c-footer-copyright a {
  color: #fff;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: 300;
}
/************************************************************
 * GRID
 ************************************************************/
/** 
 * On a page template, declare a simple grid with class .grid (12 columns - 1 row) 
 * Probably better to set up your own class with display: grid (@include grid) and set up 
 * custom columns and row 
 * Or both (eg .grid .c-section__grid) ! so your custom class only needs grid-template-rows
 *
 * In a grid, cell can be positionned easily with the classes generated below
 *
 * Cell stucture : cell-"axe X or Y"-"media-breakpoint"-"start"-"span"
 */
.grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 5% repeat(12, 7.5%) 5%;
  -ms-grid-columns: 5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 7.5% 5%;
  width: 100%;
  margin: 0 auto;
  max-width: 1439px;
}
@media screen and (min-width: 1439px) {
  .grid {
    grid-template-columns: 1fr repeat(12, 108px) 1fr;
    -ms-grid-columns: 5% 108px 108px 108px 108px 108px 108px 108px 108px 108px 108px 108px 108px 5%;
  }
}
.cell-front {
  position: relative;
  z-index: 2;
}
.cell-x-xs-1-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
}
.cell-y-xs-1-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}
.cell-x-xs-1-2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}
.cell-y-xs-1-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
}
.cell-x-xs-1-3 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}
.cell-y-xs-1-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / span 3;
}
.cell-x-xs-1-4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 / span 4;
}
.cell-y-xs-1-4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / span 4;
}
.cell-x-xs-1-5 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
}
.cell-y-xs-1-5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
}
.cell-x-xs-1-6 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1 / span 6;
}
.cell-y-xs-1-6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  grid-row: 1 / span 6;
}
.cell-x-xs-1-7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1 / span 7;
}
.cell-y-xs-1-7 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1 / span 7;
}
.cell-x-xs-1-8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-column: 1 / span 8;
}
.cell-y-xs-1-8 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 8;
  grid-row: 1 / span 8;
}
.cell-x-xs-1-9 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
  grid-column: 1 / span 9;
}
.cell-y-xs-1-9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 9;
  grid-row: 1 / span 9;
}
.cell-x-xs-1-10 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1 / span 10;
}
.cell-y-xs-1-10 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 10;
  grid-row: 1 / span 10;
}
.cell-x-xs-1-11 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-column: 1 / span 11;
}
.cell-y-xs-1-11 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 11;
  grid-row: 1 / span 11;
}
.cell-x-xs-1-12 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1 / span 12;
}
.cell-y-xs-1-12 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 12;
  grid-row: 1 / span 12;
}
.cell-x-xs-1-13 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 13;
  grid-column: 1 / span 13;
}
.cell-y-xs-1-13 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  grid-row: 1 / span 13;
}
.cell-x-xs-1-14 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1 / span 14;
}
.cell-y-xs-1-14 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 14;
  grid-row: 1 / span 14;
}
.cell-x-xs-2-1 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;
}
.cell-y-xs-2-1 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
}
.cell-x-xs-2-2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
}
.cell-y-xs-2-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / span 2;
}
.cell-x-xs-2-3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-column: 2 / span 3;
}
.cell-y-xs-2-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  grid-row: 2 / span 3;
}
.cell-x-xs-2-4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2 / span 4;
}
.cell-y-xs-2-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  grid-row: 2 / span 4;
}
.cell-x-xs-2-5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-column: 2 / span 5;
}
.cell-y-xs-2-5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 5;
  grid-row: 2 / span 5;
}
.cell-x-xs-2-6 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 6;
  grid-column: 2 / span 6;
}
.cell-y-xs-2-6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 6;
  grid-row: 2 / span 6;
}
.cell-x-xs-2-7 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 7;
  grid-column: 2 / span 7;
}
.cell-y-xs-2-7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 7;
  grid-row: 2 / span 7;
}
.cell-x-xs-2-8 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 8;
  grid-column: 2 / span 8;
}
.cell-y-xs-2-8 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 8;
  grid-row: 2 / span 8;
}
.cell-x-xs-2-9 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 9;
  grid-column: 2 / span 9;
}
.cell-y-xs-2-9 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 9;
  grid-row: 2 / span 9;
}
.cell-x-xs-2-10 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  grid-column: 2 / span 10;
}
.cell-y-xs-2-10 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 10;
  grid-row: 2 / span 10;
}
.cell-x-xs-2-11 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 11;
  grid-column: 2 / span 11;
}
.cell-y-xs-2-11 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 11;
  grid-row: 2 / span 11;
}
.cell-x-xs-2-12 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 12;
  grid-column: 2 / span 12;
}
.cell-y-xs-2-12 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 12;
  grid-row: 2 / span 12;
}
.cell-x-xs-2-13 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 13;
  grid-column: 2 / span 13;
}
.cell-y-xs-2-13 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 13;
  grid-row: 2 / span 13;
}
.cell-x-xs-3-1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
}
.cell-y-xs-3-1 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 1;
}
.cell-x-xs-3-2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
}
.cell-y-xs-3-2 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / span 2;
}
.cell-x-xs-3-3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3 / span 3;
}
.cell-y-xs-3-3 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3 / span 3;
}
.cell-x-xs-3-4 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-column: 3 / span 4;
}
.cell-y-xs-3-4 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 4;
  grid-row: 3 / span 4;
}
.cell-x-xs-3-5 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 5;
  grid-column: 3 / span 5;
}
.cell-y-xs-3-5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  grid-row: 3 / span 5;
}
.cell-x-xs-3-6 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 6;
  grid-column: 3 / span 6;
}
.cell-y-xs-3-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 6;
  grid-row: 3 / span 6;
}
.cell-x-xs-3-7 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 7;
  grid-column: 3 / span 7;
}
.cell-y-xs-3-7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 7;
  grid-row: 3 / span 7;
}
.cell-x-xs-3-8 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  grid-column: 3 / span 8;
}
.cell-y-xs-3-8 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 8;
  grid-row: 3 / span 8;
}
.cell-x-xs-3-9 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 9;
  grid-column: 3 / span 9;
}
.cell-y-xs-3-9 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 9;
  grid-row: 3 / span 9;
}
.cell-x-xs-3-10 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 10;
  grid-column: 3 / span 10;
}
.cell-y-xs-3-10 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 10;
  grid-row: 3 / span 10;
}
.cell-x-xs-3-11 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 11;
  grid-column: 3 / span 11;
}
.cell-y-xs-3-11 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 11;
  grid-row: 3 / span 11;
}
.cell-x-xs-3-12 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 12;
  grid-column: 3 / span 12;
}
.cell-y-xs-3-12 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 12;
  grid-row: 3 / span 12;
}
.cell-x-xs-4-1 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1;
}
.cell-y-xs-4-1 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / span 1;
}
.cell-x-xs-4-2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4 / span 2;
}
.cell-y-xs-4-2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4 / span 2;
}
.cell-x-xs-4-3 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / span 3;
}
.cell-y-xs-4-3 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  grid-row: 4 / span 3;
}
.cell-x-xs-4-4 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 4;
  grid-column: 4 / span 4;
}
.cell-y-xs-4-4 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 4;
  grid-row: 4 / span 4;
}
.cell-x-xs-4-5 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 5;
  grid-column: 4 / span 5;
}
.cell-y-xs-4-5 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 5;
  grid-row: 4 / span 5;
}
.cell-x-xs-4-6 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  grid-column: 4 / span 6;
}
.cell-y-xs-4-6 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 6;
  grid-row: 4 / span 6;
}
.cell-x-xs-4-7 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 7;
  grid-column: 4 / span 7;
}
.cell-y-xs-4-7 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 7;
  grid-row: 4 / span 7;
}
.cell-x-xs-4-8 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 8;
  grid-column: 4 / span 8;
}
.cell-y-xs-4-8 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 8;
  grid-row: 4 / span 8;
}
.cell-x-xs-4-9 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  grid-column: 4 / span 9;
}
.cell-y-xs-4-9 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 9;
  grid-row: 4 / span 9;
}
.cell-x-xs-4-10 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 10;
  grid-column: 4 / span 10;
}
.cell-y-xs-4-10 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 10;
  grid-row: 4 / span 10;
}
.cell-x-xs-4-11 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 11;
  grid-column: 4 / span 11;
}
.cell-y-xs-4-11 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 11;
  grid-row: 4 / span 11;
}
.cell-x-xs-5-1 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5 / span 1;
}
.cell-y-xs-5-1 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5 / span 1;
}
.cell-x-xs-5-2 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5 / span 2;
}
.cell-y-xs-5-2 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  grid-row: 5 / span 2;
}
.cell-x-xs-5-3 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-column: 5 / span 3;
}
.cell-y-xs-5-3 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  grid-row: 5 / span 3;
}
.cell-x-xs-5-4 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5 / span 4;
}
.cell-y-xs-5-4 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 4;
  grid-row: 5 / span 4;
}
.cell-x-xs-5-5 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 5;
  grid-column: 5 / span 5;
}
.cell-y-xs-5-5 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 5;
  grid-row: 5 / span 5;
}
.cell-x-xs-5-6 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 6;
  grid-column: 5 / span 6;
}
.cell-y-xs-5-6 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 6;
  grid-row: 5 / span 6;
}
.cell-x-xs-5-7 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 7;
  grid-column: 5 / span 7;
}
.cell-y-xs-5-7 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 7;
  grid-row: 5 / span 7;
}
.cell-x-xs-5-8 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5 / span 8;
}
.cell-y-xs-5-8 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 8;
  grid-row: 5 / span 8;
}
.cell-x-xs-5-9 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 9;
  grid-column: 5 / span 9;
}
.cell-y-xs-5-9 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 9;
  grid-row: 5 / span 9;
}
.cell-x-xs-5-10 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 10;
  grid-column: 5 / span 10;
}
.cell-y-xs-5-10 {
  -ms-grid-row: 5;
  -ms-grid-row-span: 10;
  grid-row: 5 / span 10;
}
.cell-x-xs-6-1 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6 / span 1;
}
.cell-y-xs-6-1 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / span 1;
}
.cell-x-xs-6-2 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 6 / span 2;
}
.cell-y-xs-6-2 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 2;
  grid-row: 6 / span 2;
}
.cell-x-xs-6-3 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6 / span 3;
}
.cell-y-xs-6-3 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 3;
  grid-row: 6 / span 3;
}
.cell-x-xs-6-4 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 4;
  grid-column: 6 / span 4;
}
.cell-y-xs-6-4 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  grid-row: 6 / span 4;
}
.cell-x-xs-6-5 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 5;
  grid-column: 6 / span 5;
}
.cell-y-xs-6-5 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 5;
  grid-row: 6 / span 5;
}
.cell-x-xs-6-6 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 6;
  grid-column: 6 / span 6;
}
.cell-y-xs-6-6 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 6;
  grid-row: 6 / span 6;
}
.cell-x-xs-6-7 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  grid-column: 6 / span 7;
}
.cell-y-xs-6-7 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 7;
  grid-row: 6 / span 7;
}
.cell-x-xs-6-8 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 8;
  grid-column: 6 / span 8;
}
.cell-y-xs-6-8 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 8;
  grid-row: 6 / span 8;
}
.cell-x-xs-6-9 {
  -ms-grid-column: 6;
  -ms-grid-column-span: 9;
  grid-column: 6 / span 9;
}
.cell-y-xs-6-9 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 9;
  grid-row: 6 / span 9;
}
.cell-x-xs-7-1 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7 / span 1;
}
.cell-y-xs-7-1 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 1;
  grid-row: 7 / span 1;
}
.cell-x-xs-7-2 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 2;
  grid-column: 7 / span 2;
}
.cell-y-xs-7-2 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7 / span 2;
}
.cell-x-xs-7-3 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7 / span 3;
}
.cell-y-xs-7-3 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  grid-row: 7 / span 3;
}
.cell-x-xs-7-4 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-column: 7 / span 4;
}
.cell-y-xs-7-4 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 4;
  grid-row: 7 / span 4;
}
.cell-x-xs-7-5 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-column: 7 / span 5;
}
.cell-y-xs-7-5 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 5;
  grid-row: 7 / span 5;
}
.cell-x-xs-7-6 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7 / span 6;
}
.cell-y-xs-7-6 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 6;
  grid-row: 7 / span 6;
}
.cell-x-xs-7-7 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 7;
  grid-column: 7 / span 7;
}
.cell-y-xs-7-7 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 7;
  grid-row: 7 / span 7;
}
.cell-x-xs-7-8 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 8;
  grid-column: 7 / span 8;
}
.cell-y-xs-7-8 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 8;
  grid-row: 7 / span 8;
}
.cell-x-xs-8-1 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8 / span 1;
}
.cell-y-xs-8-1 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8 / span 1;
}
.cell-x-xs-8-2 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 2;
  grid-column: 8 / span 2;
}
.cell-y-xs-8-2 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  grid-row: 8 / span 2;
}
.cell-x-xs-8-3 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 3;
  grid-column: 8 / span 3;
}
.cell-y-xs-8-3 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 3;
  grid-row: 8 / span 3;
}
.cell-x-xs-8-4 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 4;
  grid-column: 8 / span 4;
}
.cell-y-xs-8-4 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 4;
  grid-row: 8 / span 4;
}
.cell-x-xs-8-5 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 5;
  grid-column: 8 / span 5;
}
.cell-y-xs-8-5 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 5;
  grid-row: 8 / span 5;
}
.cell-x-xs-8-6 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 6;
  grid-column: 8 / span 6;
}
.cell-y-xs-8-6 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 6;
  grid-row: 8 / span 6;
}
.cell-x-xs-8-7 {
  -ms-grid-column: 8;
  -ms-grid-column-span: 7;
  grid-column: 8 / span 7;
}
.cell-y-xs-8-7 {
  -ms-grid-row: 8;
  -ms-grid-row-span: 7;
  grid-row: 8 / span 7;
}
.cell-x-xs-9-1 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9 / span 1;
}
.cell-y-xs-9-1 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 1;
  grid-row: 9 / span 1;
}
.cell-x-xs-9-2 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 2;
  grid-column: 9 / span 2;
}
.cell-y-xs-9-2 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 2;
  grid-row: 9 / span 2;
}
.cell-x-xs-9-3 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-column: 9 / span 3;
}
.cell-y-xs-9-3 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 3;
  grid-row: 9 / span 3;
}
.cell-x-xs-9-4 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9 / span 4;
}
.cell-y-xs-9-4 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 4;
  grid-row: 9 / span 4;
}
.cell-x-xs-9-5 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 5;
  grid-column: 9 / span 5;
}
.cell-y-xs-9-5 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  grid-row: 9 / span 5;
}
.cell-x-xs-9-6 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 6;
  grid-column: 9 / span 6;
}
.cell-y-xs-9-6 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 6;
  grid-row: 9 / span 6;
}
.cell-x-xs-10-1 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 1;
  grid-column: 10 / span 1;
}
.cell-y-xs-10-1 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10 / span 1;
}
.cell-x-xs-10-2 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 2;
  grid-column: 10 / span 2;
}
.cell-y-xs-10-2 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 2;
  grid-row: 10 / span 2;
}
.cell-x-xs-10-3 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10 / span 3;
}
.cell-y-xs-10-3 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  grid-row: 10 / span 3;
}
.cell-x-xs-10-4 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 4;
  grid-column: 10 / span 4;
}
.cell-y-xs-10-4 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 4;
  grid-row: 10 / span 4;
}
.cell-x-xs-10-5 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 5;
  grid-column: 10 / span 5;
}
.cell-y-xs-10-5 {
  -ms-grid-row: 10;
  -ms-grid-row-span: 5;
  grid-row: 10 / span 5;
}
.cell-x-xs-11-1 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 1;
  grid-column: 11 / span 1;
}
.cell-y-xs-11-1 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 1;
  grid-row: 11 / span 1;
}
.cell-x-xs-11-2 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 2;
  grid-column: 11 / span 2;
}
.cell-y-xs-11-2 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 2;
  grid-row: 11 / span 2;
}
.cell-x-xs-11-3 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 3;
  grid-column: 11 / span 3;
}
.cell-y-xs-11-3 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 3;
  grid-row: 11 / span 3;
}
.cell-x-xs-11-4 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 4;
  grid-column: 11 / span 4;
}
.cell-y-xs-11-4 {
  -ms-grid-row: 11;
  -ms-grid-row-span: 4;
  grid-row: 11 / span 4;
}
.cell-x-xs-12-1 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 1;
  grid-column: 12 / span 1;
}
.cell-y-xs-12-1 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 1;
  grid-row: 12 / span 1;
}
.cell-x-xs-12-2 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 2;
  grid-column: 12 / span 2;
}
.cell-y-xs-12-2 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 2;
  grid-row: 12 / span 2;
}
.cell-x-xs-12-3 {
  -ms-grid-column: 12;
  -ms-grid-column-span: 3;
  grid-column: 12 / span 3;
}
.cell-y-xs-12-3 {
  -ms-grid-row: 12;
  -ms-grid-row-span: 3;
  grid-row: 12 / span 3;
}
.cell-x-xs-13-1 {
  -ms-grid-column: 13;
  -ms-grid-column-span: 1;
  grid-column: 13 / span 1;
}
.cell-y-xs-13-1 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 1;
  grid-row: 13 / span 1;
}
.cell-x-xs-13-2 {
  -ms-grid-column: 13;
  -ms-grid-column-span: 2;
  grid-column: 13 / span 2;
}
.cell-y-xs-13-2 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 2;
  grid-row: 13 / span 2;
}
.cell-x-xs-14-1 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 1;
  grid-column: 14 / span 1;
}
.cell-y-xs-14-1 {
  -ms-grid-row: 14;
  -ms-grid-row-span: 1;
  grid-row: 14 / span 1;
}
@media screen and (min-width: 440px) {
  .cell-x-sm-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .cell-y-sm-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .cell-x-sm-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .cell-y-sm-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .cell-x-sm-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
  }
  .cell-y-sm-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
  }
  .cell-x-sm-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
  }
  .cell-y-sm-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
  }
  .cell-x-sm-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
  }
  .cell-y-sm-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
  }
  .cell-x-sm-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
  }
  .cell-y-sm-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1 / span 6;
  }
  .cell-x-sm-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
  }
  .cell-y-sm-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1 / span 7;
  }
  .cell-x-sm-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / span 8;
  }
  .cell-y-sm-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1 / span 8;
  }
  .cell-x-sm-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1 / span 9;
  }
  .cell-y-sm-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1 / span 9;
  }
  .cell-x-sm-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1 / span 10;
  }
  .cell-y-sm-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1 / span 10;
  }
  .cell-x-sm-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1 / span 11;
  }
  .cell-y-sm-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1 / span 11;
  }
  .cell-x-sm-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / span 12;
  }
  .cell-y-sm-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1 / span 12;
  }
  .cell-x-sm-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1 / span 13;
  }
  .cell-y-sm-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1 / span 13;
  }
  .cell-x-sm-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1 / span 14;
  }
  .cell-y-sm-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1 / span 14;
  }
  .cell-x-sm-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
  }
  .cell-y-sm-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .cell-x-sm-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
  .cell-y-sm-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / span 2;
  }
  .cell-x-sm-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / span 3;
  }
  .cell-y-sm-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2 / span 3;
  }
  .cell-x-sm-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
  }
  .cell-y-sm-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2 / span 4;
  }
  .cell-x-sm-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
  }
  .cell-y-sm-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2 / span 5;
  }
  .cell-x-sm-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2 / span 6;
  }
  .cell-y-sm-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2 / span 6;
  }
  .cell-x-sm-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
  }
  .cell-y-sm-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2 / span 7;
  }
  .cell-x-sm-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / span 8;
  }
  .cell-y-sm-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2 / span 8;
  }
  .cell-x-sm-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2 / span 9;
  }
  .cell-y-sm-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2 / span 9;
  }
  .cell-x-sm-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
  .cell-y-sm-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2 / span 10;
  }
  .cell-x-sm-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
  }
  .cell-y-sm-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2 / span 11;
  }
  .cell-x-sm-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2 / span 12;
  }
  .cell-y-sm-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2 / span 12;
  }
  .cell-x-sm-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2 / span 13;
  }
  .cell-y-sm-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2 / span 13;
  }
  .cell-x-sm-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
  }
  .cell-y-sm-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  }
  .cell-x-sm-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .cell-y-sm-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / span 2;
  }
  .cell-x-sm-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / span 3;
  }
  .cell-y-sm-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3 / span 3;
  }
  .cell-x-sm-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3 / span 4;
  }
  .cell-y-sm-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3 / span 4;
  }
  .cell-x-sm-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3 / span 5;
  }
  .cell-y-sm-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3 / span 5;
  }
  .cell-x-sm-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3 / span 6;
  }
  .cell-y-sm-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3 / span 6;
  }
  .cell-x-sm-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3 / span 7;
  }
  .cell-y-sm-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3 / span 7;
  }
  .cell-x-sm-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / span 8;
  }
  .cell-y-sm-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3 / span 8;
  }
  .cell-x-sm-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3 / span 9;
  }
  .cell-y-sm-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3 / span 9;
  }
  .cell-x-sm-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3 / span 10;
  }
  .cell-y-sm-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3 / span 10;
  }
  .cell-x-sm-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3 / span 11;
  }
  .cell-y-sm-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3 / span 11;
  }
  .cell-x-sm-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3 / span 12;
  }
  .cell-y-sm-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3 / span 12;
  }
  .cell-x-sm-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / span 1;
  }
  .cell-y-sm-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
  }
  .cell-x-sm-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / span 2;
  }
  .cell-y-sm-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4 / span 2;
  }
  .cell-x-sm-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / span 3;
  }
  .cell-y-sm-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / span 3;
  }
  .cell-x-sm-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4 / span 4;
  }
  .cell-y-sm-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4 / span 4;
  }
  .cell-x-sm-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4 / span 5;
  }
  .cell-y-sm-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4 / span 5;
  }
  .cell-x-sm-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / span 6;
  }
  .cell-y-sm-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4 / span 6;
  }
  .cell-x-sm-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4 / span 7;
  }
  .cell-y-sm-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4 / span 7;
  }
  .cell-x-sm-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4 / span 8;
  }
  .cell-y-sm-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4 / span 8;
  }
  .cell-x-sm-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4 / span 9;
  }
  .cell-y-sm-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4 / span 9;
  }
  .cell-x-sm-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4 / span 10;
  }
  .cell-y-sm-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4 / span 10;
  }
  .cell-x-sm-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4 / span 11;
  }
  .cell-y-sm-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4 / span 11;
  }
  .cell-x-sm-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / span 1;
  }
  .cell-y-sm-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / span 1;
  }
  .cell-x-sm-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / span 2;
  }
  .cell-y-sm-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2;
  }
  .cell-x-sm-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5 / span 3;
  }
  .cell-y-sm-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5 / span 3;
  }
  .cell-x-sm-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / span 4;
  }
  .cell-y-sm-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5 / span 4;
  }
  .cell-x-sm-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5 / span 5;
  }
  .cell-y-sm-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5 / span 5;
  }
  .cell-x-sm-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5 / span 6;
  }
  .cell-y-sm-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5 / span 6;
  }
  .cell-x-sm-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5 / span 7;
  }
  .cell-y-sm-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5 / span 7;
  }
  .cell-x-sm-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / span 8;
  }
  .cell-y-sm-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5 / span 8;
  }
  .cell-x-sm-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5 / span 9;
  }
  .cell-y-sm-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5 / span 9;
  }
  .cell-x-sm-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5 / span 10;
  }
  .cell-y-sm-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5 / span 10;
  }
  .cell-x-sm-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6 / span 1;
  }
  .cell-y-sm-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / span 1;
  }
  .cell-x-sm-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6 / span 2;
  }
  .cell-y-sm-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6 / span 2;
  }
  .cell-x-sm-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6 / span 3;
  }
  .cell-y-sm-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6 / span 3;
  }
  .cell-x-sm-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6 / span 4;
  }
  .cell-y-sm-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6 / span 4;
  }
  .cell-x-sm-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6 / span 5;
  }
  .cell-y-sm-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6 / span 5;
  }
  .cell-x-sm-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6 / span 6;
  }
  .cell-y-sm-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6 / span 6;
  }
  .cell-x-sm-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6 / span 7;
  }
  .cell-y-sm-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6 / span 7;
  }
  .cell-x-sm-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6 / span 8;
  }
  .cell-y-sm-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6 / span 8;
  }
  .cell-x-sm-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6 / span 9;
  }
  .cell-y-sm-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6 / span 9;
  }
  .cell-x-sm-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7 / span 1;
  }
  .cell-y-sm-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / span 1;
  }
  .cell-x-sm-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7 / span 2;
  }
  .cell-y-sm-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7 / span 2;
  }
  .cell-x-sm-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / span 3;
  }
  .cell-y-sm-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7 / span 3;
  }
  .cell-x-sm-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7 / span 4;
  }
  .cell-y-sm-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7 / span 4;
  }
  .cell-x-sm-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / span 5;
  }
  .cell-y-sm-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
  }
  .cell-x-sm-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / span 6;
  }
  .cell-y-sm-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7 / span 6;
  }
  .cell-x-sm-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7 / span 7;
  }
  .cell-y-sm-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7 / span 7;
  }
  .cell-x-sm-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7 / span 8;
  }
  .cell-y-sm-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7 / span 8;
  }
  .cell-x-sm-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8 / span 1;
  }
  .cell-y-sm-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8 / span 1;
  }
  .cell-x-sm-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8 / span 2;
  }
  .cell-y-sm-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8 / span 2;
  }
  .cell-x-sm-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8 / span 3;
  }
  .cell-y-sm-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8 / span 3;
  }
  .cell-x-sm-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / span 4;
  }
  .cell-y-sm-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8 / span 4;
  }
  .cell-x-sm-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8 / span 5;
  }
  .cell-y-sm-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8 / span 5;
  }
  .cell-x-sm-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8 / span 6;
  }
  .cell-y-sm-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8 / span 6;
  }
  .cell-x-sm-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8 / span 7;
  }
  .cell-y-sm-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8 / span 7;
  }
  .cell-x-sm-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9 / span 1;
  }
  .cell-y-sm-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / span 1;
  }
  .cell-x-sm-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9 / span 2;
  }
  .cell-y-sm-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9 / span 2;
  }
  .cell-x-sm-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9 / span 3;
  }
  .cell-y-sm-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9 / span 3;
  }
  .cell-x-sm-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / span 4;
  }
  .cell-y-sm-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9 / span 4;
  }
  .cell-x-sm-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9 / span 5;
  }
  .cell-y-sm-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9 / span 5;
  }
  .cell-x-sm-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9 / span 6;
  }
  .cell-y-sm-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9 / span 6;
  }
  .cell-x-sm-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10 / span 1;
  }
  .cell-y-sm-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10 / span 1;
  }
  .cell-x-sm-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10 / span 2;
  }
  .cell-y-sm-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10 / span 2;
  }
  .cell-x-sm-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / span 3;
  }
  .cell-y-sm-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10 / span 3;
  }
  .cell-x-sm-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10 / span 4;
  }
  .cell-y-sm-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10 / span 4;
  }
  .cell-x-sm-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10 / span 5;
  }
  .cell-y-sm-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10 / span 5;
  }
  .cell-x-sm-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11 / span 1;
  }
  .cell-y-sm-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / span 1;
  }
  .cell-x-sm-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11 / span 2;
  }
  .cell-y-sm-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11 / span 2;
  }
  .cell-x-sm-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11 / span 3;
  }
  .cell-y-sm-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11 / span 3;
  }
  .cell-x-sm-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11 / span 4;
  }
  .cell-y-sm-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11 / span 4;
  }
  .cell-x-sm-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12 / span 1;
  }
  .cell-y-sm-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12 / span 1;
  }
  .cell-x-sm-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12 / span 2;
  }
  .cell-y-sm-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12 / span 2;
  }
  .cell-x-sm-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12 / span 3;
  }
  .cell-y-sm-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12 / span 3;
  }
  .cell-x-sm-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13 / span 1;
  }
  .cell-y-sm-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13 / span 1;
  }
  .cell-x-sm-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13 / span 2;
  }
  .cell-y-sm-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13 / span 2;
  }
  .cell-x-sm-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14 / span 1;
  }
  .cell-y-sm-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14 / span 1;
  }
}
@media screen and (min-width: 768px) {
  .cell-x-md-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .cell-y-md-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .cell-x-md-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .cell-y-md-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .cell-x-md-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
  }
  .cell-y-md-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
  }
  .cell-x-md-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
  }
  .cell-y-md-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
  }
  .cell-x-md-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
  }
  .cell-y-md-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
  }
  .cell-x-md-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
  }
  .cell-y-md-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1 / span 6;
  }
  .cell-x-md-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
  }
  .cell-y-md-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1 / span 7;
  }
  .cell-x-md-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / span 8;
  }
  .cell-y-md-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1 / span 8;
  }
  .cell-x-md-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1 / span 9;
  }
  .cell-y-md-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1 / span 9;
  }
  .cell-x-md-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1 / span 10;
  }
  .cell-y-md-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1 / span 10;
  }
  .cell-x-md-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1 / span 11;
  }
  .cell-y-md-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1 / span 11;
  }
  .cell-x-md-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / span 12;
  }
  .cell-y-md-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1 / span 12;
  }
  .cell-x-md-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1 / span 13;
  }
  .cell-y-md-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1 / span 13;
  }
  .cell-x-md-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1 / span 14;
  }
  .cell-y-md-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1 / span 14;
  }
  .cell-x-md-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
  }
  .cell-y-md-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .cell-x-md-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
  .cell-y-md-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / span 2;
  }
  .cell-x-md-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / span 3;
  }
  .cell-y-md-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2 / span 3;
  }
  .cell-x-md-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
  }
  .cell-y-md-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2 / span 4;
  }
  .cell-x-md-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
  }
  .cell-y-md-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2 / span 5;
  }
  .cell-x-md-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2 / span 6;
  }
  .cell-y-md-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2 / span 6;
  }
  .cell-x-md-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
  }
  .cell-y-md-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2 / span 7;
  }
  .cell-x-md-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / span 8;
  }
  .cell-y-md-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2 / span 8;
  }
  .cell-x-md-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2 / span 9;
  }
  .cell-y-md-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2 / span 9;
  }
  .cell-x-md-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
  .cell-y-md-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2 / span 10;
  }
  .cell-x-md-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
  }
  .cell-y-md-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2 / span 11;
  }
  .cell-x-md-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2 / span 12;
  }
  .cell-y-md-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2 / span 12;
  }
  .cell-x-md-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2 / span 13;
  }
  .cell-y-md-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2 / span 13;
  }
  .cell-x-md-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
  }
  .cell-y-md-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  }
  .cell-x-md-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .cell-y-md-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / span 2;
  }
  .cell-x-md-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / span 3;
  }
  .cell-y-md-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3 / span 3;
  }
  .cell-x-md-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3 / span 4;
  }
  .cell-y-md-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3 / span 4;
  }
  .cell-x-md-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3 / span 5;
  }
  .cell-y-md-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3 / span 5;
  }
  .cell-x-md-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3 / span 6;
  }
  .cell-y-md-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3 / span 6;
  }
  .cell-x-md-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3 / span 7;
  }
  .cell-y-md-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3 / span 7;
  }
  .cell-x-md-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / span 8;
  }
  .cell-y-md-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3 / span 8;
  }
  .cell-x-md-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3 / span 9;
  }
  .cell-y-md-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3 / span 9;
  }
  .cell-x-md-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3 / span 10;
  }
  .cell-y-md-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3 / span 10;
  }
  .cell-x-md-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3 / span 11;
  }
  .cell-y-md-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3 / span 11;
  }
  .cell-x-md-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3 / span 12;
  }
  .cell-y-md-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3 / span 12;
  }
  .cell-x-md-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / span 1;
  }
  .cell-y-md-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
  }
  .cell-x-md-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / span 2;
  }
  .cell-y-md-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4 / span 2;
  }
  .cell-x-md-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / span 3;
  }
  .cell-y-md-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / span 3;
  }
  .cell-x-md-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4 / span 4;
  }
  .cell-y-md-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4 / span 4;
  }
  .cell-x-md-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4 / span 5;
  }
  .cell-y-md-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4 / span 5;
  }
  .cell-x-md-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / span 6;
  }
  .cell-y-md-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4 / span 6;
  }
  .cell-x-md-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4 / span 7;
  }
  .cell-y-md-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4 / span 7;
  }
  .cell-x-md-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4 / span 8;
  }
  .cell-y-md-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4 / span 8;
  }
  .cell-x-md-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4 / span 9;
  }
  .cell-y-md-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4 / span 9;
  }
  .cell-x-md-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4 / span 10;
  }
  .cell-y-md-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4 / span 10;
  }
  .cell-x-md-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4 / span 11;
  }
  .cell-y-md-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4 / span 11;
  }
  .cell-x-md-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / span 1;
  }
  .cell-y-md-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / span 1;
  }
  .cell-x-md-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / span 2;
  }
  .cell-y-md-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2;
  }
  .cell-x-md-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5 / span 3;
  }
  .cell-y-md-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5 / span 3;
  }
  .cell-x-md-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / span 4;
  }
  .cell-y-md-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5 / span 4;
  }
  .cell-x-md-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5 / span 5;
  }
  .cell-y-md-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5 / span 5;
  }
  .cell-x-md-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5 / span 6;
  }
  .cell-y-md-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5 / span 6;
  }
  .cell-x-md-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5 / span 7;
  }
  .cell-y-md-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5 / span 7;
  }
  .cell-x-md-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / span 8;
  }
  .cell-y-md-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5 / span 8;
  }
  .cell-x-md-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5 / span 9;
  }
  .cell-y-md-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5 / span 9;
  }
  .cell-x-md-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5 / span 10;
  }
  .cell-y-md-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5 / span 10;
  }
  .cell-x-md-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6 / span 1;
  }
  .cell-y-md-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / span 1;
  }
  .cell-x-md-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6 / span 2;
  }
  .cell-y-md-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6 / span 2;
  }
  .cell-x-md-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6 / span 3;
  }
  .cell-y-md-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6 / span 3;
  }
  .cell-x-md-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6 / span 4;
  }
  .cell-y-md-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6 / span 4;
  }
  .cell-x-md-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6 / span 5;
  }
  .cell-y-md-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6 / span 5;
  }
  .cell-x-md-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6 / span 6;
  }
  .cell-y-md-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6 / span 6;
  }
  .cell-x-md-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6 / span 7;
  }
  .cell-y-md-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6 / span 7;
  }
  .cell-x-md-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6 / span 8;
  }
  .cell-y-md-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6 / span 8;
  }
  .cell-x-md-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6 / span 9;
  }
  .cell-y-md-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6 / span 9;
  }
  .cell-x-md-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7 / span 1;
  }
  .cell-y-md-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / span 1;
  }
  .cell-x-md-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7 / span 2;
  }
  .cell-y-md-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7 / span 2;
  }
  .cell-x-md-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / span 3;
  }
  .cell-y-md-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7 / span 3;
  }
  .cell-x-md-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7 / span 4;
  }
  .cell-y-md-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7 / span 4;
  }
  .cell-x-md-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / span 5;
  }
  .cell-y-md-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
  }
  .cell-x-md-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / span 6;
  }
  .cell-y-md-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7 / span 6;
  }
  .cell-x-md-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7 / span 7;
  }
  .cell-y-md-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7 / span 7;
  }
  .cell-x-md-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7 / span 8;
  }
  .cell-y-md-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7 / span 8;
  }
  .cell-x-md-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8 / span 1;
  }
  .cell-y-md-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8 / span 1;
  }
  .cell-x-md-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8 / span 2;
  }
  .cell-y-md-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8 / span 2;
  }
  .cell-x-md-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8 / span 3;
  }
  .cell-y-md-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8 / span 3;
  }
  .cell-x-md-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / span 4;
  }
  .cell-y-md-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8 / span 4;
  }
  .cell-x-md-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8 / span 5;
  }
  .cell-y-md-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8 / span 5;
  }
  .cell-x-md-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8 / span 6;
  }
  .cell-y-md-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8 / span 6;
  }
  .cell-x-md-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8 / span 7;
  }
  .cell-y-md-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8 / span 7;
  }
  .cell-x-md-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9 / span 1;
  }
  .cell-y-md-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / span 1;
  }
  .cell-x-md-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9 / span 2;
  }
  .cell-y-md-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9 / span 2;
  }
  .cell-x-md-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9 / span 3;
  }
  .cell-y-md-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9 / span 3;
  }
  .cell-x-md-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / span 4;
  }
  .cell-y-md-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9 / span 4;
  }
  .cell-x-md-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9 / span 5;
  }
  .cell-y-md-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9 / span 5;
  }
  .cell-x-md-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9 / span 6;
  }
  .cell-y-md-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9 / span 6;
  }
  .cell-x-md-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10 / span 1;
  }
  .cell-y-md-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10 / span 1;
  }
  .cell-x-md-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10 / span 2;
  }
  .cell-y-md-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10 / span 2;
  }
  .cell-x-md-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / span 3;
  }
  .cell-y-md-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10 / span 3;
  }
  .cell-x-md-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10 / span 4;
  }
  .cell-y-md-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10 / span 4;
  }
  .cell-x-md-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10 / span 5;
  }
  .cell-y-md-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10 / span 5;
  }
  .cell-x-md-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11 / span 1;
  }
  .cell-y-md-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / span 1;
  }
  .cell-x-md-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11 / span 2;
  }
  .cell-y-md-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11 / span 2;
  }
  .cell-x-md-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11 / span 3;
  }
  .cell-y-md-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11 / span 3;
  }
  .cell-x-md-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11 / span 4;
  }
  .cell-y-md-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11 / span 4;
  }
  .cell-x-md-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12 / span 1;
  }
  .cell-y-md-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12 / span 1;
  }
  .cell-x-md-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12 / span 2;
  }
  .cell-y-md-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12 / span 2;
  }
  .cell-x-md-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12 / span 3;
  }
  .cell-y-md-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12 / span 3;
  }
  .cell-x-md-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13 / span 1;
  }
  .cell-y-md-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13 / span 1;
  }
  .cell-x-md-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13 / span 2;
  }
  .cell-y-md-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13 / span 2;
  }
  .cell-x-md-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14 / span 1;
  }
  .cell-y-md-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14 / span 1;
  }
}
@media screen and (min-width: 992px) {
  .cell-x-lg-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .cell-y-lg-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .cell-x-lg-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .cell-y-lg-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .cell-x-lg-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
  }
  .cell-y-lg-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
  }
  .cell-x-lg-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
  }
  .cell-y-lg-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
  }
  .cell-x-lg-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
  }
  .cell-y-lg-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
  }
  .cell-x-lg-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
  }
  .cell-y-lg-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1 / span 6;
  }
  .cell-x-lg-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
  }
  .cell-y-lg-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1 / span 7;
  }
  .cell-x-lg-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / span 8;
  }
  .cell-y-lg-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1 / span 8;
  }
  .cell-x-lg-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1 / span 9;
  }
  .cell-y-lg-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1 / span 9;
  }
  .cell-x-lg-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1 / span 10;
  }
  .cell-y-lg-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1 / span 10;
  }
  .cell-x-lg-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1 / span 11;
  }
  .cell-y-lg-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1 / span 11;
  }
  .cell-x-lg-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / span 12;
  }
  .cell-y-lg-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1 / span 12;
  }
  .cell-x-lg-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1 / span 13;
  }
  .cell-y-lg-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1 / span 13;
  }
  .cell-x-lg-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1 / span 14;
  }
  .cell-y-lg-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1 / span 14;
  }
  .cell-x-lg-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
  }
  .cell-y-lg-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .cell-x-lg-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
  .cell-y-lg-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / span 2;
  }
  .cell-x-lg-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / span 3;
  }
  .cell-y-lg-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2 / span 3;
  }
  .cell-x-lg-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
  }
  .cell-y-lg-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2 / span 4;
  }
  .cell-x-lg-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
  }
  .cell-y-lg-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2 / span 5;
  }
  .cell-x-lg-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2 / span 6;
  }
  .cell-y-lg-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2 / span 6;
  }
  .cell-x-lg-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
  }
  .cell-y-lg-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2 / span 7;
  }
  .cell-x-lg-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / span 8;
  }
  .cell-y-lg-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2 / span 8;
  }
  .cell-x-lg-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2 / span 9;
  }
  .cell-y-lg-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2 / span 9;
  }
  .cell-x-lg-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
  .cell-y-lg-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2 / span 10;
  }
  .cell-x-lg-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
  }
  .cell-y-lg-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2 / span 11;
  }
  .cell-x-lg-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2 / span 12;
  }
  .cell-y-lg-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2 / span 12;
  }
  .cell-x-lg-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2 / span 13;
  }
  .cell-y-lg-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2 / span 13;
  }
  .cell-x-lg-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
  }
  .cell-y-lg-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  }
  .cell-x-lg-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .cell-y-lg-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / span 2;
  }
  .cell-x-lg-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / span 3;
  }
  .cell-y-lg-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3 / span 3;
  }
  .cell-x-lg-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3 / span 4;
  }
  .cell-y-lg-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3 / span 4;
  }
  .cell-x-lg-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3 / span 5;
  }
  .cell-y-lg-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3 / span 5;
  }
  .cell-x-lg-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3 / span 6;
  }
  .cell-y-lg-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3 / span 6;
  }
  .cell-x-lg-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3 / span 7;
  }
  .cell-y-lg-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3 / span 7;
  }
  .cell-x-lg-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / span 8;
  }
  .cell-y-lg-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3 / span 8;
  }
  .cell-x-lg-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3 / span 9;
  }
  .cell-y-lg-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3 / span 9;
  }
  .cell-x-lg-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3 / span 10;
  }
  .cell-y-lg-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3 / span 10;
  }
  .cell-x-lg-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3 / span 11;
  }
  .cell-y-lg-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3 / span 11;
  }
  .cell-x-lg-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3 / span 12;
  }
  .cell-y-lg-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3 / span 12;
  }
  .cell-x-lg-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / span 1;
  }
  .cell-y-lg-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
  }
  .cell-x-lg-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / span 2;
  }
  .cell-y-lg-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4 / span 2;
  }
  .cell-x-lg-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / span 3;
  }
  .cell-y-lg-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / span 3;
  }
  .cell-x-lg-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4 / span 4;
  }
  .cell-y-lg-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4 / span 4;
  }
  .cell-x-lg-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4 / span 5;
  }
  .cell-y-lg-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4 / span 5;
  }
  .cell-x-lg-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / span 6;
  }
  .cell-y-lg-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4 / span 6;
  }
  .cell-x-lg-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4 / span 7;
  }
  .cell-y-lg-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4 / span 7;
  }
  .cell-x-lg-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4 / span 8;
  }
  .cell-y-lg-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4 / span 8;
  }
  .cell-x-lg-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4 / span 9;
  }
  .cell-y-lg-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4 / span 9;
  }
  .cell-x-lg-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4 / span 10;
  }
  .cell-y-lg-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4 / span 10;
  }
  .cell-x-lg-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4 / span 11;
  }
  .cell-y-lg-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4 / span 11;
  }
  .cell-x-lg-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / span 1;
  }
  .cell-y-lg-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / span 1;
  }
  .cell-x-lg-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / span 2;
  }
  .cell-y-lg-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2;
  }
  .cell-x-lg-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5 / span 3;
  }
  .cell-y-lg-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5 / span 3;
  }
  .cell-x-lg-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / span 4;
  }
  .cell-y-lg-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5 / span 4;
  }
  .cell-x-lg-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5 / span 5;
  }
  .cell-y-lg-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5 / span 5;
  }
  .cell-x-lg-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5 / span 6;
  }
  .cell-y-lg-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5 / span 6;
  }
  .cell-x-lg-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5 / span 7;
  }
  .cell-y-lg-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5 / span 7;
  }
  .cell-x-lg-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / span 8;
  }
  .cell-y-lg-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5 / span 8;
  }
  .cell-x-lg-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5 / span 9;
  }
  .cell-y-lg-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5 / span 9;
  }
  .cell-x-lg-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5 / span 10;
  }
  .cell-y-lg-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5 / span 10;
  }
  .cell-x-lg-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6 / span 1;
  }
  .cell-y-lg-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / span 1;
  }
  .cell-x-lg-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6 / span 2;
  }
  .cell-y-lg-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6 / span 2;
  }
  .cell-x-lg-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6 / span 3;
  }
  .cell-y-lg-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6 / span 3;
  }
  .cell-x-lg-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6 / span 4;
  }
  .cell-y-lg-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6 / span 4;
  }
  .cell-x-lg-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6 / span 5;
  }
  .cell-y-lg-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6 / span 5;
  }
  .cell-x-lg-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6 / span 6;
  }
  .cell-y-lg-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6 / span 6;
  }
  .cell-x-lg-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6 / span 7;
  }
  .cell-y-lg-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6 / span 7;
  }
  .cell-x-lg-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6 / span 8;
  }
  .cell-y-lg-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6 / span 8;
  }
  .cell-x-lg-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6 / span 9;
  }
  .cell-y-lg-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6 / span 9;
  }
  .cell-x-lg-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7 / span 1;
  }
  .cell-y-lg-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / span 1;
  }
  .cell-x-lg-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7 / span 2;
  }
  .cell-y-lg-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7 / span 2;
  }
  .cell-x-lg-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / span 3;
  }
  .cell-y-lg-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7 / span 3;
  }
  .cell-x-lg-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7 / span 4;
  }
  .cell-y-lg-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7 / span 4;
  }
  .cell-x-lg-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / span 5;
  }
  .cell-y-lg-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
  }
  .cell-x-lg-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / span 6;
  }
  .cell-y-lg-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7 / span 6;
  }
  .cell-x-lg-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7 / span 7;
  }
  .cell-y-lg-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7 / span 7;
  }
  .cell-x-lg-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7 / span 8;
  }
  .cell-y-lg-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7 / span 8;
  }
  .cell-x-lg-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8 / span 1;
  }
  .cell-y-lg-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8 / span 1;
  }
  .cell-x-lg-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8 / span 2;
  }
  .cell-y-lg-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8 / span 2;
  }
  .cell-x-lg-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8 / span 3;
  }
  .cell-y-lg-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8 / span 3;
  }
  .cell-x-lg-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / span 4;
  }
  .cell-y-lg-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8 / span 4;
  }
  .cell-x-lg-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8 / span 5;
  }
  .cell-y-lg-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8 / span 5;
  }
  .cell-x-lg-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8 / span 6;
  }
  .cell-y-lg-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8 / span 6;
  }
  .cell-x-lg-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8 / span 7;
  }
  .cell-y-lg-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8 / span 7;
  }
  .cell-x-lg-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9 / span 1;
  }
  .cell-y-lg-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / span 1;
  }
  .cell-x-lg-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9 / span 2;
  }
  .cell-y-lg-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9 / span 2;
  }
  .cell-x-lg-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9 / span 3;
  }
  .cell-y-lg-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9 / span 3;
  }
  .cell-x-lg-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / span 4;
  }
  .cell-y-lg-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9 / span 4;
  }
  .cell-x-lg-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9 / span 5;
  }
  .cell-y-lg-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9 / span 5;
  }
  .cell-x-lg-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9 / span 6;
  }
  .cell-y-lg-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9 / span 6;
  }
  .cell-x-lg-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10 / span 1;
  }
  .cell-y-lg-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10 / span 1;
  }
  .cell-x-lg-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10 / span 2;
  }
  .cell-y-lg-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10 / span 2;
  }
  .cell-x-lg-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / span 3;
  }
  .cell-y-lg-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10 / span 3;
  }
  .cell-x-lg-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10 / span 4;
  }
  .cell-y-lg-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10 / span 4;
  }
  .cell-x-lg-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10 / span 5;
  }
  .cell-y-lg-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10 / span 5;
  }
  .cell-x-lg-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11 / span 1;
  }
  .cell-y-lg-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / span 1;
  }
  .cell-x-lg-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11 / span 2;
  }
  .cell-y-lg-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11 / span 2;
  }
  .cell-x-lg-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11 / span 3;
  }
  .cell-y-lg-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11 / span 3;
  }
  .cell-x-lg-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11 / span 4;
  }
  .cell-y-lg-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11 / span 4;
  }
  .cell-x-lg-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12 / span 1;
  }
  .cell-y-lg-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12 / span 1;
  }
  .cell-x-lg-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12 / span 2;
  }
  .cell-y-lg-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12 / span 2;
  }
  .cell-x-lg-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12 / span 3;
  }
  .cell-y-lg-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12 / span 3;
  }
  .cell-x-lg-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13 / span 1;
  }
  .cell-y-lg-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13 / span 1;
  }
  .cell-x-lg-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13 / span 2;
  }
  .cell-y-lg-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13 / span 2;
  }
  .cell-x-lg-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14 / span 1;
  }
  .cell-y-lg-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14 / span 1;
  }
}
@media screen and (min-width: 1342px) {
  .cell-x-xl-1-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
  .cell-y-xl-1-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
  }
  .cell-x-xl-1-2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .cell-y-xl-1-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
  .cell-x-xl-1-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
  }
  .cell-y-xl-1-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
  }
  .cell-x-xl-1-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / span 4;
  }
  .cell-y-xl-1-4 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / span 4;
  }
  .cell-x-xl-1-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / span 5;
  }
  .cell-y-xl-1-5 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
  }
  .cell-x-xl-1-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1 / span 6;
  }
  .cell-y-xl-1-6 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1 / span 6;
  }
  .cell-x-xl-1-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1 / span 7;
  }
  .cell-y-xl-1-7 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1 / span 7;
  }
  .cell-x-xl-1-8 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1 / span 8;
  }
  .cell-y-xl-1-8 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 8;
    grid-row: 1 / span 8;
  }
  .cell-x-xl-1-9 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    grid-column: 1 / span 9;
  }
  .cell-y-xl-1-9 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 9;
    grid-row: 1 / span 9;
  }
  .cell-x-xl-1-10 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1 / span 10;
  }
  .cell-y-xl-1-10 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 10;
    grid-row: 1 / span 10;
  }
  .cell-x-xl-1-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 11;
    grid-column: 1 / span 11;
  }
  .cell-y-xl-1-11 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 11;
    grid-row: 1 / span 11;
  }
  .cell-x-xl-1-12 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / span 12;
  }
  .cell-y-xl-1-12 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 12;
    grid-row: 1 / span 12;
  }
  .cell-x-xl-1-13 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 13;
    grid-column: 1 / span 13;
  }
  .cell-y-xl-1-13 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 13;
    grid-row: 1 / span 13;
  }
  .cell-x-xl-1-14 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    grid-column: 1 / span 14;
  }
  .cell-y-xl-1-14 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 14;
    grid-row: 1 / span 14;
  }
  .cell-x-xl-2-1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
  }
  .cell-y-xl-2-1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / span 1;
  }
  .cell-x-xl-2-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
  .cell-y-xl-2-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / span 2;
  }
  .cell-x-xl-2-3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / span 3;
  }
  .cell-y-xl-2-3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2 / span 3;
  }
  .cell-x-xl-2-4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    grid-column: 2 / span 4;
  }
  .cell-y-xl-2-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2 / span 4;
  }
  .cell-x-xl-2-5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 5;
    grid-column: 2 / span 5;
  }
  .cell-y-xl-2-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 5;
    grid-row: 2 / span 5;
  }
  .cell-x-xl-2-6 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2 / span 6;
  }
  .cell-y-xl-2-6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 6;
    grid-row: 2 / span 6;
  }
  .cell-x-xl-2-7 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 7;
    grid-column: 2 / span 7;
  }
  .cell-y-xl-2-7 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 7;
    grid-row: 2 / span 7;
  }
  .cell-x-xl-2-8 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2 / span 8;
  }
  .cell-y-xl-2-8 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 8;
    grid-row: 2 / span 8;
  }
  .cell-x-xl-2-9 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 9;
    grid-column: 2 / span 9;
  }
  .cell-y-xl-2-9 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 9;
    grid-row: 2 / span 9;
  }
  .cell-x-xl-2-10 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
  }
  .cell-y-xl-2-10 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 10;
    grid-row: 2 / span 10;
  }
  .cell-x-xl-2-11 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 11;
    grid-column: 2 / span 11;
  }
  .cell-y-xl-2-11 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 11;
    grid-row: 2 / span 11;
  }
  .cell-x-xl-2-12 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    grid-column: 2 / span 12;
  }
  .cell-y-xl-2-12 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 12;
    grid-row: 2 / span 12;
  }
  .cell-x-xl-2-13 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 13;
    grid-column: 2 / span 13;
  }
  .cell-y-xl-2-13 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 13;
    grid-row: 2 / span 13;
  }
  .cell-x-xl-3-1 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
  }
  .cell-y-xl-3-1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / span 1;
  }
  .cell-x-xl-3-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .cell-y-xl-3-2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / span 2;
  }
  .cell-x-xl-3-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / span 3;
  }
  .cell-y-xl-3-3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3 / span 3;
  }
  .cell-x-xl-3-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3 / span 4;
  }
  .cell-y-xl-3-4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 4;
    grid-row: 3 / span 4;
  }
  .cell-x-xl-3-5 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
    grid-column: 3 / span 5;
  }
  .cell-y-xl-3-5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    grid-row: 3 / span 5;
  }
  .cell-x-xl-3-6 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3 / span 6;
  }
  .cell-y-xl-3-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 6;
    grid-row: 3 / span 6;
  }
  .cell-x-xl-3-7 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 7;
    grid-column: 3 / span 7;
  }
  .cell-y-xl-3-7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 7;
    grid-row: 3 / span 7;
  }
  .cell-x-xl-3-8 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3 / span 8;
  }
  .cell-y-xl-3-8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 8;
    grid-row: 3 / span 8;
  }
  .cell-x-xl-3-9 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 9;
    grid-column: 3 / span 9;
  }
  .cell-y-xl-3-9 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 9;
    grid-row: 3 / span 9;
  }
  .cell-x-xl-3-10 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 10;
    grid-column: 3 / span 10;
  }
  .cell-y-xl-3-10 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 10;
    grid-row: 3 / span 10;
  }
  .cell-x-xl-3-11 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 11;
    grid-column: 3 / span 11;
  }
  .cell-y-xl-3-11 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 11;
    grid-row: 3 / span 11;
  }
  .cell-x-xl-3-12 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 12;
    grid-column: 3 / span 12;
  }
  .cell-y-xl-3-12 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 12;
    grid-row: 3 / span 12;
  }
  .cell-x-xl-4-1 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / span 1;
  }
  .cell-y-xl-4-1 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / span 1;
  }
  .cell-x-xl-4-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / span 2;
  }
  .cell-y-xl-4-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4 / span 2;
  }
  .cell-x-xl-4-3 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4 / span 3;
  }
  .cell-y-xl-4-3 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / span 3;
  }
  .cell-x-xl-4-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4 / span 4;
  }
  .cell-y-xl-4-4 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 4;
    grid-row: 4 / span 4;
  }
  .cell-x-xl-4-5 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-column: 4 / span 5;
  }
  .cell-y-xl-4-5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 5;
    grid-row: 4 / span 5;
  }
  .cell-x-xl-4-6 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4 / span 6;
  }
  .cell-y-xl-4-6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 6;
    grid-row: 4 / span 6;
  }
  .cell-x-xl-4-7 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 7;
    grid-column: 4 / span 7;
  }
  .cell-y-xl-4-7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 7;
    grid-row: 4 / span 7;
  }
  .cell-x-xl-4-8 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 8;
    grid-column: 4 / span 8;
  }
  .cell-y-xl-4-8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 8;
    grid-row: 4 / span 8;
  }
  .cell-x-xl-4-9 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 9;
    grid-column: 4 / span 9;
  }
  .cell-y-xl-4-9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 9;
    grid-row: 4 / span 9;
  }
  .cell-x-xl-4-10 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 10;
    grid-column: 4 / span 10;
  }
  .cell-y-xl-4-10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 10;
    grid-row: 4 / span 10;
  }
  .cell-x-xl-4-11 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 11;
    grid-column: 4 / span 11;
  }
  .cell-y-xl-4-11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 11;
    grid-row: 4 / span 11;
  }
  .cell-x-xl-5-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / span 1;
  }
  .cell-y-xl-5-1 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5 / span 1;
  }
  .cell-x-xl-5-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / span 2;
  }
  .cell-y-xl-5-2 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2;
  }
  .cell-x-xl-5-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    grid-column: 5 / span 3;
  }
  .cell-y-xl-5-3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    grid-row: 5 / span 3;
  }
  .cell-x-xl-5-4 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5 / span 4;
  }
  .cell-y-xl-5-4 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 4;
    grid-row: 5 / span 4;
  }
  .cell-x-xl-5-5 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5 / span 5;
  }
  .cell-y-xl-5-5 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    grid-row: 5 / span 5;
  }
  .cell-x-xl-5-6 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 6;
    grid-column: 5 / span 6;
  }
  .cell-y-xl-5-6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 6;
    grid-row: 5 / span 6;
  }
  .cell-x-xl-5-7 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 7;
    grid-column: 5 / span 7;
  }
  .cell-y-xl-5-7 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 7;
    grid-row: 5 / span 7;
  }
  .cell-x-xl-5-8 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5 / span 8;
  }
  .cell-y-xl-5-8 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 8;
    grid-row: 5 / span 8;
  }
  .cell-x-xl-5-9 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    grid-column: 5 / span 9;
  }
  .cell-y-xl-5-9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 9;
    grid-row: 5 / span 9;
  }
  .cell-x-xl-5-10 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    grid-column: 5 / span 10;
  }
  .cell-y-xl-5-10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 10;
    grid-row: 5 / span 10;
  }
  .cell-x-xl-6-1 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-column: 6 / span 1;
  }
  .cell-y-xl-6-1 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6 / span 1;
  }
  .cell-x-xl-6-2 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-column: 6 / span 2;
  }
  .cell-y-xl-6-2 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6 / span 2;
  }
  .cell-x-xl-6-3 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6 / span 3;
  }
  .cell-y-xl-6-3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 3;
    grid-row: 6 / span 3;
  }
  .cell-x-xl-6-4 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6 / span 4;
  }
  .cell-y-xl-6-4 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 4;
    grid-row: 6 / span 4;
  }
  .cell-x-xl-6-5 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 5;
    grid-column: 6 / span 5;
  }
  .cell-y-xl-6-5 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 5;
    grid-row: 6 / span 5;
  }
  .cell-x-xl-6-6 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6 / span 6;
  }
  .cell-y-xl-6-6 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 6;
    grid-row: 6 / span 6;
  }
  .cell-x-xl-6-7 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 7;
    grid-column: 6 / span 7;
  }
  .cell-y-xl-6-7 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 7;
    grid-row: 6 / span 7;
  }
  .cell-x-xl-6-8 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 8;
    grid-column: 6 / span 8;
  }
  .cell-y-xl-6-8 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 8;
    grid-row: 6 / span 8;
  }
  .cell-x-xl-6-9 {
    -ms-grid-column: 6;
    -ms-grid-column-span: 9;
    grid-column: 6 / span 9;
  }
  .cell-y-xl-6-9 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 9;
    grid-row: 6 / span 9;
  }
  .cell-x-xl-7-1 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-column: 7 / span 1;
  }
  .cell-y-xl-7-1 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7 / span 1;
  }
  .cell-x-xl-7-2 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 7 / span 2;
  }
  .cell-y-xl-7-2 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7 / span 2;
  }
  .cell-x-xl-7-3 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7 / span 3;
  }
  .cell-y-xl-7-3 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    grid-row: 7 / span 3;
  }
  .cell-x-xl-7-4 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 4;
    grid-column: 7 / span 4;
  }
  .cell-y-xl-7-4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    grid-row: 7 / span 4;
  }
  .cell-x-xl-7-5 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 5;
    grid-column: 7 / span 5;
  }
  .cell-y-xl-7-5 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 5;
    grid-row: 7 / span 5;
  }
  .cell-x-xl-7-6 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    grid-column: 7 / span 6;
  }
  .cell-y-xl-7-6 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 6;
    grid-row: 7 / span 6;
  }
  .cell-x-xl-7-7 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 7;
    grid-column: 7 / span 7;
  }
  .cell-y-xl-7-7 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 7;
    grid-row: 7 / span 7;
  }
  .cell-x-xl-7-8 {
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7 / span 8;
  }
  .cell-y-xl-7-8 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 8;
    grid-row: 7 / span 8;
  }
  .cell-x-xl-8-1 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-column: 8 / span 1;
  }
  .cell-y-xl-8-1 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8 / span 1;
  }
  .cell-x-xl-8-2 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 2;
    grid-column: 8 / span 2;
  }
  .cell-y-xl-8-2 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 2;
    grid-row: 8 / span 2;
  }
  .cell-x-xl-8-3 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 3;
    grid-column: 8 / span 3;
  }
  .cell-y-xl-8-3 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 3;
    grid-row: 8 / span 3;
  }
  .cell-x-xl-8-4 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 4;
    grid-column: 8 / span 4;
  }
  .cell-y-xl-8-4 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 4;
    grid-row: 8 / span 4;
  }
  .cell-x-xl-8-5 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 5;
    grid-column: 8 / span 5;
  }
  .cell-y-xl-8-5 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 5;
    grid-row: 8 / span 5;
  }
  .cell-x-xl-8-6 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 6;
    grid-column: 8 / span 6;
  }
  .cell-y-xl-8-6 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 6;
    grid-row: 8 / span 6;
  }
  .cell-x-xl-8-7 {
    -ms-grid-column: 8;
    -ms-grid-column-span: 7;
    grid-column: 8 / span 7;
  }
  .cell-y-xl-8-7 {
    -ms-grid-row: 8;
    -ms-grid-row-span: 7;
    grid-row: 8 / span 7;
  }
  .cell-x-xl-9-1 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
    grid-column: 9 / span 1;
  }
  .cell-y-xl-9-1 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-row: 9 / span 1;
  }
  .cell-x-xl-9-2 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-column: 9 / span 2;
  }
  .cell-y-xl-9-2 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9 / span 2;
  }
  .cell-x-xl-9-3 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 3;
    grid-column: 9 / span 3;
  }
  .cell-y-xl-9-3 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 3;
    grid-row: 9 / span 3;
  }
  .cell-x-xl-9-4 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9 / span 4;
  }
  .cell-y-xl-9-4 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 4;
    grid-row: 9 / span 4;
  }
  .cell-x-xl-9-5 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 5;
    grid-column: 9 / span 5;
  }
  .cell-y-xl-9-5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    grid-row: 9 / span 5;
  }
  .cell-x-xl-9-6 {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9 / span 6;
  }
  .cell-y-xl-9-6 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 6;
    grid-row: 9 / span 6;
  }
  .cell-x-xl-10-1 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 1;
    grid-column: 10 / span 1;
  }
  .cell-y-xl-10-1 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-row: 10 / span 1;
  }
  .cell-x-xl-10-2 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 2;
    grid-column: 10 / span 2;
  }
  .cell-y-xl-10-2 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 2;
    grid-row: 10 / span 2;
  }
  .cell-x-xl-10-3 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10 / span 3;
  }
  .cell-y-xl-10-3 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 3;
    grid-row: 10 / span 3;
  }
  .cell-x-xl-10-4 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    grid-column: 10 / span 4;
  }
  .cell-y-xl-10-4 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 4;
    grid-row: 10 / span 4;
  }
  .cell-x-xl-10-5 {
    -ms-grid-column: 10;
    -ms-grid-column-span: 5;
    grid-column: 10 / span 5;
  }
  .cell-y-xl-10-5 {
    -ms-grid-row: 10;
    -ms-grid-row-span: 5;
    grid-row: 10 / span 5;
  }
  .cell-x-xl-11-1 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 1;
    grid-column: 11 / span 1;
  }
  .cell-y-xl-11-1 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-row: 11 / span 1;
  }
  .cell-x-xl-11-2 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    grid-column: 11 / span 2;
  }
  .cell-y-xl-11-2 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11 / span 2;
  }
  .cell-x-xl-11-3 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 3;
    grid-column: 11 / span 3;
  }
  .cell-y-xl-11-3 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 3;
    grid-row: 11 / span 3;
  }
  .cell-x-xl-11-4 {
    -ms-grid-column: 11;
    -ms-grid-column-span: 4;
    grid-column: 11 / span 4;
  }
  .cell-y-xl-11-4 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 4;
    grid-row: 11 / span 4;
  }
  .cell-x-xl-12-1 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 1;
    grid-column: 12 / span 1;
  }
  .cell-y-xl-12-1 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-row: 12 / span 1;
  }
  .cell-x-xl-12-2 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 2;
    grid-column: 12 / span 2;
  }
  .cell-y-xl-12-2 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 2;
    grid-row: 12 / span 2;
  }
  .cell-x-xl-12-3 {
    -ms-grid-column: 12;
    -ms-grid-column-span: 3;
    grid-column: 12 / span 3;
  }
  .cell-y-xl-12-3 {
    -ms-grid-row: 12;
    -ms-grid-row-span: 3;
    grid-row: 12 / span 3;
  }
  .cell-x-xl-13-1 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 1;
    grid-column: 13 / span 1;
  }
  .cell-y-xl-13-1 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-row: 13 / span 1;
  }
  .cell-x-xl-13-2 {
    -ms-grid-column: 13;
    -ms-grid-column-span: 2;
    grid-column: 13 / span 2;
  }
  .cell-y-xl-13-2 {
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13 / span 2;
  }
  .cell-x-xl-14-1 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 1;
    grid-column: 14 / span 1;
  }
  .cell-y-xl-14-1 {
    -ms-grid-row: 14;
    -ms-grid-row-span: 1;
    grid-row: 14 / span 1;
  }
}
/************************************************************
 * FLEX GRID
 ************************************************************/
.flex-row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -1vw;
  margin-right: -1vw;
}
.col {
  padding-left: 1vw;
  padding-right: 1vw;
  width: 100%;
}
.col .placeholder {
  background-color: #b0b0b0;
}
.flex-half-gap.flex-row {
  margin-left: -0.5vw;
  margin-right: -0.5vw;
}
.flex-half-gap > .col {
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}
.flex-double-gap.flex-row {
  margin-left: -2vw;
  margin-right: -2vw;
}
.flex-double-gap > .col {
  padding-left: 2vw;
  padding-right: 2vw;
}
.flex-center-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-col-2 > .col {
  flex: 0 1 auto;
  width: 50%;
}
.flex-col-3 > .col {
  flex: 0 1 auto;
  width: 33%;
}
.flex-col-4 > .col {
  flex: 0 1 auto;
  width: 25%;
}
.flex-col-5 > .col {
  flex: 0 1 auto;
  width: 20%;
}
.flex-col-1-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 33.33%;
}
.flex-col-1-2 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 66.66%;
}
.flex-col-3-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 60%;
}
.flex-col-3-2 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 40%;
}
@media screen and (min-width: 440px) {
  .flex-col-xs-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-xs-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-xs-4 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-xs-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-xs-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-xs-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.66%;
  }
  .flex-col-xs-2-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.66%;
  }
  .flex-col-xs-2-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .flex-col-sm-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-sm-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-sm-4 > .col {
    flex: 0 1 auto;
    width: 25%;
  }
  .flex-col-sm-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-sm-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33%;
  }
  .flex-col-sm-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66%;
  }
}
@media screen and (min-width: 992px) {
  .flex-col-md-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-md-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-md-4 > .col {
    flex: 0 1 auto;
    width: 25%;
  }
  .flex-col-md-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-md-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33%;
  }
  .flex-col-md-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66%;
  }
  .flex-col-md-2-3 > .col:first-of-type {
    flex: 0 1 auto;
    width: 40%;
  }
  .flex-col-md-2-3 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 60%;
  }
  .flex-col-md-3-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 60%;
  }
  .flex-col-md-3-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 40%;
  }
  .flex-col-md-2-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.66%;
  }
  .flex-col-md-2-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-md-3-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 75%;
  }
  .flex-col-md-3-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 25%;
  }
}
@media screen and (min-width: 1342px) {
  .flex-col-lg-2 > .col {
    flex: 0 1 auto;
    width: 50%;
  }
  .flex-col-lg-3 > .col {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .flex-col-lg-4 > .col {
    flex: 0 1 auto;
    width: 25%;
  }
  .flex-col-lg-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-lg-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-lg-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33, 33%;
  }
  .flex-col-lg-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.66%;
  }
}
/************************************************************
 * NAVIGATION 
 ************************************************************/
/************************************************************
 * MAIN NAVIGATION 
 ************************************************************/
.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
@media screen and (max-width: 1342px) {
  .site-branding {
    max-width: 200px;
  }
}
.site-branding--association {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-logo {
    width: 100%;
  }
}
.page-template-association-main .site-branding {
  display: none;
}
.page-template-association-main .site-branding--association {
  display: block;
}
ul.c-nav-top-menu {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.c-nav-top-menu li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2em;
  height: 45px;
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TEMP TO DELETE
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
ul.c-nav-top-menu li a {
  color: #4d4e50;
  font-size: 0.75em;
  font-weight: normal;
}
.logged-in ul.c-nav-top-menu li.btn-menu {
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
ul.c-nav-top-menu li.btn-menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.2em;
  width: 170px;
}
ul.c-nav-top-menu li.btn-menu a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.09em;
  font-weight: bold;
  text-transform: none;
}
ul.c-nav-top-menu li.btn-menu.color-accent-01 {
  background-color: #006f91;
  margin-right: 5px;
}
ul.c-nav-top-menu li.btn-menu.color-accent-02 {
  background-color: #109fcb;
  margin-right: 5px;
}
ul.c-nav-top-menu li.btn-menu.color-accent-03 {
  background-color: #68c5e2;
  margin-right: 5px;
}
ul.c-nav-top-menu li.btn-menu.color-accent-04 {
  background-color: #b0b0b0;
}
.c-nav-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-nav-main .c-nav-main-menu__container {
  position: relative;
}
.c-nav-main ul {
  list-style: none;
  margin: 0;
}
.c-nav-main ul.c-nav-secondary li, ul.c-nav-secondary .c-nav-main li, .c-nav-main ul.c-nav-main-menu > li, .c-nav-main ul.c-nav-secondary > li {
  position: relative;
  height: 75px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 1vw;
  font-size: 1em;
}
.c-nav-main ul.c-nav-main-menu, .c-nav-main ul.c-nav-secondary {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-nav-main ul.c-nav-main-menu, .c-nav-main ul.c-nav-secondary {
    padding-right: 1vw;
  }
}
.c-nav-main ul.c-nav-main-menu > li.current-menu-item, .c-nav-main ul.c-nav-secondary > li.current-menu-item {
  background-color: transparent;
}
.c-nav-main ul.c-nav-main-menu > li.current-menu-item > a, .c-nav-main ul.c-nav-secondary > li.current-menu-item > a {
  color: #7b2237;
  font-weight: 700;
}
.c-nav-main ul.c-nav-main-menu > li.open > a, .c-nav-main ul.c-nav-secondary > li.open > a {
  color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li.open > a:hover, .c-nav-main ul.c-nav-secondary > li.open > a:hover, .c-nav-main ul.c-nav-main-menu > li.open > a:focus, .c-nav-main ul.c-nav-secondary > li.open > a:focus {
  color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li:hover, .c-nav-main ul.c-nav-secondary > li:hover, .c-nav-main ul.c-nav-main-menu > li:focus, .c-nav-main ul.c-nav-secondary > li:focus {
  background-color: transparent;
}
.c-nav-main ul.c-nav-main-menu > li:hover > a, .c-nav-main ul.c-nav-secondary > li:hover > a, .c-nav-main ul.c-nav-main-menu > li:focus > a, .c-nav-main ul.c-nav-secondary > li:focus > a {
  color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li > a, .c-nav-main ul.c-nav-secondary > li > a {
  font-family: arial, sans-serif;
  font-size: 0.875rem;
  text-align: center;
  color: #4d4e50;
}
.c-nav-main ul.c-nav-main-menu > li > a:hover, .c-nav-main ul.c-nav-secondary > li > a:hover, .c-nav-main ul.c-nav-main-menu > li > a:focus, .c-nav-main ul.c-nav-secondary > li > a:focus {
  color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu, .c-nav-main ul.c-nav-secondary > li ul.sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: auto;
  padding: 1em 1vw;
  overflow: hidden;
  background-color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li, .c-nav-main ul.c-nav-secondary > li ul.sub-menu li {
  position: relative;
  padding: 0.4em 0;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li.current-menu-item, .c-nav-main ul.c-nav-secondary > li ul.sub-menu li.current-menu-item {
  color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li > a, .c-nav-main ul.c-nav-secondary > li ul.sub-menu li > a {
  white-space: nowrap;
  color: #4d4e50;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li > a:hover, .c-nav-main ul.c-nav-secondary > li ul.sub-menu li > a:hover, .c-nav-main ul.c-nav-main-menu > li ul.sub-menu li > a:focus, .c-nav-main ul.c-nav-secondary > li ul.sub-menu li > a:focus {
  color: #7b2237;
}
.c-nav-main ul.c-nav-main-menu > li:nth-last-child(2) ul.sub-menu, .c-nav-main ul.c-nav-secondary > li:nth-last-child(2) ul.sub-menu, .c-nav-main ul.c-nav-main-menu > li:last-child ul.sub-menu, .c-nav-main ul.c-nav-secondary > li:last-child ul.sub-menu {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .c-nav-main ul.c-nav-main-menu .btn-menu, .c-nav-main ul.c-nav-secondary .btn-menu {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.2em;
    width: 170px;
    margin: 10px 0 !important;
  }
  .c-nav-main ul.c-nav-main-menu .btn-menu a, .c-nav-main ul.c-nav-secondary .btn-menu a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.09em;
    font-weight: bold;
    text-transform: none;
  }
  .c-nav-main ul.c-nav-main-menu .btn-menu.color-accent-01, .c-nav-main ul.c-nav-secondary .btn-menu.color-accent-01 {
    background-color: #006f91;
    margin-right: 5px;
  }
  .c-nav-main ul.c-nav-main-menu .btn-menu.color-accent-02, .c-nav-main ul.c-nav-secondary .btn-menu.color-accent-02 {
    background-color: #109fcb;
    margin-right: 5px;
  }
  .c-nav-main ul.c-nav-main-menu .btn-menu.color-accent-03, .c-nav-main ul.c-nav-secondary .btn-menu.color-accent-03 {
    background-color: #68c5e2;
    margin-right: 5px;
  }
  .c-nav-main ul.c-nav-main-menu .btn-menu.color-accent-04, .c-nav-main ul.c-nav-secondary .btn-menu.color-accent-04 {
    background-color: #b0b0b0;
  }
}
.c-nav-main ul.c-nav-secondary {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-nav-main ul.c-nav-secondary:before {
    position: absolute;
    content: '';
    top: calc(50% - 15px);
    left: 0;
    height: 30px;
    width: 1px;
    background-color: #7b2237;
  }
}
.c-nav-main ul.c-nav-secondary > li {
  padding-right: 15px;
  padding-left: 15px;
}
.c-nav-main ul.c-nav-secondary > li img {
  min-width: 18px;
}
@media screen and (max-width: 991px) {
  .c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown {
  width: 55px;
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul {
  position: initial;
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul > li a {
  color: #4d4e50;
  font-weight: normal;
  font-size: 0.75rem;
  border: 0px solid #cdcdcd;
  background-color: #fff;
  padding: 1em 15px;
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul > li > a {
  font-weight: bold;
  background-color: transparent;
  line-height: 1;
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul > li > a:after {
  position: absolute;
  right: 5px;
  top: calc(50% - .3em);
  width: 5px;
  height: 5px;
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #4d4e50;
  border-top: 0px solid;
  border-left: 0px solid;
  transform: rotate(45deg);
  transform-origin: center;
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0px solid #cdcdcd;
  padding: 0 1vw;
}
@media screen and (max-width: 991px) {
  .c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu {
    bottom: 100%;
    top: initial;
  }
}
.c-nav-main ul.c-nav-secondary > li.c-nav-secondary__lang .wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu > li {
  height: initial;
  padding: 0;
}
/************************************************************
 * OPEN SUB MENU ON HOVER
 ************************************************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 992px) {
  .c-nav-main ul.c-nav-main-menu li.menu-item-has-children:hover ul.sub-menu, .c-nav-main ul.c-nav-secondary li.menu-item-has-children:hover ul.sub-menu, .c-nav-main ul.c-nav-main-menu li.menu-item-has-children ul.sub-menu:hover, .c-nav-main ul.c-nav-secondary li.menu-item-has-children ul.sub-menu:hover {
    display: block;
  }
  .c-nav-main ul.c-nav-main-menu li.menu-item-has-children:hover ul.sub-menu, .c-nav-main ul.c-nav-secondary li.menu-item-has-children:hover ul.sub-menu {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
/************************************************************
 * MEGA MENU WITH GRID (example)
 ************************************************************/
li.is-mega-menu > ul.sub-menu {
  position: absolute;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 3fr 2fr 2fr;
  -ms-grid-columns: 3fr 2fr 2fr;
  grid-template-rows: 40px repeat(3, 120px);
  -ms-grid-rows: 40px 120px 120px 120px;
  top: 75px;
  left: 0 !important;
  right: 0;
  /* width: 70%; */
  max-width: 780px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(73, 73, 73, 0.5);
  box-shadow: 2px 4px 10px 0 rgba(73, 73, 73, 0.5);
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  li.is-mega-menu > ul.sub-menu {
    top: 150px;
  }
}
li.is-mega-menu > ul.sub-menu > li {
  position: relative;
  margin: 5px 20px;
}
li.is-mega-menu > ul.sub-menu > li > ul.sub-menu {
  padding: 0;
  margin: 0;
}
li.is-mega-menu > ul.sub-menu > li > ul.sub-menu li {
  display: block;
  float: none;
  margin-bottom: 8px;
}
li.is-mega-menu > ul.sub-menu > li > ul.sub-menu li a {
  color: #000;
}
li.is-mega-menu:hover {
  background-color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
li.is-mega-menu:hover > a {
  color: #000 !important;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media screen and (max-width: 991px) {
  li.is-mega-menu {
    display: none;
  }
}
/* Fallback queries
 ************************************************************/
@supports (display:grid) {
  li.is-mega-menu > ul.sub-menu > * {
    width: auto !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  li.is-mega-menu > ul.sub-menu > * {
    width: auto !important;
  }
}
/************************************************************
 * MOBILE NAVBAR
 ************************************************************/
.mobile-menu {
  display: none;
}
.navbar-toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-branding {
    z-index: 99999;
    text-align: center;
    position: absolute;
    left: 0;
    width: 250px;
    transition: 0.5s;
  }
  .is-opened .site-branding {
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
  }
  .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    background-color: #4d4e50;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
  .c-nav-slide-toggle {
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    transition: 0.2s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    z-index: 999999;
  }
  .c-nav-slide-toggle .icon-bar {
    -webkit-transition: 0.2s 0.2s ease-in;
    transition: 0.2s 0.2s ease-in;
  }
  .c-nav-slide-toggle.slide-in {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .c-nav-slide {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    flex-wrap: wrap;
    overflow: hidden;
    z-index: 9999;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }
  .c-nav-slide.slide-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  .c-nav-slide .c-nav-main-menu__container {
    width: 100%;
    height: calc(100% - 80px);
  }
  .c-nav-slide ul.c-nav-main-menu, .c-nav-slide ul.c-nav-secondary {
    padding: 100px 0 50px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-around;
  }
  .c-nav-slide ul.c-nav-main-menu li, .c-nav-slide ul.c-nav-secondary li {
    height: 40px;
    text-align: center;
  }
  .c-nav-slide ul.c-nav-main-menu li > a, .c-nav-slide ul.c-nav-secondary li > a {
    color: #4d4e50;
    line-height: 22px;
  }
  .c-nav-slide ul.c-nav-main-menu li > a:hover, .c-nav-slide ul.c-nav-secondary li > a:hover, .c-nav-slide ul.c-nav-main-menu li > a:focus, .c-nav-slide ul.c-nav-secondary li > a:focus {
    color: #9b9b9b;
  }
  .c-nav-slide ul.c-nav-main-menu li.current_page_item > a, .c-nav-slide ul.c-nav-secondary li.current_page_item > a {
    color: #9b9b9b;
  }
  .c-nav-slide ul.c-nav-main-menu li.c-nav-spacer, .c-nav-slide ul.c-nav-secondary li.c-nav-spacer {
    display: none;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__contact, .c-nav-slide ul.c-nav-secondary li.mobile-menu__contact {
    background-color: #4d4e50;
    text-transform: uppercase;
    padding: 1.2em 2em;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__contact a, .c-nav-slide ul.c-nav-secondary li.mobile-menu__contact a {
    color: #fff;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__contact a:hover, .c-nav-slide ul.c-nav-secondary li.mobile-menu__contact a:hover, .c-nav-slide ul.c-nav-main-menu li.mobile-menu__contact a:focus, .c-nav-slide ul.c-nav-secondary li.mobile-menu__contact a:focus, .c-nav-slide ul.c-nav-main-menu li.mobile-menu__contact a:visited, .c-nav-slide ul.c-nav-secondary li.mobile-menu__contact a:visited {
    color: #fff;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__close, .c-nav-slide ul.c-nav-secondary li.mobile-menu__close {
    position: relative;
    color: #7b2237;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__close a, .c-nav-slide ul.c-nav-secondary li.mobile-menu__close a {
    color: #7b2237;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__close a:hover, .c-nav-slide ul.c-nav-secondary li.mobile-menu__close a:hover, .c-nav-slide ul.c-nav-main-menu li.mobile-menu__close a:focus, .c-nav-slide ul.c-nav-secondary li.mobile-menu__close a:focus, .c-nav-slide ul.c-nav-main-menu li.mobile-menu__close a:visited, .c-nav-slide ul.c-nav-secondary li.mobile-menu__close a:visited {
    color: #7b2237;
  }
  .c-nav-slide ul.c-nav-main-menu li.mobile-menu__close:before, .c-nav-slide ul.c-nav-secondary li.mobile-menu__close:before {
    position: relative;
    content: 'x';
    margin-right: 10px;
  }
  .c-nav-slide ul.c-nav-secondary {
    height: 40px;
    width: 100%;
    border-top: 1px solid #7b2237;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-direction: row;
  }
  .c-nav-slide .c-nav-secondary__form {
    width: 55px;
  }
  .c-nav-slide .c-nav-secondary__mobile-menu-item {
    color: #9b9b9b;
    text-transform: uppercase;
  }
}
.breadcrumb-wrapper {
  font-size: 0.7em;
  margin-top: 30px;
  margin-bottom: auto;
}
.c-pagination__wrapper {
  text-align: center;
}
.c-pagination__wrapper .page-numbers {
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 40px;
}
.c-pagination__wrapper .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.c-pagination__wrapper .page-numbers.prev, .c-pagination__wrapper .page-numbers.next {
  display: none;
}
.tab-toggle {
  cursor: pointer;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
/* Formulaires Tabs
 ************************************************************/
.fondation-formulaires__tabs ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #69c6e4;
  width: 100%;
}
.fondation-formulaires__tabs ul li {
  position: relative;
  flex: 1;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.fondation-formulaires__tabs ul li a {
  display: block;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #69c6e4;
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  margin-bottom: 0;
}
.fondation-formulaires__tabs ul li a:focus {
  color: #68c6e4;
}
.fondation-formulaires__tabs ul li a:hover, .fondation-formulaires__tabs ul li a:visited {
  color: #69c6e4;
}
.fondation-formulaires__tabs ul li.active {
  background-color: #69c6e4;
}
.fondation-formulaires__tabs ul li.active a {
  color: #fff;
}
.fondation-formulaires__tabs ul li.active a:focus {
  color: #fff;
}
.fondation-formulaires__tabs ul li.active a:hover, .fondation-formulaires__tabs ul li.active a:visited {
  color: #fff;
}
.fondation-formulaires__content {
  max-width: 90%;
  margin: auto;
}
/************************************************************
 * LIST
 ************************************************************/
/************************************************************
 * BUTTONS
 ************************************************************/
.btn {
  display: inline-block;
  padding: 1.2em 2em;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn-primary {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #7b2237;
  background-color: #7b2237;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
}
.btn-primary:visited {
  color: #fff;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #8f2840;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
.btn-primary--fondation {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #69c6e4;
  background-color: #69c6e4;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
}
.btn-primary--fondation:visited {
  color: #fff;
}
.btn-primary--fondation:focus, .btn-primary--fondation:hover {
  background-color: #7fcee8;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
.btn-secondary {
  position: relative;
  padding: 0.5em 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  border-radius: 5px;
}
.btn-secondary:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 35px;
  background-color: #7b2237;
  transition: 0.2s ease-in-out;
}
.btn-secondary:visited {
  color: #4d4e50;
}
.btn-secondary:focus, .btn-secondary:hover {
  color: #4d4e50;
}
.btn-secondary:focus:after, .btn-secondary:hover:after {
  width: 100%;
  transition: 0.2s ease-in-out;
}
.btn-secondary--fondation {
  position: relative;
  padding: 0.5em 0;
  color: #000;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  border-radius: 5px;
}
.btn-secondary--fondation:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 35px;
  background-color: #69c6e4;
  transition: 0.2s ease-in-out;
}
.btn-secondary--fondation:visited {
  color: #4d4e50;
}
.btn-secondary--fondation:focus, .btn-secondary--fondation:hover {
  color: #4d4e50;
}
.btn-secondary--fondation:focus:after, .btn-secondary--fondation:hover:after {
  width: 100%;
  transition: 0.2s ease-in-out;
}
.btn-ghost {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #7b2237;
  background-color: #7b2237;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
  background-color: transparent;
  border: 1px solid white;
  color: #fff;
  max-width: 100%;
}
.btn-ghost:visited {
  color: #fff;
}
.btn-ghost:focus, .btn-ghost:hover {
  background-color: #8f2840;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #4d4e50 !important;
  box-shadow: none;
}
.btn-ghost:visited {
  color: #fff;
}
/* Buttons container
 ************************************************************/
.btn-container--full-width {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .btn-container--full-width {
    flex-wrap: wrap;
  }
  .btn-container--full-width > a {
    flex: 0 1 50%;
    margin-bottom: 30px;
  }
}
.btn-container--center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 439px) {
  .btn-container--center {
    flex-direction: column;
    align-items: center;
  }
  .btn-container--center > * {
    margin-bottom: 20px;
    width: 200px;
  }
}
.cn-button.bootstrap {
  background-color: #69c6e4 !important;
}
/************************************************************
 * FORM
 ************************************************************/
/* Contact from 7 forms
 ************************************************************/
.wpcf7-form input:not([type='submit']), .wpcf7-form textarea, .wpcf7-form .selectric, .fondation-simulation__fieldset input, .fondation-simulation__fieldset .selectric {
  border: 1px solid #777;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 30px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #4d4e50;
  background-color: transparent;
}
.wpcf7-form {
  overflow: hidden;
}
.wpcf7-form input:not([type='submit']) + span, .wpcf7-form textarea + span {
  letter-spacing: 0.02em;
}
.wpcf7-form .selectric {
  padding: 8px 30px;
  border-color: #4d4e50;
}
.wpcf7-form .selectric b.button {
  height: 100%;
}
.wpcf7-form button[type='submit'] {
  display: block;
  margin: 20px 0 6px auto;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .wpcf7-form button[type='submit'] {
    margin: 20px auto;
  }
}
.wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  font-style: italic;
  font-size: 0.875rem;
  color: #777;
  opacity: 1;
}
.wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  font-style: italic;
  font-size: 0.875rem;
  color: #777;
  opacity: 1;
}
.wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
  font-style: italic;
  font-size: 0.875rem;
  color: #777;
  opacity: 1;
}
.wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  font-style: italic;
  font-size: 0.875rem;
  color: #777;
  opacity: 1;
}
span.wpcf7-list-item {
  position: relative;
  width: 50%;
  margin: 0 0 20px 0;
}
span.wpcf7-list-item input[type="radio"], span.wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
.wpcf7-form-control.wpcf7-radio {
  margin: 15px 0 40px;
  display: block;
}
.wpcf7-form input[type="radio"] + span, .wpcf7-form input[type="checkbox"] + span {
  margin-left: 20px;
}
.wpcf7-form input[type="radio"] + span::before, .wpcf7-form input[type="checkbox"] + span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  content: '';
  background-color: transparent;
  border: 1px solid #4d4e50;
  border-radius: 50%;
}
.wpcf7-form input[type="radio"]:checked + span::before, .wpcf7-form input[type="checkbox"]:checked + span::before {
  content: '';
  background-color: #7b2237;
}
label.inline {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
label.inline + input, label.inline + span {
  display: inline-block;
  vertical-align: middle;
  min-width: 50%;
}
label.inline + span {
  margin-left: 30px;
}
/* Response messages
 ************************************************************/
.wpcf7 form .wpcf7-response-output {
  position: relative;
  margin: 0 0 1.5em;
  padding: 1em 1em;
  border: 0px solid #00a0d2;
  background: #f6f6f6;
  border-radius: 5px;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #4f8a10;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\f12a";
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
}
.wpcf7 form.invalid .wpcf7-response-output:before {
  content: "\f534";
}
.wpcf7 form.failed .wpcf7-response-output {
  color: #f13e3e;
}
.wpcf7 form.failed .wpcf7-response-output:before {
  content: "\f153";
}
.wpcf7 form .wpcf7-not-valid-tip {
  position: relative;
  top: -10px;
}
/* Overwrite Boostrap styles
 ************************************************************/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
/************************************************************
 * PLAN COMPARE FORM
 ************************************************************/
#compare-plans input[type=submit] {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #69c6e4;
  background-color: #69c6e4;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
  display: block;
  border-radius: 5px;
  margin: 20px auto;
  padding: 1.2em 2em;
}
#compare-plans input[type=submit]:visited {
  color: #fff;
}
#compare-plans input[type=submit]:focus, #compare-plans input[type=submit]:hover {
  background-color: #7fcee8;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
#compare-plans input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#compare-plans input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  display: block;
}
#compare-plans input[type=checkbox] + label:before {
  position: absolute;
  content: '';
  left: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 2px;
  border: 1px solid #69c6e4;
}
#compare-plans input[type=checkbox]:hover + label:before {
  background: #69c6e4;
}
#compare-plans input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
#compare-plans input[type=checkbox]:checked + label {
  font-weight: bold;
}
#compare-plans input[type=checkbox]:checked + label:before {
  background: #69c6e4;
}
#compare-plans input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
#compare-plans input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
#compare-plans input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
/************************************************************
 * PLAN COMPARAISON FORM
 ************************************************************/
.fondation-simulation__form {
  max-width: 600px;
  margin: auto;
}
.fondation-simulation__fieldset {
  position: relative;
  padding: 75px 0;
  text-align: center;
}
.fondation-simulation__fieldset:not(:last-of-type):after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 50%;
  left: 25%;
  height: 1px;
  background-color: #69c6e4;
}
.fondation-simulation__fieldset input, .fondation-simulation__fieldset label {
  display: block;
  text-align: center;
  font-size: 1.25rem;
}
.fondation-simulation__fieldset label {
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fondation-simulation__fieldset label.label-large {
    width: 120%;
    margin-left: -10%;
  }
}
.fondation-simulation__fieldset input {
  color: #c9c9c9;
}
.fondation-simulation__fieldset .selectric {
  border-radius: 30px;
}
.fondation-simulation__fieldset .selectric .label {
  color: #c9c9c9;
  font-size: 1.25rem;
}
.fondation-simulation__salary {
  position: relative;
}
.fondation-simulation__salary span.overlay {
  position: absolute;
  right: 15px;
  top: 15px;
}
.fondation-simulation button[type=submit] {
  display: block;
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #69c6e4;
  background-color: #69c6e4;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
  padding: 1.2rem 2rem;
  width: 50%;
  min-width: 200px;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
}
.fondation-simulation button[type=submit]:visited {
  color: #fff;
}
.fondation-simulation button[type=submit]:focus, .fondation-simulation button[type=submit]:hover {
  background-color: #7fcee8;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
.fondation-simulation button[type=submit].btn--loading {
  font-size: 0;
}
.fondation-simulation button[type=submit].btn--loading span {
  display: flex;
  justify-content: center;
}
.fondation-simulation button[type=submit].btn--loading span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 0.75rem;
  margin: 0 1px;
  width: 0.75rem;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  margin: 0 5px;
}
.fondation-simulation button[type=submit].btn--loading span b:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  margin: 0;
}
.fondation-simulation button[type=submit].btn--loading span b:last-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin: 0;
}
.fondation-simulation button[type=submit].btn--success {
  position: relative;
  padding: 0;
  width: 3.15rem;
  font-size: 0;
  min-width: initial;
  height: 3.15rem;
  background-color: #46a846;
  border-radius: 50%;
  cursor: default;
  pointer-events: none;
  transition: 0.3s ease-in;
}
.fondation-simulation button[type=submit].btn--success span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: center;
  background: url('./img/check.svg');
  background-position: center;
  background-size: 60% auto;
  background-repeat: no-repeat;
}
.fondation-simulation button[type=submit].btn--success span.success {
  transform: scale(1);
  transition: 0.3s ease-out;
}
.fondation-simulation h3.success {
  padding: 1rem 0;
  color: #9b9b9b;
  text-align: center;
}
.fondation-simulation span.error {
  color: red;
  display: block;
  padding-bottom: 15px;
}
.fondation-simulation ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.25rem;
  color: #c9c9c9;
  opacity: 1;
}
.fondation-simulation ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.25rem;
  color: #c9c9c9;
  opacity: 1;
}
.fondation-simulation :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.25rem;
  color: #c9c9c9;
  opacity: 1;
}
.fondation-simulation :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.25rem;
  color: #c9c9c9;
  opacity: 1;
}
@-webkit-keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #6cc7e4;
  }
  50% {
    background-color: #6ac6e4;
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #6cc7e4;
  }
  50% {
    background-color: #6ac6e4;
  }
  100% {
    transform: scale(1);
    background-color: #fff;
  }
}
/************************************************************
 * GENERAL
 ************************************************************/
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/************************************************************
 * CAROUSELS
 ************************************************************/
/* Image slider
 ************************************************************/
.owl-dots {
  /* margin-top: 10px; */
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 25px;
  height: 21px;
  margin: 20px 10px;
  background: #4d4e50;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
}
.owl-dots .owl-dot.active {
  background: #7b2237;
}
/* Navigation */
/************************************************************
 * PAGE 404
 ************************************************************/
/************************************************************
 * PAGE HEADER
 ************************************************************/
.c-page-hero, .c-page-hero--has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #4d4e50;
}
.c-page-hero__container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 150px;
  width: 90%;
  max-width: 1220px;
  margin: auto;
}
.c-page-hero__container h1 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.c-page-hero--has-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-page-hero--has-bg .c-page-hero__container {
  height: calc((250/1440)*100vw);
  min-height: 150px;
  max-height: 250px;
}
.c-home-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-home-hero__container {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .c-home-hero__container > .col:first-of-type {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-home-hero__container > .col:last-of-type {
    margin-bottom: -30px;
  }
}
.c-home-hero__title {
  position: relative;
  font-weight: bold;
  font-size: 2.875rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  color: #4d4e50;
}
.c-home-hero__title:before {
  position: absolute;
  content: '';
  top: 0.5rem;
  left: -20px;
  height: calc(100% - 1.2rem);
  width: 5px;
  background-color: #7b2237;
}
.c-home-hero__subtitle {
  font-size: 1.75rem;
  margin: 1.375rem 0 0;
  line-height: 1.2;
  color: #4d4e50;
}
.c-home-hero__badge {
  width: 17.185rem;
  height: 17.185rem;
  margin: auto 0 auto auto;
  padding: 1rem;
  background-color: #7b2237;
  border-radius: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.2;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.5);
  transform: rotate(5deg);
  transform-origin: center;
}
.c-home-hero__badge .c-badge-figure--1, .c-home-hero__badge .c-badge-figure--1-text {
  text-align: center;
  font-weight: bold;
  font-size: 2.125rem;
}
.c-home-hero__badge .c-badge-figure--1-text {
  font-size: 1.5rem;
  width: 100%;
}
.c-home-hero__badge .c-badge-figure--2, .c-home-hero__badge .c-badge-figure--2-text {
  text-align: center;
  font-weight: normal;
  font-size: 1.875rem;
  margin-top: 1rem;
}
.c-home-hero__badge .c-badge-figure--2-text {
  font-size: 1.25rem;
  margin-top: 0;
  width: 100%;
}
/************************************************************
 * WIDGET
 ************************************************************/
/************************************************************
 * SIDEBAR
 ************************************************************/
/************************************************************
 * PLUGINS
 ************************************************************/
/************************************************************
 * ACCORDION
 ************************************************************/
.accordion-block {
  position: relative;
  margin-bottom: 25px;
  background: #69c6e4;
  border: 1px solid #69c6e4;
  border-radius: 5px;
}
.accordion-block * {
  color: #fff;
}
.accordion-block__toggle {
  position: relative;
  padding: 15px 100px 15px 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 1rem;
  text-align: left;
  background: transparent;
  width: 100%;
}
.accordion-block__toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.accordion-block__toggle-sign {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  transition: 0.3s ease-out;
}
.accordion-block__toggle-sign svg path {
  fill: #fff;
  transition: 0.3s ease-out;
}
.accordion-block__title {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.accordion-block__content {
  padding: 15px 20px;
  display: none;
  opacity: 0;
}
.accordion-block.is-opened {
  background: transparent;
}
.accordion-block.is-opened p a {
  color: #69c6e4;
}
.accordion-block.is-opened p a:hover, .accordion-block.is-opened p a:focus {
  color: #3eb6dc;
  text-decoration: underline;
}
.accordion-block.is-opened * {
  color: #4d4e50;
}
.accordion-block.is-opened .accordion-block__title {
  color: #69c6e4;
}
.accordion-block.is-opened .accordion-block__toggle:focus {
  box-shadow: none;
}
.accordion-block.is-opened .accordion-block__toggle-sign {
  transform: rotate(45deg);
  transition: 0.3s ease-in;
}
.accordion-block.is-opened .accordion-block__toggle-sign svg path {
  fill: #69c6e4;
  transition: 0.3s ease-in;
}
.accordion-block.is-opened .accordion-block__content {
  opacity: 1;
}
/************************************************************
 * PREVOYANCE PLAN TABLE
 ************************************************************/
.fundation-plan__table {
  font-size: 1rem;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 1.5;
}
.fundation-plan__table th {
  line-height: 1.375rem;
  text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
  border-right: 1px solid #69c6e4;
  padding: 20px 6vw 20px 0;
  width: 350px;
}
.fundation-plan__table th span {
  text-transform: none;
  font-weight: 400;
  padding-top: 10px;
  display: block;
}
@media screen and (max-width: 1342px) {
  .fundation-plan__table th {
    width: 250px;
  }
}
.fundation-plan__table tr {
  border-bottom: 1px solid #69c6e4;
}
.fundation-plan__table tr.row-cotisation:not(.last) {
  border-bottom: 1px solid #b0b0b0;
}
.fundation-plan__table tr.row-name td {
  font-size: 1.25rem;
  font-weight: bold;
  color: #69c6e4;
}
.fundation-plan__table tr.row-document td {
  position: relative;
  padding-top: 50px;
}
.fundation-plan__table tr.row-document td:before {
  position: absolute;
  content: url('./img/interface.svg');
  height: 26px;
  top: 15px;
  left: calc(50% - 13px);
}
.fundation-plan__table td {
  text-align: center;
  line-height: 1.375rem;
  padding: 20px;
  line-height: 1.5;
}
.fundation-plan__table td:nth-child(odd) {
  background-color: #f8f8f8;
}
.fundation-plan__table td.plan-table__wide {
  text-align: center;
}
.fundation-plan__table td.plan-table__no-bg {
  background: transparent !important;
}
@media screen and (max-width: 1342px) {
  .fundation-plan__table td {
    width: 200px;
  }
}
@media print {
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .btn-print {
    display: none;
  }
}
/************************************************************
 * HOME
 ************************************************************/
/* Presentation
 ************************************************************/
.c-home-presentation__cards .col {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}
.c-home-presentation__cards .col:first-child .c-cta-card__btn a {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #7b2237;
  background-color: #7b2237;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
}
.c-home-presentation__cards .col:first-child .c-cta-card__btn a:visited {
  color: #fff;
}
.c-home-presentation__cards .col:first-child .c-cta-card__btn a:focus, .c-home-presentation__cards .col:first-child .c-cta-card__btn a:hover {
  background-color: #8f2840;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
.c-home-presentation__cards .col:last-child .c-cta-card__btn a {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.75rem;
  text-align: center;
  color: #fff !important;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 0px;
  border-style: solid;
  border-radius: 5px;
  border-color: #69c6e4;
  background-color: #69c6e4;
  color: #fff;
  letter-spacing: 0.02em;
  transition: 0.2s ease-out;
}
.c-home-presentation__cards .col:last-child .c-cta-card__btn a:visited {
  color: #fff;
}
.c-home-presentation__cards .col:last-child .c-cta-card__btn a:focus, .c-home-presentation__cards .col:last-child .c-cta-card__btn a:hover {
  background-color: #7fcee8;
  box-shadow: -1px 3px 6px 0px #9b9b9b;
  transition: 0.2s ease-out;
}
.c-cta-card {
  padding: 50px 30px;
  margin-bottom: 30px;
  box-shadow: 2px -2px 8px 0 rgba(90, 90, 90, 0.3);
  border-radius: 5px;
}
/* Plans 
 ************************************************************/
.home .fundation-plan__table th {
  width: 40%;
  padding-left: 10px;
}
.home .fundation-plan__table td {
  width: 60%;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .home .fundation-plan__table th, .home .fundation-plan__table td {
    padding: 10px;
  }
  .home .fundation-plan__table th {
    width: 45%;
    font-size: 0.75rem;
    padding-left: 0;
  }
  .home .fundation-plan__table td {
    width: 55%;
  }
}
/* Key figures
 ************************************************************/
.c-home-key-numbers .col {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .c-home-key-numbers .col:not(:last-of-type) {
    border-right: 1px solid #7b2237;
  }
}
.c-home-key-numbers__item {
  width: 100%;
  color: #4d4e50;
}
.c-home-key-numbers__figure {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.c-home-key-numbers__text {
  font-size: 1.125rem;
}
/* News
 ************************************************************/
.c-home-news__list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  padding: 25px 25px 60px;
  background-color: #4d4e50;
  border-radius: 5px;
}
.c-home-news__list h2, .c-home-news__list li, .c-home-news__list p, .c-home-news__list a {
  color: #fff;
}
.c-home-news__list ul.c-news-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  width: 100%;
}
.c-home-news__list ul.c-news-list li {
  padding: 0.8em 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #fff;
}
.c-home-news__list .btn {
  display: block;
  width: 100%;
  height: 45px;
  margin: auto auto 0;
}
.c-home-news__carousel {
  height: 100%;
}
.c-home-news__carousel .owl-stage-outer, .c-home-news__carousel .owl-stage, .c-home-news__carousel .owl-item {
  height: 100%;
}
.c-home-news__carousel .owl-stage {
  margin: 0 -1vw;
}
.c-home-news__carousel .c-news-carousel__item {
  height: 100%;
  background-color: #f6f6f6;
  margin: 0 1vw;
  border-radius: 5px;
  overflow: hidden;
}
.c-home-news__carousel .c-news-carousel__desc {
  padding: 30px;
}
/************************************************************
 * GENERAL PAGES
 ************************************************************/
/* Page intro
 ************************************************************/
@media screen and (min-width: 768px) {
  .flex-row--intro {
    flex-wrap: nowrap;
  }
  .flex-row--intro .col-intro__cta {
    width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .flex-row--intro .col-intro__cta {
    padding-top: 30px;
  }
  .flex-row--intro .col-intro__cta a {
    display: inline;
  }
}
/* Liens utiles
 ************************************************************/
.c-links__category table {
  table-layout: auto;
}
.c-links__category table td {
  vertical-align: top;
  padding: 0.375em 0;
}
.c-links__category table td:first-child {
  position: relative;
  width: 25%;
  min-width: 160px;
  padding: 0.125em 0.375em 0.375em 1.65em;
  font-style: italic;
}
.c-links__category table td:first-child img {
  position: absolute;
  width: 1em;
  left: 0;
  top: 0.275em;
}
/* News
 ************************************************************/
.c-news__grid {
  display: block;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-auto-flow: row dense;
  column-gap: 20px;
  margin-bottom: 90px;
}
@media screen and (min-width: 670px) {
  .c-news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .c-news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-news__item, .c-news__item--small, .c-news__item--big {
  float: left;
  grid-column-start: auto;
  grid-row-start: auto;
  background: rgba(216, 216, 216, 0.25);
  max-width: 500px;
  margin: 0 auto 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-news__item, .c-news__item--small, .c-news__item--big {
    margin-right: 20px;
  }
}
.c-news__item .c-news-item__content, .c-news__item--small .c-news-item__content, .c-news__item--big .c-news-item__content {
  padding: 1.25rem 1.5625rem;
}
.c-news__item .c-news-item__content h3, .c-news__item--small .c-news-item__content h3, .c-news__item--big .c-news-item__content h3 {
  margin-bottom: 1.25rem;
}
.c-news__item .c-news-item__content p, .c-news__item--small .c-news-item__content p, .c-news__item--big .c-news-item__content p {
  font-size: 0.875rem;
}
.c-news__item--small {
  grid-row-end: span 3;
  min-height: calc((260/1440)*100vw);
}
.c-news__item--small .c-news-item__content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.c-news__item--big {
  grid-row-end: span 5;
  min-height: calc((420/1440)*100vw);
}
/* Fondation plan
 ************************************************************/
.fundation-plan__table-container {
  overflow-x: auto;
}
/* Page reglement
 ************************************************************/
#reglement .accordion-block__title span {
  text-transform: none;
}
#reglement .accordion-block__content {
  padding: 0 40px 15px;
}
#reglement .accordion-block__content h4 {
  font-size: 1rem;
  font-weight: bold;
  padding-top: 1rem;
}
#reglement .accordion-block__content table {
  border-collapse: collapse;
}
#reglement .accordion-block__content table tr {
  border-bottom: 1px solid #69c6e4;
}
#reglement .accordion-block__content table tr:first-of-type {
  border-top: 1px solid #69c6e4;
}
#reglement .accordion-block__content table th {
  border-right: 1px solid #69c6e4;
  padding: 5px 6vw 15px 0;
  text-transform: uppercase;
  text-align: left;
  width: 25%;
  line-height: 1.5;
}
#reglement .accordion-block__content table td {
  padding: 15px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #reglement .accordion-block__content table th, #reglement .accordion-block__content table td {
    display: block;
    border-right-width: 0px;
    padding: 15px 20px;
    width: 100%;
  }
  #reglement .accordion-block__content table tr {
    border-width: 0px;
  }
  #reglement .accordion-block__content table tr:first-of-type {
    border-width: 0px;
  }
}
/* Fondation formulaires
 ************************************************************/
.fondation-formulaires__content ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.fondation-formulaires__content ul li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.fondation-formulaires__content ul li a {
  color: #4d4e50;
}
.fondation-formulaires__content ul li a:visited, .fondation-formulaires__content ul li a:focus {
  color: #4d4e50;
}
.fondation-formulaires__link {
  display: block;
  position: relative;
  line-height: 26px;
}
.fondation-formulaires__link:hover {
  color: #69c6e4;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 99999;
}
.loader-overlay h3 {
  width: 100%;
  text-align: center;
}
/* Video block
 ************************************************************/
.c-section__video {
  position: relative;
}
.c-section__video:first-child:last-child {
  display: block;
}
.c-section__video video {
  cursor: pointer;
}
.c-section__video-container {
  position: relative;
  padding-bottom: 56.5%;
}
.c-section__video-container video, .c-section__video-container iframe, .c-section__video-container .video__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-section__video-container .video__poster {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
}
.c-section__video-container:hover .video__play-btn {
  opacity: 0.95;
  transition: 0.3s;
}
.c-section__video .video__play-btn {
  display: block;
  position: absolute;
  background: url('./img/play-button.svg') center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  width: 15%;
  max-width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  cursor: pointer;
  opacity: 0.8;
  z-index: 2;
  transition: 0.2s;
}
.c-section__video .video__play-btn--big {
  width: 80px;
  height: 80px;
}
.c-section__video-content {
  padding-top: 30px;
}
.c-section__video-content h3 {
  color: #69c6e4;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.c-section__video-content p strong {
  font-weight: 600;
}
/************************************************************
 * fondation
 ************************************************************/
/* ════════════════════════════════════════════════════════════════════════════════════
 * SECTIONS
 * ════════════════════════════════════════════════════════════════════════════════════ */
.container-narrow {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.c-fondation-ctas {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.c-fondation-ctas a {
  margin-right: 30px;
}
/* fondation key numbers
 ************************************************************/
.c-fondation-key-numbers__item {
  text-align: center;
}
.c-fondation-key-numbers__figure {
  font-weight: bold;
  font-size: 2.75rem;
  margin-bottom: 20px;
}
.c-fondation-key-numbers__text {
  font-size: 1.125rem;
  text-transform: uppercase;
}
/* ════════════════════════════════════════════════════════════════════════════════════
 * MEMBERS
 * ════════════════════════════════════════════════════════════════════════════════════ */
.c-member {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * ALL
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * SINGLE
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * SINGLE | IMAGE
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * SINGLE | NAME & POSITION
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * SINGLE | NAME
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * POSITION
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-members {
  margin-top: -30px;
  margin-bottom: -30px;
}
.c-members .flex-row {
  margin-left: -30px;
  margin-right: -30px;
}
.c-member {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.c-member__image {
  margin-bottom: 30px;
}
.c-member__image img {
  width: 230px;
  height: 200px;
}
.c-member__name-and-position {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.c-member__name-and-position .seo-only {
  font-size: 0;
  width: 0;
  height: 0;
}
.c-member__name-and-position h3 {
  margin-bottom: 0;
}
.c-member__name {
  margin-bottom: 10px;
  color: #69c6e4;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-member__position {
  color: #4e4e50;
  line-height: 1.5;
  letter-spacing: 0.65px;
  font-size: 16px;
  font-weight: bold;
}
/* ════════════════════════════════════════════════════════════════════════════════════
 * FONDATION | SOLUTIONS DE PRÉVOYANCES
 * ════════════════════════════════════════════════════════════════════════════════════ */
.page-template-fondation-solutions-de-prevoyance .site-content {
  min-height: unset;
}
.c-prevoyance-solution {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * ALL TABS
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * INDIVIDUAL TAB'S CONTENT
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-prevoyance-solutions {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * ACCORDION
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-prevoyance-solutions .accordion-block {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * GENERAL
   * ════════════════════════════════════════════════════════════════════════════════════ */
  margin-bottom: 50px;
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TOGGLE
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TITLE
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * CONTENT
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-prevoyance-solutions .accordion-block + .accordion-block {
  margin-top: 50px;
}
.c-prevoyance-solutions .accordion-block__toggle {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .c-prevoyance-solutions .accordion-block__toggle {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-prevoyance-solutions .accordion-block__toggle-sign {
    top: 11.25px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}
@media (max-width: 767px) {
  .c-prevoyance-solutions .accordion-block.is-opened .accordion-block__toggle-sign {
    -webkit-transform: scale(0.7) rotate(45deg);
    -ms-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
  }
}
.c-prevoyance-solutions .accordion-block__title {
  margin-bottom: 0 !important;
  letter-spacing: 0.5px;
  line-height: normal;
  font-size: 16px;
}
.c-prevoyance-solutions .accordion-block.is-opened .accordion-block__title {
  color: #4d4e50 !important;
}
.c-prevoyance-solutions .accordion-block__content {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * GENERAL
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TABLE
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
@media (min-width: 768px) {
  .c-prevoyance-solutions .accordion-block__content {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .c-prevoyance-solutions .accordion-block__content .hidden-sm {
    display: none;
  }
}
.c-prevoyance-solutions .accordion-block__content table {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * GENERAL
   * ════════════════════════════════════════════════════════════════════════════════════ */
  max-width: 100% !important;
  border-collapse: collapse;
  /* ════════════════════════════════════════════════════════════════════════════════════
   * LARGE TABLE
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * THEAD
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TBODY
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
@media (max-width: 767px) {
  .c-prevoyance-solutions .accordion-block__content table {
    display: block;
  }
}
@media (max-width: 767px) {
  .c-prevoyance-solutions .accordion-block__content table.large th, .c-prevoyance-solutions .accordion-block__content table.large td {
    font-size: 2.08605vw;
  }
}
.c-prevoyance-solutions .accordion-block__content table thead {
  border-bottom: 2px solid #69c6e4;
}
.c-prevoyance-solutions .accordion-block__content table thead th {
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.c-prevoyance-solutions .accordion-block__content table thead th:not(:last-child) {
  border-right: 2px solid #69c6e4;
}
.c-prevoyance-solutions .accordion-block__content table tbody td {
  padding: 10px 0;
}
.c-prevoyance-solutions .accordion-block__content table tbody td:first-child {
  border-right: 2px solid #69c6e4;
}
.c-prevoyance-solutions .accordion-block__content table tbody td:first-child {
  width: 150px;
}
@media (max-width: 600px) {
  .c-prevoyance-solutions .accordion-block__content table tbody td:first-child {
    width: auto;
    min-width: 75px;
  }
}
.c-prevoyance-solutions .accordion-block__content table tbody td:not(:first-child).border-right {
  border-right: 2px solid #69c6e4;
}
.c-prevoyance-solutions .accordion-block__content table tbody tr:not(:last-child) {
  border-bottom: 1px solid #4d4e50;
}
.c-prevoyance-solutions .accordion-block__content table tbody tr.blue > td {
  border-bottom: 2px solid #69c6e4;
  color: #69c6e4;
  font-weight: bold;
  text-transform: uppercase;
}
.c-prevoyance-solution {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * SUBSECTION
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-prevoyance-solution__subsection {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TITLE
   * ════════════════════════════════════════════════════════════════════════════════════ */
  /* ════════════════════════════════════════════════════════════════════════════════════
   * TEXT
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-prevoyance-solution__subsection-title {
  margin-bottom: 10px;
  color: #69c6e4 !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.c-prevoyance-solution__subsection-title:not(:first-child) {
  margin-top: 30px !important;
}
.c-prevoyance-solution__subsection-text {
  /* ════════════════════════════════════════════════════════════════════════════════════
   * GENERAL
   * ════════════════════════════════════════════════════════════════════════════════════ */
}
.c-prevoyance-solution__subsection-text .blue {
  color: #69c6e4;
}
.c-prevoyance-solution__subsection-text ul {
  margin-left: 10px !important;
}
@media (max-width: 767px) {
  .c-prevoyance-solution__subsection-text ul {
    padding-left: 10px !important;
  }
}
.c-prevoyance-solution__subsection-text ul > li {
  margin-bottom: 15px;
  line-height: none;
}
/************************************************************
 * ASSOCIATION 
 ************************************************************/
.association .accordion-block {
  background: #7b2237;
  border: 1px solid #7b2237;
}
.association .accordion-block__content {
  padding: 15px 5vw;
}
.association .accordion-block.is-opened {
  background: transparent;
}
.association .accordion-block.is-opened .accordion-block__title {
  color: #7b2237;
}
.association .accordion-block.is-opened .accordion-block__toggle-sign svg path {
  fill: #7b2237;
}
.association .accordion-block.is-opened p a {
  color: #7b2237;
}
.association .accordion-block.is-opened p a:hover {
  color: #531725;
}
.association .accordion-block__flexible-text h3 {
  color: #7b2237;
}
/* Sub accordion
 ************************************************************/
.accordion-sub {
  position: relative;
  padding: 25px 0;
  background: transparent;
  border: 1px solid #7b2237;
  border-width: 1px 0 1px 0;
  border-radius: 0;
}
.accordion-sub + .accordion-sub {
  border-width: 0 0 1px 0;
}
.accordion-sub__toggle {
  position: relative;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  font-size: 1rem;
  text-align: left;
  background: transparent;
  width: 100%;
}
.accordion-sub__toggle:focus {
  outline: none;
}
.accordion-sub__toggle:focus .accordion-sub__title {
  color: #7b2237;
}
.accordion-sub__toggle:hover .accordion-sub__title {
  transform: translateX(5px);
  transition: 0.3s ease-in-out;
}
.accordion-sub__title {
  font-family: arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  color: #4d4e50;
  text-transform: none;
  transition: 0.2s;
}
.accordion-sub__content {
  padding: 15px 0;
  display: none;
  opacity: 0;
}
.accordion-sub.is-opened {
  background: transparent;
}
.accordion-sub.is-opened .accordion-sub__title {
  font-weight: bold;
}
.accordion-sub.is-opened .accordion-sub__toggle:focus {
  box-shadow: none;
}
.accordion-sub.is-opened .accordion-sub__content {
  opacity: 1;
}
.accordion-sub.is-opened > .accordion-sub__toggle:hover .accordion-sub__title {
  transform: none;
  transition: 0.3s ease-in-out;
}
/* Sub accordion level 2
 ************************************************************/
.accordion-sub__content > .accordion-sub {
  border-width: 0;
}
.accordion-sub__content > .accordion-sub:before {
  position: absolute;
  content: '';
  top: calc(25px + .75em);
  right: 0;
  height: 1px;
  width: 90%;
  background-color: #4d4e50;
}
.accordion-sub__content > .accordion-sub .accordion-sub__title {
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
}
.accordion-sub__content > .accordion-sub .accordion-sub__content {
  padding: 25px;
}
/* Text block
 ************************************************************/
.accordion-sub + .accordion-block__flexible-text {
  margin-top: 25px;
}
.accordion-block__flexible-text ul {
  margin: 0 0 1em 0;
}
.accordion-block__flexible-text ul li {
  list-style-image: url('img/aromed-list-bullet.svg');
}
/* Form block
 ************************************************************/
.accordion-block__flexible-form {
  position: relative;
  padding: 25px 0;
}
.accordion-block__flexible-form .title__form {
  position: relative;
}
.accordion-block__flexible-form .title__form:before {
  position: absolute;
  display: block;
  content: '';
  top: 0.75em;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #4d4e50;
  z-index: -1;
}
.accordion-block__flexible-form .title__form h3, .accordion-block__flexible-form .title__form h4 {
  display: inline-block;
  padding: 0 25px;
  background-color: #fff;
}
.accordion-block__flexible-form .wpcf7-form {
  padding: 25px 0;
}
@media screen and (min-width: 992px) {
  .accordion-block__flexible-form .wpcf7-form {
    padding: 25px;
  }
}
/* Status block
 ************************************************************/
.status-block .accordion-sub__title {
  font-weight: normal;
}
.association-downloadable__list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 0;
}
.association-downloadable__list li {
  list-style: none;
  list-style-image: none !important;
  margin-right: 4vw;
  max-width: 200px;
  min-height: 50px;
}
.association-downloadable__list li a.doc-download {
  position: relative;
  padding-left: 20px;
  display: block;
}
.association-downloadable__list li a.doc-download:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
  background-image: url('img/aromed-picto-pdf.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 439px) {
  .association-downloadable__list {
    flex-wrap: wrap;
  }
  .association-downloadable__list li {
    min-height: unset;
    margin-bottom: 30px;
  }
}
/************************************************************
 * UTILITIES
 ************************************************************/
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vert-flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bottom-flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.strech-flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.no-margin {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.no-overflow {
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.bg--gray {
  background-color: #f6f6f6;
}
.bg--fondation {
  background-color: #69c6e4;
}
.hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .show-sm {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .is-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .is-mobile {
    display: none !important;
  }
}
.only-admin {
  display: none !important;
}
/************************************************************
 * SPACES
 ************************************************************/
.p-xs--150 {
  padding: -150px;
}
.p-xs--100 {
  padding: -100px;
}
.p-xs--70 {
  padding: -70px;
}
.p-xs--50 {
  padding: -50px;
}
.p-xs-0 {
  padding: 0px;
}
.p-xs-5 {
  padding: 5px;
}
.p-xs-10 {
  padding: 10px;
}
.p-xs-15 {
  padding: 15px;
}
.p-xs-20 {
  padding: 20px;
}
.p-xs-30 {
  padding: 30px;
}
.p-xs-40 {
  padding: 40px;
}
.p-xs-50 {
  padding: 50px;
}
.p-xs-60 {
  padding: 60px;
}
.p-xs-70 {
  padding: 70px;
}
.p-xs-80 {
  padding: 80px;
}
.p-xs-100 {
  padding: 100px;
}
.p-xs-120 {
  padding: 120px;
}
.p-xs-150 {
  padding: 150px;
}
.p-xs-160 {
  padding: 160px;
}
.p-xs-200 {
  padding: 200px;
}
.p-xs-300 {
  padding: 300px;
}
.pt-xs--150 {
  padding-top: -150px;
}
.pt-xs--100 {
  padding-top: -100px;
}
.pt-xs--70 {
  padding-top: -70px;
}
.pt-xs--50 {
  padding-top: -50px;
}
.pt-xs-0 {
  padding-top: 0px;
}
.pt-xs-5 {
  padding-top: 5px;
}
.pt-xs-10 {
  padding-top: 10px;
}
.pt-xs-15 {
  padding-top: 15px;
}
.pt-xs-20 {
  padding-top: 20px;
}
.pt-xs-30 {
  padding-top: 30px;
}
.pt-xs-40 {
  padding-top: 40px;
}
.pt-xs-50 {
  padding-top: 50px;
}
.pt-xs-60 {
  padding-top: 60px;
}
.pt-xs-70 {
  padding-top: 70px;
}
.pt-xs-80 {
  padding-top: 80px;
}
.pt-xs-100 {
  padding-top: 100px;
}
.pt-xs-120 {
  padding-top: 120px;
}
.pt-xs-150 {
  padding-top: 150px;
}
.pt-xs-160 {
  padding-top: 160px;
}
.pt-xs-200 {
  padding-top: 200px;
}
.pt-xs-300 {
  padding-top: 300px;
}
.pr-xs--150 {
  padding-right: -150px;
}
.pr-xs--100 {
  padding-right: -100px;
}
.pr-xs--70 {
  padding-right: -70px;
}
.pr-xs--50 {
  padding-right: -50px;
}
.pr-xs-0 {
  padding-right: 0px;
}
.pr-xs-5 {
  padding-right: 5px;
}
.pr-xs-10 {
  padding-right: 10px;
}
.pr-xs-15 {
  padding-right: 15px;
}
.pr-xs-20 {
  padding-right: 20px;
}
.pr-xs-30 {
  padding-right: 30px;
}
.pr-xs-40 {
  padding-right: 40px;
}
.pr-xs-50 {
  padding-right: 50px;
}
.pr-xs-60 {
  padding-right: 60px;
}
.pr-xs-70 {
  padding-right: 70px;
}
.pr-xs-80 {
  padding-right: 80px;
}
.pr-xs-100 {
  padding-right: 100px;
}
.pr-xs-120 {
  padding-right: 120px;
}
.pr-xs-150 {
  padding-right: 150px;
}
.pr-xs-160 {
  padding-right: 160px;
}
.pr-xs-200 {
  padding-right: 200px;
}
.pr-xs-300 {
  padding-right: 300px;
}
.pb-xs--150 {
  padding-bottom: -150px;
}
.pb-xs--100 {
  padding-bottom: -100px;
}
.pb-xs--70 {
  padding-bottom: -70px;
}
.pb-xs--50 {
  padding-bottom: -50px;
}
.pb-xs-0 {
  padding-bottom: 0px;
}
.pb-xs-5 {
  padding-bottom: 5px;
}
.pb-xs-10 {
  padding-bottom: 10px;
}
.pb-xs-15 {
  padding-bottom: 15px;
}
.pb-xs-20 {
  padding-bottom: 20px;
}
.pb-xs-30 {
  padding-bottom: 30px;
}
.pb-xs-40 {
  padding-bottom: 40px;
}
.pb-xs-50 {
  padding-bottom: 50px;
}
.pb-xs-60 {
  padding-bottom: 60px;
}
.pb-xs-70 {
  padding-bottom: 70px;
}
.pb-xs-80 {
  padding-bottom: 80px;
}
.pb-xs-100 {
  padding-bottom: 100px;
}
.pb-xs-120 {
  padding-bottom: 120px;
}
.pb-xs-150 {
  padding-bottom: 150px;
}
.pb-xs-160 {
  padding-bottom: 160px;
}
.pb-xs-200 {
  padding-bottom: 200px;
}
.pb-xs-300 {
  padding-bottom: 300px;
}
.pl-xs--150 {
  padding-left: -150px;
}
.pl-xs--100 {
  padding-left: -100px;
}
.pl-xs--70 {
  padding-left: -70px;
}
.pl-xs--50 {
  padding-left: -50px;
}
.pl-xs-0 {
  padding-left: 0px;
}
.pl-xs-5 {
  padding-left: 5px;
}
.pl-xs-10 {
  padding-left: 10px;
}
.pl-xs-15 {
  padding-left: 15px;
}
.pl-xs-20 {
  padding-left: 20px;
}
.pl-xs-30 {
  padding-left: 30px;
}
.pl-xs-40 {
  padding-left: 40px;
}
.pl-xs-50 {
  padding-left: 50px;
}
.pl-xs-60 {
  padding-left: 60px;
}
.pl-xs-70 {
  padding-left: 70px;
}
.pl-xs-80 {
  padding-left: 80px;
}
.pl-xs-100 {
  padding-left: 100px;
}
.pl-xs-120 {
  padding-left: 120px;
}
.pl-xs-150 {
  padding-left: 150px;
}
.pl-xs-160 {
  padding-left: 160px;
}
.pl-xs-200 {
  padding-left: 200px;
}
.pl-xs-300 {
  padding-left: 300px;
}
.px-xs--150 {
  padding-left: -150px;
  padding-right: -150px;
}
.px-xs--100 {
  padding-left: -100px;
  padding-right: -100px;
}
.px-xs--70 {
  padding-left: -70px;
  padding-right: -70px;
}
.px-xs--50 {
  padding-left: -50px;
  padding-right: -50px;
}
.px-xs-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-xs-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-xs-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-xs-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-xs-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-xs-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-xs-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-xs-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.px-xs-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.px-xs-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.px-xs-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.px-xs-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.px-xs-120 {
  padding-left: 120px;
  padding-right: 120px;
}
.px-xs-150 {
  padding-left: 150px;
  padding-right: 150px;
}
.px-xs-160 {
  padding-left: 160px;
  padding-right: 160px;
}
.px-xs-200 {
  padding-left: 200px;
  padding-right: 200px;
}
.px-xs-300 {
  padding-left: 300px;
  padding-right: 300px;
}
.py-xs--150 {
  padding-top: -150px;
  padding-bottom: -150px;
}
.py-xs--100 {
  padding-top: -100px;
  padding-bottom: -100px;
}
.py-xs--70 {
  padding-top: -70px;
  padding-bottom: -70px;
}
.py-xs--50 {
  padding-top: -50px;
  padding-bottom: -50px;
}
.py-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-xs-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-xs-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-xs-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-xs-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-xs-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-xs-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-xs-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-xs-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-xs-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-xs-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-xs-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-xs-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.py-xs-300 {
  padding-top: 300px;
  padding-bottom: 300px;
}
.m-xs--150 {
  margin: -150px;
}
.m-xs--100 {
  margin: -100px;
}
.m-xs--70 {
  margin: -70px;
}
.m-xs--50 {
  margin: -50px;
}
.m-xs-0 {
  margin: 0px;
}
.m-xs-5 {
  margin: 5px;
}
.m-xs-10 {
  margin: 10px;
}
.m-xs-15 {
  margin: 15px;
}
.m-xs-20 {
  margin: 20px;
}
.m-xs-30 {
  margin: 30px;
}
.m-xs-40 {
  margin: 40px;
}
.m-xs-50 {
  margin: 50px;
}
.m-xs-60 {
  margin: 60px;
}
.m-xs-70 {
  margin: 70px;
}
.m-xs-80 {
  margin: 80px;
}
.m-xs-100 {
  margin: 100px;
}
.m-xs-120 {
  margin: 120px;
}
.m-xs-150 {
  margin: 150px;
}
.m-xs-160 {
  margin: 160px;
}
.m-xs-200 {
  margin: 200px;
}
.m-xs-300 {
  margin: 300px;
}
.mt-xs--150 {
  margin-top: -150px;
}
.mt-xs--100 {
  margin-top: -100px;
}
.mt-xs--70 {
  margin-top: -70px;
}
.mt-xs--50 {
  margin-top: -50px;
}
.mt-xs-0 {
  margin-top: 0px;
}
.mt-xs-5 {
  margin-top: 5px;
}
.mt-xs-10 {
  margin-top: 10px;
}
.mt-xs-15 {
  margin-top: 15px;
}
.mt-xs-20 {
  margin-top: 20px;
}
.mt-xs-30 {
  margin-top: 30px;
}
.mt-xs-40 {
  margin-top: 40px;
}
.mt-xs-50 {
  margin-top: 50px;
}
.mt-xs-60 {
  margin-top: 60px;
}
.mt-xs-70 {
  margin-top: 70px;
}
.mt-xs-80 {
  margin-top: 80px;
}
.mt-xs-100 {
  margin-top: 100px;
}
.mt-xs-120 {
  margin-top: 120px;
}
.mt-xs-150 {
  margin-top: 150px;
}
.mt-xs-160 {
  margin-top: 160px;
}
.mt-xs-200 {
  margin-top: 200px;
}
.mt-xs-300 {
  margin-top: 300px;
}
.mr-xs--150 {
  margin-right: -150px;
}
.mr-xs--100 {
  margin-right: -100px;
}
.mr-xs--70 {
  margin-right: -70px;
}
.mr-xs--50 {
  margin-right: -50px;
}
.mr-xs-0 {
  margin-right: 0px;
}
.mr-xs-5 {
  margin-right: 5px;
}
.mr-xs-10 {
  margin-right: 10px;
}
.mr-xs-15 {
  margin-right: 15px;
}
.mr-xs-20 {
  margin-right: 20px;
}
.mr-xs-30 {
  margin-right: 30px;
}
.mr-xs-40 {
  margin-right: 40px;
}
.mr-xs-50 {
  margin-right: 50px;
}
.mr-xs-60 {
  margin-right: 60px;
}
.mr-xs-70 {
  margin-right: 70px;
}
.mr-xs-80 {
  margin-right: 80px;
}
.mr-xs-100 {
  margin-right: 100px;
}
.mr-xs-120 {
  margin-right: 120px;
}
.mr-xs-150 {
  margin-right: 150px;
}
.mr-xs-160 {
  margin-right: 160px;
}
.mr-xs-200 {
  margin-right: 200px;
}
.mr-xs-300 {
  margin-right: 300px;
}
.mb-xs--150 {
  margin-bottom: -150px;
}
.mb-xs--100 {
  margin-bottom: -100px;
}
.mb-xs--70 {
  margin-bottom: -70px;
}
.mb-xs--50 {
  margin-bottom: -50px;
}
.mb-xs-0 {
  margin-bottom: 0px;
}
.mb-xs-5 {
  margin-bottom: 5px;
}
.mb-xs-10 {
  margin-bottom: 10px;
}
.mb-xs-15 {
  margin-bottom: 15px;
}
.mb-xs-20 {
  margin-bottom: 20px;
}
.mb-xs-30 {
  margin-bottom: 30px;
}
.mb-xs-40 {
  margin-bottom: 40px;
}
.mb-xs-50 {
  margin-bottom: 50px;
}
.mb-xs-60 {
  margin-bottom: 60px;
}
.mb-xs-70 {
  margin-bottom: 70px;
}
.mb-xs-80 {
  margin-bottom: 80px;
}
.mb-xs-100 {
  margin-bottom: 100px;
}
.mb-xs-120 {
  margin-bottom: 120px;
}
.mb-xs-150 {
  margin-bottom: 150px;
}
.mb-xs-160 {
  margin-bottom: 160px;
}
.mb-xs-200 {
  margin-bottom: 200px;
}
.mb-xs-300 {
  margin-bottom: 300px;
}
.ml-xs--150 {
  margin-left: -150px;
}
.ml-xs--100 {
  margin-left: -100px;
}
.ml-xs--70 {
  margin-left: -70px;
}
.ml-xs--50 {
  margin-left: -50px;
}
.ml-xs-0 {
  margin-left: 0px;
}
.ml-xs-5 {
  margin-left: 5px;
}
.ml-xs-10 {
  margin-left: 10px;
}
.ml-xs-15 {
  margin-left: 15px;
}
.ml-xs-20 {
  margin-left: 20px;
}
.ml-xs-30 {
  margin-left: 30px;
}
.ml-xs-40 {
  margin-left: 40px;
}
.ml-xs-50 {
  margin-left: 50px;
}
.ml-xs-60 {
  margin-left: 60px;
}
.ml-xs-70 {
  margin-left: 70px;
}
.ml-xs-80 {
  margin-left: 80px;
}
.ml-xs-100 {
  margin-left: 100px;
}
.ml-xs-120 {
  margin-left: 120px;
}
.ml-xs-150 {
  margin-left: 150px;
}
.ml-xs-160 {
  margin-left: 160px;
}
.ml-xs-200 {
  margin-left: 200px;
}
.ml-xs-300 {
  margin-left: 300px;
}
.mx-xs--150 {
  margin-left: -150px;
  margin-right: -150px;
}
.mx-xs--100 {
  margin-left: -100px;
  margin-right: -100px;
}
.mx-xs--70 {
  margin-left: -70px;
  margin-right: -70px;
}
.mx-xs--50 {
  margin-left: -50px;
  margin-right: -50px;
}
.mx-xs-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-xs-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-xs-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-xs-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-xs-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-xs-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-xs-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-xs-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mx-xs-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mx-xs-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.mx-xs-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mx-xs-100 {
  margin-left: 100px;
  margin-right: 100px;
}
.mx-xs-120 {
  margin-left: 120px;
  margin-right: 120px;
}
.mx-xs-150 {
  margin-left: 150px;
  margin-right: 150px;
}
.mx-xs-160 {
  margin-left: 160px;
  margin-right: 160px;
}
.mx-xs-200 {
  margin-left: 200px;
  margin-right: 200px;
}
.mx-xs-300 {
  margin-left: 300px;
  margin-right: 300px;
}
.my-xs--150 {
  margin-top: -150px;
  margin-bottom: -150px;
}
.my-xs--100 {
  margin-top: -100px;
  margin-bottom: -100px;
}
.my-xs--70 {
  margin-top: -70px;
  margin-bottom: -70px;
}
.my-xs--50 {
  margin-top: -50px;
  margin-bottom: -50px;
}
.my-xs-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-xs-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-xs-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-xs-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-xs-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-xs-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-xs-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-xs-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-xs-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-xs-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.my-xs-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.my-xs-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.my-xs-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.my-xs-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.my-xs-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.my-xs-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.my-xs-300 {
  margin-top: 300px;
  margin-bottom: 300px;
}
@media screen and (min-width: 440px) {
  .p-sm--150 {
    padding: -150px;
  }
  .p-sm--100 {
    padding: -100px;
  }
  .p-sm--70 {
    padding: -70px;
  }
  .p-sm--50 {
    padding: -50px;
  }
  .p-sm-0 {
    padding: 0px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .p-sm-60 {
    padding: 60px;
  }
  .p-sm-70 {
    padding: 70px;
  }
  .p-sm-80 {
    padding: 80px;
  }
  .p-sm-100 {
    padding: 100px;
  }
  .p-sm-120 {
    padding: 120px;
  }
  .p-sm-150 {
    padding: 150px;
  }
  .p-sm-160 {
    padding: 160px;
  }
  .p-sm-200 {
    padding: 200px;
  }
  .p-sm-300 {
    padding: 300px;
  }
  .pt-sm--150 {
    padding-top: -150px;
  }
  .pt-sm--100 {
    padding-top: -100px;
  }
  .pt-sm--70 {
    padding-top: -70px;
  }
  .pt-sm--50 {
    padding-top: -50px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pt-sm-300 {
    padding-top: 300px;
  }
  .pr-sm--150 {
    padding-right: -150px;
  }
  .pr-sm--100 {
    padding-right: -100px;
  }
  .pr-sm--70 {
    padding-right: -70px;
  }
  .pr-sm--50 {
    padding-right: -50px;
  }
  .pr-sm-0 {
    padding-right: 0px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pr-sm-160 {
    padding-right: 160px;
  }
  .pr-sm-200 {
    padding-right: 200px;
  }
  .pr-sm-300 {
    padding-right: 300px;
  }
  .pb-sm--150 {
    padding-bottom: -150px;
  }
  .pb-sm--100 {
    padding-bottom: -100px;
  }
  .pb-sm--70 {
    padding-bottom: -70px;
  }
  .pb-sm--50 {
    padding-bottom: -50px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .pb-sm-300 {
    padding-bottom: 300px;
  }
  .pl-sm--150 {
    padding-left: -150px;
  }
  .pl-sm--100 {
    padding-left: -100px;
  }
  .pl-sm--70 {
    padding-left: -70px;
  }
  .pl-sm--50 {
    padding-left: -50px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .pl-sm-160 {
    padding-left: 160px;
  }
  .pl-sm-200 {
    padding-left: 200px;
  }
  .pl-sm-300 {
    padding-left: 300px;
  }
  .px-sm--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-sm--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-sm--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-sm--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-sm-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-sm-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-sm-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-sm-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-sm-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-sm-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-sm-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-sm-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-sm-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-sm-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-sm-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-sm-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-sm-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-sm--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-sm--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-sm--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-sm--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-sm-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-sm--150 {
    margin: -150px;
  }
  .m-sm--100 {
    margin: -100px;
  }
  .m-sm--70 {
    margin: -70px;
  }
  .m-sm--50 {
    margin: -50px;
  }
  .m-sm-0 {
    margin: 0px;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .m-sm-15 {
    margin: 15px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .m-sm-40 {
    margin: 40px;
  }
  .m-sm-50 {
    margin: 50px;
  }
  .m-sm-60 {
    margin: 60px;
  }
  .m-sm-70 {
    margin: 70px;
  }
  .m-sm-80 {
    margin: 80px;
  }
  .m-sm-100 {
    margin: 100px;
  }
  .m-sm-120 {
    margin: 120px;
  }
  .m-sm-150 {
    margin: 150px;
  }
  .m-sm-160 {
    margin: 160px;
  }
  .m-sm-200 {
    margin: 200px;
  }
  .m-sm-300 {
    margin: 300px;
  }
  .mt-sm--150 {
    margin-top: -150px;
  }
  .mt-sm--100 {
    margin-top: -100px;
  }
  .mt-sm--70 {
    margin-top: -70px;
  }
  .mt-sm--50 {
    margin-top: -50px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mt-sm-300 {
    margin-top: 300px;
  }
  .mr-sm--150 {
    margin-right: -150px;
  }
  .mr-sm--100 {
    margin-right: -100px;
  }
  .mr-sm--70 {
    margin-right: -70px;
  }
  .mr-sm--50 {
    margin-right: -50px;
  }
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
  .mr-sm-160 {
    margin-right: 160px;
  }
  .mr-sm-200 {
    margin-right: 200px;
  }
  .mr-sm-300 {
    margin-right: 300px;
  }
  .mb-sm--150 {
    margin-bottom: -150px;
  }
  .mb-sm--100 {
    margin-bottom: -100px;
  }
  .mb-sm--70 {
    margin-bottom: -70px;
  }
  .mb-sm--50 {
    margin-bottom: -50px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mb-sm-160 {
    margin-bottom: 160px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .mb-sm-300 {
    margin-bottom: 300px;
  }
  .ml-sm--150 {
    margin-left: -150px;
  }
  .ml-sm--100 {
    margin-left: -100px;
  }
  .ml-sm--70 {
    margin-left: -70px;
  }
  .ml-sm--50 {
    margin-left: -50px;
  }
  .ml-sm-0 {
    margin-left: 0px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
  .ml-sm-160 {
    margin-left: 160px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
  .ml-sm-300 {
    margin-left: 300px;
  }
  .mx-sm--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-sm--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-sm--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-sm--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-sm-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-sm-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-sm-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-sm-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-sm-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-sm-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-sm-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-sm-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-sm-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-sm-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-sm-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-sm-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-sm-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-sm-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-sm-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-sm--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-sm--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-sm--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-sm--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-sm-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-md--150 {
    padding: -150px;
  }
  .p-md--100 {
    padding: -100px;
  }
  .p-md--70 {
    padding: -70px;
  }
  .p-md--50 {
    padding: -50px;
  }
  .p-md-0 {
    padding: 0px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .p-md-60 {
    padding: 60px;
  }
  .p-md-70 {
    padding: 70px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .p-md-100 {
    padding: 100px;
  }
  .p-md-120 {
    padding: 120px;
  }
  .p-md-150 {
    padding: 150px;
  }
  .p-md-160 {
    padding: 160px;
  }
  .p-md-200 {
    padding: 200px;
  }
  .p-md-300 {
    padding: 300px;
  }
  .pt-md--150 {
    padding-top: -150px;
  }
  .pt-md--100 {
    padding-top: -100px;
  }
  .pt-md--70 {
    padding-top: -70px;
  }
  .pt-md--50 {
    padding-top: -50px;
  }
  .pt-md-0 {
    padding-top: 0px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pt-md-300 {
    padding-top: 300px;
  }
  .pr-md--150 {
    padding-right: -150px;
  }
  .pr-md--100 {
    padding-right: -100px;
  }
  .pr-md--70 {
    padding-right: -70px;
  }
  .pr-md--50 {
    padding-right: -50px;
  }
  .pr-md-0 {
    padding-right: 0px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
  .pr-md-160 {
    padding-right: 160px;
  }
  .pr-md-200 {
    padding-right: 200px;
  }
  .pr-md-300 {
    padding-right: 300px;
  }
  .pb-md--150 {
    padding-bottom: -150px;
  }
  .pb-md--100 {
    padding-bottom: -100px;
  }
  .pb-md--70 {
    padding-bottom: -70px;
  }
  .pb-md--50 {
    padding-bottom: -50px;
  }
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .pb-md-300 {
    padding-bottom: 300px;
  }
  .pl-md--150 {
    padding-left: -150px;
  }
  .pl-md--100 {
    padding-left: -100px;
  }
  .pl-md--70 {
    padding-left: -70px;
  }
  .pl-md--50 {
    padding-left: -50px;
  }
  .pl-md-0 {
    padding-left: 0px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
  .pl-md-160 {
    padding-left: 160px;
  }
  .pl-md-200 {
    padding-left: 200px;
  }
  .pl-md-300 {
    padding-left: 300px;
  }
  .px-md--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-md--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-md--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-md--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-md-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-md-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-md-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-md-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-md-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-md-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-md-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-md-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-md-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-md-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-md-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-md-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-md-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-md--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-md--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-md--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-md--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-md-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-md--150 {
    margin: -150px;
  }
  .m-md--100 {
    margin: -100px;
  }
  .m-md--70 {
    margin: -70px;
  }
  .m-md--50 {
    margin: -50px;
  }
  .m-md-0 {
    margin: 0px;
  }
  .m-md-5 {
    margin: 5px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .m-md-15 {
    margin: 15px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .m-md-40 {
    margin: 40px;
  }
  .m-md-50 {
    margin: 50px;
  }
  .m-md-60 {
    margin: 60px;
  }
  .m-md-70 {
    margin: 70px;
  }
  .m-md-80 {
    margin: 80px;
  }
  .m-md-100 {
    margin: 100px;
  }
  .m-md-120 {
    margin: 120px;
  }
  .m-md-150 {
    margin: 150px;
  }
  .m-md-160 {
    margin: 160px;
  }
  .m-md-200 {
    margin: 200px;
  }
  .m-md-300 {
    margin: 300px;
  }
  .mt-md--150 {
    margin-top: -150px;
  }
  .mt-md--100 {
    margin-top: -100px;
  }
  .mt-md--70 {
    margin-top: -70px;
  }
  .mt-md--50 {
    margin-top: -50px;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mt-md-300 {
    margin-top: 300px;
  }
  .mr-md--150 {
    margin-right: -150px;
  }
  .mr-md--100 {
    margin-right: -100px;
  }
  .mr-md--70 {
    margin-right: -70px;
  }
  .mr-md--50 {
    margin-right: -50px;
  }
  .mr-md-0 {
    margin-right: 0px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
  .mr-md-160 {
    margin-right: 160px;
  }
  .mr-md-200 {
    margin-right: 200px;
  }
  .mr-md-300 {
    margin-right: 300px;
  }
  .mb-md--150 {
    margin-bottom: -150px;
  }
  .mb-md--100 {
    margin-bottom: -100px;
  }
  .mb-md--70 {
    margin-bottom: -70px;
  }
  .mb-md--50 {
    margin-bottom: -50px;
  }
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .mb-md-300 {
    margin-bottom: 300px;
  }
  .ml-md--150 {
    margin-left: -150px;
  }
  .ml-md--100 {
    margin-left: -100px;
  }
  .ml-md--70 {
    margin-left: -70px;
  }
  .ml-md--50 {
    margin-left: -50px;
  }
  .ml-md-0 {
    margin-left: 0px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
  .ml-md-160 {
    margin-left: 160px;
  }
  .ml-md-200 {
    margin-left: 200px;
  }
  .ml-md-300 {
    margin-left: 300px;
  }
  .mx-md--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-md--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-md--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-md--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-md-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-md-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-md-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-md-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-md-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-md-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-md-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-md-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-md-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-md-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-md-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-md-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-md-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-md-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-md-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-md-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-md-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-md--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-md--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-md--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-md--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-md-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-md-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-lg--150 {
    padding: -150px;
  }
  .p-lg--100 {
    padding: -100px;
  }
  .p-lg--70 {
    padding: -70px;
  }
  .p-lg--50 {
    padding: -50px;
  }
  .p-lg-0 {
    padding: 0px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .p-lg-70 {
    padding: 70px;
  }
  .p-lg-80 {
    padding: 80px;
  }
  .p-lg-100 {
    padding: 100px;
  }
  .p-lg-120 {
    padding: 120px;
  }
  .p-lg-150 {
    padding: 150px;
  }
  .p-lg-160 {
    padding: 160px;
  }
  .p-lg-200 {
    padding: 200px;
  }
  .p-lg-300 {
    padding: 300px;
  }
  .pt-lg--150 {
    padding-top: -150px;
  }
  .pt-lg--100 {
    padding-top: -100px;
  }
  .pt-lg--70 {
    padding-top: -70px;
  }
  .pt-lg--50 {
    padding-top: -50px;
  }
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pt-lg-300 {
    padding-top: 300px;
  }
  .pr-lg--150 {
    padding-right: -150px;
  }
  .pr-lg--100 {
    padding-right: -100px;
  }
  .pr-lg--70 {
    padding-right: -70px;
  }
  .pr-lg--50 {
    padding-right: -50px;
  }
  .pr-lg-0 {
    padding-right: 0px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pr-lg-160 {
    padding-right: 160px;
  }
  .pr-lg-200 {
    padding-right: 200px;
  }
  .pr-lg-300 {
    padding-right: 300px;
  }
  .pb-lg--150 {
    padding-bottom: -150px;
  }
  .pb-lg--100 {
    padding-bottom: -100px;
  }
  .pb-lg--70 {
    padding-bottom: -70px;
  }
  .pb-lg--50 {
    padding-bottom: -50px;
  }
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .pb-lg-300 {
    padding-bottom: 300px;
  }
  .pl-lg--150 {
    padding-left: -150px;
  }
  .pl-lg--100 {
    padding-left: -100px;
  }
  .pl-lg--70 {
    padding-left: -70px;
  }
  .pl-lg--50 {
    padding-left: -50px;
  }
  .pl-lg-0 {
    padding-left: 0px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .pl-lg-160 {
    padding-left: 160px;
  }
  .pl-lg-200 {
    padding-left: 200px;
  }
  .pl-lg-300 {
    padding-left: 300px;
  }
  .px-lg--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-lg--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-lg--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-lg--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-lg-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-lg-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-lg-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-lg-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-lg-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-lg-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-lg-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-lg-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-lg-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-lg-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-lg-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-lg--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-lg--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-lg--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-lg--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-lg-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-lg-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-lg--150 {
    margin: -150px;
  }
  .m-lg--100 {
    margin: -100px;
  }
  .m-lg--70 {
    margin: -70px;
  }
  .m-lg--50 {
    margin: -50px;
  }
  .m-lg-0 {
    margin: 0px;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .m-lg-15 {
    margin: 15px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .m-lg-40 {
    margin: 40px;
  }
  .m-lg-50 {
    margin: 50px;
  }
  .m-lg-60 {
    margin: 60px;
  }
  .m-lg-70 {
    margin: 70px;
  }
  .m-lg-80 {
    margin: 80px;
  }
  .m-lg-100 {
    margin: 100px;
  }
  .m-lg-120 {
    margin: 120px;
  }
  .m-lg-150 {
    margin: 150px;
  }
  .m-lg-160 {
    margin: 160px;
  }
  .m-lg-200 {
    margin: 200px;
  }
  .m-lg-300 {
    margin: 300px;
  }
  .mt-lg--150 {
    margin-top: -150px;
  }
  .mt-lg--100 {
    margin-top: -100px;
  }
  .mt-lg--70 {
    margin-top: -70px;
  }
  .mt-lg--50 {
    margin-top: -50px;
  }
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mt-lg-300 {
    margin-top: 300px;
  }
  .mr-lg--150 {
    margin-right: -150px;
  }
  .mr-lg--100 {
    margin-right: -100px;
  }
  .mr-lg--70 {
    margin-right: -70px;
  }
  .mr-lg--50 {
    margin-right: -50px;
  }
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .mr-lg-160 {
    margin-right: 160px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .mr-lg-300 {
    margin-right: 300px;
  }
  .mb-lg--150 {
    margin-bottom: -150px;
  }
  .mb-lg--100 {
    margin-bottom: -100px;
  }
  .mb-lg--70 {
    margin-bottom: -70px;
  }
  .mb-lg--50 {
    margin-bottom: -50px;
  }
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .mb-lg-300 {
    margin-bottom: 300px;
  }
  .ml-lg--150 {
    margin-left: -150px;
  }
  .ml-lg--100 {
    margin-left: -100px;
  }
  .ml-lg--70 {
    margin-left: -70px;
  }
  .ml-lg--50 {
    margin-left: -50px;
  }
  .ml-lg-0 {
    margin-left: 0px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
  .ml-lg-160 {
    margin-left: 160px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .ml-lg-300 {
    margin-left: 300px;
  }
  .mx-lg--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-lg--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-lg--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-lg--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-lg-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-lg-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-lg-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-lg-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-lg-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-lg-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-lg-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-lg-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-lg-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-lg-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-lg-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-lg-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-lg-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-lg-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-lg-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-lg-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-lg-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-lg--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-lg--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-lg--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-lg--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-lg-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-lg-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 1342px) {
  .p-xl--150 {
    padding: -150px;
  }
  .p-xl--100 {
    padding: -100px;
  }
  .p-xl--70 {
    padding: -70px;
  }
  .p-xl--50 {
    padding: -50px;
  }
  .p-xl-0 {
    padding: 0px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .p-xl-70 {
    padding: 70px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .p-xl-100 {
    padding: 100px;
  }
  .p-xl-120 {
    padding: 120px;
  }
  .p-xl-150 {
    padding: 150px;
  }
  .p-xl-160 {
    padding: 160px;
  }
  .p-xl-200 {
    padding: 200px;
  }
  .p-xl-300 {
    padding: 300px;
  }
  .pt-xl--150 {
    padding-top: -150px;
  }
  .pt-xl--100 {
    padding-top: -100px;
  }
  .pt-xl--70 {
    padding-top: -70px;
  }
  .pt-xl--50 {
    padding-top: -50px;
  }
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pt-xl-160 {
    padding-top: 160px;
  }
  .pt-xl-200 {
    padding-top: 200px;
  }
  .pt-xl-300 {
    padding-top: 300px;
  }
  .pr-xl--150 {
    padding-right: -150px;
  }
  .pr-xl--100 {
    padding-right: -100px;
  }
  .pr-xl--70 {
    padding-right: -70px;
  }
  .pr-xl--50 {
    padding-right: -50px;
  }
  .pr-xl-0 {
    padding-right: 0px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pr-xl-100 {
    padding-right: 100px;
  }
  .pr-xl-120 {
    padding-right: 120px;
  }
  .pr-xl-150 {
    padding-right: 150px;
  }
  .pr-xl-160 {
    padding-right: 160px;
  }
  .pr-xl-200 {
    padding-right: 200px;
  }
  .pr-xl-300 {
    padding-right: 300px;
  }
  .pb-xl--150 {
    padding-bottom: -150px;
  }
  .pb-xl--100 {
    padding-bottom: -100px;
  }
  .pb-xl--70 {
    padding-bottom: -70px;
  }
  .pb-xl--50 {
    padding-bottom: -50px;
  }
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .pb-xl-160 {
    padding-bottom: 160px;
  }
  .pb-xl-200 {
    padding-bottom: 200px;
  }
  .pb-xl-300 {
    padding-bottom: 300px;
  }
  .pl-xl--150 {
    padding-left: -150px;
  }
  .pl-xl--100 {
    padding-left: -100px;
  }
  .pl-xl--70 {
    padding-left: -70px;
  }
  .pl-xl--50 {
    padding-left: -50px;
  }
  .pl-xl-0 {
    padding-left: 0px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pl-xl-100 {
    padding-left: 100px;
  }
  .pl-xl-120 {
    padding-left: 120px;
  }
  .pl-xl-150 {
    padding-left: 150px;
  }
  .pl-xl-160 {
    padding-left: 160px;
  }
  .pl-xl-200 {
    padding-left: 200px;
  }
  .pl-xl-300 {
    padding-left: 300px;
  }
  .px-xl--150 {
    padding-left: -150px;
    padding-right: -150px;
  }
  .px-xl--100 {
    padding-left: -100px;
    padding-right: -100px;
  }
  .px-xl--70 {
    padding-left: -70px;
    padding-right: -70px;
  }
  .px-xl--50 {
    padding-left: -50px;
    padding-right: -50px;
  }
  .px-xl-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px-xl-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-xl-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px-xl-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-xl-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px-xl-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px-xl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px-xl-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px-xl-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .px-xl-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .px-xl-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-xl-160 {
    padding-left: 160px;
    padding-right: 160px;
  }
  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
  .px-xl-300 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .py-xl--150 {
    padding-top: -150px;
    padding-bottom: -150px;
  }
  .py-xl--100 {
    padding-top: -100px;
    padding-bottom: -100px;
  }
  .py-xl--70 {
    padding-top: -70px;
    padding-bottom: -70px;
  }
  .py-xl--50 {
    padding-top: -50px;
    padding-bottom: -50px;
  }
  .py-xl-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-xl-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .py-xl-300 {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .m-xl--150 {
    margin: -150px;
  }
  .m-xl--100 {
    margin: -100px;
  }
  .m-xl--70 {
    margin: -70px;
  }
  .m-xl--50 {
    margin: -50px;
  }
  .m-xl-0 {
    margin: 0px;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .m-xl-15 {
    margin: 15px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .m-xl-40 {
    margin: 40px;
  }
  .m-xl-50 {
    margin: 50px;
  }
  .m-xl-60 {
    margin: 60px;
  }
  .m-xl-70 {
    margin: 70px;
  }
  .m-xl-80 {
    margin: 80px;
  }
  .m-xl-100 {
    margin: 100px;
  }
  .m-xl-120 {
    margin: 120px;
  }
  .m-xl-150 {
    margin: 150px;
  }
  .m-xl-160 {
    margin: 160px;
  }
  .m-xl-200 {
    margin: 200px;
  }
  .m-xl-300 {
    margin: 300px;
  }
  .mt-xl--150 {
    margin-top: -150px;
  }
  .mt-xl--100 {
    margin-top: -100px;
  }
  .mt-xl--70 {
    margin-top: -70px;
  }
  .mt-xl--50 {
    margin-top: -50px;
  }
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mt-xl-160 {
    margin-top: 160px;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mt-xl-300 {
    margin-top: 300px;
  }
  .mr-xl--150 {
    margin-right: -150px;
  }
  .mr-xl--100 {
    margin-right: -100px;
  }
  .mr-xl--70 {
    margin-right: -70px;
  }
  .mr-xl--50 {
    margin-right: -50px;
  }
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .mr-xl-100 {
    margin-right: 100px;
  }
  .mr-xl-120 {
    margin-right: 120px;
  }
  .mr-xl-150 {
    margin-right: 150px;
  }
  .mr-xl-160 {
    margin-right: 160px;
  }
  .mr-xl-200 {
    margin-right: 200px;
  }
  .mr-xl-300 {
    margin-right: 300px;
  }
  .mb-xl--150 {
    margin-bottom: -150px;
  }
  .mb-xl--100 {
    margin-bottom: -100px;
  }
  .mb-xl--70 {
    margin-bottom: -70px;
  }
  .mb-xl--50 {
    margin-bottom: -50px;
  }
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .mb-xl-160 {
    margin-bottom: 160px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .mb-xl-300 {
    margin-bottom: 300px;
  }
  .ml-xl--150 {
    margin-left: -150px;
  }
  .ml-xl--100 {
    margin-left: -100px;
  }
  .ml-xl--70 {
    margin-left: -70px;
  }
  .ml-xl--50 {
    margin-left: -50px;
  }
  .ml-xl-0 {
    margin-left: 0px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .ml-xl-100 {
    margin-left: 100px;
  }
  .ml-xl-120 {
    margin-left: 120px;
  }
  .ml-xl-150 {
    margin-left: 150px;
  }
  .ml-xl-160 {
    margin-left: 160px;
  }
  .ml-xl-200 {
    margin-left: 200px;
  }
  .ml-xl-300 {
    margin-left: 300px;
  }
  .mx-xl--150 {
    margin-left: -150px;
    margin-right: -150px;
  }
  .mx-xl--100 {
    margin-left: -100px;
    margin-right: -100px;
  }
  .mx-xl--70 {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mx-xl--50 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .mx-xl-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mx-xl-5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx-xl-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mx-xl-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mx-xl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mx-xl-30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mx-xl-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .mx-xl-50 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .mx-xl-60 {
    margin-left: 60px;
    margin-right: 60px;
  }
  .mx-xl-70 {
    margin-left: 70px;
    margin-right: 70px;
  }
  .mx-xl-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .mx-xl-100 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .mx-xl-120 {
    margin-left: 120px;
    margin-right: 120px;
  }
  .mx-xl-150 {
    margin-left: 150px;
    margin-right: 150px;
  }
  .mx-xl-160 {
    margin-left: 160px;
    margin-right: 160px;
  }
  .mx-xl-200 {
    margin-left: 200px;
    margin-right: 200px;
  }
  .mx-xl-300 {
    margin-left: 300px;
    margin-right: 300px;
  }
  .my-xl--150 {
    margin-top: -150px;
    margin-bottom: -150px;
  }
  .my-xl--100 {
    margin-top: -100px;
    margin-bottom: -100px;
  }
  .my-xl--70 {
    margin-top: -70px;
    margin-bottom: -70px;
  }
  .my-xl--50 {
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .my-xl-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .my-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .my-xl-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .my-xl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .my-xl-300 {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
