@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');

@charset "UTF-8";
/*
Theme Name: myds
Author: Habefast
Author URI: http://habefast.ch/
*/
/*!
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# 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 !important;
  /* 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-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;
}

/*@font-face {
  font-family: "CraftGothic";
  src: url(./assets/fonts/CraftGothic-Regular.woff2) format("woff2");
  src: url(./assets/fonts/CraftGothic-Regular.woff) format("woff");
  src: url(./assets/fonts/CraftGothic-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "CraftGothic";
  src: url(./assets/fonts/CraftGothic-DemiBold.woff2) format("woff2");
  src: url(./assets/fonts/CraftGothic-DemiBold.woff) format("woff");
  src: url(./assets/fonts/CraftGothic-DemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "CraftGothic";
  src: url(./assets/fonts/CraftGothic-Bold.woff2) format("woff2");
  src: url(./assets/fonts/CraftGothic-Bold.woff) format("woff");
  src: url(./assets/fonts/CraftGothic-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "CraftGothic";
  src: url(./assets/fonts/CraftGothic-Black.woff2) format("woff2");
  src: url(./assets/fonts/CraftGothic-Black.woff) format("woff");
  src: url(./assets/fonts/CraftGothic-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}*/

/************************************************************
 * STYLES BASE
 ************************************************************/
/* Colours
  ************************************************************/
/* Typography
 ************************************************************/
/* Borders and shadows
 ************************************************************/
/************************************************************
 * COMPONENTS
 ************************************************************/
/* Buttons
 ************************************************************/
/* Navbar
 ************************************************************/
/* Header
************************************************************/
/* Footer
************************************************************/
/* Selectric
 ************************************************************/
/************************************************************
 * LAYOUT
 ************************************************************/
/* Screen size base
 ************************************************************/
/* Breakpoints
 ************************************************************/
/* Grid
 ************************************************************/
/************************************************************
 * MIXINS
 ************************************************************/
/* Placeholders form
 ************************************************************/
/* Base mixins
 ************************************************************/
/************************************************************
* THEME SPECIFIC
************************************************************/
/* button mixin
************************************************************/
/* Clamp mixins 
 ************************************************************/
/* Typo mixin
************************************************************/
/************************************************************
 * TYPO
 ************************************************************/
/* Global
  ************************************************************/
html {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Inter", sans-serif;
}

p,
a,
li {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.02em;
}

strong {
  font-weight: bold;
}
strong a {
  font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  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,
.h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.175rem;
  }
}
h2 strong,
.h2 strong {
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
}
h2.text--light,
.h2.text--light {
  color: #fff;
}
h2.text--light strong,
.h2.text--light strong {
  color: #2a76bb;
  background: #fff;
}

p {
  margin: 0 0 1em 0;
}
p strong {
  font-weight: bold;
}

li {
  line-height: 1.5;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

p a, li a {
  color: #e61e89;
  font-weight: 600;
}
p a:hover, p a:focus, li a:hover, li a:focus {
  color: #bc156e;
}

/* Titles
   ************************************************************/
.title__page {
  font-family: "Inter", sans-serif;
  font-size: 3.4vw;
  font-size: clamp(1.5rem, 3.4vw, 3.125rem);
  font-weight: 700;
  line-height: 1.2;
  color: #2a76bb;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding: 5px;
  background-color: #fff;
}
@media screen and (min-width: 1919px) {
  .title__page {
    font-size: 3.125rem;
    font-size: clamp(1.5rem, 3.4vw, 3.125rem);
  }
}
.title__section {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .title__section {
    font-size: 2.175rem;
  }
}
.title__section strong {
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
}
.title__section.text--light {
  color: #fff;
}
.title__section.text--light strong {
  color: #2a76bb;
  background: #fff;
}
.title__section--small {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 1em;
  font-size: 1.565rem;
}
@media screen and (min-width: 768px) {
  .title__section--small {
    font-size: 2.175rem;
  }
}
.title__section--small strong {
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
}
.title__section--small.text--light {
  color: #fff;
}
.title__section--small.text--light strong {
  color: #2a76bb;
  background: #fff;
}
.title__small, .title__small--upper, .title__small--bold {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2a76bb;
}
.title__small--bold {
  font-weight: 700;
}
.title__small--upper {
  text-transform: uppercase;
}
.title__blog {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title__blog {
    font-size: 2.175rem;
  }
}
.title__blog strong {
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
}
.title__blog.text--light {
  color: #fff;
}
.title__blog.text--light strong {
  color: #2a76bb;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .title__blog {
    font-size: 1.33rem;
    text-transform: none;
    letter-spacing: 0.075em;
  }
}
.title__smaller, .title__smaller--upper, .title__smaller--bold {
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2a76bb;
  font-size: 1.25rem;
}
.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 p {
  color: #fff;
}
.text--light-gray {
  color: #d8d8d8;
}
.text--light-gray p {
  color: #d8d8d8;
}
.text--gray {
  color: #b0b0b0;
}
.text--gray p {
  color: #b0b0b0;
}
.text--dark {
  color: #3a3a3a;
}
.text--dark p {
  color: #3a3a3a;
}
.text--black {
  color: #000;
}
.text--black p {
  color: #000;
}
.text--accent {
  color: #e61e89;
}
.text--accent p {
  color: #e61e89;
}
.text--secondary {
  color: #e61e89;
}
.text--secondary p {
  color: #e61e89;
}
.text--alignright {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--center li {
  text-align: left;
}
@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: #e61e89;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw {
  from {
    stroke: #e61e89;
    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%;
  }
}
@-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);
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animated {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -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 #FFF;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 28px 0 10px;
  font-size: 14px;
  line-height: 28px;
  color: #FFF;
  height: 28px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: transparent;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/28px 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: #BBB;
  border-bottom: none;
}

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

.selectric-hover .selectric {
  border-color: #e6e6e6;
}
.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: #e6e6e6;
}
.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: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.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: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.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;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/************************************************************
 * GUNTENBERG EDITOR
 ************************************************************/
.wp-block-group {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .wp-block-group {
    padding: 80px 0;
  }
}

.wp-block-group__inner-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1220px;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}
.has-primary-color {
  color: #2a76bb;
}

.has-primary-background-color {
  background-color: #2a76bb;
}

.has-secondary-color {
  color: #e61e89;
}

.has-secondary-background-color {
  background-color: #e61e89;
}

/************************************************************
 * BASE LAYOUT
 ************************************************************/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 15px;
}
.container .container--narrow,
.container .container--narrower {
  width: 100%;
}

.container--narrow, .container--narrower {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}
.container--narrow .container--narrower, .container--narrower .container--narrower {
  width: 100%;
}

.container--narrower {
  max-width: 800px;
}

.container--full {
  width: 100%;
  padding: 0 40px;
}

section:not(.elementor-section) {
  margin: 60px auto;
}
section.has-background {
  margin: 0;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  section:not(.elementor-section) {
    margin: 120px auto;
  }
  section.has-background {
    margin: 0;
    padding: 100px 0;
  }
}

.site-main section:not(.elementor-section) p {
  text-align: center;
}
.site-main section:not(.elementor-section) p li {
  text-align: left;
}
.site-main .wp-block-group p {
  text-align: center;
}

.post-template-default p, .post-template-default h1, .post-template-default h2, .post-template-default h3, .post-template-default h4 {
  text-align: center;
}

/* Layout with sidebar
  ************************************************************/
.container.has-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container.has-sidebar .content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.container.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
  }
}

/************************************************************
 * 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: 1920px;
}
@media screen and (min-width: 1342px) {
  .grid {
    grid-template-columns: 1fr repeat(12, 101.6666666667px) 1fr;
    -ms-grid-columns: 1fr 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 101.6666666667px 1fr;
  }
}

.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: -2.5vw;
  margin-right: -2.5vw;
}
@media screen and (min-width: 768px) {
  .flex-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.col {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col .placeholder {
  background-color: #d8d8d8;
}

.flex-half-gap.flex-row {
  margin-left: -1.25vw;
  margin-right: -1.25vw;
}
.flex-half-gap > .col {
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}
@media screen and (min-width: 768px) {
  .flex-half-gap.flex-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .flex-half-gap > .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .flex-double-gap.flex-row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .flex-double-gap > .col {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .flex-no-padding.flex-row {
    margin-left: 0;
    margin-right: 0;
  }
  .flex-no-padding > .col {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .push-sm {
    order: 2;
  }
}

@media screen and (max-width: 439px) {
  .push-xs {
    order: 2;
  }
}

.flex-col-2 > .col {
  flex: 0 1 auto;
  width: 50%;
}

.flex-col-3 > .col {
  flex: 0 1 auto;
  width: 33.33%;
}

.flex-col-4 > .col {
  flex: 0 1 auto;
  width: 25%;
}

.flex-col-5 > .col {
  flex: 0 1 auto;
  width: 20%;
}

.flex-col-1-5 > .col:first-of-type {
  flex: 0 1 auto;
  width: 16.6666666667%;
}
.flex-col-1-5 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 83.3333333333%;
}

.flex-col-2-4 > .col:first-of-type {
  flex: 0 1 auto;
  width: 33.3333333333%;
}
.flex-col-2-4 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 66.6666666667%;
}

.flex-col-4-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 66.6666666667%;
}
.flex-col-4-2 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 33.3333333333%;
}

.flex-col-5-1 > .col:first-of-type {
  flex: 0 1 auto;
  width: 83.3333333333%;
}
.flex-col-5-1 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 16.6666666667%;
}

@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: 25%;
  }
  .flex-col-xs-5 > .col {
    flex: 0 1 auto;
    width: 20%;
  }
  .flex-col-xs-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-xs-1-5 > .col:first-of-type {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .flex-col-xs-1-5 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-xs-2-4 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-xs-2-4 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-xs-4-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-xs-4-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-xs-5-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-xs-5-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
}
@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-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-sm-1-5 > .col:first-of-type {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .flex-col-sm-1-5 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-sm-2-4 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-sm-2-4 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-sm-4-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-sm-4-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-sm-5-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-sm-5-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
}
@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-6 > .col {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .flex-col-md-1-5 > .col:first-of-type {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .flex-col-md-1-5 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-md-2-4 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-md-2-4 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-md-4-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-md-4-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-md-5-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-md-5-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
}
@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-5 > .col:first-of-type {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .flex-col-lg-1-5 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-lg-2-4 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-lg-2-4 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-lg-4-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .flex-col-lg-4-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .flex-col-lg-5-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .flex-col-lg-5-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
}
/************************************************************
 * HEADER (LAYOUT)
 ************************************************************/
.site-header {
  position: relative;
  z-index: 9999;
}

.bottom-header__container, .top-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__container {
  height: 40px;
}
.top-header--left {
  flex-basis: 50%;
}
.top-header--right {
  flex-basis: 50%;
}
@media screen and (max-width: 991px) {
  .top-header--left {
    flex-basis: 80%;
  }
  .top-header--right {
    flex-basis: 20%;
  }
}
.top-header.is-opened {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s;
}

.bottom-header {
  border-top: none;
  width: 100%;
  background-color: #fff;
}
.bottom-header__container {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .bottom-header__container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.bottom-header.is-fixed {
  position: fixed;
  top: 0;
}
.admin-bar .bottom-header.is-fixed {
  top: 32px;
}

.bottom-header.is-opened {
  position: fixed;
  top: 40px;
  transition: 0.3s;
}
.bottom-header.slide-up {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  transition: 0.3s;
}
.bottom-header.slide-down {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  transition: 0.3s;
}

.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 clamp(160px, 20vw, 320px);
  z-index: 99999;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-branding .custom-logo {
    width: 100%;
  }
}

/************************************************************
 * FOOTER
 ************************************************************/
.site-footer {
  position: relative;
  text-align: center;
  background-color: #414243;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer h2, .site-footer h3, .site-footer h4 {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer p, .site-footer a {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.site-footer ul li a {
  color: #fff;
}
.site-footer .wp-block-group {
  padding: 0;
}
.site-footer .wp-block-group__inner-container {
  width: 100%;
}
.site-footer .wp-block-group__inner-container .wp-block-image {
  display: inline-block;
}
.site-footer .wp-block-group__inner-container .wp-block-image img {
  max-width: 56px !important;
  margin-right: 15px;
}
.site-footer ul.footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul.footer__socials li {
  display: inline-block;
}
.site-footer ul.footer__socials li a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer ul.footer__socials li a > svg {
  margin-right: 10px;
  color: #414243;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-footer ul.footer__socials li a > svg#whatsapp-footer {
  color: #fff;
}
.site-footer ul.footer__socials li a:hover {
  color: #e61e89;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-footer ul.footer__socials li a:hover svg,
.site-footer ul.footer__socials li a:hover svg#whatsapp-footer {
  color: #e61e89;
}

.c-footer-copyright {
  text-align: center;
  background-color: #414243;
  padding-bottom: 40px;
}
.c-footer-copyright p, .c-footer-copyright a {
  color: #fff;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-footer-copyright {
    text-align: left;
  }
}

/************************************************************
 * SIDEBAR
 ************************************************************/
/************************************************************
 * NAVIGATION 
 ************************************************************/
/************************************************************
 * MAIN NAVIGATION 
 ************************************************************/
.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-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-nav-main ul.c-nav-main-menu > li {
  position: relative;
  height: 60px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 2vw;
  font-size: 1em;
}
.c-nav-main ul.c-nav-main-menu > li.current-menu-item {
  background-color: transparent;
}
.c-nav-main ul.c-nav-main-menu > li.current-menu-item > a {
  color: #2a76bb;
  font-weight: 700;
}
.c-nav-main ul.c-nav-main-menu > li.open > a {
  color: #2a76bb;
}
.c-nav-main ul.c-nav-main-menu > li.open > a:hover, .c-nav-main ul.c-nav-main-menu > li.open > a:focus {
  color: #2a76bb;
}
.c-nav-main ul.c-nav-main-menu > li:hover, .c-nav-main ul.c-nav-main-menu > li:focus {
  background-color: transparent;
}
.c-nav-main ul.c-nav-main-menu > li:hover > a, .c-nav-main ul.c-nav-main-menu > li:focus > a {
  color: #2a76bb;
}
.c-nav-main ul.c-nav-main-menu > li > a {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  color: #000;
}
.c-nav-main ul.c-nav-main-menu > li > a:hover, .c-nav-main ul.c-nav-main-menu > li > a:focus {
  color: #2a76bb;
}
.c-nav-main ul.c-nav-main-menu > li.menu-booking a {
  background-color: #e61e89;
  color: #FFF;
  padding: 6px 8px 5px;
  border-radius: 5px;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: auto;
  padding: 30px 50px 50px;
  overflow: hidden;
  background-color: #fff;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li {
  position: relative;
  padding: 0.4em 0 0.4em 20px;
  border-left: 1px solid #e61e89;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li.current-menu-item {
  color: #e61e89;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li > a {
  white-space: nowrap;
  color: #000;
}
.c-nav-main ul.c-nav-main-menu > li ul.sub-menu li > a:hover, .c-nav-main ul.c-nav-main-menu > li ul.sub-menu li > a:focus {
  color: #e61e89;
}

.c-header-lang .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}

/************************************************************
 * TOP MENU
 ************************************************************/
.top-header {
  background-color: #17191B;
  z-index: 9999;
  position: relative;
}
.top-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-header ul li {
  display: inline-block;
}
.top-header ul li a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 400;
  letter-spacing: .6px;
}
.top-header ul li a > svg {
  margin-right: 10px;
  color: #2a76bb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-header ul li a:hover {
  color: #e61e89;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-header ul li a:hover svg {
  color: #e61e89;
}
@media screen and (max-width: 439px) {
  .top-header ul li a {
    font-size: 13px;
  }
}
.top-header--left li > a {
  margin-right: 20px;
}
.top-header--right {
  text-align: right;
}
.top-header__container {
  border-bottom: 1px solid #000;
}

/************************************************************
* 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: 768px) {
  .c-nav-main ul.c-nav-main-menu 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 {
    display: block;
  }
  .c-nav-main ul.c-nav-main-menu 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 (example)
 ************************************************************/
