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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  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 {
  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: .6em 1em .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: none; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: inherit; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

*:focus {
  outline: thin dotted; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* ════════════════════════════════════════════════════════════════════════════════════
 * USEFULL MIXINS
 * ════════════════════════════════════════════════════════════════════════════════════
 * 
 * Bunch of usefull mixins available for use
 * 
 * ════════════════════════════════════════════════════════════════════════════════════ */
/* Grid
  ************************************************************/
/* Flex
  ************************************************************/
/************************************************************
 * THEME SPECIFIC
 ************************************************************/
/* button mixin
  ************************************************************/
/* Typo mixin
  ************************************************************/
/* Woocommerce
   ************************************************************/
/************************************************************
 * TYPO
 ************************************************************/
/* Global
  ************************************************************/
html {
  font-size: 14px; }

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #FFF; }

p,
a,
li {
  font-family: "Lato", sans-serif;
  line-height: 1.55em;
  color: #FFF;
  letter-spacing: 0.07em; }

strong {
  font-weight: 600; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", 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 strong,
.h2 strong {
  font-weight: 700; }

p {
  margin: 0 0 1.2em 0;
  color: #fff;
  font-weight: 300; }
  p strong {
    font-weight: 400; }

li {
  color: #fff;
  font-weight: 300;
  line-height: 1.9em; }

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

p a {
  text-decoration: none;
  font-weight: bold; }
  p a:hover, p a:focus, p a:visited {
    text-decoration: none;
    color: #93583f; }

/* Titles
   ************************************************************/
.title__page {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #FFF;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .title__page {
      font-size: 36px;
      font-weight: 500; } }
  .title__page--small {
    font-family: "Josefin Sans", sans-serif;
    font-size: 28px;
    line-height: 1.33;
    letter-spacing: 3px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px; }
    @media screen and (min-width: 768px) {
      .title__page--small {
        font-size: 36px;
        font-weight: 500; } }

.title__section-indent {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 4px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: .8em; }
  @media screen and (min-width: 768px) {
    .title__section-indent {
      font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .title__section-indent {
      margin-left: -80px; } }

.title__section {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 4px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: .8em; }
  @media screen and (min-width: 768px) {
    .title__section {
      font-size: 30px; } }

.title__caption-text {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.4;
  letter-spacing: 2px;
  color: #93583f;
  margin-bottom: 0; }

.title__small-contact {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  color: #fff; }

.title__hero-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: 1px;
  color: #FFF; }
  .title__hero-subtitle--small {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em; }

.title__product-name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 4px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: .8em; }
  @media screen and (min-width: 768px) {
    .title__product-name {
      font-size: 30px; } }

.title__product-tab {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF; }

.title__acc-tab {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 1.3px;
  color: #FFF;
  padding-right: 55px; }

.title__small, .title__small-bold, .title__small-upper {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-bottom: 0.6em; }

.title__small-bold {
  font-size: 20px;
  font-weight: 700; }

.title__small-upper {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2; }

.title__smaller, .title__smaller-bold, .title__smaller-upper {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 0.6em; }

.title__smaller-bold {
  font-weight: 700 !important; }

.title__smaller-upper {
  text-transform: uppercase; }

/* Texts
 ************************************************************/
.text--lead {
  font-size: 1.15rem; }

.text--small {
  font-size: 0.85rem; }

.text--light {
  color: #fff; }
  .text--light p {
    color: #fff; }

.text--light-gray {
  color: #999; }
  .text--light-gray p {
    color: #999; }

.text--gray {
  color: #787878; }
  .text--gray p {
    color: #787878; }

.text--dark {
  color: #111418; }
  .text--dark p {
    color: #111418; }

.text--black {
  color: #000; }
  .text--black p {
    color: #000; }

.text--accent {
  color: #93583f; }
  .text--accent p {
    color: #93583f; }

.text--secondary {
  color: #fab900; }
  .text--secondary p {
    color: #fab900; }

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

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

@media screen and (max-width: 767px) {
  .text--alignright-xs {
    text-align: right; }
  .text--center-xs {
    text-align: center; } }

/* Others
 ************************************************************/
/************************************************************
 * ANIMATIONS
 ************************************************************/
@-webkit-keyframes translateY {
  from {
    -webkit-transform: translate(0);
    transform: translate(0); }
  50% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes translateY {
  from {
    -webkit-transform: translate(0);
    transform: translate(0); }
  50% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px); }
  to {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@-webkit-keyframes translateY-one-way {
  from {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translate(-5px);
    transform: translate(-5px); } }

@keyframes translateY-one-way {
  from {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translate(-5px);
    transform: translate(-5px); } }

@keyframes draw {
  from {
    stroke-dashoffset: 1000;
    fill: transparent;
    stroke: #fab900; }
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes draw {
  from {
    stroke: #fab900;
    stroke-dashoffset: 1000; }
  to {
    stroke-dashoffset: 0; } }

/*!
     * animate.css -http://daneden.me/animate
     * Version - 3.7.0
     * Licensed under the MIT license - http://opensource.org/licenses/MIT
     *
     * Copyright (c) 2018 Daniel Eden
     */
@-webkit-keyframes scrollDown {
  from,
  30% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70%,
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@keyframes scrollDown {
  from,
  30% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  70%,
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

.scaleUpSlow {
  -webkit-animation-name: scaleUpSlow;
  animation-name: scaleUpSlow;
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@-webkit-keyframes scaleUpSlow {
  from {
    background-size: 100%; }
  to {
    background-size: 110%; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.is-animated .animated {
  opacity: 1; }

/************************************************************
 * HTML ELEMENTS
 ************************************************************/
figure {
  position: relative; }

figcaption {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.4;
  letter-spacing: 2px;
  color: #93583f; }
  figcaption.top-left {
    position: absolute;
    top: -25px;
    left: 80px; }
    @media screen and (max-width: 767px) {
      figcaption.top-left {
        left: 40px; } }
    @media screen and (max-width: 767px) {
      figcaption.top-left.move-xs-right {
        left: inherit;
        right: 40px; } }
  figcaption.top-right {
    position: absolute;
    top: -25px;
    right: 80px; }
    @media screen and (max-width: 767px) {
      figcaption.top-right {
        right: 40px; } }
    @media screen and (max-width: 767px) {
      figcaption.top-right.move-xs-left {
        right: inherit;
        left: 40px; } }
  figcaption.left-top {
    position: absolute;
    top: 80px;
    left: 0;
    margin-left: -50%; }
    @media screen and (max-width: 767px) {
      figcaption.left-top {
        top: 50px;
        margin-left: -180px; } }

.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; }

/************************************************************
 * GUNTENBERG EDITOR
 ************************************************************/
/* Change the margin for padding on columns so it doesn't break 
  * into 2 rows before it should
  ************************************************************/
@media (min-width: 600px) {
  .wp-block-column:not(:first-child) {
    padding-left: 32px;
    margin-left: inherit; }
  .wp-block-column:not(:last-child) {
    padding-right: 32px;
    margin-right: inherit; } }

/* 
  * For embeded items it seems that aligncenter doesn't center align the content 
  * (iframe) which makes it pretty useless... Add text-align:center to the bloc
  ************************************************************/
.aligncenter.wp-block-embed {
  text-align: center; }

/* 
  * Bloc media text is not really responsive - On small device we switch to display 
  * block instead of grid sor image and text stack up
  ************************************************************/
@media screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block !important; }
    .wp-block-media-text .wp-block-media-text__content {
      padding: 30px 0 !important; } }

/************************************************************
 * BASE LAYOUT
 ************************************************************/
body {
  min-height: 100vh;
  background-color: #111418;
  overflow-x: hidden; }

section {
  position: relative;
  z-index: 2; }

@media screen and (min-width: 768px) {
  .content-area {
    min-height: calc(100vh - 190px); } }

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

.container-narrow {
  max-width: 930px; }

.container-full {
  width: 90%;
  margin: 0 auto; }

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

/* The floating logo int he background
  ************************************************************/
.site-content {
  position: relative; }

.floating-background {
  position: absolute;
  top: 500px;
  left: 0;
  width: 100%;
  height: calc(100% - 500px);
  background-image: url("img/kauri-desktop-graphic-element.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: .3s ease-out;
  z-index: -1;
  pointer-events: none; }

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

/************************************************************
 * HEADER (LAYOUT)
 ************************************************************/
.site-header {
  position: relative;
  background-color: transparent;
  z-index: 9999; }

.bottom-header__container, .mobile-header {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 0 2vw; }

/* On desktop
 ************************************************************/
.bottom-header {
  border-top: none;
  width: 100%;
  background-color: transparent;
  position: fixed; }
  .bottom-header__container {
    height: 150px;
    max-width: 1700px;
    margin: auto;
    position: relative; }
  .bottom-header.is-fixed {
    position: fixed; }
  .bottom-header.slide-up {
    transform: translateY(-100%);
    visibility: hidden;
    transition: .3s; }
  .bottom-header.slide-down {
    transform: translateY(0%);
    visibility: visible;
    transition: .3s; }
  .bottom-header.is-sticky {
    background-color: #111418; }
    .bottom-header.is-sticky .bottom-header__container {
      height: 90px; }
      .bottom-header.is-sticky .bottom-header__container .c-nav-main ul:not(.sub-menu) > li {
        height: 90px; }
        .bottom-header.is-sticky .bottom-header__container .c-nav-main ul:not(.sub-menu) > li > a {
          line-height: 90px; }
        .bottom-header.is-sticky .bottom-header__container .c-nav-main ul:not(.sub-menu) > li > ul.sub-menu {
          margin-top: 0; }
      .bottom-header.is-sticky .bottom-header__container .site-branding {
        height: 110px;
        width: 110px;
        transition: .3s ease; }
        .bottom-header.is-sticky .bottom-header__container .site-branding img {
          transform: scale(80%);
          transition: .3s ease; }
      .bottom-header.is-sticky .bottom-header__container .c-nav-main .cart-menu-item {
        top: 45px; }

@media screen and (max-width: 991px) {
  .top-header {
    display: none; }
  .bottom-header__container {
    justify-content: flex-end; } }

/* On mobile
 ************************************************************/
.mobile-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0;
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    .mobile-header {
      display: none; } }

/************************************************************
 * FOOTER
 ************************************************************/
footer {
  position: relative;
  min-height: 215px;
  margin-top: 30px;
  background-color: transparent;
  z-index: 2; }

/************************************************************
 * GRID
 ************************************************************/
.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: 480px) {
  .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: 960px) {
  .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: 1280px) {
  .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; } }

.cell-front {
  z-index: 2; }

/************************************************************
 * FLEX GRID
 ************************************************************/
:root {
  --gap-base: 20px;
  --gap-base-half: 10px; }
  @media screen and (max-width: 559px) {
    :root {
      --gap-base: 15px;
      --gap-base-half: 7.5px; } }

.flex-row {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  margin-left: calc(-1 * var(--gap-base-half));
  margin-right: calc(-1 * var(--gap-base-half)); }

.col {
  padding-left: 20px;
  padding-right: 20px;
  padding-left: var(--gap-base-half);
  padding-right: var(--gap-base-half);
  width: 100%;
  -ms-flex-negative: 0; }

@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; }
  .flex-double-gap.flex-row {
    margin-left: -40px;
    margin-right: -40px;
    margin-left: calc(-1 * var(--gap-base));
    margin-right: calc(-1 * var(--gap-base)); }
  .flex-double-gap > .col {
    padding-left: 40px;
    padding-right: 40px;
    padding-left: var(--gap-base);
    padding-right: var(--gap-base); } }

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

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

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

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

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

.flex-col-1-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 33.33%; }

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

.flex-col-3-2 > .col:first-of-type {
  flex: 0 1 auto;
  width: 60%; }

.flex-col-3-2 > .col:nth-of-type(2) {
  flex: 0 1 auto;
  width: 40%; }

@media screen and (min-width: 560px) {
  .flex-col-xs-2 > .col {
    flex: 0 1 auto;
    width: 50%; }
  .flex-col-xs-3 > .col {
    flex: 0 1 auto;
    width: 33.33%; }
  .flex-col-xs-4 > .col {
    flex: 0 1 auto;
    width: 20%; }
  .flex-col-xs-5 > .col {
    flex: 0 1 auto;
    width: 20%; }
  .flex-col-xs-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33.33%; }
  .flex-col-xs-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66.66%; }
  .flex-col-xs-2-1 > .col:first-of-type {
    flex: 0 1 auto;
    width: 66.66%; }
  .flex-col-xs-2-1 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 33.33%; } }

@media screen and (min-width: 768px) {
  .flex-col-sm-2 > .col {
    flex: 0 1 auto;
    width: 50%; }
  .flex-col-sm-3 > .col {
    flex: 0 1 auto;
    width: 33.33%; }
  .flex-col-sm-4 > .col {
    flex: 0 1 auto;
    width: 25%; }
  .flex-col-sm-5 > .col {
    flex: 0 1 auto;
    width: 20%; }
  .flex-col-sm-1-2 > .col:first-of-type {
    fflex: 0 1 auto;
    width: 33%; }
  .flex-col-sm-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66%; } }

@media screen and (min-width: 992px) {
  .flex-col-md-2 > .col {
    flex: 0 1 auto;
    width: 50%; }
  .flex-col-md-3 > .col {
    flex: 0 1 auto;
    width: 33.33%; }
  .flex-col-md-4 > .col {
    flex: 0 1 auto;
    width: 25%; }
  .flex-col-md-5 > .col {
    flex: 0 1 auto;
    width: 20%; }
  .flex-col-md-1-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 33%; }
  .flex-col-md-1-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 66%; }
  .flex-col-md-2-3 > .col:first-of-type {
    flex: 0 1 auto;
    width: 40%; }
  .flex-col-md-2-3 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 60%; }
  .flex-col-md-3-2 > .col:first-of-type {
    flex: 0 1 auto;
    width: 60%; }
  .flex-col-md-3-2 > .col:nth-of-type(2) {
    flex: 0 1 auto;
    width: 40%; } }

@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 16.66%; }
  .flex-col-lg-1-2 > .col:first-of-type {
    flex: 0 1 33%; }
  .flex-col-lg-1-2 > .col:nth-of-type(2) {
    flex: 0 1 66%; } }

/************************************************************
 * MAIN NAVIGATION 
 ************************************************************/
.site-branding {
  height: 150px;
  width: 150px;
  display: block;
  margin: auto;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s ease; }
  .site-branding img {
    transform: scale(100%);
    height: auto;
    width: 150px;
    transition: .3s ease; }

.c-nav-main {
  display: -ms-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
  .c-nav-main .c-nav-spacer {
    width: 120px;
    margin: auto 1.5vw; }
    @media screen and (min-width: 1100px) {
      .c-nav-main .c-nav-spacer {
        width: 150px; } }
  .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: flex; }
    .c-nav-main ul.c-nav-main-menu > li {
      display: inline-block;
      height: 150px;
      padding: 0 .5vw;
      font-size: 1.1em; }
      @media screen and (min-width: 1100px) {
        .c-nav-main ul.c-nav-main-menu > li {
          padding: 0 1.5vw; } }
      .c-nav-main ul.c-nav-main-menu > li.current-menu-item > a {
        color: #93583f;
        font-weight: 700; }
      .c-nav-main ul.c-nav-main-menu > li.open > a {
        color: #93583f; }
        .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: #93583f; }
      .c-nav-main ul.c-nav-main-menu > li > a {
        font-family: "Josefin Sans", sans-serif;
        font-size: 14px;
        line-height: 1.57;
        letter-spacing: 2px;
        color: #fff;
        text-transform: uppercase;
        line-height: 150px; }
        .c-nav-main ul.c-nav-main-menu > li > a:hover, .c-nav-main ul.c-nav-main-menu > li > a:focus {
          color: #93583f;
          font-weight: 700;
          letter-spacing: 1.7px;
          outline: none; }
      .c-nav-main ul.c-nav-main-menu > li:not(.c-nav-spacer) {
        min-width: 160px; }
        @media screen and (min-width: 1100px) {
          .c-nav-main ul.c-nav-main-menu > li:not(.c-nav-spacer) {
            min-width: 190px; } }
      .c-nav-main ul.c-nav-main-menu > li.c-nav-spacer a {
        color: transparent; }
      @media screen and (min-width: 992px) {
        .c-nav-main ul.c-nav-main-menu > li.wpml-ls-item {
          display: none; } }
      @media screen and (min-width: 992px) {
        .c-nav-main ul.c-nav-main-menu > li:nth-child(1), .c-nav-main ul.c-nav-main-menu > li:nth-child(2), .c-nav-main ul.c-nav-main-menu > li.menu-item-has-children {
          text-align: center; } }
      .c-nav-main ul.c-nav-main-menu > li.menu-item-has-children > a {
        pointer-events: none;
        position: relative;
        padding-right: 0px; }
        .c-nav-main ul.c-nav-main-menu > li.menu-item-has-children > a:after {
          position: absolute;
          color: #000;
          content: '';
          right: -20px;
          top: calc(50% - 5px);
          height: 7px;
          width: 5px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 7px solid #fff; }
        .c-nav-main ul.c-nav-main-menu > li.menu-item-has-children > a:hover:after, .c-nav-main ul.c-nav-main-menu > li.menu-item-has-children > a.current-menu-item:after {
          border-top: 7px solid #93583f; }
        @media screen and (min-width: 992px) {
          .c-nav-main ul.c-nav-main-menu > li.menu-item-has-children > a {
            display: inline-block; } }
      .c-nav-main ul.c-nav-main-menu > li > ul.sub-menu {
        margin: -40px -20px 0 0;
        padding: 0 20px;
        background-color: #111418; }
        .c-nav-main ul.c-nav-main-menu > li > ul.sub-menu li {
          display: block;
          float: none;
          padding: 15px 0; }
          .c-nav-main ul.c-nav-main-menu > li > ul.sub-menu li a {
            font-family: "Josefin Sans", sans-serif;
            font-size: 14px;
            line-height: 1.57;
            letter-spacing: 2px;
            color: #fff; }
            .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: #93583f;
              font-weight: 700;
              letter-spacing: 1.2px;
              outline: none; }
  .c-nav-main .cart-menu-item {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%); }
    .c-nav-main .cart-menu-item a {
      color: #fff; }
      .c-nav-main .cart-menu-item a:hover {
        color: #fff; }
    .c-nav-main .cart-menu-item .header-cart-count {
      display: inline-block; }
    .c-nav-main .cart-menu-item .header-cart-icon {
      display: inline-block;
      vertical-align: middle;
      height: 18px;
      width: 18px;
      background-image: url("./img/shopping-cart.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .c-nav-main .cart-menu-item .header-cart-empty {
      background-image: url("./img/shopping-cart-empty.svg"); }
  .c-nav-main .c-language-switch {
    position: absolute;
    right: 0;
    width: 80px;
    display: none; }
    @media screen and (min-width: 992px) {
      .c-nav-main .c-language-switch {
        display: block; } }
    .c-nav-main .c-language-switch .wpml-ls-legacy-dropdown a {
      color: #fff;
      border: 0px solid #cdcdcd;
      background-color: transparent;
      padding: 0 10px;
      padding-right: 30px;
      font-size: 16px;
      line-height: 1; }
      .c-nav-main .c-language-switch .wpml-ls-legacy-dropdown a:hover {
        background-color: transparent; }
    .c-nav-main .c-language-switch .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      right: initial;
      left: 0;
      padding-top: 10px;
      top: 50%; }
      .c-nav-main .c-language-switch .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li {
        height: 30px !important; }
        .c-nav-main .c-language-switch .wpml-ls-legacy-dropdown .wpml-ls-sub-menu > li a {
          line-height: 30px !important; }
    .c-nav-main .c-language-switch .wpml-ls-first-item.wpml-ls-last-item {
      display: none; }

/************************************************************
* 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) {
  ul.sub-menu {
    max-height: 0;
    padding: 0;
    overflow: hidden; }
  li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 500px;
    padding: 15px 0;
    overflow: visible; }
  li.menu-item-has-children:hover ul.sub-menu {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; } }

/************************************************************
 * MEGA MENU WITH GRID (example)
 ************************************************************/
li.is-mega-menu > ul.sub-menu {
  position: absolute;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 3fr 2fr 2fr;
  -ms-grid-columns: 3fr 2fr 2fr;
  grid-template-rows: 40px repeat(3, 120px);
  -ms-grid-rows: 40px 120px 120px 120px;
  top: 150px;
  left: 0 !important;
  right: 0;
  /* width: 70%; */
  max-width: 780px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  -webkit-box-shadow: 2px 4px 10px 0 rgba(73, 73, 73, 0.5);
  box-shadow: 2px 4px 10px 0 rgba(73, 73, 73, 0.5);
  z-index: -1; }
  @media screen and (max-width: 1050px) {
    li.is-mega-menu > ul.sub-menu {
      top: 300px; } }
  li.is-mega-menu > ul.sub-menu > li {
    position: relative;
    margin: 5px 20px; }
    li.is-mega-menu > ul.sub-menu > li > ul.sub-menu {
      padding: 0;
      margin: 0; }
      li.is-mega-menu > ul.sub-menu > li > ul.sub-menu li {
        display: block;
        float: none;
        margin-bottom: 8px; }
        li.is-mega-menu > ul.sub-menu > li > ul.sub-menu li a {
          color: #000; }

li.is-mega-menu:hover {
  background-color: #fff;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in; }
  li.is-mega-menu:hover > a {
    color: #000 !important;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in; }

@media screen and (max-width: 767px) {
  li.is-mega-menu {
    display: none; } }

/* Fallback queries
 ************************************************************/
@supports (display: grid) {
  li.is-mega-menu > ul.sub-menu > * {
    width: auto !important; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  li.is-mega-menu > ul.sub-menu > * {
    width: auto !important; } }

/************************************************************
 * MOBILE NAVBAR
 ************************************************************/
.mobile-menu {
  display: none; }

.navbar-toggle {
  display: none; }

@media screen and (max-width: 991px) {
  .site-branding {
    z-index: 99999; }
  .navbar-toggle {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px; }
    .navbar-toggle .icon-bar {
      display: block;
      width: 32px;
      height: 2px;
      border-radius: 1px;
      background-color: #fff; }
      .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px; }
  .c-nav-main .cart-menu-item {
    position: fixed;
    left: 20px;
    top: 75px;
    transform: translateY(-50%); }
  .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: .2s .2s ease-in;
      transition: .2s .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: .2s .2s ease-in;
        transition: .2s .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 {
    background: #111418;
    background-image: url("img/kauri-mobile-menu-graphic-element.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    flex-wrap: wrap;
    z-index: 9999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in; }
    .c-nav-slide.slide-in {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: .25s ease-out;
      transition: .25s ease-out; }
    .c-nav-slide .c-nav-main-menu__container {
      width: 100%; }
    .c-nav-slide ul.c-nav-main-menu {
      padding: 200px 0 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      height: 80vh;
      justify-content: space-around; }
      .c-nav-slide ul.c-nav-main-menu li {
        height: 40px;
        text-align: center; }
        .c-nav-slide ul.c-nav-main-menu li > a {
          color: #fff;
          line-height: 22px !important; }
          .c-nav-slide ul.c-nav-main-menu li > a:hover, .c-nav-slide ul.c-nav-main-menu li > a:focus {
            color: #fff; }
        .c-nav-slide ul.c-nav-main-menu li.current_page_item > a {
          color: #fff; }
        .c-nav-slide ul.c-nav-main-menu li.c-nav-spacer {
          display: none; }
    .c-nav-slide .c-header-socials {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 80%;
      margin: auto;
      height: 20vh;
      align-items: center;
      justify-content: space-around; }
      .c-nav-slide .c-header-socials .c-header-socials_item img {
        width: 40px;
        height: 40px; }
      .c-nav-slide .c-header-socials .c-header-socials_item:hover {
        transition: .2s; } }

.breadcrumb-wrapper {
  font-size: .7em;
  margin-top: 30px;
  margin-bottom: auto; }

.c-pagination__wrapper {
  text-align: center; }
  .c-pagination__wrapper .page-numbers {
    height: 40px;
    width: 40px;
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 40px; }
    .c-pagination__wrapper .page-numbers.current {
      background-color: #000;
      color: #fff; }
    .c-pagination__wrapper .page-numbers.prev, .c-pagination__wrapper .page-numbers.next {
      display: none; }

.tab-toggle {
  cursor: pointer; }

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

/************************************************************
 * BUTTONS
 ************************************************************/
.btn {
  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-square, .btn-square--scroll, .btn-square--big, .btn-classic {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url("img/pictos-plus.svg");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
  border-radius: 0;
  overflow: hidden; }
  .btn-square:after, .btn-square--scroll:after, .btn-square--big:after, .btn-classic:after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    height: 130%;
    width: 100%;
    background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
    transition: .1s;
    z-index: -1; }
  .btn-square:hover:after, .btn-square--scroll:hover:after, .btn-square--big:hover:after, .btn-classic:hover:after {
    transform: translateY(-20%);
    transition: .1s; }
  .btn-square--scroll {
    background-image: url("img/pictos-arrow-down.svg"); }
  .btn-square--big {
    width: 94px;
    height: 94px;
    background-image: url("img/kauri-picto-plus-large.svg"); }

.btn-classic {
  background-image: none;
  width: inherit;
  height: inherit;
  min-width: 150px;
  text-align: center;
  padding: .9em 2em;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase; }

.btn-ghost, .btn-ghost--black, .btn-ghost--accent {
  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: #93583f;
    color: #93583f; }
    .btn-ghost--accent:visited, .btn-ghost--accent:focus, .btn-ghost--accent:hover {
      background-color: #93583f;
      color: #fff; }

.btn-filled, .btn-filled--black, .btn-filled--accent {
  border-width: 1px;
  border-style: solid;
  border-radius: 0; }
  .btn-filled--black {
    border-color: #000;
    background-color: #000;
    color: #fff;
    letter-spacing: 0.07em;
    padding: .7em 2.4em; }
    .btn-filled--black:visited {
      color: #fff; }
    .btn-filled--black:focus, .btn-filled--black:hover {
      color: #000;
      background-color: transparent;
      transition: .2s ease-out; }
  .btn-filled--accent {
    border-color: #93583f;
    background-color: #93583f;
    color: #fff; }
    .btn-filled--accent:visited {
      color: #fff; }
    .btn-filled--accent:focus, .btn-filled--accent:hover {
      border-color: #6f4330;
      background-color: #6f4330;
      color: #fff;
      transition: .2s ease-out; }

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

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 0 solid #FFF;
  border-bottom: 1px solid #FFF;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0 28px 0 0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.07em;
    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: 100%;
      height: 100%;
      background-size: 18px;
      background-image: url("img/pictos-arrow-down.svg");
      background-repeat: no-repeat;
      background-position: center;
      border-width: 0; }

.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;
    background-color: #111418;
    color: #FFF; }

.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;
  border: 1px solid #e6e6e6;
  z-index: -1;
  box-shadow: none; }
  .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: #FFF;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #232629;
      color: #FFF; }
    .selectric-items li.highlighted {
      background: #232629;
      color: #FFF; }
    .selectric-items li:hover {
      background: #232629;
      color: #FFF; }
  .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; }

/************************************************************
 * FORM
 ************************************************************/
/* Contact from 7 forms
  ************************************************************/
input:not([type='submit']):not([type='checkbox']),
textarea {
  border: none;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  line-height: 28px;
  letter-spacing: 0.07em;
  color: #FFF;
  background-color: transparent; }
  input:not([type='submit']):not([type='checkbox']) + span,
  textarea + span {
    letter-spacing: 0.07em; }
  input:not([type='submit']):not([type='checkbox']):focus,
  textarea:focus {
    border-bottom-width: 2px;
    outline: none;
    color: #fff; }

.selectric {
  margin-bottom: 30px; }

input[type='submit'] {
  background-image: none;
  width: inherit;
  height: inherit;
  min-width: 150px;
  padding: .9em 2em;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  margin: 20px 0 0 auto; }
  input[type='submit']:hover {
    background-image: radial-gradient(circle at 50% 80%, #f5a892, #93583f);
    transition: .3s; }
  @media screen and (max-width: 767px) {
    input[type='submit'] {
      margin: 20px auto; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: normal;
  color: #FFF;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: normal;
  color: #FFF;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: normal;
  color: #FFF;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  font-style: normal;
  color: #FFF;
  opacity: 1; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
span.wpcf7-list-item {
  position: relative;
  width: 50%;
  min-width: 140px;
  margin: 0; }
  span.wpcf7-list-item input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%; }

.radio-3-items span.wpcf7-list-item {
  width: 33%;
  min-width: 100px; }

.wpcf7-form-control.wpcf7-radio {
  margin: 15px 0 40px;
  display: block; }

input[type="radio"] + span::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer; }

input[type="radio"] + span::before {
  content: '';
  background-color: transparent;
  border: 2px solid transparent;
  outline: 1px solid #fff; }

input[type="radio"]:checked + span::before {
  content: '';
  background-color: #93583f;
  border: 2px solid #111418;
  outline: 1px solid #fff; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute !important;
  top: 0;
  height: 100%; }

input[type="checkbox"] + span::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer; }

input[type="checkbox"] + span::before {
  content: '';
  background-color: transparent;
  border: 2px solid transparent;
  outline: 1px solid #fff; }

input[type="checkbox"]:checked + span::before {
  content: '';
  background-color: #93583f;
  border: 2px solid #111418;
  outline: 1px solid #fff; }

label {
  font-weight: 800;
  letter-spacing: 0.07em; }

label.inline + input,
label.inline + span {
  display: inline-block; }

label.inline + span {
  margin-left: 20px; }

.c-contact-form__preorder {
  display: none;
  position: relative; }
  .c-contact-form__preorder:before {
    position: absolute;
    content: '';
    top: 0;
    left: -15px;
    height: 100%;
    width: 2px;
    background-color: #93583f; }

div.wpcf7-response-output {
  border-color: #93583f !important;
  text-align: center;
  padding: 10px; }

/* Overwrite Boostrap styles
  ************************************************************/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: relative; }

/* Mailchimp
   ************************************************************/
.landing-contact-form__wrapper {
  max-width: 800px;
  margin: 4vh auto; }

.landing-contact-form__intro {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 1px;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .landing-contact-form__intro {
      font-size: 16px; } }

.landing-contact-form__form {
  width: 370px;
  max-width: 70vw;
  margin: 40px auto 0; }
  .landing-contact-form__form input[type="email"] {
    width: 300px;
    max-width: 50vw;
    height: 36px;
    border: 0px solid #fff;
    border-bottom-width: 1px;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff; }
  .landing-contact-form__form input[type="submit"] {
    width: 36px;
    height: 36px;
    margin-left: 30px;
    background-image: url("img/pictos-arrow.png"), radial-gradient(circle at 50% 100%, #f5a892, #93583f);
    background-position: center;
    background-repeat: no-repeat;
    border-width: 0;
    border-radius: 0; }
  .landing-contact-form__form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1; }
  .landing-contact-form__form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .landing-contact-form__form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1; }
  .landing-contact-form__form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1; }

/************************************************************
 * CAROUSELS
 ************************************************************/
/* Image slider
     ************************************************************/
.c-home-slider .owl-carousel {
  width: 100%; }
  .c-home-slider .owl-carousel .c-home-slider__item {
    height: calc((255/360)*100vw);
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .c-home-slider .owl-carousel .c-home-slider__item {
        height: calc((524/1440)*100vw); } }
  .c-home-slider .owl-carousel .owl-dots {
    /* margin-top: 10px; */
    text-align: center;
    position: absolute;
    bottom: 5%;
    right: 10%; }
    .c-home-slider .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      width: 20px;
      height: 2px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: white; }
      .c-home-slider .owl-carousel .owl-dots .owl-dot.active {
        opacity: 1; }

/* Navigation */
.owl-carousel .owl-nav [class*=owl-]:hover {
  border-color: #787878; }

.owl-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
  border-color: #787878; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
  background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f); }
  .owl-carousel .owl-nav .owl-prev:after,
  .owl-carousel .owl-nav .owl-next:after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("img/pictos-arrow-down.svg");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    transition: .1s;
    z-index: 2; }

.owl-carousel .owl-prev {
  left: -5%; }
  .owl-carousel .owl-prev:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.owl-carousel .owl-next {
  right: -5%; }
  .owl-carousel .owl-next:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

@media screen and (max-width: 768px) {
  .owl-carousel .owl-prev {
    left: 0px;
    background-image: none; }
  .owl-carousel .owl-next {
    right: 0px;
    background-image: none; } }

/************************************************************
 * GENERAL PAGES
 ************************************************************/
.c-presentation-intro__cta {
  max-width: 400px;
  margin-top: 20px;
  color: #fff;
  font-size: 400; }
  .c-presentation-intro__cta .btn {
    margin-right: 20px; }

.c-presentation-swiss__grid {
  -ms-grid-rows: auto auto auto; }
  @media screen and (max-width: 767px) {
    .c-presentation-swiss__grid {
      grid-template-rows: auto auto auto auto; } }

.c-presentation-swiss__cta {
  text-align: right; }

/* Newsletter form
 ************************************************************/
.landing__main-wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%; }

.landing__tagline {
  max-width: 700px;
  margin: 4vh auto;
  font-family: 'Encode Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 4px;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .landing__tagline {
      font-size: 18px; } }

.landing__coming-soon-title {
  max-width: 700px;
  margin: 4vh auto;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 3.5px;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .landing__coming-soon-title {
      font-size: 32px; } }

.landing__logo-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: -1; }

/* Page Notre montre
  ************************************************************/
.c-montre-product__description label {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 1.14px;
  padding-top: 20px; }

.c-montre-desc__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .c-montre-desc__tabs li {
    flex: 1;
    text-align: center;
    margin: 0 3px 30px;
    line-height: 0; }
    .c-montre-desc__tabs li:first-child {
      margin-left: 0; }
    .c-montre-desc__tabs li:last-child {
      margin-right: 0; }
    .c-montre-desc__tabs li .c-montre-desc__tab-item {
      max-width: 120px;
      padding: 3px;
      border: solid 1px transparent;
      margin: auto;
      height: 100%; }
      @media screen and (min-width: 1342px) {
        .c-montre-desc__tabs li .c-montre-desc__tab-item {
          padding: 10px 5px 15px; } }
      @media screen and (min-width: 1342px) {
        .c-montre-desc__tabs li .c-montre-desc__tab-item img {
          max-width: 80px;
          margin-bottom: 10px; } }
      .c-montre-desc__tabs li .c-montre-desc__tab-item h3 {
        max-width: 100px;
        margin: auto; }
        @media screen and (max-width: 1342px) {
          .c-montre-desc__tabs li .c-montre-desc__tab-item h3 {
            display: none; } }
    .c-montre-desc__tabs li:hover .c-montre-desc__tab-item, .c-montre-desc__tabs li.is-opened .c-montre-desc__tab-item {
      border: solid 1px #93583f; }

@media screen and (min-width: 1342px) {
  .c-montre-desc__tab-content .title__product-tab {
    display: none; } }

.c-montre-desc__price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  text-align: center;
  color: #FFF; }
  @media screen and (min-width: 768px) {
    .c-montre-desc__price {
      text-align: left; } }

.c-montre-desc__button {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .c-montre-desc__button {
      text-align: right; } }

.c-montre-desc__options ul {
  margin: 0;
  padding-left: 20px;
  list-style: none; }
  .c-montre-desc__options ul li {
    position: relative;
    margin-bottom: 10px; }
    .c-montre-desc__options ul li:before {
      position: absolute;
      content: '';
      left: -20px;
      top: 15px;
      width: 13px;
      height: 1px;
      background-color: #93583f; }

.c-montre-desc__image {
  display: none;
  width: 100%;
  height: auto;
  object-fit: contain; }
  .c-montre-desc__image.current {
    display: block; }

.c-montre-specs__acc-btn:after, .c-montre-specs__acc-btn:before {
  position: absolute;
  content: ' ';
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat; }

.c-montre-specs__acc-btn {
  position: relative;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  cursor: pointer; }
  .c-montre-specs__acc-btn h4 {
    padding-right: 60px; }
  .c-montre-specs__acc-btn:after {
    background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f); }
  .c-montre-specs__acc-btn:before {
    background-image: url("img/pictos-arrow-down.svg");
    background-size: 25px;
    transition: .3s;
    z-index: 2; }
  .c-montre-specs__acc-btn.selected:before {
    transform: rotate(-180deg);
    transition: .3s; }

.c-montre-specs__acc-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.c-montre-specs__acc-content-inner {
  padding: 10px 0 30px; }

.c-montre-specs__tabs .open {
  height: auto; }

/************************************************************
 * PAGE CONTACT
 ************************************************************/
@media screen and (max-width: 767px) {
  .c-contact__image img {
    max-height: 300px;
    width: 100%;
    object-fit: cover; } }

.c-contact__direction {
  display: flex;
  padding-top: 20px; }

.c-contact__btn-to-itinerary {
  flex: 0 1 90px; }
  .c-contact__btn-to-itinerary .btn-square, .c-contact__btn-to-itinerary .btn-square--scroll, .c-contact__btn-to-itinerary .btn-square--big, .c-contact__btn-to-itinerary .btn-classic {
    background-image: url("img/pictos-arrow.svg"); }

.c-contact__address {
  flex: 1; }

.c-contact__map {
  margin-left: 90px;
  margin-top: 20px; }
  .c-contact__map .acf-map {
    width: 100%;
    height: 260px;
    border: #ccc solid 0px;
    margin: 0; }
  .c-contact__map .acf-map img {
    max-width: inherit !important; }
  @media screen and (min-width: 768px) {
    .c-contact__map {
      margin-left: 0;
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  #where-to h2.title__section {
    font-size: 24px; } }

/************************************************************
 * Page 404
 ************************************************************/
.c-404__404 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 0.4;
  letter-spacing: 2px;
  color: #93583f;
  font-size: 70px; }

/************************************************************
  * Page gallery
  ************************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-gallery__grid {
    display: block; }
  .c-gallery__cell {
    position: relative;
    float: left;
    height: calc((410*100vw)/1440);
    max-height: 400PX;
    width: 32%;
    margin: .5%;
    overflow: hidden; }
    .c-gallery__cell img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
      width: 100%; } }

@supports (display: grid) {
  .c-gallery__grid {
    grid-template-columns: 3fr 2fr 3fr;
    grid-auto-rows: 1fr;
    gap: calc((40*100vw)/1440); }
    @media screen and (min-width: 1366px) {
      .c-gallery__grid {
        gap: 40px; } }
    @media screen and (max-width: 767px) {
      .c-gallery__grid {
        display: block;
        max-width: 500px; } }
  .c-gallery__cell {
    grid-column-end: span 1;
    height: initial;
    padding: 0; }
    .c-gallery__cell:nth-of-type(4), .c-gallery__cell:last-of-type {
      grid-column-end: span 2; }
    .c-gallery__cell img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .c-gallery__cell {
        padding: 5px 10px; } } }

/************************************************************
 * BLOG
 ************************************************************/
.post h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 1.1px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 30px; }

.postid-123 .floating-background {
  top: 300px; }
  @media screen and (min-width: 768px) {
    .postid-123 .floating-background {
      display: none; } }

/************************************************************
 * PAGE 404
 ************************************************************/
/************************************************************
 * HOMEPAGE
 ************************************************************/
.c-home-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .c-home-hero__container {
    position: relative;
    height: 100vh;
    min-height: 750px;
    width: 90%;
    max-width: 1300px;
    margin: auto; }
  .c-home-hero__text-col {
    text-align: center;
    position: relative;
    padding-top: 150px;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .c-home-hero__text-col {
        text-align: left;
        min-height: 800px;
        max-width: 900px;
        min-width: 600px; } }
  @media screen and (max-width: 767px) {
    .c-home-hero__container {
      position: relative;
      width: 100%;
      margin: 0; }
    .c-home-hero .c-scroll-down {
      margin-left: auto;
      margin-right: auto; } }

@media screen and (max-width: 767px) {
  .c-home-intro__grid {
    display: block;
    width: 90%;
    margin: auto; } }

.c-home-our-watch__grid {
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr; }
  @media screen and (max-width: 1342px) {
    .c-home-our-watch__grid {
      grid-template-rows: repeat(2, auto);
      -ms-grid-rows: 1fr 1fr; } }
  .c-home-our-watch__grid .btn {
    margin: auto; }

.c-home-our-watch__image-float {
  float: right;
  width: 50%;
  margin-left: 5%; }

.c-home-our-watch__button {
  position: relative;
  text-align: right;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .c-home-our-watch__button {
      display: -ms-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center; } }

.c-home-contact__background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.c-home-contact__form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto; }

.c-home-contact .title__caption-text {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-home-contact .title__caption-text {
      text-align: right;
      padding-right: 5%; } }

/************************************************************
 * SINGLE PRODUCT
 ************************************************************/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none;
  width: 100%; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  clear: none; }

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: none; }

.woocommerce div.product {
  /* Main layout
     ************************************************************/
  /* Product variations
     ************************************************************/
  /* Add to cart -- ALL STYLING
     ************************************************************/
  /* Add to cart form -- MONTRE GRID
     ************************************************************/
  /* Add to cart form -- OTHER PRODUCT GRID
     ************************************************************/ }
  .woocommerce div.product .product_title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.27;
    letter-spacing: 4px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .woocommerce div.product .product_title {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .woocommerce div.product .product_title {
        font-size: 24px; } }
  @media screen and (min-width: 768px) {
    .woocommerce div.product .c-montre-product .flex-col-sm-2 > .col:first-child,
    .woocommerce div.product .c-regular-product .flex-col-sm-2 > .col:first-child {
      width: 42%; }
    .woocommerce div.product .c-montre-product .flex-col-sm-2 > .col:nth-child(2),
    .woocommerce div.product .c-regular-product .flex-col-sm-2 > .col:nth-child(2) {
      width: 58%; } }
  .woocommerce div.product table.variations td {
    display: block;
    width: 100%; }
    .woocommerce div.product table.variations td.label {
      padding-bottom: 1.2em;
      line-height: 1.2; }
    .woocommerce div.product table.variations td label {
      font-size: 0px; }
    .woocommerce div.product table.variations td .custom-label {
      font-size: 18px;
      letter-spacing: 1.3px; }
    .woocommerce div.product table.variations td .reset_variations {
      display: none !important; }
  .woocommerce div.product table.variations .value {
    padding-bottom: 30px; }
    .woocommerce div.product table.variations .value select,
    .woocommerce div.product table.variations .value .selectric-wrapper {
      display: none; }
  .woocommerce div.product table.variations .variation-radios {
    display: -ms-flex;
    display: flex;
    justify-content: flex-start; }
    .woocommerce div.product table.variations .variation-radios label {
      max-width: 25%; }
  .woocommerce div.product table.variations [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
  .woocommerce div.product table.variations [type=radio] + .label-wrapper {
    cursor: pointer;
    max-width: 120px;
    padding: 10px;
    border: solid 1px transparent;
    margin: auto;
    height: 100%;
    display: inline-block; }
    @media screen and (min-width: 1342px) {
      .woocommerce div.product table.variations [type=radio] + .label-wrapper {
        padding: 10px 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 559px) {
      .woocommerce div.product table.variations [type=radio] + .label-wrapper {
        padding: 5px; } }
    .woocommerce div.product table.variations [type=radio] + .label-wrapper:before {
      display: none; }
    .woocommerce div.product table.variations [type=radio] + .label-wrapper span {
      display: block;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
    .woocommerce div.product table.variations [type=radio] + .label-wrapper img {
      border: 1px solid rgba(255, 255, 255, 0.25); }
      @media screen and (min-width: 768px) {
        .woocommerce div.product table.variations [type=radio] + .label-wrapper img {
          pointer-events: none;
          margin-bottom: 0; } }
  .woocommerce div.product table.variations [type=radio]:checked + .label-wrapper {
    border: solid 1px #93583f; }
  .woocommerce div.product .c-product__description .price {
    font-size: 18px;
    letter-spacing: 1.3px;
    color: #fff;
    margin-bottom: 20px; }
    .woocommerce div.product .c-product__description .price .woocommerce-Price-amount {
      font-family: "Josefin Sans", sans-serif;
      font-size: 30px;
      color: #fff;
      font-weight: 500;
      letter-spacing: 2px; }
    .woocommerce div.product .c-product__description .price .woocommerce-price-suffix {
      font-family: "Josefin Sans", sans-serif;
      font-size: 12px;
      font-style: italic;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1; }
    @media screen and (max-width: 559px) {
      .woocommerce div.product .c-product__description .price {
        text-align: center; } }
  .woocommerce div.product .c-product__description .add-to-cart__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
    .woocommerce div.product .c-product__description .add-to-cart__wrapper button {
      background-image: none;
      width: inherit;
      height: inherit;
      min-width: 150px;
      padding: .9em 2em;
      text-align: center;
      color: #fff !important;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      border-width: 0;
      border-radius: 0;
      overflow: hidden; }
      .woocommerce div.product .c-product__description .add-to-cart__wrapper button:hover {
        background-image: radial-gradient(circle at 50% 80%, #f5a892, #93583f);
        transition: .3s; }
    @media screen and (max-width: 559px) {
      .woocommerce div.product .c-product__description .add-to-cart__wrapper {
        margin-bottom: 50px;
        justify-content: center; } }
  .woocommerce div.product .c-product__description .single-product__sharing h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 1em;
    display: inline-block; }
  .woocommerce div.product .c-product__description .single-product__sharing .single-product__sharing-icons {
    display: inline-block; }
  @media screen and (max-width: 559px) {
    .woocommerce div.product .c-product__description .single-product__sharing {
      margin-top: 30px; } }
  .woocommerce div.product .c-product__description .quantity label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.3px; }
  .woocommerce div.product .c-product__description .quantity input[type=number] {
    background-color: transparent;
    border: 1px solid #fff;
    border-width: 0 0 1px 0;
    border-radius: 0;
    color: #fff;
    text-align: left;
    margin-left: 2vw; }
    @media screen and (min-width: 560px) {
      .woocommerce div.product .c-product__description .quantity input[type=number] {
        min-width: 100px; } }
  .woocommerce div.product .c-product__description .product_meta {
    display: none; }
  @media screen and (min-width: 560px) {
    .woocommerce div.product .woocommerce-variation-add-to-cart {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 3fr auto;
      -ms-grid-columns: 3fr auto;
      grid-template-rows: auto auto auto;
      -ms-grid-rows: auto auto auto;
      gap: 0 40px; } }
  .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__serial-number {
    grid-column: 1/span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1; }
    .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__serial-number table {
      max-width: 300px; }
      .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__serial-number table label {
        font-size: 18px; }
      .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__serial-number table td {
        min-width: 80px; }
      .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__serial-number table .selectric {
        margin-bottom: 0; }
    @media screen and (max-width: 559px) {
      .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__serial-number {
        margin-bottom: 80px; } }
  .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__avantages {
    grid-column: 1/span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2/span 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2; }
  .woocommerce div.product .woocommerce-variation-add-to-cart p.price {
    grid-column: 2/span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-row: 1/span 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    text-align: right; }
    .woocommerce div.product .woocommerce-variation-add-to-cart p.price .woocommerce-price-suffix {
      display: block; }
    @media screen and (max-width: 559px) {
      .woocommerce div.product .woocommerce-variation-add-to-cart p.price {
        text-align: center; } }
  .woocommerce div.product .woocommerce-variation-add-to-cart .add-to-cart__wrapper {
    grid-column: 2/span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-row: 2/span 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1; }
  .woocommerce div.product .woocommerce-variation-add-to-cart .single-product__sharing {
    grid-column: 2/span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-row: 3/span 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1; }
  .woocommerce div.product .c-regular-product form.cart {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    -ms-grid-rows: auto auto auto auto;
    gap: 0 40px;
    padding-top: 40px; }
    @media screen and (max-width: 559px) {
      .woocommerce div.product .c-regular-product form.cart {
        gap: 0 10px; } }
    .woocommerce div.product .c-regular-product form.cart .quantity {
      grid-column: 1/span 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-row: 2/span 1;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1; }
    .woocommerce div.product .c-regular-product form.cart p.price {
      grid-column: 1/span 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-row: 1/span 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      text-align: left;
      font-weight: 700; }
      .woocommerce div.product .c-regular-product form.cart p.price .woocommerce-Price-amount {
        font-family: "Josefin Sans", sans-serif;
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 24px;
        margin: 0 20px; }
      .woocommerce div.product .c-regular-product form.cart p.price .woocommerce-price-suffix {
        display: inline; }
      @media screen and (max-width: 559px) {
        .woocommerce div.product .c-regular-product form.cart p.price {
          margin-bottom: 50px; } }
    .woocommerce div.product .c-regular-product form.cart .single-product__total-price {
      grid-column: 2/span 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-row: 3/span 1;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1; }
      .woocommerce div.product .c-regular-product form.cart .single-product__total-price .price {
        text-align: right;
        font-family: "Josefin Sans", sans-serif;
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 2px; }
        .woocommerce div.product .c-regular-product form.cart .single-product__total-price .price .woocommerce-Price-amount {
          font-family: "Josefin Sans", sans-serif;
          font-size: 30px;
          color: #fff;
          font-weight: 500;
          letter-spacing: 2px; }
        .woocommerce div.product .c-regular-product form.cart .single-product__total-price .price .woocommerce-price-suffix {
          display: block; }
      @media screen and (max-width: 559px) {
        .woocommerce div.product .c-regular-product form.cart .single-product__total-price {
          grid-column: 2/span 1;
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          grid-row: 2/span 1;
          -ms-grid-row: 2;
          -ms-grid-row-span: 1; } }
    .woocommerce div.product .c-regular-product form.cart .add-to-cart__wrapper {
      grid-column: 2/span 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-row: 4/span 1;
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      text-align: right; }
      @media screen and (max-width: 559px) {
        .woocommerce div.product .c-regular-product form.cart .add-to-cart__wrapper {
          grid-column: 1/span 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-row: 3/span 1;
          -ms-grid-row: 3;
          -ms-grid-row-span: 1; } }
    .woocommerce div.product .c-regular-product form.cart .single-product__sharing {
      grid-column: 2/span 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-row: 4/span 1;
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      display: none; }
    .woocommerce div.product .c-regular-product form.cart .single-product__avantages {
      grid-column: 1/span 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-row: 4/span 1;
      -ms-grid-row: 4;
      -ms-grid-row-span: 1; }
      @media screen and (max-width: 559px) {
        .woocommerce div.product .c-regular-product form.cart .single-product__avantages {
          grid-column: 1/span 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-row: 4/span 1;
          -ms-grid-row: 4;
          -ms-grid-row-span: 1; } }

/************************************************************
 * BLOCK AVANTAGES KAURI
 ************************************************************/
.single-product__avantages {
  text-align: left; }
  .single-product__avantages h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 1em; }
  .single-product__avantages ul {
    padding-left: 18px;
    margin: 0;
    list-style: none; }
    .single-product__avantages ul li {
      position: relative; }
      .single-product__avantages ul li:before {
        position: absolute;
        content: '';
        top: 14px;
        left: -18px;
        width: 13px;
        height: 2px;
        background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f); }

/************************************************************
 * LOOP PRODUCT
 ************************************************************/
.woocommerce .woocommerce-breadcrumb {
  display: none; }

@media screen and (min-width: 768px) {
  .woocommerce ul.products {
    display: -ms-flex;
    display: flex;
    justify-content: space-around; } }

.woocommerce ul.products li.product a {
  color: #fff; }
  .woocommerce ul.products li.product a:hover, .woocommerce ul.products li.product a:focus, .woocommerce ul.products li.product a:visited {
    color: #fff; }
  .woocommerce ul.products li.product a:hover .product-content__img-overlay {
    opacity: 1;
    transition: .2s; }

.woocommerce ul.products li.product .price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  margin: 20px 0 5px; }
  .woocommerce ul.products li.product .price .woocommerce-price-suffix {
    display: none; }
  @media screen and (max-width: 559px) {
    .woocommerce ul.products li.product .price {
      font-size: 18px; } }

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 18px; } }

.woocommerce ul.products li.product .product-content__img-wrapper {
  position: relative; }

.woocommerce ul.products li.product .product-content__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .2s; }
  .woocommerce ul.products li.product .product-content__img-overlay span {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: #fff; }

.woocommerce ul.products li.product .product-content__img-btn {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 2; }
  .woocommerce ul.products li.product .product-content__img-btn:after {
    position: absolute;
    content: ' ';
    top: 20%;
    left: 20%;
    height: 60%;
    width: 60%;
    background-image: url("img/pictos-plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    transition: .1s;
    z-index: -1; }

.woocommerce.archive ul.products {
  display: block; }
  .woocommerce.archive ul.products li.product .price {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 5px; }
    .woocommerce.archive ul.products li.product .price .woocommerce-price-suffix {
      display: none; }
    @media screen and (max-width: 559px) {
      .woocommerce.archive ul.products li.product .price {
        font-size: 18px; } }
  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .165em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .165em;
    text-align: center; }
    @media screen and (max-width: 559px) {
      .woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
        font-size: 20px; } }
    @media screen and (max-width: 559px) {
      .woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
        font-size: 18px; } }

/************************************************************
 * CART TABLE
 ************************************************************/
.woocommerce table.shop_table {
  border-width: 0px; }
  .woocommerce table.shop_table th {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .165em;
    color: #fff;
    text-transform: uppercase; }
    .woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-quantity, .woocommerce table.shop_table th.product-subtotal {
      text-align: right; }
    .woocommerce table.shop_table th:last-of-type {
      padding-right: 0; }
    .woocommerce table.shop_table th:first-of-type {
      padding-left: 0; }
  .woocommerce table.shop_table td {
    border-top-width: 0;
    border-bottom: none;
    padding: 50px 15px 30px;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .woocommerce table.shop_table td {
        border-bottom: 1px solid #fff; } }
    .woocommerce table.shop_table td img {
      width: auto;
      max-height: 200px; }
    @media screen and (max-width: 767px) {
      .woocommerce table.shop_table td.product-remove {
        padding: 7px 0; } }
    .woocommerce table.shop_table td.product-thumbnail {
      padding: 30px 15px; }
      @media screen and (max-width: 767px) {
        .woocommerce table.shop_table td.product-thumbnail {
          display: block !important;
          float: left;
          width: 30%;
          padding: 7px 0; }
          .woocommerce table.shop_table td.product-thumbnail:before {
            display: none; } }
    .woocommerce table.shop_table td.product-name a {
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .165em;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .165em; }
      @media screen and (max-width: 559px) {
        .woocommerce table.shop_table td.product-name a {
          font-size: 20px; } }
    .woocommerce table.shop_table td.product-name .product__attributes dt,
    .woocommerce table.shop_table td.product-name .product__attributes dd {
      font-weight: 300; }
    @media screen and (max-width: 767px) {
      .woocommerce table.shop_table td.product-name {
        display: block;
        padding: 7px 0;
        float: left;
        width: 70%; }
        .woocommerce table.shop_table td.product-name a {
          font-family: "Josefin Sans", sans-serif;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: .165em;
          color: #fff;
          text-transform: uppercase; }
        .woocommerce table.shop_table td.product-name:before {
          display: none; } }
    .woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .165em;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .165em;
      font-size: 20px;
      text-align: right; }
      @media screen and (max-width: 559px) {
        .woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
          padding: 7px 0;
          clear: both;
          font-size: 14px; } }
    .woocommerce table.shop_table td:last-of-type {
      padding-right: 0; }
      @media screen and (max-width: 767px) {
        .woocommerce table.shop_table td:last-of-type {
          padding-bottom: 30px;
          border-bottom: 1px solid #fff; } }
    .woocommerce table.shop_table td:first-of-type {
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .woocommerce table.shop_table td:first-of-type {
          padding-top: 30px;
          border-top: 1px solid #fff; } }

/* Colaterals
    ************************************************************/
@media screen and (min-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    min-width: 700px; } }

.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  display: none; }

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
  border-width: 0px; }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .165em;
    color: #fff;
    text-transform: uppercase;
    border-top-width: 0px;
    border-bottom-width: 0px;
    vertical-align: top;
    text-align: right;
    padding: 15px 0;
    width: 50%; }
    @media screen and (max-width: 559px) {
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th,
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td {
        font-size: 16px; } }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
        text-align: left; } }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td {
    font-weight: 300;
    padding-right: 0; }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td label {
      font-weight: 300; }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.woocommerce-shipping-totals li label {
    font-weight: 300;
    font-family: "Josefin Sans", sans-serif; }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td {
    padding-top: 30px; }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .165em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .165em; }
    @media screen and (max-width: 559px) {
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th {
        font-size: 20px; } }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total th .woocommerce-price-suffix {
      display: block;
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      letter-spacing: 1px;
      line-height: 1.2;
      text-transform: none; }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td {
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr.order-total td {
        font-size: 24px; } }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr .woocommerce-shipping-destination,
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr .woocommerce-shipping-calculator {
    display: none; }
  @media screen and (max-width: 767px) {
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr {
      display: table-row; }
      .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th {
        display: table-cell; }
        .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr td:before, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table.shop_table_responsive tr th:before {
          display: none; } }

/************************************************************
    * PROCEED TO CHECKOUT
    ************************************************************/
.wc-proceed-to-checkout {
  text-align: right; }

.back-to-shop {
  position: relative;
  font-weight: 700;
  color: #fff; }
  .back-to-shop:hover, .back-to-shop:focus {
    color: #93583f; }
  .back-to-shop:visited {
    color: #fff; }
  .back-to-shop:before {
    position: relative;
    content: '<';
    margin-right: 5px; }

/************************************************************
    * CART / CHECKOUT ITEM
    ************************************************************/
.woocommerce a.remove {
  color: #fff !important;
  font-weight: 300; }
  .woocommerce a.remove:hover {
    background-color: transparent;
    color: red; }

.woocommerce dl dt,
.woocommerce dl dd {
  display: inline-block;
  margin: 0 0 8px;
  letter-spacing: 1px; }

/************************************************************
    * PROCEED TO CHECKOUT
    ************************************************************/
@media screen and (min-width: 768px) {
  .wc-proceed-to-checkout .flex-row > .col:nth-child(2) {
    padding-left: 50px; } }

@media screen and (max-width: 559px) {
  .wc-proceed-to-checkout .flex-row > .col:first-child {
    order: 1;
    text-align: center; }
  .wc-proceed-to-checkout .flex-row > .col {
    margin: 40px 0; }
    .wc-proceed-to-checkout .flex-row > .col a.checkout-button {
      margin-bottom: 60px; } }

/************************************************************
    * BUTTONS
    ************************************************************/
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-image: none;
  width: inherit;
  height: inherit;
  min-width: 150px;
  padding: .9em 2em;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
  font-size: 14px;
  width: auto;
  display: block; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-image: radial-gradient(circle at 50% 80%, #f5a892, #93583f);
    transition: .3s; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-image: none;
  width: inherit;
  height: inherit;
  min-width: 150px;
  padding: .9em 2em;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-width: 0;
  border-radius: 0;
  overflow: hidden;
  font-size: 14px;
  width: auto;
  display: inline-block; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-image: radial-gradient(circle at 50% 80%, #f5a892, #93583f);
    transition: .3s; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: inherit;
    text-decoration: inherit;
    color: #fff; }

/************************************************************
 * CHECKOUT PAGE
 ************************************************************/
.woocommerce-checkout {
  /* Layout
     ************************************************************/
  /* Stylin titles
     ************************************************************/
  /* Form
    ************************************************************/
  /* review order table (checkout + order)
     ************************************************************/
  /* Payment
     ************************************************************/
  /************************************************************
     * ORDER CONFIRMATION
     ************************************************************/
  /* Adresses
     ************************************************************/ }
  @media screen and (min-width: 992px) {
    .woocommerce-checkout .col2-set#customer_details {
      float: left;
      width: 50%;
      margin-right: 4%; }
      .woocommerce-checkout .col2-set#customer_details .col-1,
      .woocommerce-checkout .col2-set#customer_details .col-2 {
        width: 100%; }
    .woocommerce-checkout h3#order_review_heading {
      float: left;
      width: 46%; }
    .woocommerce-checkout #order_review {
      float: left;
      width: 46%; } }
  @media screen and (max-width: 991px) {
    .woocommerce-checkout .col2-set {
      margin-bottom: 80px; } }
  .woocommerce-checkout .col2-set#customer_details .col-1,
  .woocommerce-checkout .col2-set#customer_details .col-2 {
    width: 100%; }
  .woocommerce-checkout .form-row.notes {
    display: none; }
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 20px;
    letter-spacing: .125em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1em; }
  .woocommerce-checkout #order_review_heading {
    font-size: 20px;
    letter-spacing: .125em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1em; }
  .woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 20px;
    letter-spacing: .125em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1em; }
  .woocommerce-checkout #customer_details p.form-row {
    margin: 20px 0; }
    .woocommerce-checkout #customer_details p.form-row > label {
      display: none; }
    .woocommerce-checkout #customer_details p.form-row#billing_first_name_field, .woocommerce-checkout #customer_details p.form-row#billing_last_name_field {
      width: 100%;
      float: none; }
    .woocommerce-checkout #customer_details p.form-row#billing_postcode_field, .woocommerce-checkout #customer_details p.form-row#shipping_postcode_field {
      float: left;
      width: 30%;
      margin-right: 10%; }
    .woocommerce-checkout #customer_details p.form-row#billing_city_field, .woocommerce-checkout #customer_details p.form-row#shipping_city_field {
      float: left;
      width: 60%;
      clear: none; }
    .woocommerce-checkout #customer_details p.form-row#billing_company_field, .woocommerce-checkout #customer_details p.form-row#billing_state_field {
      display: none; }
  .woocommerce-checkout #customer_details .selectric-wrapper .selectric {
    margin-bottom: 0; }
  .woocommerce-checkout #customer_details .selectric-wrapper ~ span.select2 {
    display: none; }
  .woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    margin: 20px 0 80px; }
    .woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span {
      font-size: 14px;
      font-weight: 400; }
  .woocommerce-checkout table.woocommerce-checkout-review-order-table,
  .woocommerce-checkout table.woocommerce-table--order-details {
    border-collapse: collapse; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table thead,
    .woocommerce-checkout table.woocommerce-table--order-details thead {
      display: none; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart_item,
    .woocommerce-checkout table.woocommerce-table--order-details tr.cart_item {
      border-bottom: 1px solid #fff; }
      .woocommerce-checkout table.woocommerce-checkout-review-order-table tr.cart_item:first-child,
      .woocommerce-checkout table.woocommerce-table--order-details tr.cart_item:first-child {
        border-top: 1px solid #fff; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals li label,
    .woocommerce-checkout table.woocommerce-table--order-details tr.woocommerce-shipping-totals li label {
      font-weight: 300;
      font-family: "Josefin Sans", sans-serif; }
    @media screen and (min-width: 768px) {
      .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-thumbnail,
      .woocommerce-checkout table.woocommerce-table--order-details td.product-thumbnail {
        width: 100px; } }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-thumbnail img,
    .woocommerce-checkout table.woocommerce-table--order-details td.product-thumbnail img {
      max-height: 100px; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name,
    .woocommerce-checkout table.woocommerce-table--order-details td.product-name {
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .165em;
      color: #fff;
      text-transform: uppercase; }
      .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name .product__attributes dt,
      .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-name .product__attributes dd,
      .woocommerce-checkout table.woocommerce-table--order-details td.product-name .product__attributes dt,
      .woocommerce-checkout table.woocommerce-table--order-details td.product-name .product__attributes dd {
        font-family: "Lato", sans-serif;
        line-height: 1.5;
        font-size: 14px;
        font-weight: 300;
        text-transform: none;
        letter-spacing: 1px;
        margin-bottom: 0; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-total,
    .woocommerce-checkout table.woocommerce-table--order-details td.product-total {
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .165em;
      color: #fff;
      text-transform: uppercase;
      text-align: right; }
      .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-total .product-quantity,
      .woocommerce-checkout table.woocommerce-table--order-details td.product-total .product-quantity {
        font-size: 20px; }
        .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-total .product-quantity span.small,
        .woocommerce-checkout table.woocommerce-table--order-details td.product-total .product-quantity span.small {
          font-size: 12px; }
      .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-total .product-total__flex-wrapper,
      .woocommerce-checkout table.woocommerce-table--order-details td.product-total .product-total__flex-wrapper {
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100px; }
      @media screen and (max-width: 767px) {
        .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-total,
        .woocommerce-checkout table.woocommerce-table--order-details td.product-total {
          clear: both; }
          .woocommerce-checkout table.woocommerce-checkout-review-order-table td.product-total .product-total__flex-wrapper,
          .woocommerce-checkout table.woocommerce-table--order-details td.product-total .product-total__flex-wrapper {
            flex-direction: row;
            height: auto; } }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr td,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr th {
      padding: 5px 0;
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .165em;
      color: #fff;
      text-transform: uppercase;
      border-top: none;
      border-bottom: none; }
      @media screen and (max-width: 559px) {
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td,
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
        .woocommerce-checkout table.woocommerce-table--order-details tfoot tr td,
        .woocommerce-checkout table.woocommerce-table--order-details tfoot tr th {
          font-size: 14px; } }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr th {
      column-span: 2; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr td {
      max-width: 160px;
      border-bottom: none;
      font-weight: 300;
      text-align: right; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td, .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:first-of-type th, .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:first-of-type td,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.cart-subtotal th,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.cart-subtotal td,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr:first-of-type th,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr:first-of-type td {
      padding: 30px 0 5px; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td,
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.order-total td,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.order-total th {
      padding: 35px 0 30px; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.order-total td {
      font-weight: 600; }
    .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
    .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.order-total th {
      font-family: "Josefin Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .165em;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: .165em; }
      @media screen and (max-width: 559px) {
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
        .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.order-total th {
          font-size: 20px; } }
      .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th .woocommerce-price-suffix,
      .woocommerce-checkout table.woocommerce-table--order-details tfoot tr.order-total th .woocommerce-price-suffix {
        display: block;
        font-size: 14px;
        font-weight: 300;
        font-style: italic;
        letter-spacing: 1px;
        line-height: 1.2;
        text-transform: none; }
    @media screen and (min-width: 768px) {
      .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th[scope=row],
      .woocommerce-checkout table.woocommerce-table--order-details tfoot tr th[scope=row] {
        text-align: right; } }
    @media screen and (max-width: 767px) {
      .woocommerce-checkout table.woocommerce-checkout-review-order-table,
      .woocommerce-checkout table.woocommerce-table--order-details {
        display: block; }
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody,
        .woocommerce-checkout table.woocommerce-table--order-details tbody {
          display: block; }
          .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-name,
          .woocommerce-checkout table.woocommerce-table--order-details tbody td.product-name {
            padding: 30px 0 7px; }
          .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-total,
          .woocommerce-checkout table.woocommerce-table--order-details tbody td.product-total {
            display: block;
            padding: 7px 0 30px;
            width: 100%; }
          .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td:first-of-type,
          .woocommerce-checkout table.woocommerce-table--order-details tbody td:first-of-type {
            border-bottom: none;
            border-top: none; }
          .woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr,
          .woocommerce-checkout table.woocommerce-table--order-details tbody tr {
            display: block; }
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td,
        .woocommerce-checkout table.woocommerce-table--order-details tfoot td {
          border-bottom: none;
          border-top: none; }
          .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td:first-of-type,
          .woocommerce-checkout table.woocommerce-table--order-details tfoot td:first-of-type {
            border-bottom: none;
            border-top: none; }
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total td,
        .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th,
        .woocommerce-checkout table.woocommerce-table--order-details tfoot .order-total td,
        .woocommerce-checkout table.woocommerce-table--order-details tfoot .order-total th {
          font-size: 24px; } }
    @media screen and (max-width: 767px) and (max-width: 559px) {
      .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total td,
      .woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th,
      .woocommerce-checkout table.woocommerce-table--order-details tfoot .order-total td,
      .woocommerce-checkout table.woocommerce-table--order-details tfoot .order-total th {
        font-size: 20px; } }
  .woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .form-row {
    padding: 40px 0 10px; }
  .woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    font-weight: 400; }
    .woocommerce-checkout .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a {
      color: #fff; }
  .woocommerce-checkout .place-order .place-order__btn-wrapper {
    text-align: center;
    padding: 40px 0; }
    .woocommerce-checkout .place-order .place-order__btn-wrapper #place_order {
      background-image: none;
      width: inherit;
      height: inherit;
      min-width: 150px;
      padding: .9em 2em;
      text-align: center;
      color: #fff !important;
      font-weight: 700;
      letter-spacing: .15em;
      text-transform: uppercase;
      background-image: radial-gradient(circle at 50% 100%, #f5a892, #93583f);
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      border-width: 0;
      border-radius: 0;
      overflow: hidden;
      display: inline-block; }
      .woocommerce-checkout .place-order .place-order__btn-wrapper #place_order:hover {
        background-image: radial-gradient(circle at 50% 80%, #f5a892, #93583f);
        transition: .3s; }
  .woocommerce-checkout #payment {
    background: transparent; }
    .woocommerce-checkout #payment ul.payment_methods {
      border-bottom: none; }
      .woocommerce-checkout #payment ul.payment_methods li {
        position: relative;
        cursor: pointer;
        margin-bottom: 1em; }
      .woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
        opacity: 0;
        position: absolute;
        top: 0;
        height: 100%; }
      .woocommerce-checkout #payment ul.payment_methods input[type="radio"] + label::before {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: -1px 10px 0 0;
        vertical-align: middle;
        cursor: pointer; }
      .woocommerce-checkout #payment ul.payment_methods input[type="radio"] + label::before {
        content: '';
        background-color: transparent;
        border: 2px solid transparent;
        outline: 1px solid #fff; }
      .woocommerce-checkout #payment ul.payment_methods input[type="radio"]:checked + label::before {
        content: '';
        background-color: #93583f;
        border: 2px solid #111418;
        outline: 1px solid #fff; }
      .woocommerce-checkout #payment ul.payment_methods li a.about_paypal {
        display: none; }
      .woocommerce-checkout #payment ul.payment_methods li img {
        max-height: 18px; }
    .woocommerce-checkout #payment div.payment_box {
      background-color: #2b2e32;
      margin: 3em 0;
      color: #fff; }
      .woocommerce-checkout #payment div.payment_box:before {
        border: 1em solid #2b2e32;
        border-color: transparent transparent #2b2e32 transparent; }
      .woocommerce-checkout #payment div.payment_box div.form-row {
        padding: 1em 0; }
        .woocommerce-checkout #payment div.payment_box div.form-row label {
          text-transform: uppercase;
          font-weight: 500; }
  .woocommerce-checkout .woocommerce-order-details {
    padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .woocommerce-checkout ul.order_details li {
      float: none;
      margin-bottom: 20px;
      border-right: none; } }
  .woocommerce-checkout .woocommerce-customer-details {
    padding-top: 60px; }
    .woocommerce-checkout .woocommerce-customer-details address {
      border: none;
      padding: 20px 0;
      font-weight: 300;
      line-height: 1.5em;
      letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .woocommerce-checkout .woocommerce-customer-details .woocommerce-column--shipping-address {
        padding-top: 50px; } }

/************************************************************
 * MESSAGES AND VALIDATION
 ************************************************************/
.woocommerce-notices-wrapper {
  width: 90%;
  max-width: 1220px;
  margin: auto;
  background-color: #2a2c30; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: transparent;
  color: #fff;
  border-top: none;
  list-style: none outside;
  width: auto;
  word-wrap: break-word; }

.woocommerce-message:before {
  color: #93583f; }

.woocommerce-message .restore-item {
  display: none; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: inherit; }

/* Cart empty
 ************************************************************/
p.cart-empty.woocommerce-info {
  text-align: center;
  font-size: 1.4em;
  padding: 1em 2em 1em; }
  p.cart-empty.woocommerce-info:before {
    color: transparent;
    background-image: url("./img/shopping-cart-empty.svg");
    max-height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    /* object-fit: cover; */
    width: 2rem;
    position: relative;
    display: inline-block;
    left: unset;
    top: unset;
    margin-right: 20px;
    vertical-align: middle; }
    @media screen and (max-width: 559px) {
      p.cart-empty.woocommerce-info:before {
        display: block;
        margin: 0 auto 20px; } }

p.return-to-shop {
  text-align: center; }

/************************************************************
 * LOADERS
 ************************************************************/
.woocommerce .blockUI.blockOverlay {
  background-color: #000 !important; }
  .woocommerce .blockUI.blockOverlay:before {
    background-image: url("./img/loader.svg"); }

/************************************************************
 * WIDGET
 ************************************************************/
/************************************************************
 * SIDEBAR
 ************************************************************/
/************************************************************
 * PLUGINS
 ************************************************************/
/************************************************************
 * FOOTER
 ************************************************************/
.c-footer-main {
  color: #fff; }
  .c-footer-main .col:nth-of-type(2) {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .c-footer-main a {
    color: #fff; }
  .c-footer-main .c-language-switch {
    position: relative;
    width: 80px;
    padding: 15px 0;
    margin: auto;
    display: none; }
    @media screen and (min-width: 992px) {
      .c-footer-main .c-language-switch {
        display: block; } }
    .c-footer-main .c-language-switch .wpml-ls-legacy-dropdown a {
      color: #fff;
      border: 0px solid #cdcdcd;
      background-color: transparent;
      padding: 3px 10px;
      padding-right: 30px;
      font-size: 14px;
      line-height: 1; }
      .c-footer-main .c-language-switch .wpml-ls-legacy-dropdown a:hover {
        background-color: transparent; }
    .c-footer-main .c-language-switch .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      right: initial;
      left: 0;
      border-top: none; }
      .c-footer-main .c-language-switch .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
        width: 80px; }
    .c-footer-main .c-language-switch .wpml-ls-first-item.wpml-ls-last-item {
      display: none; }

.c-footer-logo {
  max-height: 120px; }
  @media screen and (max-width: 767px) {
    .c-footer-logo__col {
      text-align: center;
      margin-bottom: 40px; } }

.c-footer-contact p {
  margin-bottom: 0; }

.c-footer-copyright {
  text-align: center; }
  .c-footer-copyright p, .c-footer-copyright a {
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300; }

/************************************************************
 * PAGE HEADER
 ************************************************************/
.c-page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .c-page-hero__container {
    height: 700px;
    width: 90%;
    max-width: 1300px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .c-page-hero__container {
        height: 600px; } }
  .c-page-hero__text-col {
    max-width: 70%;
    padding-top: 150px; }
    @media screen and (max-width: 767px) {
      .c-page-hero__text-col {
        max-width: 100%;
        text-align: center; } }

/************************************************************
 * UTILITIES
 ************************************************************/
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vert-flex {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.bottom-flex {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.strech-flex {
  display: -ms-flex;
  display: flex;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }

.no-overflow {
  overflow: hidden; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.bg--gray {
  background-color: #f2f2f2; }

@media screen and (min-width: 768px) {
  .has-border:not(:last-of-type) {
    border-style: solid;
    border-right-width: 1px;
    border-width: 0;
    border-right-width: 1px;
    border-image-source: radial-gradient(circle at 50% 100%, #f5a892, #93583f 100%);
    border-image-slice: 1; } }

@media screen and (max-width: 767px) {
  .hide-sm {
    display: none; } }

@media screen and (min-width: 768px) {
  .show-sm {
    display: none; } }

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

@media screen and (min-width: 992px) {
  .show-md {
    display: none !important; } }

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

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

/************************************************************
 * SPACES
 ************************************************************/
.p-xs--150 {
  padding: -150px; }

.p-xs--100 {
  padding: -100px; }

.p-xs--70 {
  padding: -70px; }

.p-xs--50 {
  padding: -50px; }

.p-xs-0 {
  padding: 0px; }

.p-xs-5 {
  padding: 5px; }

.p-xs-10 {
  padding: 10px; }

.p-xs-15 {
  padding: 15px; }

.p-xs-20 {
  padding: 20px; }

.p-xs-30 {
  padding: 30px; }

.p-xs-40 {
  padding: 40px; }

.p-xs-50 {
  padding: 50px; }

.p-xs-60 {
  padding: 60px; }

.p-xs-70 {
  padding: 70px; }

.p-xs-80 {
  padding: 80px; }

.p-xs-100 {
  padding: 100px; }

.p-xs-120 {
  padding: 120px; }

.p-xs-150 {
  padding: 150px; }

.p-xs-160 {
  padding: 160px; }

.p-xs-200 {
  padding: 200px; }

.p-xs-300 {
  padding: 300px; }

.pt-xs--150 {
  padding-top: -150px; }

.pt-xs--100 {
  padding-top: -100px; }

.pt-xs--70 {
  padding-top: -70px; }

.pt-xs--50 {
  padding-top: -50px; }

.pt-xs-0 {
  padding-top: 0px; }

.pt-xs-5 {
  padding-top: 5px; }

.pt-xs-10 {
  padding-top: 10px; }

.pt-xs-15 {
  padding-top: 15px; }

.pt-xs-20 {
  padding-top: 20px; }

.pt-xs-30 {
  padding-top: 30px; }

.pt-xs-40 {
  padding-top: 40px; }

.pt-xs-50 {
  padding-top: 50px; }

.pt-xs-60 {
  padding-top: 60px; }

.pt-xs-70 {
  padding-top: 70px; }

.pt-xs-80 {
  padding-top: 80px; }

.pt-xs-100 {
  padding-top: 100px; }

.pt-xs-120 {
  padding-top: 120px; }

.pt-xs-150 {
  padding-top: 150px; }

.pt-xs-160 {
  padding-top: 160px; }

.pt-xs-200 {
  padding-top: 200px; }

.pt-xs-300 {
  padding-top: 300px; }

.pr-xs--150 {
  padding-right: -150px; }

.pr-xs--100 {
  padding-right: -100px; }

.pr-xs--70 {
  padding-right: -70px; }

.pr-xs--50 {
  padding-right: -50px; }

.pr-xs-0 {
  padding-right: 0px; }

.pr-xs-5 {
  padding-right: 5px; }

.pr-xs-10 {
  padding-right: 10px; }

.pr-xs-15 {
  padding-right: 15px; }

.pr-xs-20 {
  padding-right: 20px; }

.pr-xs-30 {
  padding-right: 30px; }

.pr-xs-40 {
  padding-right: 40px; }

.pr-xs-50 {
  padding-right: 50px; }

.pr-xs-60 {
  padding-right: 60px; }

.pr-xs-70 {
  padding-right: 70px; }

.pr-xs-80 {
  padding-right: 80px; }

.pr-xs-100 {
  padding-right: 100px; }

.pr-xs-120 {
  padding-right: 120px; }

.pr-xs-150 {
  padding-right: 150px; }

.pr-xs-160 {
  padding-right: 160px; }

.pr-xs-200 {
  padding-right: 200px; }

.pr-xs-300 {
  padding-right: 300px; }

.pb-xs--150 {
  padding-bottom: -150px; }

.pb-xs--100 {
  padding-bottom: -100px; }

.pb-xs--70 {
  padding-bottom: -70px; }

.pb-xs--50 {
  padding-bottom: -50px; }

.pb-xs-0 {
  padding-bottom: 0px; }

.pb-xs-5 {
  padding-bottom: 5px; }

.pb-xs-10 {
  padding-bottom: 10px; }

.pb-xs-15 {
  padding-bottom: 15px; }

.pb-xs-20 {
  padding-bottom: 20px; }

.pb-xs-30 {
  padding-bottom: 30px; }

.pb-xs-40 {
  padding-bottom: 40px; }

.pb-xs-50 {
  padding-bottom: 50px; }

.pb-xs-60 {
  padding-bottom: 60px; }

.pb-xs-70 {
  padding-bottom: 70px; }

.pb-xs-80 {
  padding-bottom: 80px; }

.pb-xs-100 {
  padding-bottom: 100px; }

.pb-xs-120 {
  padding-bottom: 120px; }

.pb-xs-150 {
  padding-bottom: 150px; }

.pb-xs-160 {
  padding-bottom: 160px; }

.pb-xs-200 {
  padding-bottom: 200px; }

.pb-xs-300 {
  padding-bottom: 300px; }

.pl-xs--150 {
  padding-left: -150px; }

.pl-xs--100 {
  padding-left: -100px; }

.pl-xs--70 {
  padding-left: -70px; }

.pl-xs--50 {
  padding-left: -50px; }

.pl-xs-0 {
  padding-left: 0px; }

.pl-xs-5 {
  padding-left: 5px; }

.pl-xs-10 {
  padding-left: 10px; }

.pl-xs-15 {
  padding-left: 15px; }

.pl-xs-20 {
  padding-left: 20px; }

.pl-xs-30 {
  padding-left: 30px; }

.pl-xs-40 {
  padding-left: 40px; }

.pl-xs-50 {
  padding-left: 50px; }

.pl-xs-60 {
  padding-left: 60px; }

.pl-xs-70 {
  padding-left: 70px; }

.pl-xs-80 {
  padding-left: 80px; }

.pl-xs-100 {
  padding-left: 100px; }

.pl-xs-120 {
  padding-left: 120px; }

.pl-xs-150 {
  padding-left: 150px; }

.pl-xs-160 {
  padding-left: 160px; }

.pl-xs-200 {
  padding-left: 200px; }

.pl-xs-300 {
  padding-left: 300px; }

.px-xs--150 {
  padding-left: -150px;
  padding-right: -150px; }

.px-xs--100 {
  padding-left: -100px;
  padding-right: -100px; }

.px-xs--70 {
  padding-left: -70px;
  padding-right: -70px; }

.px-xs--50 {
  padding-left: -50px;
  padding-right: -50px; }

.px-xs-0 {
  padding-left: 0px;
  padding-right: 0px; }

.px-xs-5 {
  padding-left: 5px;
  padding-right: 5px; }

.px-xs-10 {
  padding-left: 10px;
  padding-right: 10px; }

.px-xs-15 {
  padding-left: 15px;
  padding-right: 15px; }

.px-xs-20 {
  padding-left: 20px;
  padding-right: 20px; }

.px-xs-30 {
  padding-left: 30px;
  padding-right: 30px; }

.px-xs-40 {
  padding-left: 40px;
  padding-right: 40px; }

.px-xs-50 {
  padding-left: 50px;
  padding-right: 50px; }

.px-xs-60 {
  padding-left: 60px;
  padding-right: 60px; }

.px-xs-70 {
  padding-left: 70px;
  padding-right: 70px; }

.px-xs-80 {
  padding-left: 80px;
  padding-right: 80px; }

.px-xs-100 {
  padding-left: 100px;
  padding-right: 100px; }

.px-xs-120 {
  padding-left: 120px;
  padding-right: 120px; }

.px-xs-150 {
  padding-left: 150px;
  padding-right: 150px; }

.px-xs-160 {
  padding-left: 160px;
  padding-right: 160px; }

.px-xs-200 {
  padding-left: 200px;
  padding-right: 200px; }

.px-xs-300 {
  padding-left: 300px;
  padding-right: 300px; }

.py-xs--150 {
  padding-top: -150px;
  padding-bottom: -150px; }

.py-xs--100 {
  padding-top: -100px;
  padding-bottom: -100px; }

.py-xs--70 {
  padding-top: -70px;
  padding-bottom: -70px; }

.py-xs--50 {
  padding-top: -50px;
  padding-bottom: -50px; }

.py-xs-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.py-xs-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.py-xs-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.py-xs-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.py-xs-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.py-xs-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.py-xs-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.py-xs-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.py-xs-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.py-xs-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.py-xs-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.py-xs-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.py-xs-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.py-xs-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.py-xs-160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.py-xs-200 {
  padding-top: 200px;
  padding-bottom: 200px; }

.py-xs-300 {
  padding-top: 300px;
  padding-bottom: 300px; }

.m-xs--150 {
  margin: -150px; }

.m-xs--100 {
  margin: -100px; }

.m-xs--70 {
  margin: -70px; }

.m-xs--50 {
  margin: -50px; }

.m-xs-0 {
  margin: 0px; }

.m-xs-5 {
  margin: 5px; }

.m-xs-10 {
  margin: 10px; }

.m-xs-15 {
  margin: 15px; }

.m-xs-20 {
  margin: 20px; }

.m-xs-30 {
  margin: 30px; }

.m-xs-40 {
  margin: 40px; }

.m-xs-50 {
  margin: 50px; }

.m-xs-60 {
  margin: 60px; }

.m-xs-70 {
  margin: 70px; }

.m-xs-80 {
  margin: 80px; }

.m-xs-100 {
  margin: 100px; }

.m-xs-120 {
  margin: 120px; }

.m-xs-150 {
  margin: 150px; }

.m-xs-160 {
  margin: 160px; }

.m-xs-200 {
  margin: 200px; }

.m-xs-300 {
  margin: 300px; }

.mt-xs--150 {
  margin-top: -150px; }

.mt-xs--100 {
  margin-top: -100px; }

.mt-xs--70 {
  margin-top: -70px; }

.mt-xs--50 {
  margin-top: -50px; }

.mt-xs-0 {
  margin-top: 0px; }

.mt-xs-5 {
  margin-top: 5px; }

.mt-xs-10 {
  margin-top: 10px; }

.mt-xs-15 {
  margin-top: 15px; }

.mt-xs-20 {
  margin-top: 20px; }

.mt-xs-30 {
  margin-top: 30px; }

.mt-xs-40 {
  margin-top: 40px; }

.mt-xs-50 {
  margin-top: 50px; }

.mt-xs-60 {
  margin-top: 60px; }

.mt-xs-70 {
  margin-top: 70px; }

.mt-xs-80 {
  margin-top: 80px; }

.mt-xs-100 {
  margin-top: 100px; }

.mt-xs-120 {
  margin-top: 120px; }

.mt-xs-150 {
  margin-top: 150px; }

.mt-xs-160 {
  margin-top: 160px; }

.mt-xs-200 {
  margin-top: 200px; }

.mt-xs-300 {
  margin-top: 300px; }

.mr-xs--150 {
  margin-right: -150px; }

.mr-xs--100 {
  margin-right: -100px; }

.mr-xs--70 {
  margin-right: -70px; }

.mr-xs--50 {
  margin-right: -50px; }

.mr-xs-0 {
  margin-right: 0px; }

.mr-xs-5 {
  margin-right: 5px; }

.mr-xs-10 {
  margin-right: 10px; }

.mr-xs-15 {
  margin-right: 15px; }

.mr-xs-20 {
  margin-right: 20px; }

.mr-xs-30 {
  margin-right: 30px; }

.mr-xs-40 {
  margin-right: 40px; }

.mr-xs-50 {
  margin-right: 50px; }

.mr-xs-60 {
  margin-right: 60px; }

.mr-xs-70 {
  margin-right: 70px; }

.mr-xs-80 {
  margin-right: 80px; }

.mr-xs-100 {
  margin-right: 100px; }

.mr-xs-120 {
  margin-right: 120px; }

.mr-xs-150 {
  margin-right: 150px; }

.mr-xs-160 {
  margin-right: 160px; }

.mr-xs-200 {
  margin-right: 200px; }

.mr-xs-300 {
  margin-right: 300px; }

.mb-xs--150 {
  margin-bottom: -150px; }

.mb-xs--100 {
  margin-bottom: -100px; }

.mb-xs--70 {
  margin-bottom: -70px; }

.mb-xs--50 {
  margin-bottom: -50px; }

.mb-xs-0 {
  margin-bottom: 0px; }

.mb-xs-5 {
  margin-bottom: 5px; }

.mb-xs-10 {
  margin-bottom: 10px; }

.mb-xs-15 {
  margin-bottom: 15px; }

.mb-xs-20 {
  margin-bottom: 20px; }

.mb-xs-30 {
  margin-bottom: 30px; }

.mb-xs-40 {
  margin-bottom: 40px; }

.mb-xs-50 {
  margin-bottom: 50px; }

.mb-xs-60 {
  margin-bottom: 60px; }

.mb-xs-70 {
  margin-bottom: 70px; }

.mb-xs-80 {
  margin-bottom: 80px; }

.mb-xs-100 {
  margin-bottom: 100px; }

.mb-xs-120 {
  margin-bottom: 120px; }

.mb-xs-150 {
  margin-bottom: 150px; }

.mb-xs-160 {
  margin-bottom: 160px; }

.mb-xs-200 {
  margin-bottom: 200px; }

.mb-xs-300 {
  margin-bottom: 300px; }

.ml-xs--150 {
  margin-left: -150px; }

.ml-xs--100 {
  margin-left: -100px; }

.ml-xs--70 {
  margin-left: -70px; }

.ml-xs--50 {
  margin-left: -50px; }

.ml-xs-0 {
  margin-left: 0px; }

.ml-xs-5 {
  margin-left: 5px; }

.ml-xs-10 {
  margin-left: 10px; }

.ml-xs-15 {
  margin-left: 15px; }

.ml-xs-20 {
  margin-left: 20px; }

.ml-xs-30 {
  margin-left: 30px; }

.ml-xs-40 {
  margin-left: 40px; }

.ml-xs-50 {
  margin-left: 50px; }

.ml-xs-60 {
  margin-left: 60px; }

.ml-xs-70 {
  margin-left: 70px; }

.ml-xs-80 {
  margin-left: 80px; }

.ml-xs-100 {
  margin-left: 100px; }

.ml-xs-120 {
  margin-left: 120px; }

.ml-xs-150 {
  margin-left: 150px; }

.ml-xs-160 {
  margin-left: 160px; }

.ml-xs-200 {
  margin-left: 200px; }

.ml-xs-300 {
  margin-left: 300px; }

.mx-xs--150 {
  margin-left: -150px;
  margin-right: -150px; }

.mx-xs--100 {
  margin-left: -100px;
  margin-right: -100px; }

.mx-xs--70 {
  margin-left: -70px;
  margin-right: -70px; }

.mx-xs--50 {
  margin-left: -50px;
  margin-right: -50px; }

.mx-xs-0 {
  margin-left: 0px;
  margin-right: 0px; }

.mx-xs-5 {
  margin-left: 5px;
  margin-right: 5px; }

.mx-xs-10 {
  margin-left: 10px;
  margin-right: 10px; }

.mx-xs-15 {
  margin-left: 15px;
  margin-right: 15px; }

.mx-xs-20 {
  margin-left: 20px;
  margin-right: 20px; }

.mx-xs-30 {
  margin-left: 30px;
  margin-right: 30px; }

.mx-xs-40 {
  margin-left: 40px;
  margin-right: 40px; }

.mx-xs-50 {
  margin-left: 50px;
  margin-right: 50px; }

.mx-xs-60 {
  margin-left: 60px;
  margin-right: 60px; }

.mx-xs-70 {
  margin-left: 70px;
  margin-right: 70px; }

.mx-xs-80 {
  margin-left: 80px;
  margin-right: 80px; }

.mx-xs-100 {
  margin-left: 100px;
  margin-right: 100px; }

.mx-xs-120 {
  margin-left: 120px;
  margin-right: 120px; }

.mx-xs-150 {
  margin-left: 150px;
  margin-right: 150px; }

.mx-xs-160 {
  margin-left: 160px;
  margin-right: 160px; }

.mx-xs-200 {
  margin-left: 200px;
  margin-right: 200px; }

.mx-xs-300 {
  margin-left: 300px;
  margin-right: 300px; }

.my-xs--150 {
  margin-top: -150px;
  margin-bottom: -150px; }

.my-xs--100 {
  margin-top: -100px;
  margin-bottom: -100px; }

.my-xs--70 {
  margin-top: -70px;
  margin-bottom: -70px; }

.my-xs--50 {
  margin-top: -50px;
  margin-bottom: -50px; }

.my-xs-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.my-xs-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.my-xs-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.my-xs-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.my-xs-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.my-xs-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.my-xs-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.my-xs-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.my-xs-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.my-xs-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.my-xs-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.my-xs-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.my-xs-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.my-xs-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.my-xs-160 {
  margin-top: 160px;
  margin-bottom: 160px; }

.my-xs-200 {
  margin-top: 200px;
  margin-bottom: 200px; }

.my-xs-300 {
  margin-top: 300px;
  margin-bottom: 300px; }

@media screen and (min-width: 480px) {
  .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: 960px) {
  .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: 1280px) {
  .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; } }

.grecaptcha-badge{
	display:none !important;
}