li.is-mega-menu > ul.sub-menu {
  position: absolute;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 60px;
  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;
}
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:hover {
  background-color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
li.is-mega-menu:hover > a {
  -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) {
  .top-header {
    border-bottom: 1px solid #b0b0b0;
  }
  .top-header__container {
    border-bottom: none;
  }
  .navbar-toggle {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    margin: 0 0 0 auto;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    background-color: #b0b0b0;
  }
  .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 {
    -webkit-transition: 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
    transition: 0.5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  }
  .c-nav-slide-toggle.slide-in .icon-bar {
    -webkit-transition: 0.2s 0.2s ease-in;
    transition: 0.2s 0.2s ease-in;
  }
  .c-nav-slide-toggle.slide-in .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }
  .c-nav-slide-toggle.slide-in .icon-bar:nth-of-type(3) {
    opacity: 0;
  }
  .c-nav-slide-toggle.slide-in .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }
  .c-nav-slide-toggle:focus {
    outline: none;
  }
  .c-nav-slide-toggle:focus-visible {
    outline: 1px solid #fff;
  }
  .c-nav-slide {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: calc(100vh - 100px);
    z-index: 999;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s ease-in;
    visibility: hidden;
    overflow: auto;
    transition: 0.2s ease-in;
  }
  .c-nav-slide.slide-in {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  .c-nav-main {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
  }
  .c-nav-main .c-nav-main-menu__container {
    flex: 1;
    width: 100%;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 15px 0;
    list-style: none;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li {
    display: block;
    height: unset;
    width: 100%;
    text-align: center;
    padding: 5vw 0;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > a {
    color: #000;
    font-size: 1.25rem;
    line-height: 22px;
    text-transform: uppercase;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > a:hover, .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > a:focus {
    color: #2a76bb;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.current_page_item > a {
    color: #2a76bb;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-booking a {
    background-image: none;
    width: inherit;
    height: inherit;
    font-size: 0.875rem;
    font-weight: 400 !important;
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    border-color: #2a76bb;
    background-color: #2a76bb;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-booking a:visited {
    color: #fff;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-booking a:focus, .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-booking a:hover {
    background-color: #e61e89;
    color: #fff !important;
    border-color: #e61e89;
    transition: 0.2s ease-out;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-contact a {
    background-image: none;
    width: inherit;
    height: inherit;
    font-size: 0.875rem;
    font-weight: 400 !important;
    text-align: center;
    color: #2a76bb;
    font-weight: normal;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    border-color: #2a76bb;
    background-color: transparent;
    letter-spacing: 2px;
    cursor: pointer;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-contact a:visited {
    color: #2a76bb;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-contact a:focus, .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-contact a:hover {
    background-color: #2a76bb;
    color: #fff;
    border-color: #2a76bb;
    transition: 0.2s ease-out;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-booking a, .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li.menu-contact a {
    display: block;
    width: 100%;
    padding: 1em;
    height: unset;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li:last-of-type {
    padding-bottom: 0;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    padding: 150px 15px 50px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 2;
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu.open {
    transform: translateX(0);
    transition: 0.3s;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li {
    display: block;
    height: unset;
    width: 100%;
    text-align: center;
    padding: 5vw 0;
    border-left: none;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li a {
    color: #000;
    font-size: 1.25rem;
    line-height: 22px;
    text-transform: uppercase;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li a:hover, .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li a:focus {
    color: #e61e89;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li:nth-child(1) {
    color: #2a76bb;
    font-size: 1.25rem;
    line-height: 22px;
    text-transform: uppercase;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li.c-nav-mobile-back {
    text-transform: lowercase;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    margin: auto 0 0;
    text-transform: lowercase;
  }
  .c-nav-main .c-nav-main-menu__container ul.c-nav-main-menu li > .sub-menu li.c-nav-mobile-back:before {
    position: relative;
    content: url("./assets/img/my-driving-school-cours-picto-fleche-slider-gauche-mob.svg");
    margin-right: 10px;
    display: inline-flex;
  }
  .c-nav-main .c-header-socials {
    width: 100%;
    flex: 0 1 20%;
    margin: auto;
    padding: 40px 15px;
  }
  .c-nav-main .c-header-socials ul {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0;
  }
  .c-nav-main .c-header-socials ul li {
    display: inline-block;
  }
  .c-nav-main .c-header-socials ul li a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: #000;
  }
  .c-nav-main .c-header-socials ul li a > svg {
    margin: 0 10px;
    color: #2a76bb;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.breadcrumb-wrapper {
  font-size: 0.7em;
  margin-top: 30px;
  margin-bottom: auto;
}

.c-pagination {
  text-align: center;
  padding: 50px 0;
}
.c-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-pagination ul li {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  color: #2a76bb;
  border: 1px solid #2a76bb;
  font-size: 14px;
  line-height: 40px;
  margin: 0 5px;
}
.c-pagination ul li a {
  color: #2a76bb;
}
.c-pagination ul li.active {
  background-color: #2a76bb;
  color: #fff;
}
.c-pagination ul li.active a {
  color: #fff;
}
.c-pagination ul li.prev, .c-pagination ul li.next {
  display: none;
}

.tab-toggle {
  cursor: pointer;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}

.js-accordion-tab,
.js-home-accordion-tab {
  cursor: pointer;
}

.js-accordion-content {
  display: none;
}

.c-course-tab__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-course-tab__tabs > .col:last-child > .c-course-tab__tab {
  background-color: #e61e89;
}
.c-course-tab__tab {
  padding: 20px 10px;
  background-color: #2a76bb;
  height: 100%;
  opacity: 0.2;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-course-tab__tab {
    padding: 40px 10px;
  }
}
.c-course-tab__tab-picto {
  margin: 0 auto 25px;
  max-width: 45px;
}
@media screen and (min-width: 768px) {
  .c-course-tab__tab-picto {
    max-width: 90px;
  }
}
.c-course-tab__tab-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-course-tab__tab-title {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}
.c-course-tab__tab-link {
  display: inline-block;
  margin-top: 1em;
}
.c-course-tab__tab-link a {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  transition: 0.3s;
}
.c-course-tab__tab-link a:hover {
  color: #fff;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-course-tab__tab-link {
    display: inline-block;
  }
}
.c-course-tab__tab.current {
  opacity: 1;
  transition: 0.3s;
}
.c-course-tab__tab:hover .c-course-tab__tab-picto {
  animation: bounceOutRight;
  animation-duration: 1s;
}
.c-course-tab__content-container {
  position: relative;
}
.c-course-tab__content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.c-course-tab__content-overlay.showing {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  z-index: 999;
}

/************************************************************
 * LIST
 ************************************************************/
/************************************************************
 * BUTTONS
 ************************************************************/
.btn, .btn--small {
  display: inline-block;
  padding: 1em 1.4em;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  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--small {
  font-size: 0.75rem !important;
}

.btn-primary {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  border-color: #2a76bb;
  background-color: #2a76bb;
  letter-spacing: 2px;
  cursor: pointer;
}
.btn-primary:visited {
  color: #fff;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #e61e89;
  color: #fff !important;
  border-color: #e61e89;
  transition: 0.2s ease-out;
}

.btn-secondary {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  border-color: #e61e89;
  background-color: #e61e89;
  letter-spacing: 2px;
  cursor: pointer;
}
.btn-secondary:visited {
  color: #fff;
}
.btn-secondary:focus, .btn-secondary:hover {
  background-color: #e61e89;
  color: #fff !important;
  border-color: #e61e89;
  transition: 0.2s ease-out;
}

.btn-white {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  border-color: #fff;
  background-color: #fff;
  letter-spacing: 2px;
  cursor: pointer;
  color: #2a76bb;
}
.btn-white:visited {
  color: #fff;
}
.btn-white:focus, .btn-white:hover {
  background-color: #e61e89;
  color: #fff !important;
  border-color: #e61e89;
  transition: 0.2s ease-out;
}
.btn-white:visited {
  color: #2a76bb;
}

.btn-ghost, .btn-ghost--accent, .btn-ghost--black {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
}
.btn-ghost--black {
  border-color: #000;
  color: #000;
}
.btn-ghost--black:visited, .btn-ghost--black:focus, .btn-ghost--black:hover {
  background-color: #000;
  color: #fff;
}
.btn-ghost--accent {
  border-color: #2a76bb;
  color: #2a76bb;
}
.btn-ghost--accent:visited, .btn-ghost--accent:focus, .btn-ghost--accent:hover {
  background-color: #2a76bb;
  color: #fff;
}

.simple-link {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
}
.simple-link:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .simple-link {
    font-size: 0.75rem;
  }
}

/************************************************************
 * FORM
 ************************************************************/
/* Contact from 7 forms
  ************************************************************/
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form input:not([type=submit]),
.wpcf7-form textarea {
  border: none;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 20px;
  letter-spacing: 0.02em;
  color: #2a76bb;
  border: 1px solid #2a76bb;
  background-color: transparent;
  /* Chrome / Opera / Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
}
.wpcf7-form input:not([type=submit]) + span,
.wpcf7-form textarea + span {
  letter-spacing: 0.02em;
}
.wpcf7-form input:not([type=submit])::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #000;
  font-style: italic;
  opacity: 1;
}
.wpcf7-form input:not([type=submit])::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  font-style: normal;
  color: #000;
  font-style: italic;
  opacity: 1;
}
.wpcf7-form input:not([type=submit]):-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #000;
  font-style: italic;
  opacity: 1;
}
.wpcf7-form input:not([type=submit]):-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
  font-style: normal;
  color: #000;
  font-style: italic;
  opacity: 1;
}
.wpcf7-form .selectric {
  margin-bottom: 30px;
}
.wpcf7-form input[type=submit] {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  border-color: #2a76bb;
  background-color: #2a76bb;
  letter-spacing: 2px;
  cursor: pointer;
  display: block;
  line-height: 50px;
  margin: 0 0 0 auto;
  padding: 0 2em;
}
.wpcf7-form input[type=submit]:visited {
  color: #fff;
}
.wpcf7-form input[type=submit]:focus, .wpcf7-form input[type=submit]:hover {
  background-color: #e61e89;
  color: #fff !important;
  border-color: #e61e89;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .wpcf7-form input[type=submit] {
    margin: 20px auto;
  }
}
.wpcf7-form span.wpcf7-list-item {
  position: relative;
  width: 50%;
  margin: 0;
}
.wpcf7-form span.wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  margin: 15px 0 40px;
  display: block;
}
.wpcf7-form input[type=checkbox] + span::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-form input[type=checkbox] + span::before {
  content: "";
  background-color: transparent;
  border: 2px solid transparent;
  outline: 1px solid #fff;
}
.wpcf7-form input[type=checkbox]:checked + span::before {
  content: "";
  background-color: #2a76bb;
  border: 2px solid #3a3a3a;
  outline: 1px solid #fff;
}
.wpcf7-form label {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wpcf7-form label.inline + input,
.wpcf7-form label.inline + span {
  display: inline-block;
}
.wpcf7-form label.inline + span {
  margin-left: 20px;
}

/* Response output
  ************************************************************/
.wpcf7 form .wpcf7-response-output {
  position: relative;
  text-align: left;
  border: none;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  padding: 1em;
  background-color: #ebebeb;
  border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: green;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: orange;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: red;
}

.c-banner-ebook__form-content .wpcf7-form input:not([type=submit]),
.c-banner-ebook__form-content .wpcf7-form textarea {
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 20px;
  letter-spacing: 0.02em;
  color: #fff;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  /* Chrome / Opera / Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
}
.c-banner-ebook__form-content .wpcf7-form input:not([type=submit]) + span,
.c-banner-ebook__form-content .wpcf7-form textarea + span {
  letter-spacing: 0.02em;
}
.c-banner-ebook__form-content .wpcf7-form input:not([type=submit])::-webkit-input-placeholder,
.c-banner-ebook__form-content .wpcf7-form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.c-banner-ebook__form-content .wpcf7-form input:not([type=submit])::-moz-placeholder,
.c-banner-ebook__form-content .wpcf7-form textarea::-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.c-banner-ebook__form-content .wpcf7-form input:not([type=submit]):-ms-input-placeholder,
.c-banner-ebook__form-content .wpcf7-form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.c-banner-ebook__form-content .wpcf7-form input:not([type=submit]):-moz-placeholder,
.c-banner-ebook__form-content .wpcf7-form textarea:-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.c-banner-ebook__form-content .wpcf7-form .selectric {
  margin-bottom: 30px;
}
.c-banner-ebook__form-content .wpcf7-form input[type=submit] {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
  display: block;
  text-align: right;
  border: 1px solid;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.c-banner-ebook__form-content .wpcf7-form input[type=submit]:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .c-banner-ebook__form-content .wpcf7-form input[type=submit] {
    font-size: 0.75rem;
  }
}
.c-banner-ebook__form-content .wpcf7-form span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
}
.c-banner-ebook__form-content .wpcf7-form span.wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
.c-banner-ebook__form-content .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  margin: 15px 0 40px;
  display: block;
}
.c-banner-ebook__form-content .wpcf7-form input[type=checkbox] + span::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.c-banner-ebook__form-content .wpcf7-form input[type=checkbox] + span::before {
  content: "";
  background-color: transparent;
  border: 2px solid transparent;
  outline: 1px solid #fff;
}
.c-banner-ebook__form-content .wpcf7-form input[type=checkbox]:checked + span::before {
  content: "";
  background-color: #e61e89;
  border: 2px solid #2a76bb;
  outline: 1px solid #fff;
}
.c-banner-ebook__form-content .wpcf7-form .yikes-easy-mailchimp-contact_form_7-checkbox {
  display: none;
}

/* Mailchimp form
 ************************************************************/
.yikes-mailchimp-container {
  margin: 0;
}
.yikes-mailchimp-container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.yikes-mailchimp-container form .LNAME-label,
.yikes-mailchimp-container form .FNAME-label {
  width: 50%;
  margin-bottom: 1em;
}
.yikes-mailchimp-container form .EMAIL-label {
  width: 100%;
}
.yikes-mailchimp-container form .LNAME-label {
  padding-right: 5px;
}
.yikes-mailchimp-container form .FNAME-label {
  padding-left: 5px;
}
.yikes-mailchimp-container form input:not([type=submit]),
.yikes-mailchimp-container form textarea {
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 20px;
  letter-spacing: 0.02em;
  color: #fff;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  /* Chrome / Opera / Safari */
  /* Firefox 19+ */
  /* IE 10+ */
  /* Firefox 18- */
}
.yikes-mailchimp-container form input:not([type=submit]) + span,
.yikes-mailchimp-container form textarea + span {
  letter-spacing: 0.02em;
}
.yikes-mailchimp-container form input:not([type=submit])::-webkit-input-placeholder,
.yikes-mailchimp-container form textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.yikes-mailchimp-container form input:not([type=submit])::-moz-placeholder,
.yikes-mailchimp-container form textarea::-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.yikes-mailchimp-container form input:not([type=submit]):-ms-input-placeholder,
.yikes-mailchimp-container form textarea:-ms-input-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.yikes-mailchimp-container form input:not([type=submit]):-moz-placeholder,
.yikes-mailchimp-container form textarea:-moz-placeholder {
  font-style: normal;
  color: #fff;
  font-style: italic;
  opacity: 1;
}
.yikes-mailchimp-container form input[type=email] {
  width: 100%;
}
.yikes-mailchimp-container form button[type=submit] {
  display: block;
  text-align: right;
  border: 1px solid;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0;
  margin: 30px 0 0 auto;
  cursor: pointer;
}
.yikes-mailchimp-container form button[type=submit] span {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
  color: #fff;
}
.yikes-mailchimp-container form button[type=submit] span:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .yikes-mailchimp-container form button[type=submit] span {
    font-size: 0.75rem;
  }
}

/************************************************************
 * CAROUSELS
 ************************************************************/
/* Image slider
 ************************************************************/
@media screen and (max-width: 767px) {
  .owl-carousel {
    width: 85%;
    margin: auto;
  }
}

/* Navigation */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  transform: translateY(-50%) scale(0.5);
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    transform: translateY(-50%);
  }
}

/************************************************************
 * homepage packs carousel
 ************************************************************/
.c-home-packs .owl-carousel .owl-stage-outer,
.c-tarifs-carousel .owl-stage-outer {
  display: flex;
}
.c-home-packs .owl-carousel .owl-stage-outer .owl-stage,
.c-tarifs-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.c-home-packs .owl-carousel .owl-stage-outer .owl-stage .owl-item,
.c-tarifs-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.c-home-packs .owl-carousel .owl-nav,
.c-tarifs-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
}

.owl-carousel .owl-prev {
  left: -50px;
  content: url("./assets/img/my-driving-school-cours-picto-fleche-slider-gauche.svg");
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-prev {
    left: -30px;
  }
}

.owl-carousel .owl-next {
  right: -50px;
  content: url("./assets/img/my-driving-school-cours-picto-fleche-slider-droit.svg");
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-next {
    right: -30px;
  }
}

/************************************************************
 * homepage blog carousel
 ************************************************************/
.blog-carousel .owl-stage {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/************************************************************
 * PAGE 404
 ************************************************************/
.c-404__row {
  justify-content: center;
}
.c-404__row .col {
  padding-bottom: 20px;
}
.c-404__row .col .btn, .c-404__row .col .btn--small {
  display: block;
  width: 100%;
  max-width: 205px;
  margin: auto;
}
.c-404 input.search-field {
  border: 1px solid #2a76bb;
  border-radius: 40px;
  margin-right: -35px;
  padding-left: 20px;
  padding-right: 20px;
  height: 34px;
  min-width: 180px;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .c-404 input.search-field {
    min-width: 280px;
  }
}
.c-404 input.search-submit {
  background-image: none;
  width: inherit;
  height: inherit;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  border-color: #2a76bb;
  background-color: #2a76bb;
  letter-spacing: 2px;
  cursor: pointer;
  height: 34px;
  vertical-align: middle;
}
.c-404 input.search-submit:visited {
  color: #fff;
}
.c-404 input.search-submit:focus, .c-404 input.search-submit:hover {
  background-color: #e61e89;
  color: #fff !important;
  border-color: #e61e89;
  transition: 0.2s ease-out;
}

/************************************************************
 * WIDGET
 ************************************************************/
/* Tarif card
 ************************************************************/
.c-tarif-card {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-tarif-card__image {
  height: 330px;
  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;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 30px;
}
.c-tarif-card__content {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 15px;
  text-align: center;
}
.c-tarif-card__content h3 {
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
}
.c-tarif-card__price {
  position: relative;
}
.c-tarif-card__price h4 {
  font-size: 3.75rem;
  color: #e61e89;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.c-tarif-card__price h4 span {
  font-size: 1.5625rem;
}
.c-tarif-card__price .from {
  font-size: 0.925rem;
  color: #e61e89;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  text-align: left;
}
.c-tarif-card__discount {
  font-size: 0.9375rem;
  color: #e61e89;
  font-style: italic;
  width: 100%;
}
.c-tarif-card__details ul {
  margin: 0;
  padding-left: 15px;
}
.c-tarif-card__details p, .c-tarif-card__details li {
  text-align: left !important;
}
.c-tarif-card__cta {
  margin: auto auto 0;
}

/* Ecole card
 ************************************************************/
.c-ecole-card {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-ecole-card__content {
  flex: 1;
}
.c-ecole-card__content h3 {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 10px;
}
.c-ecole-card__content h3:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 140%;
  background-color: #2a76bb;
}
.c-ecole-card__image-container {
  flex: 0 1 260px;
  flex: 0 1 clamp(130px, 30vw, 260px);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .c-ecole-card__image-container {
    flex: 0 1 clamp(130px, 18vw, 260px);
  }
}
.c-ecole-card__image {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.c-ecole-card__address a, .c-ecole-card__phone a {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #000;
}
.c-ecole-card__address a:hover, .c-ecole-card__phone a:hover {
  color: #e61e89;
}
.c-ecole-card__address a:before, .c-ecole-card__phone a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-ecole-card__address a:before, .c-ecole-card__phone a:before {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .c-ecole-card__address a, .c-ecole-card__phone a {
    padding-left: 30px;
  }
  .c-ecole-card__address a:before, .c-ecole-card__phone a:before {
    transform: scale(0.7);
  }
}
.c-ecole-card__address {
  padding: 30px 0 25px;
}
.c-ecole-card__address a:before {
  content: url("./assets/img/my-driving-school-picto-localisation.svg");
}
.c-ecole-card__phone {
  padding: 0 0 25px;
  min-height: 20px;
}
.c-ecole-card__phone a:before {
  content: url("./assets/img/my-driving-school-picto-phone.svg");
}
.c-ecole-card__cta a {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
}
.c-ecole-card__cta a:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .c-ecole-card__cta a {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-contact-ecoles .c-ecole-card {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
  .c-contact-ecoles .c-ecole-card__content {
    flex: 1;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
  }
  .c-contact-ecoles .c-ecole-card__image-container {
    flex: unset;
    width: 100%;
  }
  .c-contact-ecoles .c-ecole-card__image {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
  }
  .c-contact-ecoles .c-ecole-card h3 {
    position: relative;
    font-size: 1rem;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    color: #2a76bb;
    padding: 25px 0 15px;
    margin-bottom: 25px;
    min-height: 90px;
    text-align: center;
  }
  .c-contact-ecoles .c-ecole-card h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 50px;
    background-color: #e61e89;
    transform: translateX(-50%);
  }
  .c-contact-ecoles .c-ecole-card__cta {
    margin: auto 0 0;
    text-align: center;
  }
}

/* Equipe card
 ************************************************************/
.c-equipe-card {
  position: relative;
}
.c-equipe-card:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f4f4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-equipe-card:before {
    height: 320px;
  }
}
.c-equipe-card__item {
  max-width: 225px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-equipe-card__item-image {
    max-width: 100px;
    margin: auto;
  }
}
.c-equipe-card__item-title {
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-equipe-card__item-title {
    padding: 30px 0 25px;
  }
}
.c-equipe-card__item-title h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #2a76bb;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.c-equipe-card__item-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 55px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e61e89;
}
.c-equipe-card__item-phone {
  position: relative;
  padding-top: 15px;
  display: inline-flex;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-top: 35px;
}
.c-equipe-card__item-phone:before {
  position: relative;
  content: url("./assets/img/my-driving-school-picto-phone.svg");
  margin-right: 15px;
  display: inline-flex;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
}
.c-equipe-card__item-phone a {
  color: #000;
}
.c-equipe-card__item-poste {
  margin-top: 15px;
}
.c-equipe-card__item-poste ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.c-equipe-card__item-poste ul li {
  position: relative;
  padding-top: 15px;
  display: inline-flex;
  width: 100%;
  text-align: center;
  display: block;
  width: unset;
  padding: 35px 10px 0;
}
.c-equipe-card__item-poste ul li:before {
  position: relative;
  display: inline-flex;
  content: url("./assets/img/my-driving-school-auto-ecole-picto-animateur.svg");
  margin-right: 15px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
}
.c-equipe-card__item-poste ul li.Voiture:before, .c-equipe-card__item-poste ul li.Car:before {
  content: url("./assets/img/my-driving-school-auto-ecole-cornavin-picto-car.svg");
}
.c-equipe-card__item-poste ul li.Moto:before, .c-equipe-card__item-poste ul li.Motorcycle:before {
  content: url("./assets/img/my-driving-school-auto-ecole-eaux-vives-picto-moto.svg");
}
.c-equipe-card__item-poste ul li.Assistante:before, .c-equipe-card__item-poste ul li.Admin:before {
  content: url("./assets/img/my-driving-school-auto-ecole-cornavin-picto-administration.svg");
}
.c-equipe-card__item-poste ul li.Chargée:before, .c-equipe-card__item-poste ul li.Marketing:before {
  content: url("./assets/img/my-driving-school-picto-marketing.svg");
}

/* Blog card
 ************************************************************/
.c-blog-card {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 0 15px 25px;
}
.c-blog-card__image {
  width: 100%;
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-blog-card__content {
  padding: 20px;
  width: 100%;
  margin: 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .c-blog-card__content {
    padding: 30px clamp(10px, 1.75vw, 30px) 10px;
    width: 90%;
    margin: -50px 5% 0;
  }
}
.c-blog-card__content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.c-blog-card__content h3:hover {
  color: #e61e89;
}
@media screen and (max-width: 767px) {
  .c-blog-card__content p {
    display: none;
  }
}
.c-blog-card__link {
  margin: auto 0 0;
}
.c-blog-card__link a {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
}
.c-blog-card__link a:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .c-blog-card__link a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-blog-card__link {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-blog-card__link-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-blog .c-blog-card {
    padding-bottom: 80px;
  }
}
.c-blog .c-blog-card__content {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .c-blog .c-blog-card__content {
    background: transparent;
  }
}
.c-blog .c-blog-card__content h3 {
  position: relative;
  font-size: 1rem;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-blog .c-blog-card__content h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 50px;
    background-color: #e61e89;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-blog .c-blog-card__content p {
    display: block;
  }
}

.c-blog-concours .c-blog-card__content {
  margin-top: 0;
  background: transparent;
}
.c-blog-concours .c-blog-card__content h3 {
  position: relative;
  font-size: 1rem;
  padding-bottom: 20px;
}
.c-blog-concours .c-blog-card__content p {
  display: none;
}
.c-blog-concours .c-blog-card__excerpt {
  display: none;
}

/************************************************************
 * PLUGINS
 ************************************************************/
/* New google review plugin
 ************************************************************/
.rplg .grw-slider {
  /* Buttons navigation
   ************************************************************/
}
.rplg .grw-slider .grw-row {
  flex-wrap: wrap !important;
}
.rplg .grw-slider .grw-row.grw-row-s .grw-slider-header, .rplg .grw-slider .grw-row.grw-row-m .grw-slider-header {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  order: 2;
}
.rplg .grw-slider .grw-row.grw-row-s .grw-slider-header + .grw-slider-content, .rplg .grw-slider .grw-row.grw-row-m .grw-slider-header + .grw-slider-content {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.rplg .grw-slider .grw-row .grw-slider-header {
  padding: 40px 0 0 !important;
}
.rplg .grw-slider .grw-row .grw-slider-header .rplg-row-left {
  display: none !important;
}
.rplg .grw-slider .grw-row .grw-slider-header .rplg-row-right {
  display: block !important;
  width: 300px !important;
  margin: auto !important;
  text-align: center !important;
}
.rplg .grw-slider .grw-row .grw-slider-header .rplg-row-right .rplg-biz-name {
  display: none !important;
}
.rplg .grw-slider .grw-row .grw-slider-header .rplg-row-right .rplg-biz-based {
  text-align: center !important;
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border {
  background: #f4f4f4 !important;
  border-radius: 40px !important;
  box-shadow: none !important;
  padding: 35px !important;
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border > svg {
  display: none !important;
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .rplg-review-badge {
  display: none;
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .rplg-box-content {
  background: #fff !important;
  border-radius: 40px !important;
  box-shadow: none !important;
  padding: 35px !important;
  text-align: left;
  min-height: 350px;
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .rplg-stars {
  display: block !important;
  margin: auto !important;
  text-align: center !important;
  padding: 25px 0 !important;
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .rplg-stars svg {
  width: 35px !important;
  height: 35px !important;
  vertical-align: middle !important;
  color: rgb(228, 179, 18);
}
.rplg .grw-slider .grw-row .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .rplg-stars svg use {
  fill: rgb(228, 179, 18) !important;
}
.rplg .grw-slider .grw-slider-btns.grw-slider-next {
  color: transparent !important;
  background-image: url("./assets/img/my-driving-school-cours-picto-fleche-slider-droit.svg") !important;
  background-size: contain;
}
.rplg .grw-slider .grw-slider-btns.grw-slider-prev {
  color: transparent !important;
  background-image: url("./assets/img/my-driving-school-cours-picto-fleche-slider-gauche.svg") !important;
  background-size: contain;
}

/* Google reviews
 ************************************************************/
.wp-gr .grw-slider {
  /* Buttons navigation
   ************************************************************/
}
.wp-gr .grw-slider .grw-row {
  flex-wrap: wrap !important;
}
.wp-gr .grw-slider .grw-row.grw-row-s .grw-slider-header, .wp-gr .grw-slider .grw-row.grw-row-m .grw-slider-header {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  order: 2;
}
.wp-gr .grw-slider .grw-row.grw-row-s .grw-slider-header + .grw-slider-content, .wp-gr .grw-slider .grw-row.grw-row-m .grw-slider-header + .grw-slider-content {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.wp-gr .grw-slider .grw-row .grw-slider-header {
  padding: 40px 0 0 !important;
}
.wp-gr .grw-slider .grw-row .grw-slider-header .wp-google-left {
  display: none !important;
}
.wp-gr .grw-slider .grw-row .grw-slider-header .wp-google-right {
  display: block !important;
  width: 300px !important;
  margin: auto !important;
  text-align: center !important;
}
.wp-gr .grw-slider .grw-row .grw-slider-header .wp-google-right .wp-google-name {
  display: none !important;
}
.wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner.grw-slider-review-border {
  background: #f4f4f4 !important;
  border-radius: 40px !important;
  box-shadow: none !important;
  padding: 35px !important;
}
.wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner.grw-slider-review-border > svg {
  display: none !important;
}
.wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .wp-google-review .wp-google-feedback {
  background: #fff !important;
  border-radius: 40px !important;
  box-shadow: none !important;
  padding: 35px !important;
  text-align: center;
}
.wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .wp-google-review .wp-google-stars {
  display: block;
  margin-right: 4px !important;
  text-align: center !important;
  padding: 25px 0 !important;
}
.wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .wp-google-review .wp-google-stars .wp-star svg {
  width: 35px !important;
  height: 35px !important;
  vertical-align: middle !important;
}
.wp-gr .grw-slider .grw-slider-review .grw-slider-review-inner.grw-slider-review-border .wp-google-review .wp-google-stars .wp-star svg path {
  fill: rgb(228, 179, 18);
}
.wp-gr .grw-slider .grw-slider-btns.grw-slider-next {
  color: transparent !important;
  background-image: url("./assets/img/my-driving-school-cours-picto-fleche-slider-droit.svg") !important;
  background-size: contain;
}
.wp-gr .grw-slider .grw-slider-btns.grw-slider-prev {
  color: transparent !important;
  background-image: url("./assets/img/my-driving-school-cours-picto-fleche-slider-gauche.svg") !important;
  background-size: contain;
}

/* Enjoy instagram

 ************************************************************/
.swiper-navigation {
  display: none;
}

.swiper-pagination-wrapper {
  display: none;
}

/* Re capatcha
 ************************************************************/
.grecaptcha-badge {
  opacity: 0;
  display: none !important;
}

/* Whatsapp
 ************************************************************/
.joinchat--show .joinchat__button__image {
  animation: none !important;
  opacity: 1;
}

.joinchat__button {
  background: transparent !important;
}
.joinchat__button .joinchat__button__send path {
  stroke: #e61e89 !important;
}

.joinchat__button__sendtext {
  color: #e61e89;
}

/* SURVEY
 ************************************************************/
.ays-survey-question {
  border-left: none !important;
  border: none !important;
}

.ays-survey-answer-label input[type=radio] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-answer-label input[type=checkbox] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
  border-color: #2a76bb !important;
}

.ays-survey-container .ays-survey-question .ays-survey-question-input {
  background-color: #fff !important;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 5px !important;
  color: initial;
  border: 1px solid #2a76bb !important;
  padding: 15px;
}

.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row {
  background: transparent !important;
}
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-row-content {
  display: block;
  padding-bottom: 50px;
}
.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column {
  display: block;
  width: 100%;
}

.ays-survey-container .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-rows {
  width: 100% !important;
  max-width: 100% !important;
}

.ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content input.ays-survey-section-button {
    background-image: none;
    width: inherit;
    height: inherit;
    font-size: 18px !important;
    padding: 8px !important;
    min-width: 145px !important;
    font-weight: 400 !important;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    border-color: #2a76bb;
    background-color: #2a76bb !important;
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff !important;
}
.ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content input.ays-survey-section-button:visited {
  color: #fff;
}
.ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content input.ays-survey-section-button:focus, .ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content input.ays-survey-section-button:hover {
  background-color: #e61e89;
  color: #fff !important;
  border-color: #e61e89;
  transition: 0.2s ease-out;
}
.ays-survey-section-buttons .ays-survey-section-button-container .ays-survey-section-button-content input.ays-survey-section-button:hover {
  background-color: #e61e89 !important;
}

.ays-survey-section-header {
  border: none !important;
  box-shadow: none !important;
}

/************************************************************
 * PAGE HEADER
 ************************************************************/
.c-page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-page-hero__container {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 31.9444444444vw;
  max-height: 460px;
  min-height: 180px;
  width: 90%;
  max-width: 1220px;
  margin: auto;
}
.c-page-hero__container h1 {
  text-align: center;
}

/* Home
 ************************************************************/
.c-home-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-home-hero__container {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  height: 270px;
}
@media screen and (min-width: 768px) {
  .c-home-hero__container {
    height: 39.3055555556vw;
  }
}
.c-home-hero__text-col {
  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;
  height: 100%;
  max-width: 100%;
  padding-bottom: 50px;
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-home-hero__text-col {
    padding-top: 100px;
    margin: 0;
  }
}
.c-home-hero__cta {
  text-align: center;
}
.c-home-hero__cta .btn, .c-home-hero__cta .btn--small {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .c-home-hero__cta .btn, .c-home-hero__cta .btn--small {
    margin: 0 20px;
  }
}

.c-block-team {
  position: relative;
  z-index: 1;
}
.c-block-team:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f4f4f4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-block-team:before {
    height: 320px;
  }
}

.c-block-prices .flex-row {
  justify-content: center;
}

/************************************************************
 * MEC EVENTS
 ************************************************************/
.single-mec-events .mec-single-event .mec-events-event-image {
  position: relative;
  width: 100%;
  height: 550px;
}

.single-mec-events .mec-single-event .mec-events-event-image.bg-dark:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
}

.single-mec-events .mec-single-event .mec-events-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.mec-single-event.mec-single-modal .mec-events-event-image {
  width: 100%;
  height: 350px;
}
.mec-single-event.mec-single-modal .mec-events-event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mec-single-event.mec-single-modal {
    display: flex;
    flex-direction: column;
  }
  .mec-single-event.mec-single-modal > .mec-single-event-image,
  .mec-single-event.mec-single-modal > .col-md-4,
  .mec-single-event.mec-single-modal > .col-md-8 {
    order: 2;
  }
  .mec-single-event.mec-single-modal > h1 {
    order: 1;
  }
}
.mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar,
.mec-single-event.mec-single-modal .mec-single-event-date,
.mec-single-event.mec-single-modal .mec-single-event-label,
.mec-single-event.mec-single-modal .mec-event-cost,
.mec-single-event.mec-single-modal .mec-single-event-time {
  background-color: #2a76bb;
  margin-bottom: 0 !important;
}
.mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar i, .mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar h3, .mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar dd,
.mec-single-event.mec-single-modal .mec-single-event-date i,
.mec-single-event.mec-single-modal .mec-single-event-date h3,
.mec-single-event.mec-single-modal .mec-single-event-date dd,
.mec-single-event.mec-single-modal .mec-single-event-label i,
.mec-single-event.mec-single-modal .mec-single-event-label h3,
.mec-single-event.mec-single-modal .mec-single-event-label dd,
.mec-single-event.mec-single-modal .mec-event-cost i,
.mec-single-event.mec-single-modal .mec-event-cost h3,
.mec-single-event.mec-single-modal .mec-event-cost dd,
.mec-single-event.mec-single-modal .mec-single-event-time i,
.mec-single-event.mec-single-modal .mec-single-event-time h3,
.mec-single-event.mec-single-modal .mec-single-event-time dd {
  color: #fff;
}
.mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar > div i, .mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar > div h3, .mec-single-event.mec-single-modal .mec-single-modern .mec-single-event-bar > div dd {
  color: #fff;
}
.mec-single-event.mec-single-modal.mec-single-modern .mec-single-event-bar {
  margin-top: 0;
  padding: 0px;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .mec-single-event.mec-single-modal h1.mec-single-title {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  body .featherlight .featherlight-close-icon {
    color: #2a76bb !important;
    border-color: #fff;
    background: #fff;
  }
}
.mec-related-events-wrap {
  padding: 0 20px;
}

.mec-next-previous-events {
  padding: 20px;
  margin: 0;
}

.mec-single-event .mec-book-first {
  display: inline-flex;
  width: 100%;
  text-align: center;
}
.mec-single-event .mec-book-first .mec-booking-calendar-wrapper {
  margin: auto;
}

/* Form
 ************************************************************/
.mec-booking .mec-event-tickets-list .mec-ticket-style-row .minus, .mec-booking .mec-event-tickets-list .mec-ticket-style-row .plus {
  display: none !important;
}

/* Titles
 ************************************************************/
.mec-single-event {
  position: relative;
  margin-top: 0;
}
.mec-single-event .mec-single-title {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .mec-single-event .mec-single-title {
    font-size: 2.175rem;
  }
}
.mec-single-event .mec-single-title strong {
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
}
.mec-single-event .mec-single-title.text--light {
  color: #fff;
}
.mec-single-event .mec-single-title.text--light strong {
  color: #2a76bb;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mec-single-event .mec-event-content {
    padding: 20px 30px;
  }
}

@media screen and (min-width: 768px) {
  .admin-bar .mec-single-modal.mec-single-modern .mec-single-title {
    padding-top: 0;
    position: absolute;
    top: 50%;
    background: #fff;
    width: 80%;
    left: 10%;
  }
}

/* Top bar 
 ************************************************************/
/************************************************************
 * ARCHIVE & CATEGORY PAGE
 ************************************************************/
.mec-container > h1 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mec-container > h1 {
    font-size: 2.175rem;
  }
}
.mec-container > h1 strong {
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
}
.mec-container > h1.text--light {
  color: #fff;
}
.mec-container > h1.text--light strong {
  color: #2a76bb;
  background: #fff;
}

.mec-skin-tile-month-navigator-container .mec-next-month, .mec-skin-tile-month-navigator-container .mec-previous-month {
  background-color: #2a76bb !important;
}
.mec-skin-tile-month-navigator-container .mec-next-month:hover, .mec-skin-tile-month-navigator-container .mec-previous-month:hover {
  background-color: #e61e89 !important;
}
.mec-skin-tile-month-navigator-container .mec-next-month .mec-load-month-link, .mec-skin-tile-month-navigator-container .mec-previous-month .mec-load-month-link {
  color: #fff;
}

/* Tiles
 ************************************************************/
.mec-wrap .mec-totalcal-box {
  border-width: 0px;
}

.mec-skin-tile-month-navigator-container {
  border-radius: 0;
}

.mec-event-tile-view article.mec-tile-item {
  border-radius: 0;
}
.mec-event-tile-view article.mec-tile-item:before {
  border-radius: 0;
}
.mec-event-tile-view article.mec-tile-item .mec-event-time,
.mec-event-tile-view article.mec-tile-item .mec-event-time i {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 0;
}
.mec-event-tile-view article.mec-tile-item.tile-multipleday-event:after {
  width: 135px;
}
.mec-event-tile-view article.mec-tile-item.is-pack .event-tile-view-head {
  visibility: hidden;
}
.mec-event-tile-view article.mec-tile-item.is-pack:after {
  display: none;
}
.mec-event-tile-view article.mec-tile-item .mec-tile-event-content .mec-event-title {
  padding: 12px;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.8588235294);
}
.mec-event-tile-view article.mec-tile-item .mec-tile-event-content .mec-event-title a {
  color: #000 !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mec-event-tile-view article.mec-tile-item .mec-tile-event-content .mec-event-detail {
  background: rgba(255, 255, 255, 0.8588235294);
  padding: 12px;
}
.mec-event-tile-view article.mec-tile-item .mec-tile-event-content .mec-event-detail span.mec-event-loc-place {
  color: #e61e89;
  font-size: 12px;
  font-weight: 600;
}

/* BUttons
 ************************************************************/
.mec-single-event .mec-booking-button,
.mec-wrap .button,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next),
.mec-wrap input[type=button],
.mec-wrap input[type=reset],
.mec-wrap input[type=submit] {
  background: #2a76bb !important;
  border-color: #2a76bb !important;
  color: #fff !important;
}
.mec-single-event .mec-booking-button:hover,
.mec-wrap .button:hover,
.mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover,
.mec-wrap input[type=button]:hover,
.mec-wrap input[type=reset]:hover,
.mec-wrap input[type=submit]:hover {
  background: #e61e89 !important;
  border-color: #e61e89 !important;
  color: #fff !important;
}

.mec-wrap .button img.mec-svg-icon, .mec-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) img.mec-svg-icon, .mec-wrap input[type=button] img.mec-svg-icon, .mec-wrap input[type=reset] img.mec-svg-icon, .mec-wrap input[type=submit] img.mec-svg-icon {
  filter: brightness(0) invert(1);
}

.mec-map-get-direction-btn-cnt.btn-primary {
  border-radius: 0 !important;
}
.mec-map-get-direction-btn-cnt.btn-primary input[type=submit] {
  position: relative;
  border: none;
  color: #fff;
  background-color: transparent !important;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  line-height: 1;
  padding: 0 !important;
}

/************************************************************
 * GENERAL PAGES
 ************************************************************/
.c-cours__grid-container {
  overflow: hidden;
}
.c-cours__grid {
  margin-bottom: -1px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: calc(100% + 2px);
}
@media screen and (min-width: 768px) {
  .c-cours__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .c-cours__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-cours__permis h2, .c-cours__permis h3 {
  font-size: 1rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 1.5em;
}

.c-cours-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 30px 0;
  background: #fff;
  border-color: #ebebeb;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-cours-item {
    border-right-width: 1px;
    padding: 30px;
  }
  .c-cours-item:nth-child(2), .c-cours-item:nth-child(4), .c-cours-item:nth-child(6), .c-cours-item:nth-child(8), .c-cours-item:nth-child(10) {
    border-right-width: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-cours-item {
    border-right-width: 1px;
    padding: 30px;
  }
  .c-cours-item:nth-child(3), .c-cours-item:nth-child(6), .c-cours-item:nth-child(9) {
    border-right-width: 0;
  }
}
.c-cours-item__number-container {
  width: 100%;
}
.c-cours-item__number, .c-cours-item__number--pink {
  width: 70px;
  line-height: 50px;
  font-size: 1rem;
  text-align: center;
  font-weight: 900;
  color: #fff;
  margin: auto;
}
.c-cours-item__number--pink {
  background-color: #e61e89;
}
.c-cours-item__number img, .c-cours-item__number--pink img {
  height: 70px;
  width: auto;
}
.c-cours-item__content {
  width: 100%;
}
.c-cours-item__content p {
  font-size: 0.75rem;
}
.c-cours-item__title, .c-cours-item__title--pink {
  font-size: 1rem;
  font-weight: 700;
  color: #2a76bb;
  margin-bottom: 30px;
  text-align: center;
}
.c-cours-item__title--pink {
  color: #e61e89;
}
.c-cours-item__links {
  width: 100%;
  padding: 30px 10px 0;
  text-align: center;
  margin: auto auto 0;
}
.c-cours-item__links a {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
  display: block;
  margin-bottom: 30px;
}
.c-cours-item__links a:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .c-cours-item__links a {
    font-size: 0.75rem;
  }
}

/* Tarifs
 ************************************************************/
.c-tarifs .title__section {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tarifs .title__section {
    text-align: left;
  }
}

/* FAQ
************************************************************/
.c-faq ul {
  margin: 0;
  padding: 0;
}
.c-faq__item {
  list-style: none;
  padding-bottom: 15px;
}
.c-faq__toggle {
  position: relative;
  padding: 0 40px 15px 0;
  border-bottom: 1px solid #e61e89;
}
.c-faq__toggle:before {
  position: absolute;
  content: url("./assets/img/picto-faq-fleche-bas.svg");
  top: 5px;
  right: 0px;
  height: 20px;
  width: 20px;
  transition: 0.3s;
}
.c-faq__toggle h3 {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.c-faq__toggle.open:before {
  transform: scaleY(-1);
  transition: 0.3s;
}
.c-faq__content {
  padding-top: 15px;
}

/* SElction
 ************************************************************/
.c-selection__ctas .btn, .c-selection__ctas .btn--small {
  min-width: 230px;
}

/************************************************************
 * intro
 ************************************************************/
.c-home-intro__grid {
  display: block;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-home-intro__grid {
    display: grid;
    width: 100%;
  }
}
.c-home-intro__image {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .c-home-intro__image {
    width: calc(100% - 45px);
    margin-bottom: 0;
  }
  .c-home-intro__image:before {
    position: absolute;
    content: "";
    top: 45px;
    left: 45px;
    height: 100%;
    width: 100%;
    background-color: #f4f4f4;
    z-index: -1;
  }
}
.c-home-intro__text--top {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
.c-home-intro__text h2, .c-home-intro__text--top h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-home-intro__text, .c-home-intro__text--top {
    padding-left: clamp(20px, 5vw, 60px);
  }
  .c-home-intro__text h2, .c-home-intro__text--top h2 {
    text-align: left;
  }
}

.c-home-avantages__item-picto {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-home-avantages__item-picto {
    display: block;
  }
}
.c-home-avantages__item-number {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .c-home-avantages__item-number {
    font-size: 3.125rem;
  }
}
.c-home-avantages__item-desc {
  font-size: 0.875rem;
  font-weight: 600;
}

.c-home-services__legend {
  text-align: center;
}
.c-home-services__legend ul {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.c-home-services__legend ul li {
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  font-weight: 600;
  text-align: left;
}
.c-home-services__legend ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.c-home-services__legend ul li.legend--pink:before {
  background-color: #e61e89;
}
.c-home-services__legend ul li.legend--blue:before {
  background-color: #2a76bb;
}
.c-home-services__item {
  position: relative;
  background-color: #f4f4f4;
  text-align: center;
  padding: 40px 10px 80px;
  min-height: 225px;
}
@media screen and (max-width: 768px) {
  .c-home-services__item {
    padding: 25px 40px 25px 25px;
    margin-left: 12px;
    min-height: unset;
  }
}
.c-home-services__item-number, .c-home-services__item-number--pink {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  line-height: 40px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  border-radius: 50%;
  background-color: #2a76bb;
}
.c-home-services__item-number--pink {
  background-color: #e61e89;
}
@media screen and (max-width: 768px) {
  .c-home-services__item-number, .c-home-services__item-number--pink {
    left: 0;
    top: 50%;
    width: 25px;
    line-height: 25px;
    font-size: 1.125rem;
  }
}
.c-home-services__item-title h4 {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-bottom: 15px;
}
.c-home-services__item-title h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #e61e89;
}
.c-home-services__item-link {
  margin-top: 30px;
}
.c-home-services__item-link a {
  font-size: 0.925rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2a76bb;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}
.c-home-services__item-link a:hover {
  color: #e61e89;
}
@media screen and (min-width: 768px) {
  .c-home-services__item-link a {
    font-size: 0.75rem;
  }
}
.c-home-services__item-caret {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 11px);
  padding: 10px;
  transition: 0.3s;
}
.c-home-services__item-caret:after {
  width: 21px;
  height: 1px;
  left: 0;
  background-color: #2a76bb;
  position: absolute;
  content: "";
}
.c-home-services__item-caret:before {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  height: 21px;
  width: 1px;
  background-color: #2a76bb;
  transition: 0.3s;
}
.c-home-services__item-caret.open:before {
  transform: scaleY(0);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-home-services__item-caret {
    bottom: unset;
    left: unset;
    right: 15px;
    top: 25px;
  }
}

.c-home-engagement__row {
  justify-content: center;
}
.c-home-engagement__item {
  max-width: 300px;
  margin: auto;
}
.c-home-engagement__item-picto {
  margin-bottom: 15px;
}
.c-home-engagement__item-title {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-home-blog.background--gray {
    background-color: #fff;
  }
}

.c-banner .c-banner__content {
  padding: 30px 5%;
}
@media screen and (min-width: 768px) {
  .c-banner--left .c-banner__content {
    padding: clamp(25px, 4vw, 60px) clamp(25px, 4vw, 60px) clamp(25px, 4vw, 60px) 0;
  }
  .c-banner--right .c-banner__content {
    padding: clamp(25px, 4vw, 60px) 0 clamp(25px, 4vw, 60px) clamp(25px, 4vw, 60px);
  }
}
.c-banner__content {
  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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-banner__content#ebook-text.hidden {
    display: none;
  }
}
.c-banner__image {
  background-size: cover;
  background-repeat: no-repeat;
}
.c-banner .btn, .c-banner .btn--small {
  white-space: break-spaces;
}
@media screen and (max-width: 767px) {
  .c-banner h2 {
    text-align: center;
  }
}

.c-banner-ebook__form-container {
  position: relative;
}
.c-banner-ebook__form-content {
  display: none;
  background-color: #2a76bb;
}
@media screen and (min-width: 768px) {
  .c-banner-ebook__form-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}

.c-ecole-slider {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .owl-item .c-ecole-carousel__image {
    transform: translate3d(0, 0, 0);
    margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
  }
  .c-ecole-slider {
    overflow: hidden;
    width: 100%;
  }
  .c-ecole-carousel {
    width: 140%;
    margin-left: -20%;
  }
  .c-ecole-carousel__image {
    position: relative;
  }
  .c-ecole-carousel__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
  }
  .c-ecole-carousel .owl-item .c-ecole-carousel__image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .c-ecole-carousel .owl-item.center .c-ecole-carousel__image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .c-ecole-carousel .owl-item:not(.center) .c-ecole-carousel__image-overlay {
    opacity: 1;
    transition: 0.3s;
  }
  .c-ecole-carousel .owl-nav {
    width: 50%;
    top: 50%;
    left: 25%;
  }
  .c-ecole-carousel .owl-nav .owl-prev {
    content: url("./assets/img/my-driving-school-cours-picto-fleche-slider-gauche-blanc.svg");
    background-color: transparent;
  }
  .c-ecole-carousel .owl-nav .owl-next {
    content: url("./assets/img/my-driving-school-cours-picto-fleche-slider-droit-blanc.svg");
    background-color: transparent;
  }
}
.c-ecole-detail .container--narrower {
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .c-ecole-detail__items {
    border-left: 1px solid #e61e89;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}
.c-ecole-detail__address a, .c-ecole-detail__phone a {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  text-align: left;
}
.c-ecole-detail__address a:hover, .c-ecole-detail__phone a:hover {
  color: #e61e89;
}
.c-ecole-detail__address a:before, .c-ecole-detail__phone a:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-ecole-detail__address a:before, .c-ecole-detail__phone a:before {
    transform: scale(0.7);
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-ecole-detail__address a, .c-ecole-detail__phone a {
    padding-left: 0;
    text-align: center;
    padding: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ecole-detail__address, .c-ecole-detail__phone {
    padding: 0;
  }
}
.c-ecole-detail__address {
  padding: 30px 0 15px;
}
.c-ecole-detail__address a:before {
  content: url("./assets/img/my-driving-school-picto-localisation.svg");
}
@media screen and (max-width: 767px) {
  .c-ecole-detail__address {
    padding: 0;
  }
}
.c-ecole-detail__phone {
  padding: 0 0 15px;
  min-height: 20px;
}
.c-ecole-detail__phone a:before {
  content: url("./assets/img/my-driving-school-picto-phone.svg");
}
@media screen and (max-width: 767px) {
  .c-ecole-detail__phone {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-ecole-detail .flex-row {
    justify-content: center;
  }
  .c-ecole-detail .flex-row .col {
    flex: 1;
  }
}

/************************************************************
 * Blog
 ************************************************************/
.single-post .site-content .wp-block-group {
  padding: unset;
  margin: 50px 0;
}
.single-post .site-content .wp-block-group__inner-container {
  width: 100%;
}
.single-post .site-content h2 {
  font-size: 1rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 1.5em;
}

/************************************************************
 * 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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.top-flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.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: #f4f4f4;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

@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: 767px) {
  .is-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .is-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-mobile {
    display: none !important;
  }
}

/* Background
 ************************************************************/
.background--primary {
  background-color: #2a76bb;
}
.background--secondary {
  background-color: #e61e89;
}
.background--gray {
  background-color: #f4f4f4;
}

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




/* ════════════════════════════════════════════════════════════════════════════════════ * HABEFAST CHILD THEME > INCLUDES > SCSS > PAGES > _policies.scss * ════════════════════════════════════════════════════════════════════════════════════ */
.policies {
	/* ════════════════════════════════════════════════════════════════════════════════════ * MAIN CONTAINER * ════════════════════════════════════════════════════════════════════════════════════ */
	 width: 1220px;
	 max-width: 100%;
	 margin-left: auto;
	 margin-right: auto;
	/* ════════════════════════════════════════════════════════════════════════════════════ * GENERAL * ════════════════════════════════════════════════════════════════════════════════════ */
	/* ════════════════════════════════════════════════════════════════════════════════════ * HEADINGS * ════════════════════════════════════════════════════════════════════════════════════ */
	/* ════════════════════════════════════════════════════════════════════════════════════ * LIST * ════════════════════════════════════════════════════════════════════════════════════ */
}
 .policies * {
	 text-align: left !important;
}
 .policies h2 {
	 margin-top: 40px;
	 margin-bottom: 10px;
}
 .policies h3, .policies h4 {
	 margin-top: 30px;
	 margin-bottom: 10px;
	 text-transform: uppercase;
}
 .policies ul {
	 margin: 0 0 20px 0 !important;
	 padding-left: 20px !important;
}
 


.wpcf7 .acceptance {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wpcf7 .acceptance p {
  position: relative;
  margin-left: 30px;
  text-align: left;
}
.wpcf7 .acceptance p .wpcf7-form-control-wrap {
  position: absolute;
  top: 3px;
  left: -30px;
  width: 15px;
  height: 15px;
}

.wpcf7 .acceptance p .wpcf7-form-control-wrap * {
  width: 100%;
  height: 100%;
}

.wpcf7 .acceptance p .wpcf7-form-control-wrap input  {
  opacity: 1;
}
.wpcf7 .acceptance p a {
  color: black;
}

.single-cours .c-page-hero {
  position: relative;
}

.single-cours .c-page-hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
}

.single-cours .c-page-hero .title__page {
  background-color: unset;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

.single-cours .c-page-hero .c-page-hero__container {
  position: relative;
  z-index: 1;
  flex-direction: column;
}

.single-cours .c-page-hero .btn-reserve {
  background-color: #e61e89;
  border: 1px solid #e61e89;
  color: #FFF;
  font-size: 20px;
  border-radius: 50px;
  padding: 20px 30px;
  margin: 0 5px;
  transition: 2s;
}

.single-cours .c-page-hero .btn-reserve:hover {
  background-color: #a6045b;
  border: 1px solid #a6045b;
}

.single-cours .c-page-hero .btn-contact {
  background-color: #2672b8;
  border: 1px solid #2672b8;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  padding: 20px 30px;
  margin: 0 5px;
  transition: 2s;
}

.single-cours .c-page-hero .btn-contact:hover {
  background-color: #175c9b;
  border: 1px solid #175c9b;
}

@media (max-width: 767px) {

  .single-cours .c-page-hero .btn-reserve,
  .single-cours .c-page-hero .btn-contact {
    font-size: 18px;
    padding: 15px 10px;
  }

}

.reviews-area {
  display: flex;
  align-items: center;
  margin-top: 50px;
  background-color: rgb(255, 255, 255, 95%);
  border-radius: 12px;
  padding: 6px;
}

.reviews-area .profiles {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
}

.reviews-area .stars {
  display: flex;
  align-items: center;
}

.reviews-area .stars img {
  max-width: 110px;
}

.reviews-area .stars span {
  color: #535862;
  font-size: 16px;
  margin-left: 10px;
}

.reviews-area .reviews-detail > p {
  color: #535862;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}

.reviews-area .reviews-detail > p svg {
  margin-left: 10px;
}

.myds-listing-hero {
  position: relative;
  margin-bottom: 45px;
}

.myds-listing-hero:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
}

.myds-listing-hero .c-page-hero__container {
  position: relative;
  z-index: 1;
  flex-direction: column;
  min-height: 360px;
}

.myds-listing-hero .title__page {
  background-color: unset;
  color: #fff;
  margin-bottom: 0;
}

.myds-listing-hero + .wp-block-group,
.myds-listing-hero + .mec-wrap,
.myds-listing-page-content {
  margin-top: 0;
}

.myds-listing-page-content #mec_search_form_4997 {
  display: none;
}

.fixed-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #FFF;
  box-shadow: 0 -5px 30px rgba(57, 57, 57, 0.15);
  z-index: 9999;
}

.fixed-action .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fixed-action .title {
  font-size: 26px;
  font-weight: 500;
  color: #2672b8;
  line-height: normal;
}

.fixed-action .title span {
  color: #e61e89;
}

.fixed-action .title .prix {
  color: #0a0a0a;
  margin-left: 10px;
  font-size: 24px;
}

.fixed-action .btn-reserve {
  display: inline-block;
  background-color: #e61e89;
  border: 1px solid #e61e89;
  color: #FFF;
  font-size: 18px;
  border-radius: 4px;
  padding: 12px 25px;
  margin: 0 5px;
  cursor: pointer;
  transition: 2s;
}

.fixed-action .btn-reserve:hover {
  background-color: #a6045b;
  border: 1px solid #a6045b;
}

.joinchat__button.move {
  bottom: 85px;
}

.single-cours .wpsimplycookie_banner_pin {
  z-index: 999;
}

.c-tarif-card__cta .btn {
  background-color: #2672b8;
  border: 1px solid #2672b8;
  color: #fff;
  font-size: 24px;
  border-radius: 50px;
  padding: 18px 30px;
  margin: 0 5px;
  transition: 2s !important;
  display: flex;
  align-items: center;
  text-transform: unset;
}

.c-tarif-card__cta .btn:hover {
  background-color: #e61e89;
}

.c-tarif-card__cta .btn svg {
  width: 16px;
  margin-left: 10px;
}

.c-tarif-card__cta .btn svg path {
  fill: #FFF;
}

@media (max-width: 992px) {

  .fixed-action .container {
    flex-direction: column;
  }

  .fixed-action .title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .fixed-action .btn-reserve {
    padding: 12px 30px;
  }

  .joinchat__button.move {
    bottom: 145px;
  }

  .reviews-area {
    margin-top: 25px;
  }

  .single-cours .c-page-hero .title__page {
    margin-bottom: 20px;
  }

  .single-cours .c-page-hero__container {
    height: 40vw;
  }

}

@media (max-width: 767px) {

  .single-cours .c-page-hero .title__page {
    margin-bottom: 15px;
  }

  .fixed-action {
    padding: 10px 0 15px;
  }

  .fixed-action .title {
    text-align: center;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 8px;
  }

  .fixed-action .btn-reserve {
    padding: 12px 15px;
    font-size: 16px;
  }

  .joinchat__button.move {
    bottom: 150px;
  }

  html {
    font-size: 18px;
  }

  .btn-primary {
    font-size: 18px;
  }

  .single-cours .c-page-hero__container {
    height: 80vw;
  }

  .reviews-area .profiles {
    max-width: 135px;
  }

  .reviews-area .stars img {
    max-width: 88px;
  }

  .reviews-area .stars span {
    font-size: 12px;
  }

  .reviews-area .reviews-detail > p {
    font-size: 12px;
  }

  .reviews-area .reviews-detail > p svg {
    width: 20px;
    position: relative;
    top: 1px;
    margin-left: 8px;
  }

  .myds-listing-hero {
    margin-bottom: 30px;
  }

  .myds-listing-hero .c-page-hero__container {
    height: auto;
    min-height: 390px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

}

.mec-event-list-classic .mec-event-image,
.mec-event-list-classic .mec-event-image img {
  width: 150px;
}

.mec-event-list-classic .mec-event-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mec-event-list-classic .mec-event-title a {
  font-size: 22px;
}

.mec-event-list-classic .mec-event-loc-place {
  font-size: 16px;
}

.mec-event-list-classic .mec-event-date {
  font-size: 16px;
}

.single-mec-events section {
  margin: 15px auto;
}

.mec-start-date-label,
.mec-single-event .mec-event-meta dd,
.mec-single-event .mec-event-meta .mec-events-event-cost,
.mec-single-event .mec-event-meta .mec-events-event-categories a,
.mec-single-event .mec-event-meta dd abbr {
  font-size: 16px;
  font-weight: 500;
}

.mec-single-event .mec-event-meta h6, .mec-single-event-sponsor span {
  font-size: 16px;
  font-weight: 400;
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address, .mec-single-event .mec-event-meta .mec-location-opening-hour span, .mec-single-event .mec-event-meta .mec-location-url span {
  font-size: 16px;
  text-align: center;
}

.mec-single-event-location .mec-img-location,
.mec-single-event-organizer .mec-img-organizer {
  max-width: 185px !important;
  width: 100%;
  display: block;
  margin: 20px auto 30px;
}

.mec-single-event .mec-booking-progress-bar {
  margin: 15px 0 25px;
}

.c-home-hero {
  position: relative;
}

.c-home-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #F8F2F080 4%, #110d07 40%);
  opacity: .7;
}

.c-home-hero .c-home-hero__container {
  justify-content: center;
}

.c-home-hero .title__page {
  background: unset;
  color: #FFF
}

.c-home-hero .title__page span {
  background-color: #e61e89;
  padding: 3px 15px 6px 15px;
  border-radius: 8px;
  display: inline-block;
  line-height: 45px;
}

.c-home-hero .c-home-hero__cta a {
  color: #FFF;
  font-size: 20px;
  border-radius: 50px;
  padding: 20px 30px;
  margin: 0 5px;
  transition: 2s;
}

.c-home-hero .c-home-hero__cta a:first-child {
  background-color: #e61e89;
  border: 1px solid #e61e89;
}

.c-home-hero .c-home-hero__cta a:last-child {
  background-color: #2a77bb;
  border: 1px solid #2a77bb;
}

@media (max-width: 767px) {

  .mec-event-list-classic .mec-event-image,
  .mec-event-list-classic .mec-event-image img {
    width: 85px;
  }

  .mec-single-event .col-md-8 {
    display: grid;
  }

  .mec-events-event-image {
    order: 1;
  }

  .mec-event-content {
    order: 2;
  }

  .mec-event-schedule {
    order: 3;
  }

  .mec-events-meta-group {
    order: 4;
  }

  .mec-event-info-mobile {
    order: 5;
  }

  .mec-get-direction {
    margin: 25px 15px;
  }

  .mec-get-direction .mec-map-get-direction-btn-cnt {
    margin-top: 15px;
  }

  .mec-events-meta-group,
  .mec-event-info-mobile,
  .mec-event-schedule {
    margin: 0 15px;
  }

}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-name {
  font-size: 16px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-price {
  font-size: 24px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row input[type=number] {
  border-color: #767676;
  font-size: 16px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-available {
  font-size: 14px;
  color: #ff1919;
}

.lity-content .mec-booking-progress-bar li, 
.mec-booking-shortcode .mec-booking-progress-bar li, 
.mec-wrap .mec-booking-progress-bar li {
  font-size: 16px;
}

.mec-event-schedule-content dl {
  font-size: 16px;
}

.mec-event-schedule-content dl dt.mec-schedule-title {
  font-size: 16px;
}

.lity-content .mec-events-meta-group-booking .mec-wrap-checkout h4, .lity-content .mec-events-meta-group-booking form>h4, .mec-events-meta-group-booking .mec-booking-shortcode .mec-wrap-checkout h4, .mec-events-meta-group-booking .mec-booking-shortcode form>h4, .mec-single-event .mec-events-meta-group-booking .mec-wrap-checkout h4, .mec-single-event .mec-events-meta-group-booking form>h4, .mec-single-event .mec-frontbox-title, .mec-single-event .mec-wrap-checkout h4 {
  font-size: 20px;
}

.mec-booking .mec-event-tickets-list .mec-ticket-style-row .mec-event-ticket-name {
  display: block;
  margin-bottom: 15px;
}

.mec-events-meta-group .mec-get-direction {
  margin: 20px 0 0;
  text-align: center;
}

.mec-events-meta-group .mec-get-direction .mec-map-get-direction-btn-cnt {
  margin-top: 15px;
}

.mec-single-event .mec-frontbox {
  padding: 40px 15px;
}

.mec-event-schedule {
  background-color: #2a77bb !important;
  border-radius: 15px !important;
}

.mec-event-schedule h3,
.mec-event-schedule h4 {
  color: #FFF !important;
}

.mec-event-schedule-content dl dt.mec-schedule-title {
  color: #FFF;
}

.mec-wrap.colorskin-custom .mec-single-event .mec-frontbox-title:before {
  border-color: #e61e89;
  border-radius: 15px;
}

.mec-single-event .mec-events-meta-group-booking {
  border-radius: 15px !important;
}

.mec-event-content {
  padding: 0 !important;
}

.mec-event-schedule-content dl dt.mec-schedule-description {
  color: #FFF !important;
}

.single-mec-events .mec-single-event .mec-events-event-image {
  margin-bottom: 50px;
}

.mec-single-event .mec-frontbox {
  border-radius: 15px;
}

@media (max-width: 767px) {

  .lity-content .mec-booking-progress-bar li, .mec-booking-shortcode .mec-booking-progress-bar li, .mec-wrap .mec-booking-progress-bar li {
    font-size: 12px;
  }

  .mec-events-meta-group-booking .mec-booking-shortcode, .mec-single-event .mec-events-meta-group-booking, .mec-single-event .mec-frontbox {
    padding: 40px 15px;
  }

  .mec-booking .mec-event-tickets-list .mec-ticket-style-row {
    flex-direction: column;
  }

  .mec-events-meta-group-booking #mec-book-form-btn-step-1, .mec-events-meta-group-booking #mec-book-form-btn-step-2 {
    float: unset;
    display: block;
    width: fit-content;
    margin: auto;
  }

  .mec-single-event .mec-events-content {
    margin-bottom: 0;
  }

  .lity-content .mec-booking-progress-bar, .mec-booking-progress-bar, .mec-booking-shortcode .mec-booking-progress-bar, .mec-single-event .mec-booking-progress-bar {
    margin: 25px 0 25px;
  }

  .single-mec-events .mec-single-event .mec-events-event-image img {
    border-radius: 0;
  }

  .mec-container {
    width: 100%;
  }

  .mec-single-event .mec-event-content {
    margin: 0 15px !important;
  }

  .c-home-hero__container {
    height: 500px;
  }

  .c-home-hero .title__page span {
            padding: 0px 2px 0px 2px;
        line-height: 35px;
        display: inline;
        border-radius: 0;
  }

  .c-home-hero .c-home-hero__cta a:first-child {
    margin-bottom: 15px;
  }

  .c-home-hero .c-home-hero__cta a {
    padding: 10px 30px;
    margin: 0 10px;
    white-space: normal;
    line-height: normal;
    font-size: 16px;
    letter-spacing: .7px;
  }

  .c-home-hero__text-col {
    padding-bottom: 5px;
  }

}

.content-box {
  position: fixed;
  top: 50%;
  bottom: 0;
  right: 0;
  max-height: 94px;
  padding: 8px 4px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0px 2px 12px 1px rgba(50, 50, 50, 0.4);
  z-index: 99;
  text-align: center;
  font-size: 10px;
  min-width: 90px;
  max-width: 90px;
}

.content-box a {
  text-decoration: none;
}

.content-box i {
  color: #ffdc0f;
}

.content-box .stars {
  margin: 2px 0 3px;
  display: flex;
  grid-gap: 3px;
}

.content-box .stars path {
  fill: #fec84b;
}

.content-box span {
  font-size: 16px;
  color: #656b6e;
  line-height: normal;
}

@media (max-width: 767px) {

  .content-box {
    top: 45%;
    left: 0;
    right: unset;
    border-radius: 0 8px 8px 0;
    min-width: 80px;
    max-width: 80px;
    max-height: 90px;
  }

  .content-box span {
    font-size: 15px;
  }

}

.mec-single-event .mec-events-meta-group-booking label {
  color: #171718;
  font-size: 16px;
  font-weight: 500;
}

.mec-single-event .mec-events-meta-group-booking select,
.mec-single-event .mec-events-meta-group-booking input[type=text],
.mec-single-event .mec-events-meta-group-booking input[type=date],
.mec-single-event .mec-events-meta-group-booking input[type=tel] {
  min-height: 50px;
  font-size: 18px;
  border-radius: 5px;
  border-color: #3c3c3c;
}

.lity-content .mec-events-meta-group-booking ul li.col-md-6:nth-child(2), 
.mec-single-event .mec-events-meta-group-booking ul li.col-md-6:nth-child(2) {
  width: 100%;
  margin-left: 0;
}

.mec-single-event .mec-events-meta-group-booking .mec-field-wrapper input {
  min-height: 50px;
  font-size: 18px;
  border-color: #3c3c3c;
  border-radius: 0 5px 5px 0;
}

.mec-single-event .mec-events-meta-group-booking .mec-field-wrapper span.mec-field-icon {
  min-height: 50px;
  font-size: 18px;
  border-color: #3c3c3c;
}

.mec-single-event .mec-events-meta-group-booking input[type=checkbox] {
  border-color: #a0a1a2;
}

.mec-single-event .mec-events-meta-group-booking ul li {
  width: 100%;
}

.mec-event-schedule.mec-frontbox .mec-event-schedule-content dl dt {
  position: relative;
  top: -3px;
  color: #FFF;
}

.mec-event-schedule.mec-frontbox .mec-event-schedule-content dl dt span {
  color: #FFF;
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address {
  font-weight: 400 !important;
  color: #8d8d8d;
}

.mec-book-tickets-reg-fields-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mec-book-tickets-reg-fields-container > li {
  width: 48.5% !important
}

.mec-book-tickets-reg-fields-container li.mec-book-field-checkbox,
.mec-book-tickets-reg-fields-container li.mec-book-field-agreement {
  width: 100% !important;
}

.more_info_cours {
  display: none !important;
}

.mec-event-list-classic .mec-event-article {
  position: relative;
  max-width: calc(25% - 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 25px 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.mec-event-list-classic .mec-event-article .mec-event-image img {
  border-radius: 8px;
}

.listing-reserver {
  background-color: #e61e89;
  border: 1px solid #e61e89;
  color: #FFF !important;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 12px;
  font-size: 16px;
}

.listing-reserver:hover {
  background-color: #a6045b;
  border: 1px solid #a6045b;
}

.listing-reserver svg {
  width: 14px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.listing-reserver svg path {
  fill: #FFF;
}

.page-template-default .mec-event-list-classic .mec-event-title {
  margin-bottom: 5px;
}

.page-template-default .mec-event-list-classic .mec-event-detail {
  margin-bottom: 8px;
  width: 100%;
}

@media (max-width: 767px) {

  .mec-book-tickets-reg-fields-container > li {
    width: 100% !important;
  }

  .mec-single-event .mec-events-meta-group-booking select, 
  .mec-single-event .mec-events-meta-group-booking input[type=text], 
  .mec-single-event .mec-events-meta-group-booking input[type=date], 
  .mec-single-event .mec-events-meta-group-booking input[type=tel] {
    width: 100% !important;
  }

  .fixed-action .title .prix {
    margin-left: 0px;
    font-size: 22px;
  }

  .mec-event-schedule .mec-schedule-part {
    display: none !important;
  }

  .mec-single-event .mec-frontbox {
    padding: 10px 15px;
  }

  .mec-single-event .mec-frontbox-title {
    margin: 0 0 10px 0;
  }

  .mec-event-schedule-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mec-event-schedule-content dl {
    margin-bottom: 10px;
  }

  .mec-single-event .mec-frontbox {
    margin-bottom: 15px;
  }

  .mec-single-event .mec-events-meta-group-booking {
    padding: 20px 15px;
  }

  .more_info_cours {
    display: block !important;
    background-color: #FFF;
    text-align: center;
    width: fit-content;
    margin: auto;
    color: #2a78bb;
    padding: 5px 15px;
    border-radius: 5px;
  }

  .mec-sold-tickets {
    order: 2;
    margin: 0 15px 20px;
  }

  .mec-event-info-desktop .mec-single-event-date,
  .mec-event-info-desktop .mec-event-cost,
  .mec-event-info-desktop .mec-single-event-label,
  .mec-event-info-desktop .mec-single-event-category {
    padding: 12px 0 8px;
    width: 48%;
    display: inline-block;
  }

  .mec-event-info-desktop.mec-event-meta {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 10px;
    justify-content: space-between;
  }

  .mec-event-info-desktop .mec-booking-button-register {
    width: 100%;
  }

  .listing-reserver {
    float: right;
    width: calc(100% - 104px);
    padding: 8px 10px;
    text-align: center;
    margin-top: 3px;
  }

  .page-template-default .mec-event-list-classic .mec-event-title a {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .page-template-default .mec-start-date-label {
    font-size: 14px;
  }

  .page-template-default .mec-event-list-classic .mec-event-title {
    margin: 4px 0 12px;
  }

  .mec-event-list-classic .mec-event-detail,
  .mec-event-list-classic .mec-price-details {
    line-height: normal;
    float: unset !important;
    width: 100%;
  }

  .listing-reserver.disabled {
    opacity: .6;
  }

  #mec-book-form-back-btn-step-2,
  #mec-book-form-btn-step-2,
  #mec-book-form-back-btn-step-3 {
    padding: 10px 15px 10px;
  }

  #mec-book-form-btn-step-2 {
    margin-right: 0 !important;
  }

  .mec-booking-checkout-total-wrapper li {
    text-align: left !important;
  }

}

#block-14 .wp-block-image:last-child img {
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
  max-width: 135px !important;
}

.mec-book-tickets-reg-fields-container {
  width: 100% !important;
}

.elementor-widget-html .reviews-area {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.49);
  padding: 10px;
  transition: .2s;
}

.elementor-widget-html .reviews-area:hover {
  opacity: .8;
}

.elementor-widget-html .reviews-area .reviews-detail > p {
  font-size: 14px;
}

.elementor-widget-html .reviews-area .stars span {
  font-size: 14px;
}

.elementor-widget-html .reviews-area .stars img {
  max-width: 105px;
}

.elementor-widget-html .reviews-area .stars span,
.elementor-widget-html .reviews-area .reviews-detail > p {
  color: #FFF;
}

.elementor-widget-html .reviews-area .profiles {
  max-width: 160px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.float-content-cours {
  position: absolute !important;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 9px 9px 0px 0px;
  background: rgba(0, 0, 0, 0.77);
  width: auto !important;
  padding: 20px;
  min-width: 350px;
}

.cours-information .elementor-widget-image-box,
.cours-information .elementor-widget-container {
  height: 100%;
}

.right-full-section {
  overflow: hidden;
}

.right-full-section.flex-end > .elementor-container {
  justify-content: flex-end;
}

.right-full-section .left-column {
  margin-right: -55vw;
  width: 55vw !important;
}

.right-full-section .right-column {
  margin-left: -55vw;
  width: 55vw !important;
}

.section-before-footer .left-column .elementor-widget-icon-box,
.section-before-footer .right-column .elementor-widget-icon-box {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(68, 68, 68, 0.12);
  backdrop-filter: blur(7.150000095367432px);
  padding: 30px 40px 30px;
  height: 100%;
}

.section-before-footer .elementor-icon-box-title span {
  position: relative;
  display: inline-block;
}

.section-before-footer .elementor-icon-box-title span:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

@media (max-width: 767px) {

  .top-header .top-header--left ul {
    display: flex;
  }

  .top-header--left li > a {
    margin-right: 10px;
  }

  .top-header--left {
    flex-basis: 85%;
  }

  .top-header--right {
    flex-basis: 15%;
  }

  .float-content-cours {
    min-width: 270px;
    bottom: 19px;
  }

  .elementor-widget-html .reviews-area .stars span,
  .elementor-widget-html .reviews-area .reviews-detail > p {
    font-size: 12px;
  }

  .elementor-widget-html .reviews-area .stars img {
    max-width: 88px;
  }

  .elementor-widget-html .reviews-area .profiles {
    max-width: 145px;
  }

}

.page-id-316 #content {
  background-color: #ECECEC;
}

.contact-form .left-column {
  margin-bottom: 30px;
}

.contact-form .left-column .elementor-section,
.contact-form .left-column .elementor-section .elementor-container {
  height: 100%;
}

.contact-form .wpcf7-form input:not([type=submit]), 
.contact-form .wpcf7-form textarea {
  background-color: #FFF;
  border-radius: 5px;
  color: #000;
}

.contact-form .wpcf7-form textarea {
  height: 175px;
}

.contact-form .wpcf7-form input:not([type=submit])::placeholder, 
.contact-form .wpcf7-form textarea::placeholder {
  color: rgba(65, 66, 67, 0.55);
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
}

.contact-form .wpcf7-form .acceptance label {
  font-weight: 300;
  font-size: 14px;
}

.contact-form .wpcf7-form input[type=submit] {
  border-color: #E61E89;
  background-color: #E61E89;
  width: 100%;
  margin-top: 25px;
  text-transform: capitalize;
  transition: .2s;
}

.contact-form .wpcf7-form input[type=submit]:hover {
  border-color: #cd1176;
  background-color: #cd1176;
}

.our-schools .school-content {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(102, 102, 102, 0.18) 100%);
  backdrop-filter: blur(7.150000095367432px);
  overflow: hidden;
}

.our-schools .school-content .elementor-widget-image {
  overflow: hidden;
}

.our-schools .school-content .elementor-widget-image img {
  transition: 5s;
}

.our-schools .school-content .elementor-widget-image:hover img {
  transform: scale(1.3);
}

.our-schools .list-schools-content .elementor-container {
  grid-gap: 15px;
}

.our-schools .school-content .elementor-heading-title a {
  position: relative;
}

.our-schools .school-content .elementor-heading-title a:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 1px;
  background-color: #FFF;
  opacity: .5;
  border-radius: 10px;
}

.our-schools .school-content a {
  transition: .2s;
}

.our-schools .school-content a:hover {
  color: #e61e89 !important;
}

@media (max-width: 767px) {

  .our-schools .list-schools-content .elementor-container {
    grid-gap: 25px;
  }

}

.mec-event-list-classic .mec-month-divider {
  margin: 50px 0 35px !important;
  width: 100%;
}

.mec-event-list-classic .mec-month-divider h5 {
  font-size: 48px;
  color: #2672B8;
  font-family: 'Blinker' !important;
  font-weight: 400;
  display: block !important;
  text-align: center;
  width: 100%;
}

.mec-event-list-classic .mec-month-divider:before,
.mec-event-list-classic .mec-month-divider:after {
  content: unset;
}

.mec-event-list-classic.event-list-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.mec-event-list-classic .mec-event-article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.mec-event-list-classic .mec-event-article .mec-event-image,
.mec-event-list-classic .mec-event-article .mec-event-image a,
.mec-event-list-classic .mec-event-article .mec-event-image a img {
  width: 100%;
  margin: 0 !important;
  float: unset;
}

.mec-event-list-classic .mec-event-article .mec-event-image a img {
  min-height: 400px;
  object-fit: cover;
  transition: 5s;
}

.mec-event-list-classic .mec-event-article .mec-event-image a:hover img {
  transform: scale(1.3);
}

.mec-event-list-classic .mec-event-article .event-article-date {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #2A76BB;
  border-radius: 5px;
  width: 90%;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.mec-event-list-classic .mec-event-article .event-article-date i {
  display: none !important;
}

.mec-event-list-classic .mec-event-article .event-article-date .mec-time-details {
  color: #FFF;
}

.mec-event-list-classic .mec-event-article .event-article-date span {
  color: #FFF;
  font-weight: 500 !important;
  font-family: 'Inter';
  line-height: normal;
}

.mec-event-list-classic .mec-event-article .event-article-date .mec-time-details {
  margin-right: 0 !important;
}

.mec-event-list-classic .mec-event-article .event-article-content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(3px);
  padding: 15px 25px;
  min-height: 170px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mec-event-list-classic .mec-event-article .event-article-content .mec-event-title {
  margin-top: 0 !important;
}

.mec-event-list-classic .mec-event-article .event-article-content .mec-event-title a {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  font-family: 'Blinker';
  margin-top: 0;
  text-transform: capitalize;
}

.mec-event-list-classic .mec-event-article .event-article-content .mec-event-title a:hover {
  color: #e61e89;
}

.mec-event-list-classic .mec-event-article .event-article-content .mec-event-title .event-color,
.mec-event-list-classic .mec-event-article .event-article-content .mec-event-title .mec-labels-normal {
  display: none !important;
}

.mec-event-list-classic .mec-event-article .event-article-content .mec-event-loc-place {
  color: #81CFF4;
  font-style: italic;
  font-family: 'Inter';
  font-weight: 300;
  text-align: center;
  margin: 5px 0 25px;
}

.mec-event-list-classic .mec-event-article .event-article-content .mec-event-loc-place i {
  display: none !important;
}

.mec-event-list-classic .mec-event-article .event-article-content .btn-reserve {
  background-color: #E61E89;
  color: #FFF;
  border-color: #E61E89;
  width: fit-content;
  margin: auto auto 0;
  height: auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: normal;
}

.mec-event-list-classic .mec-event-article .event-article-content .btn-reserve svg {
  width: 12px;
  margin-left: 13px;
  fill: #FFF;
}

.mec-event-list-classic .mec-event-article .event-article-content .btn-reserve:hover {
  background-color: #FFF;
  color: #E61E89;
}

.mec-event-list-classic .mec-event-article .event-article-content .btn-reserve:hover svg {
  fill: #E61E89;
}

.mec-event-list-classic .mec-event-article span.mec-event-title-soldout {
  width: fit-content;
  display: block;
  margin: auto;
}

@media (max-width: 992px) {

  .mec-event-list-classic .mec-event-article {
    max-width: calc(50% - 20px);
  }

}

@media (max-width: 767px) {

  .mec-event-list-classic .mec-event-article {
    max-width: calc(100% - 20px);
    margin: 15px 10px;
  }

  .mec-event-list-classic .mec-month-divider h5 {
    font-size: 38px;
  }

  .mec-event-list-classic .mec-event-article .event-article-content .mec-event-title {
    margin: 0 !important;
  }

  .section-before-footer .left-column .elementor-widget-icon-box, 
  .section-before-footer .right-column .elementor-widget-icon-box {
    padding: 30px 25px 30px;
  }

  .section-before-footer .elementor-icon-box-title span:after {
    left: 50%;
    width: 65px;
    transform: translateX(-50%);
  }

}

.single-mec-events {
  background-color: #ECECEC;
}

.single-mec-events .mec-container {
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.single-mec-events .mec-single-banner-content {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.single-mec-events .mec-single-banner-content .mec-single-title {
  text-align: center;
  font-size: 74px;
  color: #FFF;
  font-family: 'Blinker';
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.single-mec-events .mec-single-banner-content .mec-single-subtitle {
  display: block;
  width: fit-content;
  margin: auto;
  background-color: #E61E89;
  color: #FFF;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Blinker';
  font-weight: 300;
  padding: 5px 25px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.single-mec-events .mec-single-banner-content .mec-single-event-description {
  text-align: center;
  max-width: 992px;
  margin: 35px auto 0;
}

.single-mec-events .mec-single-banner-content .mec-single-event-description p {
  color: #FFF;
  margin-bottom: 5px;
  font-family: 'Inter';
}

.single-mec-events .mec-single-banner-content .mec-single-event-description span {
  color: #FFF !important;
}

.single-mec-events .mec-single-banner-content .mec-single-event-description li::marker {
  color: #FFF;
}

.single-mec-events .mec-single-banner-content .mec-single-event-description p:last-of-type {
  margin-bottom: 0;
}

.single-mec-events .schedule-booking {
  margin-bottom: 50px;
}

.single-mec-events .schedule-booking .container {
  display: grid;
  grid-template-columns: 30% 67%;
  justify-content: space-between;
}

.single-mec-events .schedule-booking .mec-event-schedule {
  position: relative;
  background-image: url(/wp-content/uploads/2025/05/Frame-36-1.png);
  background-color: #e8389d !important;
  background-size: cover;
  background-position: center;
  padding: 145px 25px 25px;
  height: 100%;
}

.single-mec-events .schedule-booking .mec-event-schedule:before {
  content: '';
  background-image: url(/wp-content/uploads/2025/05/Icon.svg);
  width: 85px;
  height: 85px;
  display: block;
  background-size: 100%;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.single-mec-events .schedule-booking .mec-event-schedule .mec-schedule-head {
  font-family: 'Blinker';
  font-weight: 400;
  font-size: 26px;
}

.single-mec-events .schedule-booking .mec-frontbox-title:before {
  border-color: #000000 !important;
}

.single-mec-events .schedule-booking .mec-events-meta-group {
  margin-bottom: 0;
  border: 1px solid #2A76BB;
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li:before {
  width: calc(50% - 17px);
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li:after {
  left: calc(50% + 17px);
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li:after,
.single-mec-events .schedule-booking .mec-booking-progress-bar li:before {
  background: #000;
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li.mec-active {
  color: #e7007e;
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li .progress-index {
  color: #000;
  width: 35px;
  height: 35px;
  top: -45px;
  left: calc(50% - 17px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  background: transparent;
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li.mec-active:before,
.single-mec-events .schedule-booking .mec-booking-progress-bar li.mec-active:after {
  background: #E5007E;
}

.single-mec-events .schedule-booking .mec-booking-progress-bar li.mec-active .progress-index {
  background: #e6007e;
  border-color: #e6007e;
  color: #FFF;
}

.single-mec-events .schedule-booking .mec-book-form-btn-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) {
  background-color: #E61E89 !important;
  border-color: #E61E89 !important;
  padding: 13px 25px !important;
}

.single-mec-events .schedule-booking .mec-book-form-btn-wrap button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover {
  background-color: #d9177f !important;
  border-color: #d9177f !important;
}

.single-mec-events .schedule-booking .mec-book-form-btn-wrap button.mec-book-form-back-button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) {
  background-color: #323232 !important;
  border-color: #323232 !important;
}

.single-mec-events .schedule-booking .mec-book-form-btn-wrap button.mec-book-form-back-button:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next):hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

.single-mec-events .schedule-booking .mec-book-form-btn-wrap #mec-book-form-btn-step-1 {
  width: 100%;
}

.single-mec-events .schedule-booking .mec-book-form-next-button svg path {
  fill: #FFF !important;
}

.section-event-info {
  background-image: url('/wp-content/uploads/2025/05/Frame-19-3-1-min.png');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.section-event-info .container {
  display: grid;
  grid-template-columns: 67% 30%;
  justify-content: space-between;
}

.section-event-info .column-left .mec-event-meta {
  background: unset;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.section-event-info .column-left .mec-event-meta-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 9px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.11) 100%);
  backdrop-filter: blur(10.75px);
  margin-bottom: 20px;
}

.section-event-info .column-left .mec-event-meta-header > div {
  text-align: center;
  padding: 25px 10px;
  margin: 0;
}

.section-event-info .column-left .mec-event-meta-header > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.33);
}

.section-event-info .column-left .mec-event-meta-header > div > i {
  margin-bottom: 10px;
  display: block;
}

.section-event-info .column-left .mec-event-meta-header > div > i:before {
    vertical-align: middle;
    font-size: 44px !important;
    color: #FFF !important;
}

.section-event-info .column-left .mec-event-meta-header h3 {
  position: relative;
  padding: 0;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 600;
}

.section-event-info .column-left .mec-event-meta-header h3:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 2px;
  background-color: #176DBB;
}

.section-event-info .column-left .mec-event-meta-header dl {
  margin-top: 35px;
}

.section-event-info .column-left .mec-event-meta-header dd {
  padding: 0;
}

.section-event-info .column-left .mec-event-meta-header dd,
.section-event-info .column-left .mec-event-meta-header abbr {
  font-weight: 400 !important;
  color: #FFF !important;
}

.section-event-info .column-left .mec-event-meta-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 9px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.11) 100%);
  backdrop-filter: blur(10.75px);
  margin-bottom: 20px;
}

.section-event-info .mec-single-event-organizer > .mec-sl-home {
  display: block;
  text-align: center;
}

.section-event-info .mec-single-event-organizer > .mec-sl-home:before {
  font-size: 44px !important;
  color: #FFF !important;
}

.section-event-info .mec-single-event-organizer h3 {
  position: relative;
  text-align: center;
  display: block !important;
  padding: 0 !important;
  color: #FFF;
  text-transform: capitalize;
  margin-top: 10px !important;
  font-weight: 600;
}

.section-event-info .mec-single-event-organizer h3:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  height: 2px;
  background-color: #176DBB;
}

.section-event-info .mec-single-event-organizer .mec-img-organizer {
  max-width: 100px !important;
  margin: 0;
}

.section-event-info .mec-single-event-organizer .profile-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.section-event-info .mec-single-event-organizer .profile-content {
  margin-left: 5px;
}

.section-event-info .mec-single-event-organizer .profile-content dl {
  margin-top: 0;
}

.section-event-info .mec-single-event-organizer .profile-content i:before {
  color: #FFF;
}

.section-event-info .mec-single-event-organizer .profile-content .mec-organizer i:before {
  content: "\e005" !important;
}

.section-event-info .mec-single-event-organizer .profile-content h6,
.section-event-info .mec-single-event-organizer .profile-content a {
  color: #FFF !important;
}

.section-event-info .mec-event-meta-body .mec-single-event-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0;
  border-bottom: 1px solid #8aaecf;
  margin-bottom: 0;
}

.section-event-info .mec-event-meta-body .mec-single-event-category .mec-single-event-category-header {
  border-right: 1px solid #8aaecf;
}

.section-event-info .mec-event-meta-body .mec-single-event-category .mec-single-event-category-header,
.section-event-info .mec-event-meta-body .mec-single-event-category dl  {
  padding: 25px 10px;
}

.section-event-info .mec-event-meta-body .mec-single-event-category i {
  display: block;
  text-align: center;
}

.section-event-info .mec-event-meta-body .mec-single-event-category i:before {
  font-size: 44px !important;
  color: #FFF !important;
}

.section-event-info .mec-event-meta-body .mec-single-event-category dt {
  color: #FFF;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 10px !important;
  padding: 0;
  text-align: center;
  display: block;
}

.section-event-info .mec-event-meta-body .mec-single-event-category dl {
  margin-top: 0;
}

.section-event-info .mec-event-meta-body .mec-single-event-category dd {
  padding: 0;
}

.section-event-info .mec-event-meta-body .mec-single-event-category dl a {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 400;
}

.section-event-info .mec-event-meta-body .mec-single-event-category dl i {
  margin-bottom: 8px;
}

.section-event-info .mec-event-meta-body .mec-single-event-category dl i:before {
  font-size: 26px !important;
}

.section-event-info .mec-event-meta-body .mec-single-event-location {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 24px 10px;
}

.section-event-info .mec-event-meta-body .mec-single-event-location .mec-sl-location-pin,
.section-event-info .mec-event-meta-body .mec-single-event-location .mec-events-single-section-title {
  display: none !important;
}

.section-event-info .mec-event-meta-body .mec-single-event-location img {
  max-width: 90px !important;
  margin: 0;
  padding: 0 !important;
  border: 2px solid #FFF;
  border-radius: 50%;
}

.section-event-info .mec-event-meta-body .mec-single-event-location dl {
  margin-top: 0;
  margin-left: 15px;
}

.section-event-info .mec-event-meta-body .mec-single-event-location h6,
.section-event-info .mec-event-meta-body .mec-single-event-location span {
  color: #FFF !important;
}

.section-event-info .mec-event-meta-body .mec-single-event-location i {
  margin-left: 0;
}

.section-event-info .mec-event-meta-body .mec-single-event-location i:before {
  color: #FFF;
}

.section-event-info .mec-event-meta-body .mec-single-event-organizer {
  margin-bottom: 0;
  border-right: 1px solid #8aaecf;
  padding: 25px 15px 20px;
}

.section-event-info .column-left .mec-booking-button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF !important;
  color: #2A76BB !important;
  font-size: 16px;
  font-weight: 600;
}

.section-event-info .column-left .mec-booking-button {
  background-color: #e61e89 !important;
  color: #FFF !important;
}

.section-event-info .column-right .mec-events-meta-group {
  margin-bottom: 0;
}

.section-event-info .column-right .mec-get-direction form {
  margin-bottom: 0;
}

.section-event-info .column-right .mec-googlemap-details {
  height: 410px !important;
  border-radius: 5px;
}

.section-event-info .column-right .mec-map-get-direction-address {
  border-radius: 4px;
}

.section-event-info .column-right .btn {
  width: 100%;
  border: 1px solid #FFF;
  padding: 18px;
  border-radius: 4px;
}

.section-event-info .column-right .btn input {
  box-shadow: unset !important;
}

.single-mec-events .mec-related-events-wrap {
  background-color: #FFF;
  padding: 50px 0;
  margin-bottom: 0;
}

.mec-related-events-wrap {
  margin-top: 0 !important;
  padding: 0;
}

.mec-related-events-wrap .mec-rec-events-title {
  display: block;
  font-size: 48px !important;
  color: #2672B8;
  font-family: 'Blinker' !important;
  font-weight: 400 !important;
  text-align: center;
  line-height: normal;
  margin-bottom: 50px !important;
  width: 100%;
  padding: 0 !important;
  text-transform: capitalize !important;
}

.mec-related-events-wrap h3.mec-rec-events-title:before {
  content: unset !important;
}

.mec-related-events-wrap .mec-related-events {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 0;
}

.mec-related-events-wrap .mec-related-event-post {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.mec-related-events-wrap .mec-related-event-content {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(1px);
  padding: 0;
}

.mec-related-events-wrap .mec-related-event-content h5 {
  margin: 0;
  color: #FFF;
}

.mec-related-events-wrap .mec-related-event-content h5 a {  
  padding: 10px 30px 16px 30px;
  font-family: 'Blinker';
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
}

.mec-related-events-wrap .mec-related-event-content h5 a:hover {
  color: #e61e89 !important;
}

.mec-related-events-wrap .mec-related-event-post .date {
  color: #FFF;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #2A76BB;
  width: 94%;
  text-align: center;
  padding: 5px;
}

.mec-related-events-wrap .mec-related-event-post figure img {
  min-height: 375px;
  object-fit: cover;
}

.single-mec-events .single-pagination {
  background-color: #FFF;
  padding-bottom: 50px;
}

.single-mec-events .single-pagination .mec-next-previous-events {
  padding: 0;
}

.single-mec-events .single-pagination li {
  margin: 0;
}

.single-mec-events .single-pagination li a {
  border: 0;
  padding: 0;
  color: #E61E89 !important;
  font-family: Inter;
  font-weight: 500;
  background-color: transparent !important;
}

.single-mec-events .single-pagination li a:hover {
  color: #000 !important;
}

.single-mec-events .single-pagination li a i {
  width: 40px;
  height: 40px;
  border: 2px solid #E61E89;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0 !important;
}

.single-mec-events .single-pagination li a:hover i {
  color: #000 !important;
  border-color: #000 !important;
}

.single-mec-events .single-pagination li a i.mec-fa-long-arrow-left {
  margin-right: 15px;
}

.single-mec-events .single-pagination li a i.mec-fa-long-arrow-left:before {
  content: "\f104";
  font-size: 20px;
}

.single-mec-events .single-pagination li a i.mec-fa-long-arrow-right {
  margin-left: 15px;
}

.single-mec-events .single-pagination li a i.mec-fa-long-arrow-right:before {
  content: "\f105";
  font-size: 20px;
}

.to-booking-form {
  display: none;
}

@media (max-width: 992px) {

  .mec-related-events-wrap .mec-related-events {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 767px) {

  .single-mec-events .mec-single-banner-content .mec-single-title {
    font-size: 32px;
    line-height: normal;
  }

  .single-mec-events .mec-single-banner-content .mec-single-subtitle {
    font-size: 20px;
  }

  .single-mec-events .schedule-booking .container {
    grid-template-columns: 100%;
  }

  .single-mec-events .schedule-booking .column-left {
    margin-bottom: 20px;
  }

  .single-mec-events .schedule-booking .mec-event-schedule {
    margin: 0;
  }

  .single-mec-events .schedule-booking .mec-events-meta-group {
    margin: 0;
  }

  .section-event-info .container {
    grid-template-columns: 100%;
  }

  .section-event-info .column-left .mec-event-meta-header {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-event-info .column-left .mec-event-meta-header > div:nth-child(1),
  .section-event-info .column-left .mec-event-meta-header > div:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }

  .section-event-info .column-left .mec-event-meta-body {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-event-info .mec-event-meta-body .mec-single-event-category {
    border-top: 1px solid #8aaecf;
  }

  .section-event-info .mec-single-event-organizer .profile-content h6, .section-event-info .mec-single-event-organizer .profile-content a {
    font-size: 14px;
  }

  .mec-single-event .mec-event-meta .mec-events-address .mec-address, .mec-single-event .mec-event-meta .mec-location-opening-hour span, .mec-single-event .mec-event-meta .mec-location-url span {
    font-size: 14px;
    text-align: left;
  }

  .section-event-info .column-right .mec-events-meta-group {
    margin: 0;
  }

  .section-event-info .column-left .mec-event-meta {
    margin-bottom: 20px;
  }

  .mec-related-events-wrap .mec-related-events {
    grid-template-columns: repeat(1, 1fr);
  }

  .mec-related-events-wrap .mec-related-event-post {
    padding: 0 !important;
  }

  .mec-related-events-wrap .mec-rec-events-title {
    font-size: 38px;
  }

  .mec-event-list-classic .mec-month-divider {
    margin: 18px 0 15px !important;
  }

  .mec-event-list-classic .mec-event-article .mec-event-image a img {
    min-height: 200px;
    max-height: 300px;
  }

  .mec-event-list-classic .mec-event-article .event-article-content {
    min-height: auto;
  }

  .single-mec-events .mec-single-event .mec-events-event-image {
    min-height: 315px;
    max-height: 435px;
  }

  .single-mec-events .mec-single-banner-content {
    top: 50%;
  }

  .single-mec-events .mec-single-banner-content .mec-single-event-description p {
    font-size: 12px;
  }

  .single-mec-events .mec-single-event .mec-events-event-image {
    margin-bottom: 20px;
  }

  .single-mec-events .schedule-booking .mec-event-schedule:before {
    width: 45px;
    height: 45px;
    top: 18px;
  }

  .single-mec-events .schedule-booking .mec-event-schedule {
    padding: 75px 25px 20px;
  }

  .single-mec-events .mec-single-banner-content .mec-single-event-description {
    margin-top: 15px;
  }

  .mec-booking .mec-event-tickets-list .mec-ticket-style-row {
    margin-bottom: 15px;
  }

  .lity-content .mec-booking .mec-book-form-btn-wrap,
  .mec-wrap .mec-booking .mec-book-form-btn-wrap {
    padding-top: 15px;
  }

  .info-msg, .mec-error, .mec-success, .warning-msg {
    margin: 10px 0 20px 0;
  }

  .mec-event-tickets-list .mec-ticket-style-row-section-3 {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
  }

  .to-booking-form {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #FFF;
    z-index: 9;
    text-align: center;
  }

  .to-booking-form span {
    background-color: #e61e89;
    color: #FFF;
    padding: 14px 10px;
    display: block;
    margin: 10px 15px 15px;
    border-radius: 4px;
  }

  .joinchat__button.move2 {
    bottom: 85px;
  }

  [type="date"] {
    width: 100%;
    max-width: 100%;
  }

  .single-mec-events .single-pagination li.mec-previous-event a {
    border: 1px solid #e61e89;
    margin-bottom: 15px;
  }

  .single-mec-events .single-pagination li.mec-next-event a {
    border: 1px solid #e61e89;
  }

  .single-mec-events .single-pagination li a i {
    width: 10px;
    border: 0;
  }

  .mec-related-events-wrap .mec-related-event-post figure img {
    min-height: 300px;
    max-height: 300px;
  }


}

.c-home-insta .swiper-wrapper {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 14px 0;
  justify-content: space-between;
}

.c-home-insta .swiper-slide {
  height: unset !important;
}

.ei-carousel .swiper-slide img {
  height: 410px;
  object-fit: cover;
}

.c-packs-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 0;
}

@media (max-width: 992px) {

  .c-packs-carousel {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 767px) {

  .c-packs-carousel {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-home-insta .swiper-wrapper {
    grid-template-columns: 48% 48%;
  }

  .ei-carousel .swiper-slide img {
    height: 170px;
    object-fit: cover;
  }

}

.elementor-widget-container .c-block-prices > .flex-row {
  padding: 0 !important;
}

.elementor-widget-container .c-block-prices .c-tarif-card__image,
.elementor-widget-container .c-block-prices .c-tarif-card__content {
  border-radius: 15px;
}

.elementor-widget-container .c-block-prices .pb-md-40 {
  padding-bottom: 20px;
}

ul {
  margin-left: 15px;
}

.joinchat__button__image img {
  opacity: 0 !important;
}

.joinchat__button__open {
  background-color: #e61e89 !important;
}

.text-blanc,
.text-blanc p {
  color: #ffe2f1 !important;
}

.text-blanc strong {
  font-weight: 300;
}

.text-noir strong,
.text-noir a {
  font-weight: 300;
  color: #E61E89;
}

.btn-whatsapp {
  position: fixed;
  z-index: 2;
  bottom: 25px;
  right: 25px;
  height: 55px;
  min-width: 55px;
  background: #e61e89;
  color: inherit;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
  cursor: pointer;
  transition: background-color .2s linear;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

.cours-template .btn-whatsapp {
  bottom: 100px;
}

@media (max-width: 767px) {

  .btn-whatsapp {
    right: 15px;
  }

  .cours-template .btn-whatsapp {
    bottom: 150px;
  }

}











/*--------------------------------------------------------------
# CSS Added BY LAHOUCINE
--------------------------------------------------------------*/
.mec-tile-into-content-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* Make sure it's above other content */
}

.NosPacksCard {
  min-height: 847px !important;
  border-radius: 20px;
  width: 404px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.NosPacksCard p {
  display: none;
}

.NosPacksCard .mec-tile-event-content {
  background-color: #000000CC;
  width: 100%;
  min-height: 550px;
  border-radius: 20px;
  margin: auto !important;
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  display: flex;
  flex-direction: column; gap: 15px;
  /*justify-content: space-between;*/
  padding: 18px 25px;
}

.NosPacksCard a {
  color: white !important;
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  font-family: 'Inter', sans-serif !important;
}

.NosPacksCard ul li,
.NosPacksCard ul li span {
  color: white !important;
  font-weight: 325 !important;
  font-size: 22px !important;
  line-height: 31px !important;
  font-family: 'Inter', sans-serif !important;
  text-align: left !important;
  letter-spacing: normal !important;
}

.NosPacksCard ul {
  margin-left: 0 !important;
  margin: 0 0 0 0 !important;
  padding: 0 23px;
}

.NosPacksCard .cost {
  display: flex;
  align-items: end;
  padding: 0 !important; margin: 0 !important;
  line-height: normal; !important;
}

.NosPacksCard .cost-amount {
  font-weight: 600 !important;
  font-size: 96px !important;
  font-family: 'Inter', sans-serif !important;
  color: white !important;
  /*height: 128px;*/
  padding: 0 !important; margin: 0 !important;
}
.NosPacksCard .cost-currency {
  font-weight: 700 !important;
  font-size: 24px !important;
  font-family: 'Inter', sans-serif !important;
  color: white !important;
  padding: 0 !important; margin: 0 0 17px 0 !important;
  }

.NosPacksCard i {
  height: 1px;
  width: 100%;
  background: #EFEFEF;
}

.NosPacksCard button {
  width: 100% !important;
  height: 64px !important;
  border-radius: 72px !important;
  box-shadow: none !important;
  background: #2A76BB !important;
  display: flex !important; 
  align-items: center !important; 
  justify-content: center !important;
  gap: 8px !important;
  font-size: 24px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  text-transform: unset !important;
  margin-top: auto;
  position: relative !important;
  z-index: 11;
}
.NosPacksCard button img {
  width: 24px !important;
}

.mec-event-tile-view {
    display: block;
}


.mec-wrap.colorskin-custom .slick-next.slick-arrow:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next),
.mec-wrap.colorskin-custom .slick-prev.slick-arrow:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) {
  /*all: unset !important;*/
  position: absolute !important;
  border: unset !important; 
  border-radius: unset !important;
  box-shadow: unset; !important;
  color: unset; !important;
  display: flex !important;
  align-items: center;
  font-size: 0 !important;
  line-height: unset !important;
  text-transform: unset !important;
  font-weight: unset !important;
  text-decoration: unset !important;
  cursor: pointer;
  margin-bottom: unset !important;
  margin-right: unset !important;
  padding: unset !important;
  background: white !important;
  -webkit-transition: all .21s ease;
  -moz-transition: all .21s ease;
  transition: all .21s ease;
  bottom: -120px !important;
  height: 50px !important;
  width: fit-content !important;
  top: unset !important;
  gap: 10px;
}
.mec-wrap.colorskin-custom .slick-next.slick-arrow {
  right: 25px !important;
}
.mec-wrap.colorskin-custom .slick-prev.slick-arrow {
  left: 15px;
}
.slick-prev.slick-arrow::after {
    content: "Packs précédent";
    font-size: 16px;  
    line-height: 24px;
    font-weight: 500;   
    color: #E61E89;       
    display: inline-block;
    position: relative;  
    left: 5px;         
}
.slick-prev.slick-arrow::before {
  content: " ";
  background: url('https://my-ds.ch/wp-content/uploads/2025/10/leftArr.svg') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  height: 40px !important; width: 40px !important;
}

.slick-next.slick-arrow::before {
    content: "Prochain packs";
    font-size: 16px;  
    line-height: 24px;
    font-weight: 500;   
    color: #E61E89;       
    display: inline-block;
    position: relative;  
    left: 5px;         
        font-family: inherit !important;

}
.slick-next.slick-arrow::after {
  content: " ";
  background: url('https://my-ds.ch/wp-content/uploads/2025/10/leftArr.svg') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  height: 40px !important; width: 40px !important;
  transform: rotate(180deg);
}

.mec-tile {
  margin-bottom: 125px  ;
}

html[lang="fr-FR"] .slick-prev.slick-arrow::after {
    content: "Packs précédent";
}

html[lang="fr-FR"] .slick-next.slick-arrow::before {
    content: "Prochain packs";
}

html[lang="en-US"] .slick-prev.slick-arrow::after {
    content: "Previous packs";
}

html[lang="en-US"] .slick-next.slick-arrow::before {
    content: "Next packs";
}


@media (max-width: 530px) {
  .NosPacksCard {
    width: 100%;
  }

  .mec-wrap.colorskin-custom .slick-next.slick-arrow:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next),
  .mec-wrap.colorskin-custom .slick-prev.slick-arrow:not(.owl-dot):not(.gm-control-active):not(.mejs):not(.owl-prev):not(.owl-next) {
    gap: 5px;
  }

  .slick-next.slick-arrow::after,
  .slick-prev.slick-arrow::before {
    width: 30px !important; height: 30px !important; 
  }
}

.page-packs-content .mec-search-form,
.page-packs-content .mec-skin-tile-month-navigator-container {
  display: none !important;
}

/* CSS pour les classes originales du formulaire My Driving School */

/* Conteneur principal */
.ays-survey-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Formulaire */
.ays-survey-form {
    padding: 30px;
}

/* Sections */
.ays-survey-sections {
    display: block;
}

.ays-survey-section {
    margin-bottom: 20px;
}

.ays-survey-section.active-section {
    display: block;
}

/* Contenu des sections */
.ays-survey-section-content {
    padding: 20px 0;
}

.ays-survey-section-questions {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Questions */
.ays-survey-question {
    background: #f8f9ff;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e8ecf7;
    transition: all 0.3s ease;
}

/* Actions de collapse/expand (masquées par défaut) */
.ays-survey-question-wrap-collapsed-action {
    display: none;
}

.ays-survey-display-none {
    display: none !important;
}

/* Contenu des questions expandées */
.ays-survey-question-wrap-expanded-action {
    display: block;
}

/* En-têtes des questions */
.ays-survey-question-header {
    margin-bottom: 20px;
}

.ays-survey-question-header-content {
    display: block;
}

.ays-survey-question-title {
    font-size: 18px;
    font-weight: 600;
    color: #2a76bb;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ays-survey-question-title p {
    margin: 0;
}

.ays-survey-question-description {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

/* Contenu des questions */
.ays-survey-question-content {
    margin-bottom: 15px;
}

/* Réponses */
.ays-survey-question-answers {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Options individuelles */
.ays-survey-answer {
    display: block;
}

.ays-survey-answer-label {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: white;
    border: 2px solid #e8ecf7;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.ays-survey-answer-label:hover {
    border-color: #2a76bb;
    background: #f0f7ff;
}

.ays-survey-answer-label-content {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Icônes des réponses (radio/checkbox) */
.ays-survey-answer-icon-content {
    margin-right: 12px;
    position: relative;
    width: 18px;
    height: 18px;
}

.ays-survey-answer-icon-ink,
.ays-survey-answer-icon-content-1,
.ays-survey-answer-icon-content-2,
.ays-survey-answer-icon-content-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
}

/* Inputs cachés */
.ays-survey-answer-label input[type="radio"],
.ays-survey-answer-label input[type="checkbox"] {
    display: none;
}

/* Style des inputs sélectionnés */
.ays-survey-answer-label:has(input:checked) {
    border-color: #2a76bb;
    background: #f0f7ff;
}

.ays-survey-answer-label:has(input:checked) .ays-survey-answer-icon-content-3 {
    background: #2a76bb;
    border-color: #2a76bb;
}

.ays-survey-answer-label:has(input:checked) span {
    color: #2a76bb;
    font-weight: 500;
}

/* Champs de texte */
.ays-survey-question-box {
    margin-top: 10px;
}

.ays-survey-question-input-box {
    position: relative;
}

.ays-survey-question-input,
.ays-survey-question-input-textarea {
    width: 100%;
    padding: 15px;
    border: 2px solid #e8ecf7;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
    background: white;
}

.ays-survey-question-input:focus,
.ays-survey-question-input-textarea:focus {
    outline: none;
    border-color: #2a76bb;
    box-shadow: 0 0 0 3px rgba(42, 118, 187, 0.1);
}

.ays-survey-question-input-textarea {
    min-height: 120px;
    resize: vertical;
}

.ays-survey-remove-default-border {
    border: 2px solid #e8ecf7 !important;
}

/* Soulignement animé */
.ays-survey-input-underline,
.ays-survey-input-underline-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #2a76bb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.ays-survey-question-input:focus + .ays-survey-input-underline + .ays-survey-input-underline-animation,
.ays-survey-question-input-textarea:focus + .ays-survey-input-underline + .ays-survey-input-underline-animation {
    transform: scaleX(1);
}

/* Étoiles (star list) */
.ays-survey-answer-star-list-main {
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.ays-survey-answer-star-list-container {
    display: flex;
    flex-direction: column;
}

.ays-survey-answer-star-list-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e8ecf7;
}

.ays-survey-answer-star-list-row:last-child {
    border-bottom: none;
}

.ays-survey-answer-star-list-row-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.ays-survey-answer-star-list-column {
    display: flex;
    align-items: center;
}

.ays-survey-answer-star-list-rows {
    flex: 1;
    font-size: 16px;
    color: #555;
}

.ays-survey-answer-star {
    display: flex;
    gap: 5px;
}

.ays-survey-answer-label-star-list {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

.ays-survey-answer-star-radio {
    position: relative;
}

.ays-survey-answer-star-radio input[type="radio"] {
    display: none;
}

.ays-fa.ays-survey-star-icon.ays-fa-star-o {
    font-size: 24px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.ays-survey-answer-star-radio:hover .ays-fa.ays-survey-star-icon {
    color: #ffd700;
}

.ays-survey-answer-star-radio input[type="radio"]:checked ~ .ays-fa.ays-survey-star-icon {
    color: #ffd700;
}

/* Échelle linéaire */
.ays-survey-answer-linear-scale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    padding: 20px;
    background: white;
    border-radius: 8px;
}

.ays-survey-answer-linear-scale-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.ays-survey-answer-linear-scale-radio {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 5px;
}

.ays-survey-answer-linear-scale-radio input[type="radio"] {
    margin-bottom: 5px;
}

.ays-survey-answer-linear-scale-radio-label {
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

/* Champ "Autre" */
.ays-survey-answer-other-text {
    margin-top: 10px;
    margin-left: 30px;
}

.ays-survey-answer-other-input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    width: 200px;
}

/* Pied de page des questions */
.ays-survey-question-footer {
    margin-top: 15px;
}

.ays-survey-question-validation-error {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
}

/* Pied de page de section */
.ays-survey-section-footer {
    margin-top: 40px;
    text-align: center;
    padding-top: 30px;
    border-top: 2px solid #e8ecf7;
}

.ays-survey-section-buttons {
    display: flex;
    justify-content: center;
}

.ays-survey-section-button-container {
    display: flex;
    gap: 15px;
}

.ays-survey-section-button-content {
    display: flex;
    gap: 15px;
}

.ays-survey-section-button {
    background: linear-gradient(135deg, #2a76bb 0%, #1e5a8a 100%);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(42, 118, 187, 0.3);
}

.ays-survey-section-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(42, 118, 187, 0.4);
}

.ays-survey-finish-button,
.ays-survey-next-button {
    /* Hérite des styles de .ays-survey-section-button */
}

/* Page de résultats */
.ays-survey-results-content {
    display: none;
}

.ays-survey-section-header {
    padding: 20px 0;
    text-align: center;
}

.ays-survey-results {
    text-align: center;
}

.ays-survey-loader {
    margin: 20px 0;
}

.ays-loader {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.ays-loader div {
    display: inline-block;
    position: absolute;
    width: 6px;
    background: #2a76bb;
    animation: ays-loader-snake 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.ays-loader div:nth-child(1) { left: 2px; animation-delay: -0.24s; }
.ays-loader div:nth-child(2) { left: 8px; animation-delay: -0.12s; }
.ays-loader div:nth-child(3) { left: 14px; animation-delay: 0; }
.ays-loader div:nth-child(4) { left: 20px; animation-delay: 0.12s; }
.ays-loader div:nth-child(5) { left: 26px; animation-delay: 0.24s; }
.ays-loader div:nth-child(6) { left: 32px; animation-delay: 0.36s; }

@keyframes ays-loader-snake {
    0% { top: 2px; height: 36px; }
    50%, 100% { top: 8px; height: 24px; }
}

.ays-survey-thank-you-page {
    padding: 40px 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .ays-survey-container {
        margin: 10px;
        border-radius: 10px;
    }

    .ays-survey-form {
        padding: 20px;
    }

    .ays-survey-question {
        padding: 20px;
    }

    .ays-survey-answer-linear-scale {
        flex-direction: column;
        gap: 20px;
    }

    .ays-survey-answer-star-list-row-content {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .ays-survey-section-button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* Animation pour les questions */
.ays-survey-question {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ays-survey-container .ays-survey-question-box {
  width: 100%;
}

.ays-survey-answer-other-text {
  margin-top: 0 !important;
}

.ays-survey-answer-other-text input {
  height: 45px !important;
}

.ays-survey-answer-linear-scale {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
}

.ays-survey-answer-linear-scale .ays-survey-answer-linear-scale-label {
  display: none;
}

.ays-survey-answer-linear-scale .ays-survey-answer-label-content {
  justify-content: center !important;
}

.ays-survey-answer-linear-scale .ays-survey-answer-icon-content {
  margin-right: 0 !important;
}

.ays-survey-answer-star-list-container > div:last-child .ays-survey-answer-star-list-row-content {
  padding-bottom: 0 !important;
}

.ays-survey-section-questions .ays-survey-question:nth-child(1) .ays-survey-question-answers {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
}

.ays-survey-section-questions .ays-survey-question:nth-child(1) .ays-survey-question-answers .ays-survey-answer-label-content span {
  margin-left: 0;
}

.ays-survey-section-questions .ays-survey-question:nth-child(3) .ays-survey-question-answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ays-survey-section-questions .ays-survey-question:nth-child(4) .ays-survey-question-answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ays-survey-section-questions .ays-survey-question:nth-child(4) .ays-survey-question-answers > div:last-of-type {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 50%;
}

.ays-survey-section-questions .ays-survey-question:nth-child(5) .ays-survey-question-answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ays-survey-section-questions .ays-survey-question:nth-child(5) .ays-survey-question-answers > div:last-of-type {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 50%;
}

.ays-survey-section-questions .ays-survey-answer-star-list-column {
  text-align: center !important;
}

.ays-survey-section-questions .ays-survey-answer-star-list-column {
  margin: auto;
}

@media (max-width: 767px) {

  .ays-survey-container {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .ays-survey-section-questions .ays-survey-question:nth-child(1) .ays-survey-question-answers {
    grid-template-columns: repeat(2,1fr);
  }

  .ays-survey-section-questions .ays-survey-question:nth-child(1) .ays-survey-question-answers > div:last-of-type {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
  }

  .ays-survey-container .ays-survey-form {
    padding: 10px 0px !important;
  }

  .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers {
    gap: 0 !important;
  }

  .ays-survey-answer-linear-scale {
    padding: 0 !important;
    gap: 5px !important;
  }

  .ays-survey-answer-linear-scale .ays-survey-answer-label {
    padding: 12px 3px !important;
  }

}

.ays-survey-container .ays-survey-answer-label input[type=checkbox]~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3, .ays-survey-container .ays-survey-answer-label input[type=radio]~.ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
  border-color: #FFF !important;
}

.woocommerce-order-pay #content {
    max-width: calc(90% + 30px);
    margin: auto;
    padding: 25px 15px;
}

.column-right .mec-book-first {
  display: none !important;
}

/* FAQ Section */
.c-home-faq {
  padding: 60px 0;
}
.c-home-faq__list {
  max-width: 800px;
  margin: 0 auto;
}
.c-home-faq__item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
}
.c-home-faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #333;
  transition: background 0.3s ease;
}
.c-home-faq__question:hover {
  background: #f9f9f9;
}
.c-home-faq__question svg {
  flex-shrink: 0;
  margin-left: 15px;
  transition: transform 0.3s ease;
}
.c-home-faq__item.is-open .c-home-faq__question svg {
  transform: rotate(180deg);
}
.c-home-faq__answer {
  display: none;
  padding: 20px 25px 20px;
  color: #666;
  line-height: 1.7;
}
.c-home-faq__answer p {
  text-align: left !important;
}
.c-home-faq__item.is-open .c-home-faq__answer {
  display: block;
}

/* Section Cours - Homepage */
.c-home-cours {
  padding: 0;
  background-color: #fff;
}
.c-home-cours .title__section {
  margin-bottom: 50px;
}
.c-home-cours .c-cours__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-home-cours .c-cours__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-home-cours .c-cours-card {
  background: #fff;
  border-radius: 0px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.c-home-cours .c-cours-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.c-home-cours .c-cours-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.c-home-cours .c-cours-card__icon {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.c-home-cours .c-cours-card__icon img {
  width: 100%;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}
.c-home-cours .c-cours-card__link {
  margin-top: auto;
}
.c-home-cours .c-cours-card__link a {
  color: #2a76bb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-home-cours .c-cours-card__link a span {
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}
.c-home-cours .c-cours-card__link a:hover {
  color: #e61e89;
}
.c-home-cours .c-cours-card__link a:hover span {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .c-home-cours {
    padding: 40px 0;
  }
  .c-home-cours .c-cours-card {
    padding: 20px 15px;
  }
  .c-home-cours .c-cours-card__title {
    font-size: 14px;
  }
  .c-home-cours .c-cours-card__icon img {
    max-width: 70px;
    max-height: 70px;
  }
}

.c-home-cours .c-cours__grid-container {
  overflow: unset;
}

.single-post .entry-content ul {
  width: fit-content;
  margin: 0 auto 25px;
}

.c-tarif-card__bg_image {
  border-radius: 20px !important;
  overflow: hidden;
  min-height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.c-tarif-card__bg_color {
  background-color: #000000CC;
  border-radius: 20px 20px 0 0;
  padding: 33px 25px 35px;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  width: 100%;
}

.c-tarif-card__details p {
  color: #FFF;
}

.c-tarif-card__cta {
  justify-content: center;
}

.c-tarif-card__image {
  padding: 0;
  height: auto;
}

.c-tarif-card__content {
  background-color: unset;
  padding: 0;
}

.c-tarif-card__content h3 {
  color: white !important;
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  font-family: 'Inter', sans-serif !important;
  text-align: left;
  margin-bottom: 25px;
}

.c-tarif-card__content h3 br {
  display: none;
}

.c-tarif-card__prices {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #EFEFEF;
}

.c-tarif-card__price {
  color: white !important;
  font-size: 96px !important;
  line-height: normal !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
  text-align: left;
}

.c-tarif-card__price span {
  font-size: 1.5625rem;
}

.c-tarif-card__discount {
font-size: 22px;
    font-weight: 500;
    color: #ff2b9d;
    opacity: .9;
    margin-top: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
}

.c-tarif-card__details p,
.c-tarif-card__details li {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  color: #FFF;
}

.c-tarif-card__cta {
  padding-bottom: 0;
}

.c-packs-carousel {
  grid-gap: 30px 0;
}

.c-tarif-card_empty .c-tarif-card__bg_image {
  min-height: 450px;
}

.c-tarif-card_empty .c-tarif-card__bg_color {
  min-height: 350px;
}

.c-tarif-card_empty .c-tarif-card__prices {
  border: 0;
  padding-bottom: 0;
}

.c-tarif-card_empty .c-tarif-card__prices .from {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    opacity: .9;
    margin-top: 14px;
    margin-right: 10px;
}

@media (max-width: 767px) {

  .c-tarif-card__bg_color {
    min-height: auto;
  }

  .c-tarif-card__price {
    font-size: 66px !important;
  }

  .c-tarif-card__discount {
    font-size: 18px;
    margin-top: 10px;
  }

  .c-tarif-card__details p, 
  .c-tarif-card__details li {
    font-size: 18px;
  }

  .c-tarif-card__content h3 {
    font-size: 22px !important;
    margin-bottom: 20px;
  }

  .c-tarif-card__bg_image {
    min-height: 600px;
  }

  .c-tarif-card__cta .btn {
    font-size: 20px !important;
  }

  .c-tarif-card_empty .c-tarif-card__bg_image {
    min-height: 415px;
  }

  .c-tarif-card_empty .c-tarif-card__bg_color {
    min-height: auto;
  }

  .c-tarifs .c-tarifs-carousel {
    gap: 25px;
  }

  #pe-auto .c-tarifs-carousel {
    gap: 25px;
  }

  #pe-moto .c-tarifs-carousel {
    gap: 25px;
  }

  .c-pe-cours {
    margin-top: 30px !important;
  }

  .single-cours .c-page-hero .c-page-hero__container {
    width: 100%;
  }

  .single-cours .c-page-hero .btn-reserve,
  .single-cours .c-page-hero .btn-contact {
    font-size: 15px !important;
  }

  .c-block-prices .pb-md-40 {
    padding-bottom: 20px;
  }

  .mec-event-list-classic .mec-event-article .event-article-content .mec-event-loc-place {
    margin: 5px 0 13px;
  }

  .postid-9196 .group-btn,
  .postid-8897 .group-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .postid-9196 .group-btn .btn,
  .postid-8897 .group-btn .btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }


}

/* ==========================================================================
   Préparation Examen Page
   ========================================================================== */
.c-pe {
  margin-bottom: 0;
}
.c-pe__tabs {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  gap: 0;
}
.c-pe__tabs li {
  flex: 1;
}
.c-pe__tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  background-color: #2a76bb;
  border: none;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s;
  width: 100%;
}
.c-pe__tab--moto {
  background-color: #e61e89;
}
.c-pe__tab.current {
  opacity: 1;
}
.c-pe__tab:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-pe__tab {
    padding: 40px 20px;
  }
}
.c-pe__tab-picto {
  max-width: 40px;
  margin-bottom: 10px;
}
.c-pe__tab-picto img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-pe__tab-picto {
    max-width: 60px;
    margin-bottom: 15px;
  }
}
.c-pe__tab-title {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-pe__tab-title {
    font-size: 1.25rem;
  }
}
.c-pe__section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-underline-offset: 4px;
  margin: 40px 0 30px;
  color: #fff;
  background: #2a76bb;
  padding: 0 3px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-pe__section-title {
    font-size: 2.175rem;
    margin: 0px 0px 50px;
  }
}
.c-pe__packs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-pe__packs {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.c-pe__pack {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(73, 73, 73, 0.5);
  background: #fff;
  text-align: center;
}
.c-pe__pack-img {
  position: relative;
  height: 160px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-pe__pack-img {
    height: 200px;
  }
}
.c-pe__pack-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  text-align: left;
}
.c-pe__pack-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-pe__pack-sublabel {
  display: block;
  font-size: 0.75rem;
  opacity: 0.8;
}
.c-pe__pack-price {
  padding: 25px 15px 15px;
}
.c-pe__pack-amount {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.c-pe__pack-currency {
  font-size: 1rem;
  color: #b0b0b0;
  margin-left: 5px;
}
.c-pe__pack-btn {
  display: inline-block;
  margin: 0 15px 20px;
  padding: 10px 25px;
  background-color: #2a76bb;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.c-pe__pack-btn:hover {
  background-color: #1f5a8f;
  color: #fff;
}
.c-pe__cours-container {
  margin-top: 50px;
}
.c-pe__cours-header {
    background-color: #2a76bb;
    padding: 40px 20px;
    text-align: center;
    width: 90%;
    margin: 50px auto 0;
}
.c-pe__cours-header h3 {
  color: #fff;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-pe__cours-header h3 {
    font-size: 25px;
  }
}
#pe-moto .c-pe__cours-header,
.c-pe__cours-header--moto {
  background-color: #e61e89;
}
.c-pe-cours {
  margin-top: 100px !important;
}
.c-pe-cours__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-pe-cours__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
.c-pe-cours__card {
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  padding: 25px 0px 0px;
  text-align: left;
}
.c-pe-cours__card-info {
  display: flex;
  align-items: center;
  gap: 8px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter';
    padding: 0 18px;
}
.c-pe-cours__card-icon {
  font-size: 1rem;
  width: 20px;
  text-align: center;
}

.c-pe-cours__card-btn {
  display: block;
  margin-top: 20px;
  font-family: Inter;
  padding: 5px 10px;
  background-color: #e61e89;
  color: #fff !important;
  font-size: 24px;
  font-weight: 400;
  border-radius: 0px 0px 20px 20px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
}
.c-pe-cours__card-btn:hover {
  background-color: #c4176f;
  color: #fff;
}
.c-pe-cours__card--full {
  opacity: 0.6;
}
.c-pe-cours__card-btn--full {
    background-color: #999;
    cursor: default;
    pointer-events: none;
    line-height: 1.5;
    display: block;
}
.c-pe-cours__empty {
  text-align: center;
  padding: 40px 0;
  color: #888;
}

/* PE Reservation Form */
.c-pe-resa {
  padding: 40px 0 60px;
}
.c-pe-resa__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.c-pe-resa__summary-col {
  order: -1;
}
@media screen and (min-width: 768px) {
  .c-pe-resa__grid {
    grid-template-columns: 1fr 360px;
    gap: 50px;
  }
  .c-pe-resa__summary-col {
    order: 0;
  }
}
.c-pe-resa__heading {
    font-weight: 700;
    margin-bottom: 25px;
    color: #111;
    text-transform: unset;
    font-size: 16px;
    letter-spacing: unset;
  display: flex;
  align-items: center;
}

.c-pe-resa__heading a {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.c-pe-resa__error {
  background: #fee;
  border: 1px solid #e44;
  color: #c33;
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.c-pe-resa__field {
  margin-bottom: 18px;
  max-width: 400px;
}
.c-pe-resa__field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
.c-pe-resa__field input,
.c-pe-resa__field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: border-color 0.2s;
}
.c-pe-resa__field input:focus,
.c-pe-resa__field textarea:focus {
  border-color: #2a76bb;
  outline: none;
}
.c-pe-resa__terms {
  font-size: 0.8125rem;
  color: #666;
  margin: 20px 0 15px;
}
.c-pe-resa__terms a {
  color: #26912A;
  text-decoration: underline;
}
.c-pe-resa__coupon {
  margin-bottom: 18px;
  max-width: 400px;
}
.c-pe-resa__coupon label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
.c-pe-resa__coupon-row {
  display: flex;
  gap: 10px;
}
.c-pe-resa__coupon-row input {
  flex: 1;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-family: inherit;
  transition: border-color 0.2s;
}
.c-pe-resa__coupon-row input:focus {
  border-color: #2a76bb;
  outline: none;
}
.c-pe-resa__coupon-row button {
  padding: 10px 20px;
  border: none;
  background: #e61e89;
  color: #fff;
  border-radius: 4px;
  font-size: 0.9375rem;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
}
.c-pe-resa__coupon-row button:hover {
  background: #c4176f;
}
.c-pe-resa__coupon-msg {
  display: none;
  margin-top: 8px;
  font-size: 0.8125rem;
  padding: 6px 10px;
  border-radius: 4px;
}
.c-pe-resa__coupon-msg.success {
  background: #e8f5e9;
  color: #2e7d32;
}
.c-pe-resa__coupon-msg.error {
  background: #ffebee;
  color: #c62828;
}
.c-pe-resa__submit {
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: #26912A;
  text-transform: unset;
  border-radius: 0px;
}
.c-pe-resa__policy {
  margin-top: 25px;
  padding: 15px;
  background: #f9f6e8;
  border-radius: 6px;
  font-size: 0.8125rem;
  color: #666;
}
.c-pe-resa__policy p {
  margin: 0 0 5px;
}
.c-pe-resa__summary-col {
  text-align: center;
}
.c-pe-resa__summary-logo img {
  max-width: 80px;
  margin-bottom: 10px;
}
.c-pe-resa__summary-info {
  margin-bottom: 5px;
}
.c-pe-resa__summary-info strong {
  display: block;
  font-size: 1rem;
}
.c-pe-resa__rating {
color: #000;
    font-size: 0.875rem;
    margin-top: 10px;
}
.c-pe-resa__summary-box {
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: left;
}
.c-pe-resa__summary-box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 5px;
  color: #111;
}
.c-pe-resa__summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: #111;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.c-pe-resa__summary-total {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 0;
    font-size: 0.9375rem;
    margin-top: 8px;
    border-top: 1px solid #F0F0F0;
}

/* PE Confirmation */
.c-pe-confirm {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.c-pe-confirm__card {
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #DBDBDB;
    padding: 0px 30px 40px;
    text-align: center;
}
.c-pe-confirm__logo img {
  max-width: 70px;
  margin-top: -35px;
  margin-bottom: 15px;
}
.c-pe-confirm__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 5px;
}
.c-pe-confirm__subtitle {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 30px;
}
.c-pe-confirm__details {
  text-align: left;
  margin-bottom: 25px;
}
.c-pe-confirm__row {
  display: flex;
  padding: 0px 0px 25px;
  font-size: 0.875rem;
}
.c-pe-confirm__row--total {
  border-bottom: none;
}
.c-pe-confirm__label {
color: #676767;
    flex-shrink: 0;
    margin-right: 15px;
    min-width: 160px;
    width: 160px;
}
.c-pe-confirm__value {
  text-align: right;
}

.c-pe-confirm__row--total .c-pe-confirm__value {
      display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #F0F0F0;
    padding-top: 12px;
}

.c-pe-confirm__email {
  font-size: 0.875rem;
  color: #666;
  margin: 20px 0 10px;
}
.c-pe-confirm__link {
  color: #2a76bb;
  font-size: 0.875rem;
  text-decoration: underline;
}
.c-pe__cours-header-picto {
  max-width: 40px;
  margin: 0 auto 10px;
}
.c-pe__cours-header-picto img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-pe__cours-header-picto {
    max-width: 55px;
    margin-bottom: 15px;
  }
}

#pe-auto .background--gray {
  background-color: unset !important;
}

#pe-moto .background--gray {
  background-color: unset !important;
}

.c-pe-cours > .container {
  width: 90%;
  max-width: 1700px;
  padding: 0;
}

.c-pe-resa .container {
  width: 80%;
  margin-top: 50px;
}

.c-pe-resa__summary-header {
  border-radius: 12px;
  border: 1px solid #DBDBDB;
  padding: 24px 11px;
  margin-bottom: 20px;
}

.c-pe-resa__summary-address {
  color: #676767;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}

.c-pe-resa__summary-row span:last-child {
  min-width: 90px;
    text-align: right;
}

.c-pe-confirm__card .c-pe-confirm__invite {
      border: 1px solid #DBDBDB;
    background-color: unset;
    color: #000 !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    height: 40px;
    text-transform: unset;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: unset;
}

.c-pe-confirm__card .c-pe-confirm__invite svg {
  margin-right: 5px;
}

.c-pe-confirm__card .c-pe-confirm__invite path {
  fill: #000 !important;
}

.c-pe-confirm__row--cours .c-pe-confirm__value {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.c-pe-confirm__row--adresse .c-pe-confirm__value {
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 767px) {

  .c-pe-confirm__row {
    flex-direction: column;
  }

  .c-pe-confirm__label {
    width: auto;
    margin-bottom: 10px;
  }

  .c-pe-confirm__card {
    margin: 0 20px;
    padding: 0px 15px 40px;
  }

}

@media (max-width: 767px) {
  .c-pe-cours__grid {
    grid-template-columns: 1fr;
  }
}
