/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

[data-vcgrid] {
  overflow-x: hidden; }

[data-vcgrid-row] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    [data-vcgrid-row] {
      margin-left: -2.5px;
      margin-right: -2.5px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    [data-vcgrid-row] {
      margin-left: -5px;
      margin-right: -5px; } }
  @media (min-width: 1280px) {
    [data-vcgrid-row] {
      margin-left: -7.5px;
      margin-right: -7.5px; } }

[data-vcgrid-col] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  @media (max-width: 767px) {
    [data-vcgrid-col] {
      padding-left: 2.5px;
      padding-right: 2.5px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    [data-vcgrid-col] {
      padding-left: 5px;
      padding-right: 5px; } }
  @media (min-width: 1280px) {
    [data-vcgrid-col] {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

/* sR Grid features */
@media (min-width: 1280px) {
  [data-vcgrid-wrapper] {
    max-width: 1440px;
    margin: 0 auto; } }

[data-vcgrid-hide=""] {
  display: none; }

@media (min-width: 0px) and (min-width: 0px) {
  [data-vcgrid-hide~="s"] {
    display: none; } }

@media (min-width: 768px) and (min-width: 768px) {
  [data-vcgrid-hide~="m"] {
    display: none; } }

@media (min-width: 1280px) and (min-width: 1280px) {
  [data-vcgrid-hide~="l"] {
    display: none; } }

@media (min-width: 0px) and (max-width: 1279px) {
  [data-vcgrid-hide~="s-m"] {
    display: none; } }

@media (min-width: 0px) {
  [data-vcgrid-hide~="s-l"] {
    display: none; } }

@media (min-width: 768px) {
  [data-vcgrid-hide~="m-l"] {
    display: none; } }

@media (max-width: 767px) {
  [data-vcgrid-hide~="s-only"] {
    display: none; } }

@media (min-width: 768px) and (max-width: 1279px) {
  [data-vcgrid-hide~="m-only"] {
    display: none; } }

@media (min-width: 1280px) {
  [data-vcgrid-hide~="l-only"] {
    display: none; } }

[data-vcgrid-col~="0"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[data-vcgrid-col~="1"] {
  -ms-flex-preferred-size: 2.778%;
      flex-basis: 2.778%;
  max-width: 2.778%; }

[data-vcgrid-col~="2"] {
  -ms-flex-preferred-size: 5.556%;
      flex-basis: 5.556%;
  max-width: 5.556%; }

[data-vcgrid-col~="3"] {
  -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
  max-width: 8.333%; }

[data-vcgrid-col~="4"] {
  -ms-flex-preferred-size: 11.111%;
      flex-basis: 11.111%;
  max-width: 11.111%; }

[data-vcgrid-col~="5"] {
  -ms-flex-preferred-size: 13.889%;
      flex-basis: 13.889%;
  max-width: 13.889%; }

[data-vcgrid-col~="6"] {
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
  max-width: 16.667%; }

[data-vcgrid-col~="7"] {
  -ms-flex-preferred-size: 19.444%;
      flex-basis: 19.444%;
  max-width: 19.444%; }

[data-vcgrid-col~="8"] {
  -ms-flex-preferred-size: 22.222%;
      flex-basis: 22.222%;
  max-width: 22.222%; }

[data-vcgrid-col~="9"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[data-vcgrid-col~="10"] {
  -ms-flex-preferred-size: 27.778%;
      flex-basis: 27.778%;
  max-width: 27.778%; }

[data-vcgrid-col~="11"] {
  -ms-flex-preferred-size: 30.556%;
      flex-basis: 30.556%;
  max-width: 30.556%; }

[data-vcgrid-col~="12"] {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%; }

[data-vcgrid-col~="13"] {
  -ms-flex-preferred-size: 36.111%;
      flex-basis: 36.111%;
  max-width: 36.111%; }

[data-vcgrid-col~="14"] {
  -ms-flex-preferred-size: 38.889%;
      flex-basis: 38.889%;
  max-width: 38.889%; }

[data-vcgrid-col~="15"] {
  -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
  max-width: 41.667%; }

[data-vcgrid-col~="16"] {
  -ms-flex-preferred-size: 44.444%;
      flex-basis: 44.444%;
  max-width: 44.444%; }

[data-vcgrid-col~="17"] {
  -ms-flex-preferred-size: 47.222%;
      flex-basis: 47.222%;
  max-width: 47.222%; }

[data-vcgrid-col~="18"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[data-vcgrid-col~="19"] {
  -ms-flex-preferred-size: 52.778%;
      flex-basis: 52.778%;
  max-width: 52.778%; }

[data-vcgrid-col~="20"] {
  -ms-flex-preferred-size: 55.556%;
      flex-basis: 55.556%;
  max-width: 55.556%; }

[data-vcgrid-col~="21"] {
  -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
  max-width: 58.333%; }

[data-vcgrid-col~="22"] {
  -ms-flex-preferred-size: 61.111%;
      flex-basis: 61.111%;
  max-width: 61.111%; }

[data-vcgrid-col~="23"] {
  -ms-flex-preferred-size: 63.889%;
      flex-basis: 63.889%;
  max-width: 63.889%; }

[data-vcgrid-col~="24"] {
  -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
  max-width: 66.667%; }

[data-vcgrid-col~="25"] {
  -ms-flex-preferred-size: 69.444%;
      flex-basis: 69.444%;
  max-width: 69.444%; }

[data-vcgrid-col~="26"] {
  -ms-flex-preferred-size: 72.222%;
      flex-basis: 72.222%;
  max-width: 72.222%; }

[data-vcgrid-col~="27"] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

[data-vcgrid-col~="28"] {
  -ms-flex-preferred-size: 77.778%;
      flex-basis: 77.778%;
  max-width: 77.778%; }

[data-vcgrid-col~="29"] {
  -ms-flex-preferred-size: 80.556%;
      flex-basis: 80.556%;
  max-width: 80.556%; }

[data-vcgrid-col~="30"] {
  -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
  max-width: 83.333%; }

[data-vcgrid-col~="31"] {
  -ms-flex-preferred-size: 86.111%;
      flex-basis: 86.111%;
  max-width: 86.111%; }

[data-vcgrid-col~="32"] {
  -ms-flex-preferred-size: 88.889%;
      flex-basis: 88.889%;
  max-width: 88.889%; }

[data-vcgrid-col~="33"] {
  -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
  max-width: 91.667%; }

[data-vcgrid-col~="34"] {
  -ms-flex-preferred-size: 94.444%;
      flex-basis: 94.444%;
  max-width: 94.444%; }

[data-vcgrid-col~="35"] {
  -ms-flex-preferred-size: 97.222%;
      flex-basis: 97.222%;
  max-width: 97.222%; }

[data-vcgrid-col~="36"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media (min-width: 0px) {
  [data-vcgrid-col~="s-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="s-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="s-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="s-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="s-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="s-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="s-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="s-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="s-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="s-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="s-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="s-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="s-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="s-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="s-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="s-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="s-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="s-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="s-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="s-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="s-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="s-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="s-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="s-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="s-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="s-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="s-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="s-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="s-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="s-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="s-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="s-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="s-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="s-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="s-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="s-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="s-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  [data-vcgrid-col~="m-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="m-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="m-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="m-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="m-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="m-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="m-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="m-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="m-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="m-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="m-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="m-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="m-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="m-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="m-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="m-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="m-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="m-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="m-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="m-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="m-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="m-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="m-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="m-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="m-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="m-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="m-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="m-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="m-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="m-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="m-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="m-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="m-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="m-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="m-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="m-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="m-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 1280px) {
  [data-vcgrid-col~="l-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="l-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="l-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="l-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="l-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="l-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="l-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="l-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="l-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="l-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="l-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="l-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="l-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="l-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="l-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="l-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="l-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="l-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="l-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="l-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="l-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="l-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="l-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="l-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="l-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="l-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="l-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="l-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="l-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="l-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="l-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="l-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="l-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="l-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="l-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="l-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="l-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 0px) and (max-width: 1279px) {
  [data-vcgrid-col~="s-m-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="s-m-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="s-m-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="s-m-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="s-m-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="s-m-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="s-m-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="s-m-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="s-m-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="s-m-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="s-m-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="s-m-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="s-m-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="s-m-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="s-m-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="s-m-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="s-m-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="s-m-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="s-m-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="s-m-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="s-m-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="s-m-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="s-m-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="s-m-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="s-m-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="s-m-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="s-m-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="s-m-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="s-m-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="s-m-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="s-m-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="s-m-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="s-m-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="s-m-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="s-m-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="s-m-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="s-m-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 0px) {
  [data-vcgrid-col~="s-l-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="s-l-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="s-l-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="s-l-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="s-l-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="s-l-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="s-l-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="s-l-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="s-l-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="s-l-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="s-l-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="s-l-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="s-l-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="s-l-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="s-l-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="s-l-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="s-l-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="s-l-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="s-l-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="s-l-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="s-l-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="s-l-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="s-l-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="s-l-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="s-l-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="s-l-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="s-l-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="s-l-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="s-l-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="s-l-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="s-l-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="s-l-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="s-l-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="s-l-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="s-l-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="s-l-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="s-l-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  [data-vcgrid-col~="m-l-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="m-l-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="m-l-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="m-l-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="m-l-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="m-l-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="m-l-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="m-l-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="m-l-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="m-l-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="m-l-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="m-l-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="m-l-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="m-l-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="m-l-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="m-l-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="m-l-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="m-l-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="m-l-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="m-l-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="m-l-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="m-l-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="m-l-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="m-l-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="m-l-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="m-l-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="m-l-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="m-l-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="m-l-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="m-l-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="m-l-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="m-l-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="m-l-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="m-l-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="m-l-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="m-l-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="m-l-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  [data-vcgrid-col~="s-only-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="s-only-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="s-only-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="s-only-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="s-only-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="s-only-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="s-only-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="s-only-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="s-only-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="s-only-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="s-only-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="s-only-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="s-only-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="s-only-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="s-only-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="s-only-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="s-only-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="s-only-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="s-only-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="s-only-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="s-only-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="s-only-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="s-only-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="s-only-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="s-only-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="s-only-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="s-only-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="s-only-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="s-only-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="s-only-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="s-only-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="s-only-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="s-only-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="s-only-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="s-only-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="s-only-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="s-only-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 1279px) {
  [data-vcgrid-col~="m-only-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="m-only-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="m-only-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="m-only-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="m-only-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="m-only-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="m-only-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="m-only-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="m-only-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="m-only-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="m-only-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="m-only-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="m-only-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="m-only-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="m-only-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="m-only-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="m-only-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="m-only-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="m-only-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="m-only-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="m-only-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="m-only-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="m-only-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="m-only-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="m-only-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="m-only-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="m-only-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="m-only-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="m-only-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="m-only-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="m-only-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="m-only-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="m-only-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="m-only-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="m-only-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="m-only-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="m-only-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 1280px) {
  [data-vcgrid-col~="l-only-0"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-col~="l-only-1"] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; }
  [data-vcgrid-col~="l-only-2"] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-col~="l-only-3"] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-col~="l-only-4"] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-col~="l-only-5"] {
    -ms-flex-preferred-size: 13.889%;
        flex-basis: 13.889%;
    max-width: 13.889%; }
  [data-vcgrid-col~="l-only-6"] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-col~="l-only-7"] {
    -ms-flex-preferred-size: 19.444%;
        flex-basis: 19.444%;
    max-width: 19.444%; }
  [data-vcgrid-col~="l-only-8"] {
    -ms-flex-preferred-size: 22.222%;
        flex-basis: 22.222%;
    max-width: 22.222%; }
  [data-vcgrid-col~="l-only-9"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-col~="l-only-10"] {
    -ms-flex-preferred-size: 27.778%;
        flex-basis: 27.778%;
    max-width: 27.778%; }
  [data-vcgrid-col~="l-only-11"] {
    -ms-flex-preferred-size: 30.556%;
        flex-basis: 30.556%;
    max-width: 30.556%; }
  [data-vcgrid-col~="l-only-12"] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-col~="l-only-13"] {
    -ms-flex-preferred-size: 36.111%;
        flex-basis: 36.111%;
    max-width: 36.111%; }
  [data-vcgrid-col~="l-only-14"] {
    -ms-flex-preferred-size: 38.889%;
        flex-basis: 38.889%;
    max-width: 38.889%; }
  [data-vcgrid-col~="l-only-15"] {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%; }
  [data-vcgrid-col~="l-only-16"] {
    -ms-flex-preferred-size: 44.444%;
        flex-basis: 44.444%;
    max-width: 44.444%; }
  [data-vcgrid-col~="l-only-17"] {
    -ms-flex-preferred-size: 47.222%;
        flex-basis: 47.222%;
    max-width: 47.222%; }
  [data-vcgrid-col~="l-only-18"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-col~="l-only-19"] {
    -ms-flex-preferred-size: 52.778%;
        flex-basis: 52.778%;
    max-width: 52.778%; }
  [data-vcgrid-col~="l-only-20"] {
    -ms-flex-preferred-size: 55.556%;
        flex-basis: 55.556%;
    max-width: 55.556%; }
  [data-vcgrid-col~="l-only-21"] {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%; }
  [data-vcgrid-col~="l-only-22"] {
    -ms-flex-preferred-size: 61.111%;
        flex-basis: 61.111%;
    max-width: 61.111%; }
  [data-vcgrid-col~="l-only-23"] {
    -ms-flex-preferred-size: 63.889%;
        flex-basis: 63.889%;
    max-width: 63.889%; }
  [data-vcgrid-col~="l-only-24"] {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%; }
  [data-vcgrid-col~="l-only-25"] {
    -ms-flex-preferred-size: 69.444%;
        flex-basis: 69.444%;
    max-width: 69.444%; }
  [data-vcgrid-col~="l-only-26"] {
    -ms-flex-preferred-size: 72.222%;
        flex-basis: 72.222%;
    max-width: 72.222%; }
  [data-vcgrid-col~="l-only-27"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [data-vcgrid-col~="l-only-28"] {
    -ms-flex-preferred-size: 77.778%;
        flex-basis: 77.778%;
    max-width: 77.778%; }
  [data-vcgrid-col~="l-only-29"] {
    -ms-flex-preferred-size: 80.556%;
        flex-basis: 80.556%;
    max-width: 80.556%; }
  [data-vcgrid-col~="l-only-30"] {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%; }
  [data-vcgrid-col~="l-only-31"] {
    -ms-flex-preferred-size: 86.111%;
        flex-basis: 86.111%;
    max-width: 86.111%; }
  [data-vcgrid-col~="l-only-32"] {
    -ms-flex-preferred-size: 88.889%;
        flex-basis: 88.889%;
    max-width: 88.889%; }
  [data-vcgrid-col~="l-only-33"] {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%; }
  [data-vcgrid-col~="l-only-34"] {
    -ms-flex-preferred-size: 94.444%;
        flex-basis: 94.444%;
    max-width: 94.444%; }
  [data-vcgrid-col~="l-only-35"] {
    -ms-flex-preferred-size: 97.222%;
        flex-basis: 97.222%;
    max-width: 97.222%; }
  [data-vcgrid-col~="l-only-36"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

[data-vcgrid-col~="offset-0"] {
  margin-left: 0; }

[data-vcgrid-col~="offset-1"] {
  margin-left: 2.778%; }

[data-vcgrid-col~="offset-2"] {
  margin-left: 5.556%; }

[data-vcgrid-col~="offset-3"] {
  margin-left: 8.333%; }

[data-vcgrid-col~="offset-4"] {
  margin-left: 11.111%; }

[data-vcgrid-col~="offset-5"] {
  margin-left: 13.889%; }

[data-vcgrid-col~="offset-6"] {
  margin-left: 16.667%; }

[data-vcgrid-col~="offset-7"] {
  margin-left: 19.444%; }

[data-vcgrid-col~="offset-8"] {
  margin-left: 22.222%; }

[data-vcgrid-col~="offset-9"] {
  margin-left: 25%; }

[data-vcgrid-col~="offset-10"] {
  margin-left: 27.778%; }

[data-vcgrid-col~="offset-11"] {
  margin-left: 30.556%; }

[data-vcgrid-col~="offset-12"] {
  margin-left: 33.333%; }

[data-vcgrid-col~="offset-13"] {
  margin-left: 36.111%; }

[data-vcgrid-col~="offset-14"] {
  margin-left: 38.889%; }

[data-vcgrid-col~="offset-15"] {
  margin-left: 41.667%; }

[data-vcgrid-col~="offset-16"] {
  margin-left: 44.444%; }

[data-vcgrid-col~="offset-17"] {
  margin-left: 47.222%; }

[data-vcgrid-col~="offset-18"] {
  margin-left: 50%; }

[data-vcgrid-col~="offset-19"] {
  margin-left: 52.778%; }

[data-vcgrid-col~="offset-20"] {
  margin-left: 55.556%; }

[data-vcgrid-col~="offset-21"] {
  margin-left: 58.333%; }

[data-vcgrid-col~="offset-22"] {
  margin-left: 61.111%; }

[data-vcgrid-col~="offset-23"] {
  margin-left: 63.889%; }

[data-vcgrid-col~="offset-24"] {
  margin-left: 66.667%; }

[data-vcgrid-col~="offset-25"] {
  margin-left: 69.444%; }

[data-vcgrid-col~="offset-26"] {
  margin-left: 72.222%; }

[data-vcgrid-col~="offset-27"] {
  margin-left: 75%; }

[data-vcgrid-col~="offset-28"] {
  margin-left: 77.778%; }

[data-vcgrid-col~="offset-29"] {
  margin-left: 80.556%; }

[data-vcgrid-col~="offset-30"] {
  margin-left: 83.333%; }

[data-vcgrid-col~="offset-31"] {
  margin-left: 86.111%; }

[data-vcgrid-col~="offset-32"] {
  margin-left: 88.889%; }

[data-vcgrid-col~="offset-33"] {
  margin-left: 91.667%; }

[data-vcgrid-col~="offset-34"] {
  margin-left: 94.444%; }

[data-vcgrid-col~="offset-35"] {
  margin-left: 97.222%; }

@media (min-width: 0px) {
  [data-vcgrid-col~="s-offset-0"] {
    margin-left: 0; }
  [data-vcgrid-col~="s-offset-1"] {
    margin-left: 2.778%; }
  [data-vcgrid-col~="s-offset-2"] {
    margin-left: 5.556%; }
  [data-vcgrid-col~="s-offset-3"] {
    margin-left: 8.333%; }
  [data-vcgrid-col~="s-offset-4"] {
    margin-left: 11.111%; }
  [data-vcgrid-col~="s-offset-5"] {
    margin-left: 13.889%; }
  [data-vcgrid-col~="s-offset-6"] {
    margin-left: 16.667%; }
  [data-vcgrid-col~="s-offset-7"] {
    margin-left: 19.444%; }
  [data-vcgrid-col~="s-offset-8"] {
    margin-left: 22.222%; }
  [data-vcgrid-col~="s-offset-9"] {
    margin-left: 25%; }
  [data-vcgrid-col~="s-offset-10"] {
    margin-left: 27.778%; }
  [data-vcgrid-col~="s-offset-11"] {
    margin-left: 30.556%; }
  [data-vcgrid-col~="s-offset-12"] {
    margin-left: 33.333%; }
  [data-vcgrid-col~="s-offset-13"] {
    margin-left: 36.111%; }
  [data-vcgrid-col~="s-offset-14"] {
    margin-left: 38.889%; }
  [data-vcgrid-col~="s-offset-15"] {
    margin-left: 41.667%; }
  [data-vcgrid-col~="s-offset-16"] {
    margin-left: 44.444%; }
  [data-vcgrid-col~="s-offset-17"] {
    margin-left: 47.222%; }
  [data-vcgrid-col~="s-offset-18"] {
    margin-left: 50%; }
  [data-vcgrid-col~="s-offset-19"] {
    margin-left: 52.778%; }
  [data-vcgrid-col~="s-offset-20"] {
    margin-left: 55.556%; }
  [data-vcgrid-col~="s-offset-21"] {
    margin-left: 58.333%; }
  [data-vcgrid-col~="s-offset-22"] {
    margin-left: 61.111%; }
  [data-vcgrid-col~="s-offset-23"] {
    margin-left: 63.889%; }
  [data-vcgrid-col~="s-offset-24"] {
    margin-left: 66.667%; }
  [data-vcgrid-col~="s-offset-25"] {
    margin-left: 69.444%; }
  [data-vcgrid-col~="s-offset-26"] {
    margin-left: 72.222%; }
  [data-vcgrid-col~="s-offset-27"] {
    margin-left: 75%; }
  [data-vcgrid-col~="s-offset-28"] {
    margin-left: 77.778%; }
  [data-vcgrid-col~="s-offset-29"] {
    margin-left: 80.556%; }
  [data-vcgrid-col~="s-offset-30"] {
    margin-left: 83.333%; }
  [data-vcgrid-col~="s-offset-31"] {
    margin-left: 86.111%; }
  [data-vcgrid-col~="s-offset-32"] {
    margin-left: 88.889%; }
  [data-vcgrid-col~="s-offset-33"] {
    margin-left: 91.667%; }
  [data-vcgrid-col~="s-offset-34"] {
    margin-left: 94.444%; }
  [data-vcgrid-col~="s-offset-35"] {
    margin-left: 97.222%; } }

@media (min-width: 768px) {
  [data-vcgrid-col~="m-offset-0"] {
    margin-left: 0; }
  [data-vcgrid-col~="m-offset-1"] {
    margin-left: 2.778%; }
  [data-vcgrid-col~="m-offset-2"] {
    margin-left: 5.556%; }
  [data-vcgrid-col~="m-offset-3"] {
    margin-left: 8.333%; }
  [data-vcgrid-col~="m-offset-4"] {
    margin-left: 11.111%; }
  [data-vcgrid-col~="m-offset-5"] {
    margin-left: 13.889%; }
  [data-vcgrid-col~="m-offset-6"] {
    margin-left: 16.667%; }
  [data-vcgrid-col~="m-offset-7"] {
    margin-left: 19.444%; }
  [data-vcgrid-col~="m-offset-8"] {
    margin-left: 22.222%; }
  [data-vcgrid-col~="m-offset-9"] {
    margin-left: 25%; }
  [data-vcgrid-col~="m-offset-10"] {
    margin-left: 27.778%; }
  [data-vcgrid-col~="m-offset-11"] {
    margin-left: 30.556%; }
  [data-vcgrid-col~="m-offset-12"] {
    margin-left: 33.333%; }
  [data-vcgrid-col~="m-offset-13"] {
    margin-left: 36.111%; }
  [data-vcgrid-col~="m-offset-14"] {
    margin-left: 38.889%; }
  [data-vcgrid-col~="m-offset-15"] {
    margin-left: 41.667%; }
  [data-vcgrid-col~="m-offset-16"] {
    margin-left: 44.444%; }
  [data-vcgrid-col~="m-offset-17"] {
    margin-left: 47.222%; }
  [data-vcgrid-col~="m-offset-18"] {
    margin-left: 50%; }
  [data-vcgrid-col~="m-offset-19"] {
    margin-left: 52.778%; }
  [data-vcgrid-col~="m-offset-20"] {
    margin-left: 55.556%; }
  [data-vcgrid-col~="m-offset-21"] {
    margin-left: 58.333%; }
  [data-vcgrid-col~="m-offset-22"] {
    margin-left: 61.111%; }
  [data-vcgrid-col~="m-offset-23"] {
    margin-left: 63.889%; }
  [data-vcgrid-col~="m-offset-24"] {
    margin-left: 66.667%; }
  [data-vcgrid-col~="m-offset-25"] {
    margin-left: 69.444%; }
  [data-vcgrid-col~="m-offset-26"] {
    margin-left: 72.222%; }
  [data-vcgrid-col~="m-offset-27"] {
    margin-left: 75%; }
  [data-vcgrid-col~="m-offset-28"] {
    margin-left: 77.778%; }
  [data-vcgrid-col~="m-offset-29"] {
    margin-left: 80.556%; }
  [data-vcgrid-col~="m-offset-30"] {
    margin-left: 83.333%; }
  [data-vcgrid-col~="m-offset-31"] {
    margin-left: 86.111%; }
  [data-vcgrid-col~="m-offset-32"] {
    margin-left: 88.889%; }
  [data-vcgrid-col~="m-offset-33"] {
    margin-left: 91.667%; }
  [data-vcgrid-col~="m-offset-34"] {
    margin-left: 94.444%; }
  [data-vcgrid-col~="m-offset-35"] {
    margin-left: 97.222%; } }

@media (min-width: 1280px) {
  [data-vcgrid-col~="l-offset-0"] {
    margin-left: 0; }
  [data-vcgrid-col~="l-offset-1"] {
    margin-left: 2.778%; }
  [data-vcgrid-col~="l-offset-2"] {
    margin-left: 5.556%; }
  [data-vcgrid-col~="l-offset-3"] {
    margin-left: 8.333%; }
  [data-vcgrid-col~="l-offset-4"] {
    margin-left: 11.111%; }
  [data-vcgrid-col~="l-offset-5"] {
    margin-left: 13.889%; }
  [data-vcgrid-col~="l-offset-6"] {
    margin-left: 16.667%; }
  [data-vcgrid-col~="l-offset-7"] {
    margin-left: 19.444%; }
  [data-vcgrid-col~="l-offset-8"] {
    margin-left: 22.222%; }
  [data-vcgrid-col~="l-offset-9"] {
    margin-left: 25%; }
  [data-vcgrid-col~="l-offset-10"] {
    margin-left: 27.778%; }
  [data-vcgrid-col~="l-offset-11"] {
    margin-left: 30.556%; }
  [data-vcgrid-col~="l-offset-12"] {
    margin-left: 33.333%; }
  [data-vcgrid-col~="l-offset-13"] {
    margin-left: 36.111%; }
  [data-vcgrid-col~="l-offset-14"] {
    margin-left: 38.889%; }
  [data-vcgrid-col~="l-offset-15"] {
    margin-left: 41.667%; }
  [data-vcgrid-col~="l-offset-16"] {
    margin-left: 44.444%; }
  [data-vcgrid-col~="l-offset-17"] {
    margin-left: 47.222%; }
  [data-vcgrid-col~="l-offset-18"] {
    margin-left: 50%; }
  [data-vcgrid-col~="l-offset-19"] {
    margin-left: 52.778%; }
  [data-vcgrid-col~="l-offset-20"] {
    margin-left: 55.556%; }
  [data-vcgrid-col~="l-offset-21"] {
    margin-left: 58.333%; }
  [data-vcgrid-col~="l-offset-22"] {
    margin-left: 61.111%; }
  [data-vcgrid-col~="l-offset-23"] {
    margin-left: 63.889%; }
  [data-vcgrid-col~="l-offset-24"] {
    margin-left: 66.667%; }
  [data-vcgrid-col~="l-offset-25"] {
    margin-left: 69.444%; }
  [data-vcgrid-col~="l-offset-26"] {
    margin-left: 72.222%; }
  [data-vcgrid-col~="l-offset-27"] {
    margin-left: 75%; }
  [data-vcgrid-col~="l-offset-28"] {
    margin-left: 77.778%; }
  [data-vcgrid-col~="l-offset-29"] {
    margin-left: 80.556%; }
  [data-vcgrid-col~="l-offset-30"] {
    margin-left: 83.333%; }
  [data-vcgrid-col~="l-offset-31"] {
    margin-left: 86.111%; }
  [data-vcgrid-col~="l-offset-32"] {
    margin-left: 88.889%; }
  [data-vcgrid-col~="l-offset-33"] {
    margin-left: 91.667%; }
  [data-vcgrid-col~="l-offset-34"] {
    margin-left: 94.444%; }
  [data-vcgrid-col~="l-offset-35"] {
    margin-left: 97.222%; } }

[data-vcgrid-row~="around"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[data-vcgrid-row~="between"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 0px) {
  [data-vcgrid-row~="s-around"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [data-vcgrid-row~="s-between"] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  [data-vcgrid-row~="m-around"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [data-vcgrid-row~="m-between"] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1280px) {
  [data-vcgrid-row~="l-around"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [data-vcgrid-row~="l-between"] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

[data-vcgrid-col~="reorder-0"] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

[data-vcgrid-col~="reorder-1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

[data-vcgrid-col~="reorder-2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

[data-vcgrid-col~="reorder-3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

[data-vcgrid-col~="reorder-4"] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

[data-vcgrid-col~="reorder-5"] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

[data-vcgrid-col~="reorder-6"] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

[data-vcgrid-col~="reorder-7"] {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

[data-vcgrid-col~="reorder-8"] {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

[data-vcgrid-col~="reorder-9"] {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

[data-vcgrid-col~="reorder-10"] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

[data-vcgrid-col~="reorder-11"] {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

[data-vcgrid-col~="reorder-12"] {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

[data-vcgrid-col~="reorder-13"] {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

[data-vcgrid-col~="reorder-14"] {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14; }

[data-vcgrid-col~="reorder-15"] {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15; }

[data-vcgrid-col~="reorder-16"] {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16; }

[data-vcgrid-col~="reorder-17"] {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17; }

[data-vcgrid-col~="reorder-18"] {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18; }

[data-vcgrid-col~="reorder-19"] {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19; }

[data-vcgrid-col~="reorder-20"] {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20; }

[data-vcgrid-col~="reorder-21"] {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21; }

[data-vcgrid-col~="reorder-22"] {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22; }

[data-vcgrid-col~="reorder-23"] {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23; }

[data-vcgrid-col~="reorder-24"] {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24; }

[data-vcgrid-col~="reorder-25"] {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25; }

[data-vcgrid-col~="reorder-26"] {
  -webkit-box-ordinal-group: 27;
      -ms-flex-order: 26;
          order: 26; }

[data-vcgrid-col~="reorder-27"] {
  -webkit-box-ordinal-group: 28;
      -ms-flex-order: 27;
          order: 27; }

[data-vcgrid-col~="reorder-28"] {
  -webkit-box-ordinal-group: 29;
      -ms-flex-order: 28;
          order: 28; }

[data-vcgrid-col~="reorder-29"] {
  -webkit-box-ordinal-group: 30;
      -ms-flex-order: 29;
          order: 29; }

[data-vcgrid-col~="reorder-30"] {
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30; }

[data-vcgrid-col~="reorder-31"] {
  -webkit-box-ordinal-group: 32;
      -ms-flex-order: 31;
          order: 31; }

[data-vcgrid-col~="reorder-32"] {
  -webkit-box-ordinal-group: 33;
      -ms-flex-order: 32;
          order: 32; }

[data-vcgrid-col~="reorder-33"] {
  -webkit-box-ordinal-group: 34;
      -ms-flex-order: 33;
          order: 33; }

[data-vcgrid-col~="reorder-34"] {
  -webkit-box-ordinal-group: 35;
      -ms-flex-order: 34;
          order: 34; }

[data-vcgrid-col~="reorder-35"] {
  -webkit-box-ordinal-group: 36;
      -ms-flex-order: 35;
          order: 35; }

[data-vcgrid-col~="reorder-36"] {
  -webkit-box-ordinal-group: 37;
      -ms-flex-order: 36;
          order: 36; }

@media (min-width: 0px) {
  [data-vcgrid-col~="s-reorder-0"] {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  [data-vcgrid-col~="s-reorder-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [data-vcgrid-col~="s-reorder-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [data-vcgrid-col~="s-reorder-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [data-vcgrid-col~="s-reorder-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [data-vcgrid-col~="s-reorder-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [data-vcgrid-col~="s-reorder-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [data-vcgrid-col~="s-reorder-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [data-vcgrid-col~="s-reorder-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [data-vcgrid-col~="s-reorder-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [data-vcgrid-col~="s-reorder-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [data-vcgrid-col~="s-reorder-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [data-vcgrid-col~="s-reorder-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  [data-vcgrid-col~="s-reorder-13"] {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  [data-vcgrid-col~="s-reorder-14"] {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14; }
  [data-vcgrid-col~="s-reorder-15"] {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15; }
  [data-vcgrid-col~="s-reorder-16"] {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16; }
  [data-vcgrid-col~="s-reorder-17"] {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17; }
  [data-vcgrid-col~="s-reorder-18"] {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18; }
  [data-vcgrid-col~="s-reorder-19"] {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19; }
  [data-vcgrid-col~="s-reorder-20"] {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20; }
  [data-vcgrid-col~="s-reorder-21"] {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21; }
  [data-vcgrid-col~="s-reorder-22"] {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22; }
  [data-vcgrid-col~="s-reorder-23"] {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23; }
  [data-vcgrid-col~="s-reorder-24"] {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24; }
  [data-vcgrid-col~="s-reorder-25"] {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25; }
  [data-vcgrid-col~="s-reorder-26"] {
    -webkit-box-ordinal-group: 27;
        -ms-flex-order: 26;
            order: 26; }
  [data-vcgrid-col~="s-reorder-27"] {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27; }
  [data-vcgrid-col~="s-reorder-28"] {
    -webkit-box-ordinal-group: 29;
        -ms-flex-order: 28;
            order: 28; }
  [data-vcgrid-col~="s-reorder-29"] {
    -webkit-box-ordinal-group: 30;
        -ms-flex-order: 29;
            order: 29; }
  [data-vcgrid-col~="s-reorder-30"] {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30; }
  [data-vcgrid-col~="s-reorder-31"] {
    -webkit-box-ordinal-group: 32;
        -ms-flex-order: 31;
            order: 31; }
  [data-vcgrid-col~="s-reorder-32"] {
    -webkit-box-ordinal-group: 33;
        -ms-flex-order: 32;
            order: 32; }
  [data-vcgrid-col~="s-reorder-33"] {
    -webkit-box-ordinal-group: 34;
        -ms-flex-order: 33;
            order: 33; }
  [data-vcgrid-col~="s-reorder-34"] {
    -webkit-box-ordinal-group: 35;
        -ms-flex-order: 34;
            order: 34; }
  [data-vcgrid-col~="s-reorder-35"] {
    -webkit-box-ordinal-group: 36;
        -ms-flex-order: 35;
            order: 35; }
  [data-vcgrid-col~="s-reorder-36"] {
    -webkit-box-ordinal-group: 37;
        -ms-flex-order: 36;
            order: 36; } }

@media (min-width: 768px) {
  [data-vcgrid-col~="m-reorder-0"] {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  [data-vcgrid-col~="m-reorder-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [data-vcgrid-col~="m-reorder-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [data-vcgrid-col~="m-reorder-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [data-vcgrid-col~="m-reorder-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [data-vcgrid-col~="m-reorder-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [data-vcgrid-col~="m-reorder-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [data-vcgrid-col~="m-reorder-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [data-vcgrid-col~="m-reorder-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [data-vcgrid-col~="m-reorder-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [data-vcgrid-col~="m-reorder-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [data-vcgrid-col~="m-reorder-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [data-vcgrid-col~="m-reorder-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  [data-vcgrid-col~="m-reorder-13"] {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  [data-vcgrid-col~="m-reorder-14"] {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14; }
  [data-vcgrid-col~="m-reorder-15"] {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15; }
  [data-vcgrid-col~="m-reorder-16"] {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16; }
  [data-vcgrid-col~="m-reorder-17"] {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17; }
  [data-vcgrid-col~="m-reorder-18"] {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18; }
  [data-vcgrid-col~="m-reorder-19"] {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19; }
  [data-vcgrid-col~="m-reorder-20"] {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20; }
  [data-vcgrid-col~="m-reorder-21"] {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21; }
  [data-vcgrid-col~="m-reorder-22"] {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22; }
  [data-vcgrid-col~="m-reorder-23"] {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23; }
  [data-vcgrid-col~="m-reorder-24"] {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24; }
  [data-vcgrid-col~="m-reorder-25"] {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25; }
  [data-vcgrid-col~="m-reorder-26"] {
    -webkit-box-ordinal-group: 27;
        -ms-flex-order: 26;
            order: 26; }
  [data-vcgrid-col~="m-reorder-27"] {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27; }
  [data-vcgrid-col~="m-reorder-28"] {
    -webkit-box-ordinal-group: 29;
        -ms-flex-order: 28;
            order: 28; }
  [data-vcgrid-col~="m-reorder-29"] {
    -webkit-box-ordinal-group: 30;
        -ms-flex-order: 29;
            order: 29; }
  [data-vcgrid-col~="m-reorder-30"] {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30; }
  [data-vcgrid-col~="m-reorder-31"] {
    -webkit-box-ordinal-group: 32;
        -ms-flex-order: 31;
            order: 31; }
  [data-vcgrid-col~="m-reorder-32"] {
    -webkit-box-ordinal-group: 33;
        -ms-flex-order: 32;
            order: 32; }
  [data-vcgrid-col~="m-reorder-33"] {
    -webkit-box-ordinal-group: 34;
        -ms-flex-order: 33;
            order: 33; }
  [data-vcgrid-col~="m-reorder-34"] {
    -webkit-box-ordinal-group: 35;
        -ms-flex-order: 34;
            order: 34; }
  [data-vcgrid-col~="m-reorder-35"] {
    -webkit-box-ordinal-group: 36;
        -ms-flex-order: 35;
            order: 35; }
  [data-vcgrid-col~="m-reorder-36"] {
    -webkit-box-ordinal-group: 37;
        -ms-flex-order: 36;
            order: 36; } }

@media (min-width: 1280px) {
  [data-vcgrid-col~="l-reorder-0"] {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  [data-vcgrid-col~="l-reorder-1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  [data-vcgrid-col~="l-reorder-2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  [data-vcgrid-col~="l-reorder-3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  [data-vcgrid-col~="l-reorder-4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  [data-vcgrid-col~="l-reorder-5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  [data-vcgrid-col~="l-reorder-6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  [data-vcgrid-col~="l-reorder-7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  [data-vcgrid-col~="l-reorder-8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  [data-vcgrid-col~="l-reorder-9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  [data-vcgrid-col~="l-reorder-10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  [data-vcgrid-col~="l-reorder-11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  [data-vcgrid-col~="l-reorder-12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  [data-vcgrid-col~="l-reorder-13"] {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  [data-vcgrid-col~="l-reorder-14"] {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14; }
  [data-vcgrid-col~="l-reorder-15"] {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15; }
  [data-vcgrid-col~="l-reorder-16"] {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16; }
  [data-vcgrid-col~="l-reorder-17"] {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17; }
  [data-vcgrid-col~="l-reorder-18"] {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18; }
  [data-vcgrid-col~="l-reorder-19"] {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19; }
  [data-vcgrid-col~="l-reorder-20"] {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20; }
  [data-vcgrid-col~="l-reorder-21"] {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21; }
  [data-vcgrid-col~="l-reorder-22"] {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22; }
  [data-vcgrid-col~="l-reorder-23"] {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23; }
  [data-vcgrid-col~="l-reorder-24"] {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24; }
  [data-vcgrid-col~="l-reorder-25"] {
    -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
            order: 25; }
  [data-vcgrid-col~="l-reorder-26"] {
    -webkit-box-ordinal-group: 27;
        -ms-flex-order: 26;
            order: 26; }
  [data-vcgrid-col~="l-reorder-27"] {
    -webkit-box-ordinal-group: 28;
        -ms-flex-order: 27;
            order: 27; }
  [data-vcgrid-col~="l-reorder-28"] {
    -webkit-box-ordinal-group: 29;
        -ms-flex-order: 28;
            order: 28; }
  [data-vcgrid-col~="l-reorder-29"] {
    -webkit-box-ordinal-group: 30;
        -ms-flex-order: 29;
            order: 29; }
  [data-vcgrid-col~="l-reorder-30"] {
    -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
            order: 30; }
  [data-vcgrid-col~="l-reorder-31"] {
    -webkit-box-ordinal-group: 32;
        -ms-flex-order: 31;
            order: 31; }
  [data-vcgrid-col~="l-reorder-32"] {
    -webkit-box-ordinal-group: 33;
        -ms-flex-order: 32;
            order: 32; }
  [data-vcgrid-col~="l-reorder-33"] {
    -webkit-box-ordinal-group: 34;
        -ms-flex-order: 33;
            order: 33; }
  [data-vcgrid-col~="l-reorder-34"] {
    -webkit-box-ordinal-group: 35;
        -ms-flex-order: 34;
            order: 34; }
  [data-vcgrid-col~="l-reorder-35"] {
    -webkit-box-ordinal-group: 36;
        -ms-flex-order: 35;
            order: 35; }
  [data-vcgrid-col~="l-reorder-36"] {
    -webkit-box-ordinal-group: 37;
        -ms-flex-order: 36;
            order: 36; } }

[data-vcgrid-row~="start"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start; }

[data-vcgrid-row~="center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

[data-vcgrid-row~="end"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end; }

[data-vcgrid-row~="top"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

[data-vcgrid-row~="middle"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

[data-vcgrid-row~="bottom"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

[data-vcgrid-row~="stretch"] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

@media (min-width: 0px) {
  [data-vcgrid-row~="s-start"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  [data-vcgrid-row~="s-center"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  [data-vcgrid-row~="s-end"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  [data-vcgrid-row~="s-top"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  [data-vcgrid-row~="s-middle"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  [data-vcgrid-row~="s-bottom"] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  [data-vcgrid-row~="s-stretch"] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media (min-width: 768px) {
  [data-vcgrid-row~="m-start"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  [data-vcgrid-row~="m-center"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  [data-vcgrid-row~="m-end"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  [data-vcgrid-row~="m-top"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  [data-vcgrid-row~="m-middle"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  [data-vcgrid-row~="m-bottom"] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  [data-vcgrid-row~="m-stretch"] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media (min-width: 1280px) {
  [data-vcgrid-row~="l-start"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  [data-vcgrid-row~="l-center"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  [data-vcgrid-row~="l-end"] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  [data-vcgrid-row~="l-top"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  [data-vcgrid-row~="l-middle"] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  [data-vcgrid-row~="l-bottom"] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  [data-vcgrid-row~="l-stretch"] {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

[data-vcgrid-col~="top"] {
  -ms-flex-item-align: start;
      align-self: flex-start; }

[data-vcgrid-col~="middle"] {
  -ms-flex-item-align: center;
      align-self: center; }

[data-vcgrid-col~="bottom"] {
  -ms-flex-item-align: end;
      align-self: flex-end; }

[data-vcgrid-col~="stretch"] {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

@media (min-width: 0px) {
  [data-vcgrid-col~="s-top"] {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  [data-vcgrid-col~="s-middle"] {
    -ms-flex-item-align: center;
        align-self: center; }
  [data-vcgrid-col~="s-bottom"] {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  [data-vcgrid-col~="s-stretch"] {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media (min-width: 768px) {
  [data-vcgrid-col~="m-top"] {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  [data-vcgrid-col~="m-middle"] {
    -ms-flex-item-align: center;
        align-self: center; }
  [data-vcgrid-col~="m-bottom"] {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  [data-vcgrid-col~="m-stretch"] {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media (min-width: 1280px) {
  [data-vcgrid-col~="l-top"] {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  [data-vcgrid-col~="l-middle"] {
    -ms-flex-item-align: center;
        align-self: center; }
  [data-vcgrid-col~="l-bottom"] {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  [data-vcgrid-col~="l-stretch"] {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

[data-vcgrid-row~="block-1"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[data-vcgrid-row~="block-2"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[data-vcgrid-row~="block-3"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%; }

[data-vcgrid-row~="block-4"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[data-vcgrid-row~="block-5"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

[data-vcgrid-row~="block-6"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
  max-width: 16.667%; }

[data-vcgrid-row~="block-7"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 14.286%;
      flex-basis: 14.286%;
  max-width: 14.286%; }

[data-vcgrid-row~="block-8"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

[data-vcgrid-row~="block-9"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 11.111%;
      flex-basis: 11.111%;
  max-width: 11.111%; }

[data-vcgrid-row~="block-10"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

[data-vcgrid-row~="block-11"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 9.091%;
      flex-basis: 9.091%;
  max-width: 9.091%; }

[data-vcgrid-row~="block-12"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
  max-width: 8.333%; }

[data-vcgrid-row~="block-13"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 7.692%;
      flex-basis: 7.692%;
  max-width: 7.692%; }

[data-vcgrid-row~="block-14"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 7.143%;
      flex-basis: 7.143%;
  max-width: 7.143%; }

[data-vcgrid-row~="block-15"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 6.667%;
      flex-basis: 6.667%;
  max-width: 6.667%; }

[data-vcgrid-row~="block-16"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 6.25%;
      flex-basis: 6.25%;
  max-width: 6.25%; }

[data-vcgrid-row~="block-17"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 5.882%;
      flex-basis: 5.882%;
  max-width: 5.882%; }

[data-vcgrid-row~="block-18"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 5.556%;
      flex-basis: 5.556%;
  max-width: 5.556%; }

[data-vcgrid-row~="block-19"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 5.263%;
      flex-basis: 5.263%;
  max-width: 5.263%; }

[data-vcgrid-row~="block-20"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%; }

[data-vcgrid-row~="block-21"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 4.762%;
      flex-basis: 4.762%;
  max-width: 4.762%; }

[data-vcgrid-row~="block-22"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 4.545%;
      flex-basis: 4.545%;
  max-width: 4.545%; }

[data-vcgrid-row~="block-23"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 4.348%;
      flex-basis: 4.348%;
  max-width: 4.348%; }

[data-vcgrid-row~="block-24"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 4.167%;
      flex-basis: 4.167%;
  max-width: 4.167%; }

[data-vcgrid-row~="block-25"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  max-width: 4%; }

[data-vcgrid-row~="block-26"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.846%;
      flex-basis: 3.846%;
  max-width: 3.846%; }

[data-vcgrid-row~="block-27"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.704%;
      flex-basis: 3.704%;
  max-width: 3.704%; }

[data-vcgrid-row~="block-28"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.571%;
      flex-basis: 3.571%;
  max-width: 3.571%; }

[data-vcgrid-row~="block-29"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.448%;
      flex-basis: 3.448%;
  max-width: 3.448%; }

[data-vcgrid-row~="block-30"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.333%;
      flex-basis: 3.333%;
  max-width: 3.333%; }

[data-vcgrid-row~="block-31"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.226%;
      flex-basis: 3.226%;
  max-width: 3.226%; }

[data-vcgrid-row~="block-32"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.125%;
      flex-basis: 3.125%;
  max-width: 3.125%; }

[data-vcgrid-row~="block-33"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 3.03%;
      flex-basis: 3.03%;
  max-width: 3.03%; }

[data-vcgrid-row~="block-34"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 2.941%;
      flex-basis: 2.941%;
  max-width: 2.941%; }

[data-vcgrid-row~="block-35"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 2.857%;
      flex-basis: 2.857%;
  max-width: 2.857%; }

[data-vcgrid-row~="block-36"] [data-vcgrid-col] {
  -ms-flex-preferred-size: 2.778%;
      flex-basis: 2.778%;
  max-width: 2.778%; }

@media (min-width: 0px) {
  [data-vcgrid-row~="s-block-1"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-row~="s-block-2"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-row~="s-block-3"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-row~="s-block-4"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-row~="s-block-5"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [data-vcgrid-row~="s-block-6"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-row~="s-block-7"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 14.286%;
        flex-basis: 14.286%;
    max-width: 14.286%; }
  [data-vcgrid-row~="s-block-8"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [data-vcgrid-row~="s-block-9"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-row~="s-block-10"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [data-vcgrid-row~="s-block-11"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 9.091%;
        flex-basis: 9.091%;
    max-width: 9.091%; }
  [data-vcgrid-row~="s-block-12"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-row~="s-block-13"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 7.692%;
        flex-basis: 7.692%;
    max-width: 7.692%; }
  [data-vcgrid-row~="s-block-14"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 7.143%;
        flex-basis: 7.143%;
    max-width: 7.143%; }
  [data-vcgrid-row~="s-block-15"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 6.667%;
        flex-basis: 6.667%;
    max-width: 6.667%; }
  [data-vcgrid-row~="s-block-16"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
    max-width: 6.25%; }
  [data-vcgrid-row~="s-block-17"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.882%;
        flex-basis: 5.882%;
    max-width: 5.882%; }
  [data-vcgrid-row~="s-block-18"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-row~="s-block-19"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.263%;
        flex-basis: 5.263%;
    max-width: 5.263%; }
  [data-vcgrid-row~="s-block-20"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; }
  [data-vcgrid-row~="s-block-21"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.762%;
        flex-basis: 4.762%;
    max-width: 4.762%; }
  [data-vcgrid-row~="s-block-22"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.545%;
        flex-basis: 4.545%;
    max-width: 4.545%; }
  [data-vcgrid-row~="s-block-23"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.348%;
        flex-basis: 4.348%;
    max-width: 4.348%; }
  [data-vcgrid-row~="s-block-24"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.167%;
        flex-basis: 4.167%;
    max-width: 4.167%; }
  [data-vcgrid-row~="s-block-25"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%; }
  [data-vcgrid-row~="s-block-26"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.846%;
        flex-basis: 3.846%;
    max-width: 3.846%; }
  [data-vcgrid-row~="s-block-27"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.704%;
        flex-basis: 3.704%;
    max-width: 3.704%; }
  [data-vcgrid-row~="s-block-28"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.571%;
        flex-basis: 3.571%;
    max-width: 3.571%; }
  [data-vcgrid-row~="s-block-29"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.448%;
        flex-basis: 3.448%;
    max-width: 3.448%; }
  [data-vcgrid-row~="s-block-30"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.333%;
        flex-basis: 3.333%;
    max-width: 3.333%; }
  [data-vcgrid-row~="s-block-31"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.226%;
        flex-basis: 3.226%;
    max-width: 3.226%; }
  [data-vcgrid-row~="s-block-32"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.125%;
        flex-basis: 3.125%;
    max-width: 3.125%; }
  [data-vcgrid-row~="s-block-33"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.03%;
        flex-basis: 3.03%;
    max-width: 3.03%; }
  [data-vcgrid-row~="s-block-34"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.941%;
        flex-basis: 2.941%;
    max-width: 2.941%; }
  [data-vcgrid-row~="s-block-35"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.857%;
        flex-basis: 2.857%;
    max-width: 2.857%; }
  [data-vcgrid-row~="s-block-36"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; } }

@media (min-width: 768px) {
  [data-vcgrid-row~="m-block-1"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-row~="m-block-2"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-row~="m-block-3"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-row~="m-block-4"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-row~="m-block-5"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [data-vcgrid-row~="m-block-6"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-row~="m-block-7"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 14.286%;
        flex-basis: 14.286%;
    max-width: 14.286%; }
  [data-vcgrid-row~="m-block-8"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [data-vcgrid-row~="m-block-9"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-row~="m-block-10"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [data-vcgrid-row~="m-block-11"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 9.091%;
        flex-basis: 9.091%;
    max-width: 9.091%; }
  [data-vcgrid-row~="m-block-12"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-row~="m-block-13"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 7.692%;
        flex-basis: 7.692%;
    max-width: 7.692%; }
  [data-vcgrid-row~="m-block-14"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 7.143%;
        flex-basis: 7.143%;
    max-width: 7.143%; }
  [data-vcgrid-row~="m-block-15"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 6.667%;
        flex-basis: 6.667%;
    max-width: 6.667%; }
  [data-vcgrid-row~="m-block-16"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
    max-width: 6.25%; }
  [data-vcgrid-row~="m-block-17"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.882%;
        flex-basis: 5.882%;
    max-width: 5.882%; }
  [data-vcgrid-row~="m-block-18"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-row~="m-block-19"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.263%;
        flex-basis: 5.263%;
    max-width: 5.263%; }
  [data-vcgrid-row~="m-block-20"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; }
  [data-vcgrid-row~="m-block-21"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.762%;
        flex-basis: 4.762%;
    max-width: 4.762%; }
  [data-vcgrid-row~="m-block-22"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.545%;
        flex-basis: 4.545%;
    max-width: 4.545%; }
  [data-vcgrid-row~="m-block-23"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.348%;
        flex-basis: 4.348%;
    max-width: 4.348%; }
  [data-vcgrid-row~="m-block-24"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.167%;
        flex-basis: 4.167%;
    max-width: 4.167%; }
  [data-vcgrid-row~="m-block-25"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%; }
  [data-vcgrid-row~="m-block-26"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.846%;
        flex-basis: 3.846%;
    max-width: 3.846%; }
  [data-vcgrid-row~="m-block-27"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.704%;
        flex-basis: 3.704%;
    max-width: 3.704%; }
  [data-vcgrid-row~="m-block-28"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.571%;
        flex-basis: 3.571%;
    max-width: 3.571%; }
  [data-vcgrid-row~="m-block-29"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.448%;
        flex-basis: 3.448%;
    max-width: 3.448%; }
  [data-vcgrid-row~="m-block-30"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.333%;
        flex-basis: 3.333%;
    max-width: 3.333%; }
  [data-vcgrid-row~="m-block-31"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.226%;
        flex-basis: 3.226%;
    max-width: 3.226%; }
  [data-vcgrid-row~="m-block-32"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.125%;
        flex-basis: 3.125%;
    max-width: 3.125%; }
  [data-vcgrid-row~="m-block-33"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.03%;
        flex-basis: 3.03%;
    max-width: 3.03%; }
  [data-vcgrid-row~="m-block-34"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.941%;
        flex-basis: 2.941%;
    max-width: 2.941%; }
  [data-vcgrid-row~="m-block-35"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.857%;
        flex-basis: 2.857%;
    max-width: 2.857%; }
  [data-vcgrid-row~="m-block-36"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; } }

@media (min-width: 1280px) {
  [data-vcgrid-row~="l-block-1"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [data-vcgrid-row~="l-block-2"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [data-vcgrid-row~="l-block-3"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%; }
  [data-vcgrid-row~="l-block-4"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [data-vcgrid-row~="l-block-5"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [data-vcgrid-row~="l-block-6"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%; }
  [data-vcgrid-row~="l-block-7"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 14.286%;
        flex-basis: 14.286%;
    max-width: 14.286%; }
  [data-vcgrid-row~="l-block-8"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [data-vcgrid-row~="l-block-9"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 11.111%;
        flex-basis: 11.111%;
    max-width: 11.111%; }
  [data-vcgrid-row~="l-block-10"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [data-vcgrid-row~="l-block-11"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 9.091%;
        flex-basis: 9.091%;
    max-width: 9.091%; }
  [data-vcgrid-row~="l-block-12"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%; }
  [data-vcgrid-row~="l-block-13"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 7.692%;
        flex-basis: 7.692%;
    max-width: 7.692%; }
  [data-vcgrid-row~="l-block-14"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 7.143%;
        flex-basis: 7.143%;
    max-width: 7.143%; }
  [data-vcgrid-row~="l-block-15"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 6.667%;
        flex-basis: 6.667%;
    max-width: 6.667%; }
  [data-vcgrid-row~="l-block-16"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 6.25%;
        flex-basis: 6.25%;
    max-width: 6.25%; }
  [data-vcgrid-row~="l-block-17"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.882%;
        flex-basis: 5.882%;
    max-width: 5.882%; }
  [data-vcgrid-row~="l-block-18"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.556%;
        flex-basis: 5.556%;
    max-width: 5.556%; }
  [data-vcgrid-row~="l-block-19"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5.263%;
        flex-basis: 5.263%;
    max-width: 5.263%; }
  [data-vcgrid-row~="l-block-20"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; }
  [data-vcgrid-row~="l-block-21"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.762%;
        flex-basis: 4.762%;
    max-width: 4.762%; }
  [data-vcgrid-row~="l-block-22"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.545%;
        flex-basis: 4.545%;
    max-width: 4.545%; }
  [data-vcgrid-row~="l-block-23"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.348%;
        flex-basis: 4.348%;
    max-width: 4.348%; }
  [data-vcgrid-row~="l-block-24"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4.167%;
        flex-basis: 4.167%;
    max-width: 4.167%; }
  [data-vcgrid-row~="l-block-25"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
    max-width: 4%; }
  [data-vcgrid-row~="l-block-26"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.846%;
        flex-basis: 3.846%;
    max-width: 3.846%; }
  [data-vcgrid-row~="l-block-27"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.704%;
        flex-basis: 3.704%;
    max-width: 3.704%; }
  [data-vcgrid-row~="l-block-28"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.571%;
        flex-basis: 3.571%;
    max-width: 3.571%; }
  [data-vcgrid-row~="l-block-29"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.448%;
        flex-basis: 3.448%;
    max-width: 3.448%; }
  [data-vcgrid-row~="l-block-30"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.333%;
        flex-basis: 3.333%;
    max-width: 3.333%; }
  [data-vcgrid-row~="l-block-31"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.226%;
        flex-basis: 3.226%;
    max-width: 3.226%; }
  [data-vcgrid-row~="l-block-32"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.125%;
        flex-basis: 3.125%;
    max-width: 3.125%; }
  [data-vcgrid-row~="l-block-33"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 3.03%;
        flex-basis: 3.03%;
    max-width: 3.03%; }
  [data-vcgrid-row~="l-block-34"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.941%;
        flex-basis: 2.941%;
    max-width: 2.941%; }
  [data-vcgrid-row~="l-block-35"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.857%;
        flex-basis: 2.857%;
    max-width: 2.857%; }
  [data-vcgrid-row~="l-block-36"] [data-vcgrid-col] {
    -ms-flex-preferred-size: 2.778%;
        flex-basis: 2.778%;
    max-width: 2.778%; } }

[data-vcgrid-row~="gapless"] {
  margin-left: 0;
  margin-right: 0; }
  [data-vcgrid-row~="gapless"] [data-vcgrid-col] {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 0px) {
  [data-vcgrid-row~="s-gapless"] {
    margin-left: 0;
    margin-right: 0; }
    [data-vcgrid-row~="s-gapless"] [data-vcgrid-col] {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 768px) {
  [data-vcgrid-row~="m-gapless"] {
    margin-left: 0;
    margin-right: 0; }
    [data-vcgrid-row~="m-gapless"] [data-vcgrid-col] {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 1280px) {
  [data-vcgrid-row~="l-gapless"] {
    margin-left: 0;
    margin-right: 0; }
    [data-vcgrid-row~="l-gapless"] [data-vcgrid-col] {
      padding-left: 0;
      padding-right: 0; } }

.title-mobile-hero-slider {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
  font-size: 7.2rem;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 9.3rem; }

.title-hero-slider {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: -0.22px;
  line-height: 4.2rem; }

.title-h1 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 4.6rem;
  color: #fff;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .title-h1 {
      font-size: 5.8rem;
      letter-spacing: -0.5px;
      line-height: 7.2rem; } }
  .title-h1.no-margin {
    margin-bottom: 0; }
  .title-h1.black {
    color: #373737; }

.title-h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 4.2rem;
  color: #fff;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .title-h2 {
      font-size: 4.8rem;
      letter-spacing: -0.5px;
      line-height: 6.3rem; } }
  .title-h2.black {
    color: #373737; }

.title-hot-right-now-big {
  font-family: 'Lato', sans-serif;
  font-size: 4.8rem;
  line-height: 6.3rem;
  color: #fff;
  font-weight: 700; }

.title-mobile-h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: #373737; }
  .title-mobile-h2.black {
    color: #373737; }

.title-h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #010212;
  text-decoration: none; }

.title-navigation {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff; }
  .title-navigation.brown {
    color: #b9744f; }

.title-breadcrumb {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #373737; }
  .title-breadcrumb.inactive {
    color: rgba(55, 55, 55, 0.3);
    font-weight: 400; }

.title-kachel-category {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: rgba(55, 55, 55, 0.3);
  font-weight: 700;
  text-decoration: none; }

.title-kachel-entdecken {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #B9744F;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: .4rem; }

.title-date {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(55, 55, 55, 0.4);
  text-decoration: none;
  text-transform: uppercase; }

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body:before {
  content: "smartphone";
  display: none; }
  @media (min-width: 768px) {
    body:before {
      content: "tablet"; } }
  @media (min-width: 1280px) {
    body:before {
      content: "desktop"; } }

a {
  color: #B3B3B3; }

body {
  margin-top: 10.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1280px) {
    body {
      margin-top: 11.4rem; } }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

@media (min-width: 1280px) {
  .inner-wrapper {
    width: 1120px;
    margin-left: auto;
    margin-right: auto; } }

.clearfix::after {
  content: " ";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.hide {
  display: none; }

::-ms-clear {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

input {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 500;
  color: #0A506D;
  width: 100%;
  height: 5rem;
  border: 0;
  padding: 1.6rem 1.6rem 1.6rem 5rem; }
  input::-webkit-input-placeholder {
    text-align: center;
    color: rgba(10, 80, 109, 0.4); }
  input:-ms-input-placeholder {
    text-align: center;
    color: rgba(10, 80, 109, 0.4); }
  input::-ms-input-placeholder {
    text-align: center;
    color: rgba(10, 80, 109, 0.4); }
  input::placeholder {
    text-align: center;
    color: rgba(10, 80, 109, 0.4); }

button, a.button {
  line-height: 4.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  background-color: #B9744F;
  border: 2px solid #B9744F;
  color: #fff;
  -webkit-appearance: none;
  padding: 0 2.2rem;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  display: block; }
  @media (min-width: 768px) {
    button, a.button {
      display: inline-block; } }
  button:hover, a.button:hover {
    background-color: transparent;
    color: #B9744F; }
  button.inverted, a.button.inverted {
    background-color: transparent;
    color: #B9744F; }
    button.inverted:hover, a.button.inverted:hover {
      background-color: #B9744F;
      color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

/**
.styled-select {
  background-color: #fff;
  height: 5.1rem;
  overflow: hidden;
  background-image: url("../assets/images/arrow-down.png");
  background-size: 1.2rem .8rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
  &.dark {
    border: 1px solid rgba($vc-black, 0.06);
  }
  select {
    color: $vc-black;
    height: 5.1rem;
    line-height: 5.1rem;
    padding: 0 2rem;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    &:focus {
      outline: none;
    }
  }
}
*/
label {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block; }
  label.dark {
    color: rgba(0, 0, 0, 0.2); }

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

.selectric-responsive {
  width: 100%; }

.selectric {
  background: #fff;
  border: 1px solid rgba(55, 55, 55, 0.1);
  position: relative;
  border-radius: 0px;
  font-family: 'Lato', sans-serif; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 5.1rem 0 2.4rem;
  line-height: 5.1rem;
  color: #373737;
  height: 5.1rem;
  font-size: 1.8rem; }

.selectric .button {
  background: none;
  border-radius: 0px;
  right: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  color: #444;
  text-align: center;
  font: 0/0 a;
  *font: 38px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.2rem;
  height: .8rem;
  background-image: url("../assets/images/arrow-down.png");
  background-size: 1.2rem .8rem;
  background-position: right; }

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

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #c4c4c4; }

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

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

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

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
  z-index: -1;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5); }

.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-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 4.8rem;
  min-height: 4.8rem; }

.selectric-items li {
  display: block;
  padding: 0 2.4rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  color: #B9744F;
  cursor: pointer; }
  .selectric-items li:last-child {
    border-bottom: 0; }

.selectric-items li.selected {
  background: #fff;
  color: #373737;
  font-weight: 700;
  position: relative; }
  .selectric-items li.selected:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 1.2rem;
    bottom: 0;
    margin: auto;
    width: 1.2rem;
    height: .9rem;
    background-image: url("../assets/images/dropdown-checkmark.png");
    background-size: 1.2rem .9rem;
    background-position: right; }

.selectric-items li.highlighted {
  background: #fff; }

.selectric-items li:hover {
  background: #C1D1C7;
  color: #B9744F; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.hero-teaser {
  height: 47rem;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.6rem 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 4000px rgba(10, 80, 109, 0.2);
          box-shadow: inset 0 0 0 4000px rgba(10, 80, 109, 0.2); }
  @media (min-width: 768px) {
    .hero-teaser {
      padding: 7rem; } }
  .hero-teaser .hero-content {
    width: 100%;
    text-shadow: rgba(0, 0, 0, 0.3) 0.1rem 0.1rem 0.2rem; }
    @media (max-width: 767px) {
      .hero-teaser .hero-content {
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1280px) {
      .hero-teaser .hero-content {
        max-width: 120rem; } }
  .hero-teaser button, .hero-teaser .button {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .hero-teaser button, .hero-teaser .button {
        width: auto;
        position: relative; } }
  @media (min-width: 768px) {
    .hero-teaser {
      height: 50rem; } }
  .hero-teaser h1 {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (min-width: 768px) {
      .hero-teaser h1 {
        font-size: 7.2rem;
        line-height: 9.3rem; } }

.hero-copy-text {
  padding: 3rem 2.4rem 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #000;
  background-color: #fff; }
  .hero-copy-text a {
    text-decoration: underline;
    color: #B9744F; }
  .hero-copy-text p {
    margin: 0;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .hero-copy-text p {
        text-align: left; } }
  @media (min-width: 768px) {
    .hero-copy-text {
      padding: 6rem 7rem 0; } }
  @media (min-width: 1280px) {
    .hero-copy-text {
      padding: 10rem 10rem 0; }
      .hero-copy-text p {
        max-width: 60rem; } }

.popular-grid {
  padding: 3rem 2.4rem;
  background-color: #fff; }
  @media (min-width: 768px) {
    .popular-grid {
      padding: 6rem 6rem 5rem; } }
  @media (min-width: 1280px) {
    .popular-grid {
      padding: 10rem 0 8rem; } }

.breadcrumb {
  margin-bottom: 1rem; }
  .breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumb ul li {
      display: inline;
      font-family: 'Lato', sans-serif;
      font-size: 1.4rem;
      line-height: 2.2rem;
      margin-right: 2rem; }
      .breadcrumb ul li a {
        color: #B3B3B3;
        text-decoration: underline; }
        .breadcrumb ul li a:hover {
          text-decoration: none; }
      .breadcrumb ul li.active a {
        color: #373737;
        text-decoration: none;
        font-weight: 700; }
      .breadcrumb ul li.ad {
        background: #B9744F;
        padding: .2rem .5rem;
        color: #fff;
        white-space: nowrap; }
      .breadcrumb ul li:last-child {
        margin-right: 0; }

#entdecken {
  padding-top: 10.1rem;
  margin-top: -10.1rem; }
  @media (min-width: 1280px) {
    #entdecken {
      padding-top: 11.4rem;
      margin-top: -11.4rem; } }

.title-kachel-category span {
  display: inline-block;
  float: right; }

h3.subcontent {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin: 0; }

.newsletter-box {
  padding: 0 2.4rem 3rem;
  background-color: #fff; }
  @media (min-width: 768px) {
    .newsletter-box {
      padding: 0 6rem 3rem; } }
  @media (min-width: 1280px) {
    .newsletter-box {
      padding: 0 0 10rem; } }
  .newsletter-box .inner-wrapper {
    background-color: #373737;
    padding: 2.4rem; }
    @media (min-width: 768px) {
      .newsletter-box .inner-wrapper {
        padding: 5rem 4rem; } }
    @media (min-width: 768px) {
      .newsletter-box .inner-wrapper {
        padding: 6rem 7rem; } }
  @media (min-width: 1280px) {
    .newsletter-box form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .newsletter-box span.h4 {
    font-family: 'Lato', sans-serif;
    font-size: 2.4rem;
    line-height: 3.3rem;
    color: #fff;
    font-weight: 400; }
    .newsletter-box span.h4 small {
      display: block;
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 1.7rem;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      color: #737373; }
  .newsletter-box label {
    display: none; }
    @media (min-width: 768px) {
      .newsletter-box label {
        display: block;
        color: #373737;
        padding: 0 2rem;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin: 0;
        border-right: 1px solid rgba(55, 55, 55, 0.1); } }
  .newsletter-box .row {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .newsletter-box .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff; } }
    @media (min-width: 1280px) {
      .newsletter-box .row {
        margin-top: 0; } }
    .newsletter-box .row button {
      width: 100%; }
    .newsletter-box .row input {
      padding: 1.4rem 2rem;
      color: #373737;
      border: 1px solid rgba(55, 55, 55, 0.1); }
      .newsletter-box .row input::-webkit-input-placeholder {
        text-align: left;
        color: rgba(55, 55, 55, 0.2); }
      .newsletter-box .row input:-ms-input-placeholder {
        text-align: left;
        color: rgba(55, 55, 55, 0.2); }
      .newsletter-box .row input::-ms-input-placeholder {
        text-align: left;
        color: rgba(55, 55, 55, 0.2); }
      .newsletter-box .row input::placeholder {
        text-align: left;
        color: rgba(55, 55, 55, 0.2); }
      @media (min-width: 768px) {
        .newsletter-box .row input {
          border-left: 0; } }

.ad-area {
  text-align: center;
  padding: 2.4rem 2.4rem 0;
  background-color: #fff; }
  @media (min-width: 768px) {
    .ad-area {
      padding: 6rem 6rem 0; } }
  @media (min-width: 1280px) {
    .ad-area {
      padding: 10rem 0 0; } }

.billboard-banner {
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem; }

.wu {
  display: inline-block;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

/*! Setup Default Sizes */
.wu-16 {
  width: 16px;
  height: 16px; }

.wu-32 {
  width: 32px;
  height: 32px; }

.wu-64 {
  width: 64px;
  height: 64px; }

.wu-128 {
  width: 128px;
  height: 128px; }

.wu-256 {
  width: 256px;
  height: 256px; }

/*! Black Day SVG Icons */
.wu-black.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/black/svg/chanceflurries.svg); }

.wu-black.wu-chancerain {
  background: url(../assets/images/wunderground/icons/black/svg/chancerain.svg); }

.wu-black.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/black/svg/chancesleet.svg); }

.wu-black.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/black/svg/chancesnow.svg); }

.wu-black.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/black/svg/chancetstorms.svg); }

.wu-black.wu-clear {
  background: url(../assets/images/wunderground/icons/black/svg/clear.svg); }

.wu-black.wu-cloudy {
  background: url(../assets/images/wunderground/icons/black/svg/cloudy.svg); }

.wu-black.wu-flurries {
  background: url(../assets/images/wunderground/icons/black/svg/flurries.svg); }

.wu-black.wu-fog {
  background: url(../assets/images/wunderground/icons/black/svg/fog.svg); }

.wu-black.wu-hazy {
  background: url(../assets/images/wunderground/icons/black/svg/hazy.svg); }

.wu-black.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/black/svg/mostlycloudy.svg); }

.wu-black.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/black/svg/mostlysunny.svg); }

.wu-black.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/black/svg/partlycloudy.svg); }

.wu-black.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/black/svg/partlysunny.svg); }

.wu-black.wu-rain {
  background: url(../assets/images/wunderground/icons/black/svg/rain.svg); }

.wu-black.wu-sleet {
  background: url(../assets/images/wunderground/icons/black/svg/sleet.svg); }

.wu-black.wu-snow {
  background: url(../assets/images/wunderground/icons/black/svg/snow.svg); }

.wu-black.wu-sunny {
  background: url(../assets/images/wunderground/icons/black/svg/sunny.svg); }

.wu-black.wu-tstorms {
  background: url(../assets/images/wunderground/icons/black/svg/tstorms.svg); }

.wu-black.wu-unknown {
  background: url(../assets/images/wunderground/icons/black/svg/unknown.svg); }

/*! White Day SVG Icons */
.wu-white.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/white/svg/chanceflurries.svg); }

.wu-white.wu-chancerain {
  background: url(../assets/images/wunderground/icons/white/svg/chancerain.svg); }

.wu-white.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/white/svg/chancesleet.svg); }

.wu-white.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/white/svg/chancesnow.svg); }

.wu-white.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/white/svg/chancetstorms.svg); }

.wu-white.wu-clear {
  background: url(../assets/images/wunderground/icons/white/svg/clear.svg); }

.wu-white.wu-cloudy {
  background: url(../assets/images/wunderground/icons/white/svg/cloudy.svg); }

.wu-white.wu-flurries {
  background: url(../assets/images/wunderground/icons/white/svg/flurries.svg); }

.wu-white.wu-fog {
  background: url(../assets/images/wunderground/icons/white/svg/fog.svg); }

.wu-white.wu-hazy {
  background: url(../assets/images/wunderground/icons/white/svg/hazy.svg); }

.wu-white.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/white/svg/mostlycloudy.svg); }

.wu-white.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/white/svg/mostlysunny.svg); }

.wu-white.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/white/svg/partlycloudy.svg); }

.wu-white.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/white/svg/partlysunny.svg); }

.wu-white.wu-rain {
  background: url(../assets/images/wunderground/icons/white/svg/rain.svg); }

.wu-white.wu-sleet {
  background: url(../assets/images/wunderground/icons/white/svg/sleet.svg); }

.wu-white.wu-snow {
  background: url(../assets/images/wunderground/icons/white/svg/snow.svg); }

.wu-white.wu-sunny {
  background: url(../assets/images/wunderground/icons/white/svg/sunny.svg); }

.wu-white.wu-tstorms {
  background: url(../assets/images/wunderground/icons/white/svg/tstorms.svg); }

.wu-white.wu-unknown {
  background: url(../assets/images/wunderground/icons/white/svg/unknown.svg); }

/*! Solid Back Day SVG Icons */
.wu-solid-black.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/solid-black/svg/chanceflurries.svg); }

.wu-solid-black.wu-chancerain {
  background: url(../assets/images/wunderground/icons/solid-black/svg/chancerain.svg); }

.wu-solid-black.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/solid-black/svg/chancesleet.svg); }

.wu-solid-black.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/solid-black/svg/chancesnow.svg); }

.wu-solid-black.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/solid-black/svg/chancetstorms.svg); }

.wu-solid-black.wu-clear {
  background: url(../assets/images/wunderground/icons/solid-black/svg/clear.svg); }

.wu-solid-black.wu-cloudy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/cloudy.svg); }

.wu-solid-black.wu-flurries {
  background: url(../assets/images/wunderground/icons/solid-black/svg/flurries.svg); }

.wu-solid-black.wu-fog {
  background: url(../assets/images/wunderground/icons/solid-black/svg/fog.svg); }

.wu-solid-black.wu-hazy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/hazy.svg); }

.wu-solid-black.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/mostlycloudy.svg); }

.wu-solid-black.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/solid-black/svg/mostlysunny.svg); }

.wu-solid-black.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/partlycloudy.svg); }

.wu-solid-black.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/solid-black/svg/partlysunny.svg); }

.wu-solid-black.wu-rain {
  background: url(../assets/images/wunderground/icons/solid-black/svg/rain.svg); }

.wu-solid-black.wu-sleet {
  background: url(../assets/images/wunderground/icons/solid-black/svg/sleet.svg); }

.wu-solid-black.wu-snow {
  background: url(../assets/images/wunderground/icons/solid-black/svg/snow.svg); }

.wu-solid-black.wu-sunny {
  background: url(../assets/images/wunderground/icons/solid-black/svg/sunny.svg); }

.wu-solid-black.wu-tstorms {
  background: url(../assets/images/wunderground/icons/solid-black/svg/tstorms.svg); }

.wu-solid-black.wu-unknown {
  background: url(../assets/images/wunderground/icons/solid-black/svg/unknown.svg); }

/*! Solid White Day SVG Icons */
.wu-solid-white.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/solid-white/svg/chanceflurries.svg); }

.wu-solid-white.wu-chancerain {
  background: url(../assets/images/wunderground/icons/solid-white/svg/chancerain.svg); }

.wu-solid-white.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/solid-white/svg/chancesleet.svg); }

.wu-solid-white.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/solid-white/svg/chancesnow.svg); }

.wu-solid-white.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/solid-white/svg/chancetstorms.svg); }

.wu-solid-white.wu-clear {
  background: url(../assets/images/wunderground/icons/solid-white/svg/clear.svg); }

.wu-solid-white.wu-cloudy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/cloudy.svg); }

.wu-solid-white.wu-flurries {
  background: url(../assets/images/wunderground/icons/solid-white/svg/flurries.svg); }

.wu-solid-white.wu-fog {
  background: url(../assets/images/wunderground/icons/solid-white/svg/fog.svg); }

.wu-solid-white.wu-hazy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/hazy.svg); }

.wu-solid-white.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/mostlycloudy.svg); }

.wu-solid-white.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/solid-white/svg/mostlysunny.svg); }

.wu-solid-white.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/partlycloudy.svg); }

.wu-solid-white.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/solid-white/svg/partlysunny.svg); }

.wu-solid-white.wu-rain {
  background: url(../assets/images/wunderground/icons/solid-white/svg/rain.svg); }

.wu-solid-white.wu-sleet {
  background: url(../assets/images/wunderground/icons/solid-white/svg/sleet.svg); }

.wu-solid-white.wu-snow {
  background: url(../assets/images/wunderground/icons/solid-white/svg/snow.svg); }

.wu-solid-white.wu-sunny {
  background: url(../assets/images/wunderground/icons/solid-white/svg/sunny.svg); }

.wu-solid-white.wu-tstorms {
  background: url(../assets/images/wunderground/icons/solid-white/svg/tstorms.svg); }

.wu-solid-white.wu-unknown {
  background: url(../assets/images/wunderground/icons/solid-white/svg/unknown.svg); }

/*! Black Night SVG Icons */
.wu-night.wu-black.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/black/svg/nt_chanceflurries.svg); }

.wu-night.wu-black.wu-chancerain {
  background: url(../assets/images/wunderground/icons/black/svg/nt_chancerain.svg); }

.wu-night.wu-black.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/black/svg/nt_chancesleet.svg); }

.wu-night.wu-black.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/black/svg/nt_chancesnow.svg); }

.wu-night.wu-black.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/black/svg/nt_chancetstorms.svg); }

.wu-night.wu-black.wu-clear {
  background: url(../assets/images/wunderground/icons/black/svg/nt_clear.svg); }

.wu-night.wu-black.wu-cloudy {
  background: url(../assets/images/wunderground/icons/black/svg/nt_cloudy.svg); }

.wu-night.wu-black.wu-flurries {
  background: url(../assets/images/wunderground/icons/black/svg/nt_flurries.svg); }

.wu-night.wu-black.wu-fog {
  background: url(../assets/images/wunderground/icons/black/svg/nt_fog.svg); }

.wu-night.wu-black.wu-hazy {
  background: url(../assets/images/wunderground/icons/black/svg/nt_hazy.svg); }

.wu-night.wu-black.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/black/svg/nt_mostlycloudy.svg); }

.wu-night.wu-black.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/black/svg/nt_mostlysunny.svg); }

.wu-night.wu-black.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/black/svg/nt_partlycloudy.svg); }

.wu-night.wu-black.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/black/svg/nt_partlysunny.svg); }

.wu-night.wu-black.wu-rain {
  background: url(../assets/images/wunderground/icons/black/svg/nt_rain.svg); }

.wu-night.wu-black.wu-sleet {
  background: url(../assets/images/wunderground/icons/black/svg/nt_sleet.svg); }

.wu-night.wu-black.wu-snow {
  background: url(../assets/images/wunderground/icons/black/svg/nt_snow.svg); }

.wu-night.wu-black.wu-sunny {
  background: url(../assets/images/wunderground/icons/black/svg/nt_sunny.svg); }

.wu-night.wu-black.wu-tstorms {
  background: url(../assets/images/wunderground/icons/black/svg/nt_tstorms.svg); }

.wu-night.wu-black.wu-unknown {
  background: url(../assets/images/wunderground/icons/black/svg/nt_unknown.svg); }

/*! White Night SVG Icons */
.wu-night.wu-white.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/white/svg/nt_chanceflurries.svg); }

.wu-night.wu-white.wu-chancerain {
  background: url(../assets/images/wunderground/icons/white/svg/nt_chancerain.svg); }

.wu-night.wu-white.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/white/svg/nt_chancesleet.svg); }

.wu-night.wu-white.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/white/svg/nt_chancesnow.svg); }

.wu-night.wu-white.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/white/svg/nt_chancetstorms.svg); }

.wu-night.wu-white.wu-clear {
  background: url(../assets/images/wunderground/icons/white/svg/nt_clear.svg); }

.wu-night.wu-white.wu-cloudy {
  background: url(../assets/images/wunderground/icons/white/svg/nt_cloudy.svg); }

.wu-night.wu-white.wu-flurries {
  background: url(../assets/images/wunderground/icons/white/svg/nt_flurries.svg); }

.wu-night.wu-white.wu-fog {
  background: url(../assets/images/wunderground/icons/white/svg/nt_fog.svg); }

.wu-night.wu-white.wu-hazy {
  background: url(../assets/images/wunderground/icons/white/svg/nt_hazy.svg); }

.wu-night.wu-white.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/white/svg/nt_mostlycloudy.svg); }

.wu-night.wu-white.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/white/svg/nt_mostlysunny.svg); }

.wu-night.wu-white.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/white/svg/nt_partlycloudy.svg); }

.wu-night.wu-white.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/white/svg/nt_partlysunny.svg); }

.wu-night.wu-white.wu-rain {
  background: url(../assets/images/wunderground/icons/white/svg/nt_rain.svg); }

.wu-night.wu-white.wu-sleet {
  background: url(../assets/images/wunderground/icons/white/svg/nt_sleet.svg); }

.wu-night.wu-white.wu-snow {
  background: url(../assets/images/wunderground/icons/white/svg/nt_snow.svg); }

.wu-night.wu-white.wu-sunny {
  background: url(../assets/images/wunderground/icons/white/svg/nt_sunny.svg); }

.wu-night.wu-white.wu-tstorms {
  background: url(../assets/images/wunderground/icons/white/svg/nt_tstorms.svg); }

.wu-night.wu-white.wu-unknown {
  background: url(../assets/images/wunderground/icons/white/svg/nt_unknown.svg); }

/*! Solid Back Night SVG Icons */
.wu-night.wu-solid-black.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_chanceflurries.svg); }

.wu-night.wu-solid-black.wu-chancerain {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_chancerain.svg); }

.wu-night.wu-solid-black.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_chancesleet.svg); }

.wu-night.wu-solid-black.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_chancesnow.svg); }

.wu-night.wu-solid-black.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_chancetstorms.svg); }

.wu-night.wu-solid-black.wu-clear {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_clear.svg); }

.wu-night.wu-solid-black.wu-cloudy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_cloudy.svg); }

.wu-night.wu-solid-black.wu-flurries {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_flurries.svg); }

.wu-night.wu-solid-black.wu-fog {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_fog.svg); }

.wu-night.wu-solid-black.wu-hazy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_hazy.svg); }

.wu-night.wu-solid-black.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_mostlycloudy.svg); }

.wu-night.wu-solid-black.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_mostlysunny.svg); }

.wu-night.wu-solid-black.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_partlycloudy.svg); }

.wu-night.wu-solid-black.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_partlysunny.svg); }

.wu-night.wu-solid-black.wu-rain {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_rain.svg); }

.wu-night.wu-solid-black.wu-sleet {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_sleet.svg); }

.wu-night.wu-solid-black.wu-snow {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_snow.svg); }

.wu-night.wu-solid-black.wu-sunny {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_sunny.svg); }

.wu-night.wu-solid-black.wu-tstorms {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_tstorms.svg); }

.wu-night.wu-solid-black.wu-unknown {
  background: url(../assets/images/wunderground/icons/solid-black/svg/nt_unknown.svg); }

/*! Solid White Night SVG Icons */
.wu-night.wu-solid-white.wu-chanceflurries {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_chanceflurries.svg); }

.wu-night.wu-solid-white.wu-chancerain {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_chancerain.svg); }

.wu-night.wu-solid-white.wu-chancesleet {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_chancesleet.svg); }

.wu-night.wu-solid-white.wu-chancesnow {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_chancesnow.svg); }

.wu-night.wu-solid-white.wu-chancetstorms {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_chancetstorms.svg); }

.wu-night.wu-solid-white.wu-clear {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_clear.svg); }

.wu-night.wu-solid-white.wu-cloudy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_cloudy.svg); }

.wu-night.wu-solid-white.wu-flurries {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_flurries.svg); }

.wu-night.wu-solid-white.wu-fog {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_fog.svg); }

.wu-night.wu-solid-white.wu-hazy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_hazy.svg); }

.wu-night.wu-solid-white.wu-mostlycloudy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_mostlycloudy.svg); }

.wu-night.wu-solid-white.wu-mostlysunny {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_mostlysunny.svg); }

.wu-night.wu-solid-white.wu-partlycloudy {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_partlycloudy.svg); }

.wu-night.wu-solid-white.wu-partlysunny {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_partlysunny.svg); }

.wu-night.wu-solid-white.wu-rain {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_rain.svg); }

.wu-night.wu-solid-white.wu-sleet {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_sleet.svg); }

.wu-night.wu-solid-white.wu-snow {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_snow.svg); }

.wu-night.wu-solid-white.wu-sunny {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_sunny.svg); }

.wu-night.wu-solid-white.wu-tstorms {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_tstorms.svg); }

.wu-night.wu-solid-white.wu-unknown {
  background: url(../assets/images/wunderground/icons/solid-white/svg/nt_unknown.svg); }

/*! Black Day PNG Icons */
.no-svg .wu-16.wu-black {
  background-image: url(../assets/images/wunderground/icons/black/png/16x16/_spritesheet.png); }

.no-svg .wu-32.wu-black {
  background-image: url(../assets/images/wunderground/icons/black/png/32x32/_spritesheet.png); }

.no-svg .wu-64.wu-black {
  background-image: url(../assets/images/wunderground/icons/black/png/64x64/_spritesheet.png); }

.no-svg .wu-128.wu-black {
  background-image: url(../assets/images/wunderground/icons/black/png/128x128/_spritesheet.png); }

.no-svg .wu-256.wu-black {
  background-image: url(../assets/images/wunderground/icons/black/png/256x256/_spritesheet.png); }

/*! White Day PNG Icons */
.no-svg .wu-16.wu-white {
  background-image: url(../assets/images/wunderground/icons/white/png/16x16/_spritesheet.png); }

.no-svg .wu-32.wu-white {
  background-image: url(../assets/images/wunderground/icons/white/png/32x32/_spritesheet.png); }

.no-svg .wu-64.wu-white {
  background-image: url(../assets/images/wunderground/icons/white/png/64x64/_spritesheet.png); }

.no-svg .wu-128.wu-white {
  background-image: url(../assets/images/wunderground/icons/white/png/128x128/_spritesheet.png); }

.no-svg .wu-256.wu-white {
  background-image: url(../assets/images/wunderground/icons/white/png/256x256/_spritesheet.png); }

/*! Solid Black Day PNG Icons */
.no-svg .wu-16.wu-solid-black {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/16x16/_spritesheet.png); }

.no-svg .wu-32.wu-solid-black {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/32x32/_spritesheet.png); }

.no-svg .wu-64.wu-solid-black {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/64x64/_spritesheet.png); }

.no-svg .wu-128.wu-solid-black {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/128x128/_spritesheet.png); }

.no-svg .wu-256.wu-solid-black {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/256x256/_spritesheet.png); }

/*! Solid White Day PNG Icons */
.no-svg .wu-16.wu-solid-white {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/16x16/_spritesheet.png); }

.no-svg .wu-32.wu-solid-white {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/32x32/_spritesheet.png); }

.no-svg .wu-64.wu-solid-white {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/64x64/_spritesheet.png); }

.no-svg .wu-128.wu-solid-white {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/128x128/_spritesheet.png); }

.no-svg .wu-256.wu-solid-white {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/256x256/_spritesheet.png); }

/*! Black Might PNG Icons */
.no-svg .wu-16.wu-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/black/png/16x16/_nt_spritesheet.png); }

.no-svg .wu-32.wu-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/black/png/32x32/_nt_spritesheet.png); }

.no-svg .wu-64.wu-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/black/png/64x64/_nt_spritesheet.png); }

.no-svg .wu-128.wu-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/black/png/128x128/_nt_spritesheet.png); }

.no-svg .wu-256.wu-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/black/png/256x256/_nt_spritesheet.png); }

/*! White Night PNG Icons */
.no-svg .wu-16.wu-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/white/png/16x16/_nt_spritesheet.png); }

.no-svg .wu-32.wu-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/white/png/32x32/_nt_spritesheet.png); }

.no-svg .wu-64.wu-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/white/png/64x64/_nt_spritesheet.png); }

.no-svg .wu-128.wu-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/white/png/128x128/_nt_spritesheet.png); }

.no-svg .wu-256.wu-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/white/png/256x256/_nt_spritesheet.png); }

/*! Solid Black Night PNG Icons */
.no-svg .wu-16.wu-solid-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/16x16/_nt_spritesheet.png); }

.no-svg .wu-32.wu-solid-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/32x32/_nt_spritesheet.png); }

.no-svg .wu-64.wu-solid-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/64x64/_nt_spritesheet.png); }

.no-svg .wu-128.wu-solid-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/128x128/_nt_spritesheet.png); }

.no-svg .wu-256.wu-solid-black.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-black/png/256x256/_nt_spritesheet.png); }

/*! Solid White Night PNG Icons */
.no-svg .wu-16.wu-solid-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/16x16/_nt_spritesheet.png); }

.no-svg .wu-32.wu-solid-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/32x32/_nt_spritesheet.png); }

.no-svg .wu-64.wu-solid-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/64x64/_nt_spritesheet.png); }

.no-svg .wu-128.wu-solid-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/128x128/_nt_spritesheet.png); }

.no-svg .wu-256.wu-solid-white.wu-night {
  background-image: url(../assets/images/wunderground/icons/solid-white/png/256x256/_nt_spritesheet.png); }

.no-svg .wu-16.wu-chanceflurries {
  background-position: -5px -5px; }

.no-svg .wu-16.wu-chancerain {
  background-position: -31px -5px; }

.no-svg .wu-16.wu-chancesleet {
  background-position: -57px -5px; }

.no-svg .wu-16.wu-chancesnow {
  background-position: -83px -5px; }

.no-svg .wu-16.wu-chancetstorms {
  background-position: -5px -31px; }

.no-svg .wu-16.wu-clear {
  background-position: -31px -31px; }

.no-svg .wu-16.wu-cloudy {
  background-position: -57px -31px; }

.no-svg .wu-16.wu-flurries {
  background-position: -83px -31px; }

.no-svg .wu-16.wu-fog {
  background-position: -5px -57px; }

.no-svg .wu-16.wu-hazy {
  background-position: -31px -57px; }

.no-svg .wu-16.wu-mostlycloudy {
  background-position: -57px -57px; }

.no-svg .wu-16.wu-mostlysunny {
  background-position: -83px -57px; }

.no-svg .wu-16.wu-partlycloudy {
  background-position: -5px -83px; }

.no-svg .wu-16.wu-partlysunny {
  background-position: -31px -83px; }

.no-svg .wu-16.wu-rain {
  background-position: -57px -83px; }

.no-svg .wu-16.wu-sleet {
  background-position: -83px -83px; }

.no-svg .wu-16.wu-snow {
  background-position: -109px -5px; }

.no-svg .wu-16.wu-sunny {
  background-position: -109px -31px; }

.no-svg .wu-16.wu-tstorms {
  background-position: -109px -57px; }

.no-svg .wu-16.wu-unknown {
  background-position: -109px -83px; }

.no-svg .wu-32.wu-chanceflurries {
  background-position: -5px -5px; }

.no-svg .wu-32.wu-chancerain {
  background-position: -47px -5px; }

.no-svg .wu-32.wu-chancesleet {
  background-position: -89px -5px; }

.no-svg .wu-32.wu-chancesnow {
  background-position: -131px -5px; }

.no-svg .wu-32.wu-chancetstorms {
  background-position: -5px -47px; }

.no-svg .wu-32.wu-clear {
  background-position: -47px -47px; }

.no-svg .wu-32.wu-cloudy {
  background-position: -89px -47px; }

.no-svg .wu-32.wu-flurries {
  background-position: -131px -47px; }

.no-svg .wu-32.wu-fog {
  background-position: -5px -89px; }

.no-svg .wu-32.wu-hazy {
  background-position: -47px -89px; }

.no-svg .wu-32.wu-mostlycloudy {
  background-position: -89px -89px; }

.no-svg .wu-32.wu-mostlysunny {
  background-position: -131px -89px; }

.no-svg .wu-32.wu-partlycloudy {
  background-position: -5px -131px; }

.no-svg .wu-32.wu-partlysunny {
  background-position: -47px -131px; }

.no-svg .wu-32.wu-rain {
  background-position: -89px -131px; }

.no-svg .wu-32.wu-sleet {
  background-position: -131px -131px; }

.no-svg .wu-32.wu-snow {
  background-position: -173px -5px; }

.no-svg .wu-32.wu-sunny {
  background-position: -173px -47px; }

.no-svg .wu-32.wu-tstorms {
  background-position: -173px -89px; }

.no-svg .wu-32.wu-unknown {
  background-position: -173px -131px; }

.no-svg .wu-64.wu-chanceflurries {
  background-position: -5px -5px; }

.no-svg .wu-64.wu-chancerain {
  background-position: -79px -5px; }

.no-svg .wu-64.wu-chancesleet {
  background-position: -153px -5px; }

.no-svg .wu-64.wu-chancesnow {
  background-position: -227px -5px; }

.no-svg .wu-64.wu-chancetstorms {
  background-position: -5px -79px; }

.no-svg .wu-64.wu-clear {
  background-position: -79px -79px; }

.no-svg .wu-64.wu-cloudy {
  background-position: -153px -79px; }

.no-svg .wu-64.wu-flurries {
  background-position: -227px -79px; }

.no-svg .wu-64.wu-fog {
  background-position: -5px -153px; }

.no-svg .wu-64.wu-hazy {
  background-position: -79px -153px; }

.no-svg .wu-64.wu-mostlycloudy {
  background-position: -153px -153px; }

.no-svg .wu-64.wu-mostlysunny {
  background-position: -227px -153px; }

.no-svg .wu-64.wu-partlycloudy {
  background-position: -5px -227px; }

.no-svg .wu-64.wu-partlysunny {
  background-position: -79px -227px; }

.no-svg .wu-64.wu-rain {
  background-position: -153px -227px; }

.no-svg .wu-64.wu-sleet {
  background-position: -227px -227px; }

.no-svg .wu-64.wu-snow {
  background-position: -301px -5px; }

.no-svg .wu-64.wu-sunny {
  background-position: -301px -79px; }

.no-svg .wu-64.wu-tstorms {
  background-position: -301px -153px; }

.no-svg .wu-64.wu-unknown {
  background-position: -301px -227px; }

.no-svg .wu-128.wu-chanceflurries {
  background-position: -5px -5px; }

.no-svg .wu-128.wu-chancerain {
  background-position: -143px -5px; }

.no-svg .wu-128.wu-chancesleet {
  background-position: -281px -5px; }

.no-svg .wu-128.wu-chancesnow {
  background-position: -419px -5px; }

.no-svg .wu-128.wu-chancetstorms {
  background-position: -5px -143px; }

.no-svg .wu-128.wu-clear {
  background-position: -143px -143px; }

.no-svg .wu-128.wu-cloudy {
  background-position: -281px -143px; }

.no-svg .wu-128.wu-flurries {
  background-position: -419px -143px; }

.no-svg .wu-128.wu-fog {
  background-position: -5px -281px; }

.no-svg .wu-128.wu-hazy {
  background-position: -143px -281px; }

.no-svg .wu-128.wu-mostlycloudy {
  background-position: -281px -281px; }

.no-svg .wu-128.wu-mostlysunny {
  background-position: -419px -281px; }

.no-svg .wu-128.wu-partlycloudy {
  background-position: -5px -419px; }

.no-svg .wu-128.wu-partlysunny {
  background-position: -143px -419px; }

.no-svg .wu-128.wu-rain {
  background-position: -281px -419px; }

.no-svg .wu-128.wu-sleet {
  background-position: -419px -419px; }

.no-svg .wu-128.wu-snow {
  background-position: -557px -5px; }

.no-svg .wu-128.wu-sunny {
  background-position: -557px -143px; }

.no-svg .wu-128.wu-tstorms {
  background-position: -557px -281px; }

.no-svg .wu-128.wu-unknown {
  background-position: -557px -419px; }

.no-svg .wu-256.wu-chanceflurries {
  background-position: -5px -5px; }

.no-svg .wu-256.wu-chancerain {
  background-position: -271px -5px; }

.no-svg .wu-256.wu-chancesleet {
  background-position: -537px -5px; }

.no-svg .wu-256.wu-chancesnow {
  background-position: -803px -5px; }

.no-svg .wu-256.wu-chancetstorms {
  background-position: -5px -271px; }

.no-svg .wu-256.wu-clear {
  background-position: -271px -271px; }

.no-svg .wu-256.wu-cloudy {
  background-position: -537px -271px; }

.no-svg .wu-256.wu-flurries {
  background-position: -803px -271px; }

.no-svg .wu-256.wu-fog {
  background-position: -5px -537px; }

.no-svg .wu-256.wu-hazy {
  background-position: -271px -537px; }

.no-svg .wu-256.wu-mostlycloudy {
  background-position: -537px -537px; }

.no-svg .wu-256.wu-mostlysunny {
  background-position: -803px -537px; }

.no-svg .wu-256.wu-partlycloudy {
  background-position: -5px -803px; }

.no-svg .wu-256.wu-partlysunny {
  background-position: -271px -803px; }

.no-svg .wu-256.wu-rain {
  background-position: -537px -803px; }

.no-svg .wu-256.wu-sleet {
  background-position: -803px -803px; }

.no-svg .wu-256.wu-snow {
  background-position: -1069px -5px; }

.no-svg .wu-256.wu-sunny {
  background-position: -1069px -271px; }

.no-svg .wu-256.wu-tstorms {
  background-position: -1069px -537px; }

.no-svg .wu-256.wu-unknown {
  background-position: -1069px -803px; }

#mobile-navigation {
  padding: 3rem 3rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  width: 100%;
  height: 10.1rem;
  background-color: #fff;
  z-index: 150;
  top: 0; }
  @media (min-width: 768px) {
    #mobile-navigation {
      padding-bottom: 2.6rem; } }
  @media (min-width: 1280px) {
    #mobile-navigation {
      display: none; } }
  #mobile-navigation .logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    #mobile-navigation .logo img {
      width: 13rem;
      height: 3.6rem; }
    @media (min-width: 768px) {
      #mobile-navigation .logo img {
        width: 21.3rem;
        height: 4.5rem; } }
  #mobile-navigation .menu {
    -ms-flex-item-align: center;
        align-self: center; }
    #mobile-navigation .menu svg {
      height: 1.6rem;
      width: 1.6rem; }
    #mobile-navigation .menu .icon-close {
      display: none; }
    #mobile-navigation .menu #toggle-layer, #mobile-navigation .menu #toggle-layer:focus, #mobile-navigation .menu #toggle-layer:active, #mobile-navigation .menu #toggle-layer:hover {
      -webkit-appearance: none;
      border: 0;
      background: none;
      outline: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 1.6rem; }
  #mobile-navigation .mobile-overlay {
    position: fixed;
    display: none;
    top: 10.1rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C1D1C7;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    #mobile-navigation .mobile-overlay .overlay-content {
      min-height: 100%;
      overflow: scroll;
      padding: 5.5rem 2rem 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        #mobile-navigation .mobile-overlay .overlay-content {
          padding: 20rem 6rem 7rem; } }
      #mobile-navigation .mobile-overlay .overlay-content ul {
        margin: 0 0 5.5rem;
        padding: 0; }
        #mobile-navigation .mobile-overlay .overlay-content ul li {
          list-style: none;
          text-align: center; }
          #mobile-navigation .mobile-overlay .overlay-content ul li a {
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 3.2rem;
            line-height: 5.6rem;
            text-decoration: none;
            color: #0A506D; }
          #mobile-navigation .mobile-overlay .overlay-content ul li .level-2 ul {
            margin-bottom: 2rem; }
          #mobile-navigation .mobile-overlay .overlay-content ul li .level-2 li a {
            font-size: 1.6rem;
            line-height: 2.4rem;
            color: rgba(55, 55, 55, 0.4); }
            @media (min-width: 768px) {
              #mobile-navigation .mobile-overlay .overlay-content ul li .level-2 li a {
                font-size: 2rem;
                line-height: 2.8rem; } }
      #mobile-navigation .mobile-overlay .overlay-content .pull-down {
        margin-top: auto; }
        #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch {
          text-align: center;
          padding-bottom: 2rem; }
          #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul {
            margin: 0 auto;
            padding: 0;
            list-style: none; }
            #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul li {
              display: inline-block;
              margin-right: 2rem; }
              #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul li:last-child {
                margin-right: 0; }
              #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul li img {
                width: 2rem;
                height: 2rem;
                vertical-align: middle;
                margin-right: 1rem; }
              #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul li a {
                text-decoration: underline;
                color: #849088;
                font-size: 1.3rem;
                line-height: 1.6rem; }
              #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul li.active {
                opacity: 0.2; }
                #mobile-navigation .mobile-overlay .overlay-content .pull-down .language-switch ul li.active a {
                  text-decoration: none; }
      #mobile-navigation .mobile-overlay .overlay-content .searchbar {
        width: 100%;
        height: 5rem;
        background-color: #fff;
        position: relative; }
        #mobile-navigation .mobile-overlay .overlay-content .searchbar:after {
          content: '';
          display: block;
          position: absolute;
          width: 2rem;
          height: 2rem;
          background-image: url("../assets/images/svg/icon-lupe-dark.svg");
          left: 1.6rem;
          top: 1.6rem; }
  #mobile-navigation.show-layer .mobile-overlay {
    display: block; }
  #mobile-navigation.show-layer .icon-close {
    display: block; }
  #mobile-navigation.show-layer .icon-burger {
    display: none; }

#desktop-navigation {
  z-index: 150;
  padding: 3.5rem 5rem 3.4rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  max-width: 1440px;
  background-color: #fff;
  height: 11.4rem;
  width: 100%;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 0px) and (max-width: 1279px) {
    #desktop-navigation {
      display: none; } }
  #desktop-navigation .navigation {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 14rem; }
    #desktop-navigation .navigation li {
      display: block; }
      #desktop-navigation .navigation li:last-of-type {
        margin-right: 0; }
      #desktop-navigation .navigation li > a {
        color: #0A506D;
        text-decoration: none;
        display: block;
        position: relative; }
      #desktop-navigation .navigation li.has-submenu > a {
        padding-right: 2rem; }
        #desktop-navigation .navigation li.has-submenu > a:after {
          display: block;
          width: 1.2rem;
          height: .7rem;
          right: 0;
          position: absolute;
          content: '';
          background-image: url("../assets/images/indicator-submenu.png");
          background-size: 100%;
          margin: auto;
          bottom: .7rem;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }
      #desktop-navigation .navigation li.has-submenu:hover > a:after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      #desktop-navigation .navigation li.has-submenu:hover .level-2 {
        opacity: 1;
        visibility: visible; }
      #desktop-navigation .navigation li .level-2 {
        visibility: hidden;
        padding-top: 4.5rem;
        position: absolute;
        left: 0;
        width: 100%;
        opacity: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
        #desktop-navigation .navigation li .level-2 .background {
          background-color: #0A506D;
          height: 8.5rem;
          width: 100%;
          margin: 0;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #desktop-navigation .navigation li .level-2 .background li {
            -ms-flex-item-align: center;
                align-self: center;
            margin-right: 7rem; }
            #desktop-navigation .navigation li .level-2 .background li:last-of-type {
              margin-right: 0; }
            #desktop-navigation .navigation li .level-2 .background li a {
              font-family: 'Lato', sans-serif;
              font-size: 1.8rem;
              line-height: 2.2rem;
              color: #fff; }
              #desktop-navigation .navigation li .level-2 .background li a:hover {
                text-decoration: underline; }
  #desktop-navigation .logo img {
    width: 21.3rem;
    height: 4.5rem; }
  #desktop-navigation aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #desktop-navigation aside .weather {
      margin-right: 3rem; }
    #desktop-navigation aside .language {
      margin-right: 3rem;
      position: relative; }
      #desktop-navigation aside .language img {
        width: 2rem;
        height: 2rem; }
      #desktop-navigation aside .language:hover .hover {
        display: block; }
      #desktop-navigation aside .language .hover {
        display: none;
        position: absolute;
        left: -6rem;
        top: 100%;
        padding-top: 2rem; }
        #desktop-navigation aside .language .hover ul {
          margin: 0;
          padding: 0;
          list-style: none;
          width: 17rem;
          background-color: #fff;
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
                  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16); }
          #desktop-navigation aside .language .hover ul li {
            padding: 1.5rem;
            position: relative; }
            #desktop-navigation aside .language .hover ul li:first-child {
              border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
            #desktop-navigation aside .language .hover ul li a {
              font-size: 1.6rem;
              line-height: 2.2rem;
              text-decoration: none;
              color: #B9744F;
              font-family: 'Lato', sans-serif; }
            #desktop-navigation aside .language .hover ul li.active a {
              font-weight: 700;
              color: #373737; }
            #desktop-navigation aside .language .hover ul li.active:after {
              content: " ";
              position: absolute;
              top: 0;
              right: 1.2rem;
              bottom: 0;
              margin: auto;
              width: 1.2rem;
              height: .9rem;
              background-image: url("../assets/images/dropdown-checkmark.png");
              background-size: 1.2rem .9rem;
              background-position: right; }
            #desktop-navigation aside .language .hover ul li img {
              vertical-align: middle;
              margin-right: 2rem; }
    #desktop-navigation aside .open-searchbar img {
      cursor: pointer; }
  #desktop-navigation .searchbar {
    position: absolute;
    background-color: #fff;
    height: 11.4rem;
    right: 0;
    top: 0;
    width: calc(100% - 28rem);
    padding: 3.5rem 5rem 3.4rem 3rem;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 5000; }
    #desktop-navigation .searchbar #close-search {
      cursor: pointer; }
    #desktop-navigation .searchbar input {
      font-size: 3.2rem;
      line-height: 3.9rem;
      padding: 0;
      margin-left: 3rem; }
      #desktop-navigation .searchbar input::-webkit-input-placeholder {
        text-align: left; }
      #desktop-navigation .searchbar input:-ms-input-placeholder {
        text-align: left; }
      #desktop-navigation .searchbar input::-ms-input-placeholder {
        text-align: left; }
      #desktop-navigation .searchbar input::placeholder {
        text-align: left; }
    #desktop-navigation .searchbar button {
      margin-right: 9rem;
      width: 150px; }

.weather {
  -ms-flex-item-align: center;
      align-self: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(10, 80, 109, 0.4);
  margin-right: 2rem; }
  .weather i {
    vertical-align: bottom; }
    .weather i.wu-32 {
      height: 2.4rem;
      width: 2.4rem; }

footer {
  background-color: #0A506D;
  padding: 3rem 2.4rem; }
  @media (min-width: 768px) {
    footer {
      padding: 4rem 6rem; } }
  @media (min-width: 1280px) {
    footer {
      padding: 5rem 0; } }
  footer .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1280px) {
      footer .inner-wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  footer .logo {
    text-align: center;
    padding-bottom: 4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    @media (min-width: 768px) {
      footer .logo {
        text-align: left;
        padding-bottom: 5rem; } }
    @media (min-width: 1280px) {
      footer .logo {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 20%;
                flex: 1 0 20%;
        padding: 0; } }
    footer .logo img {
      width: auto;
      height: 4rem; }
  footer ul.main-links {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%; }
    @media (min-width: 768px) {
      footer ul.main-links {
        border-right: 1px solid #316074; } }
    @media (min-width: 1280px) {
      footer ul.main-links {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 15%;
                flex: 1 0 15%;
        border: 0; } }
    footer ul.main-links li {
      height: 4.5rem; }
      @media (min-width: 768px) {
        footer ul.main-links li:last-child {
          height: auto; } }
      footer ul.main-links li a {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        line-height: 1.7rem;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none; }
        footer ul.main-links li a:hover {
          opacity: .7; }
  footer ul.side-links {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%; }
    @media (min-width: 768px) {
      footer ul.side-links {
        border-right: 1px solid #316074; } }
    @media (min-width: 1280px) {
      footer ul.side-links {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 15%;
                flex: 1 0 15%; } }
    footer ul.side-links li {
      height: 4.5rem;
      padding-left: 6rem; }
      @media (min-width: 768px) {
        footer ul.side-links li:last-child {
          height: auto; } }
      @media (min-width: 1280px) {
        footer ul.side-links li {
          padding-left: 0; } }
      footer ul.side-links li a {
        font-family: 'Lato', sans-serif;
        font-size: 1.6rem;
        line-height: 1.9rem;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.3); }
  footer ul.social-links {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      footer ul.social-links {
        display: block; } }
    @media (min-width: 1280px) {
      footer ul.social-links {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 15%;
                flex: 1 0 15%; } }
    footer ul.social-links li {
      width: 50%;
      padding-top: 2.4rem; }
      @media (min-width: 768px) {
        footer ul.social-links li {
          width: 100%;
          padding-top: 0;
          padding-left: 6rem;
          margin-bottom: 2.5rem; } }
      footer ul.social-links li.title {
        display: none; }
        @media (min-width: 768px) {
          footer ul.social-links li.title {
            display: block;
            font-family: 'Lato', sans-serif;
            font-size: 1.3rem;
            line-height: 1.6rem;
            letter-spacing: .2rem;
            color: #fff;
            text-transform: uppercase; } }
      footer ul.social-links li img {
        height: 2rem;
        margin-right: 2rem;
        opacity: .3;
        vertical-align: middle; }
      footer ul.social-links li a {
        color: rgba(255, 255, 255, 0.3);
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 1.9rem; }
  footer div.newsletter {
    display: none; }
    @media (min-width: 1280px) {
      footer div.newsletter {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 33rem;
                flex: 1 0 33rem;
        padding-left: 6rem;
        width: 33rem; }
        footer div.newsletter span.h4 {
          font-family: 'Lato', sans-serif;
          font-size: 1.3rem;
          line-height: 1.6rem;
          letter-spacing: .2rem;
          color: #fff;
          text-transform: uppercase; }
        footer div.newsletter p {
          margin-top: 2rem;
          font-family: 'Lato', sans-serif;
          font-size: 1.4rem;
          line-height: 2.1rem;
          color: #538499; }
        footer div.newsletter form {
          font-size: 0; }
        footer div.newsletter input {
          background-color: #0A445C;
          width: 21rem;
          color: #FFFFFF;
          text-align: left;
          padding: 2rem;
          font-size: 1.4rem;
          line-height: 1.7rem;
          height: 5.1rem; }
          footer div.newsletter input::-webkit-input-placeholder {
            text-align: left;
            color: rgba(255, 255, 255, 0.2); }
          footer div.newsletter input:-ms-input-placeholder {
            text-align: left;
            color: rgba(255, 255, 255, 0.2); }
          footer div.newsletter input::-ms-input-placeholder {
            text-align: left;
            color: rgba(255, 255, 255, 0.2); }
          footer div.newsletter input::placeholder {
            text-align: left;
            color: rgba(255, 255, 255, 0.2); }
        footer div.newsletter button {
          background-color: #EB7319;
          border: 2px solid #EB7319; }
          footer div.newsletter button img {
            height: 1.4rem; }
          footer div.newsletter button:hover {
            opacity: .7; } }

.partners {
  background-color: #fff;
  text-align: center;
  padding: 2rem 2.4rem; }
  @media (min-width: 768px) {
    .partners {
      padding: 3rem 6rem; } }
  @media (min-width: 1280px) {
    .partners {
      padding: 4rem 0; } }
  .partners span.h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: .2rem;
    text-transform: uppercase; }
  .partners ul {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0; }
    @media (min-width: 768px) {
      .partners ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1280px) {
      .partners ul {
        margin-top: 3rem; } }
    .partners ul li {
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .partners ul li {
          max-width: 25%;
          margin-bottom: 0; } }
      @media (min-width: 1280px) {
        .partners ul li {
          width: 36rem; } }
      .partners ul li img {
        max-width: 26rem;
        width: 100%; }
        @media (min-width: 1280px) {
          .partners ul li img {
            max-width: 36rem; } }
      .partners ul li:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  #home .main-slider {
    height: 100%; } }

#home .main-slider .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 47rem;
  padding: 3.6rem 2.4rem; }
  @media (max-width: 767px) {
    #home .main-slider .slide:nth-of-type(n+2) {
      display: none; } }
  @media (min-width: 768px) {
    #home .main-slider .slide {
      height: 98rem;
      padding: 7rem; } }
  @media (min-width: 1280px) {
    #home .main-slider .slide {
      padding: 0; } }
  #home .main-slider .slide .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    @media (min-width: 768px) {
      #home .main-slider .slide .inner-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  #home .main-slider .slide .text {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center; }
    @media (min-width: 768px) {
      #home .main-slider .slide .text {
        text-align: left;
        max-width: 45rem;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    #home .main-slider .slide .text .category {
      font-family: 'Lato', sans-serif;
      font-size: 1.4rem;
      line-height: 1.7rem;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700; }
      @media (min-width: 768px) {
        #home .main-slider .slide .text .category {
          font-size: 1.6rem;
          line-height: 1.9rem; } }
    #home .main-slider .slide .text h2 {
      margin: 0; }
      @media (min-width: 768px) {
        #home .main-slider .slide .text h2 {
          font-size: 7.2rem;
          line-height: 8rem; } }
    #home .main-slider .slide .text p.description {
      margin: 0 0 2rem;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1.6rem;
      line-height: 2.5rem; }
  #home .main-slider .slide .button {
    width: calc(100% - 4.8rem);
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 2.5rem; }
    @media (min-width: 768px) {
      #home .main-slider .slide .button {
        width: auto;
        position: relative;
        margin: 0;
        bottom: 0;
        -ms-flex-item-align: start;
            align-self: flex-start; } }

.bx-wrapper {
  position: relative; }

.slider-pager {
  position: absolute;
  right: 0;
  font-size: 2rem;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100; }
  @media (max-width: 767px) {
    .slider-pager {
      display: none; } }
  .slider-pager a {
    display: block;
    font-size: 0;
    padding: 1rem 0;
    text-align: right;
    cursor: pointer;
    position: relative; }
    .slider-pager a hr {
      width: 2rem;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      float: right;
      margin-left: 1.5rem; }
    .slider-pager a.active {
      width: auto;
      font-size: 1.6rem;
      text-transform: uppercase;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-weight: 700; }
      .slider-pager a.active hr {
        width: 4rem;
        border-bottom: 2px solid #fff; }
      .slider-pager a.active:before {
        content: attr(data-slide-prefix);
        position: absolute;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.2);
        z-index: 999;
        left: 0;
        top: -.7rem;
        display: block;
        font-size: 1.6rem; }

.activity-list {
  background-color: #fff;
  padding: 3.5rem 2.5rem; }
  @media (min-width: 768px) {
    .activity-list {
      padding: 6rem; } }
  @media (min-width: 1280px) {
    .activity-list {
      padding: 10rem; } }
  .activity-list.no-top-padding {
    padding-top: 0; }
  @media (max-width: 767px) {
    .activity-list .load-more {
      padding-top: 2rem; }
      .activity-list .load-more button {
        width: 100%; } }

.activity-list-ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .activity-list-ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -.5rem; } }
  @media (min-width: 1280px) {
    .activity-list-ul {
      margin: 0 -1rem; } }
  .activity-list-ul li {
    margin-bottom: 3rem;
    overflow: hidden;
    position: relative;
    -webkit-animation: animateElement linear .3s;
            animation: animateElement linear .3s; }
    @media (min-width: 768px) {
      .activity-list-ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 1rem);
                flex: 0 1 calc(50% - 1rem);
        margin: 0 0.5rem 3rem; } }
    @media (min-width: 1280px) {
      .activity-list-ul li {
        -ms-flex-preferred-size: calc(33.333% - 2rem);
            flex-basis: calc(33.333% - 2rem);
        margin: 0 1rem 3rem; } }
    .activity-list-ul li .item-labels {
      display: block;
      position: absolute;
      top: 2rem;
      right: 1rem; }
    .activity-list-ul li .item-label {
      display: inline-block;
      padding: 0.8rem 1.5rem;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Lato', sans-serif;
      font-size: 1.4rem;
      font-weight: 700;
      margin-right: 1rem; }
      .activity-list-ul li .item-label.guide-label {
        background-color: #97C25A; }
      .activity-list-ul li .item-label.offer-label {
        background-color: #EB7319; }
      .activity-list-ul li .item-label.featured-label {
        background-color: #5EC3D7; }
      .activity-list-ul li .item-label.ad-label {
        background-color: #B9744F; }
    .activity-list-ul li .item-quote {
      position: absolute;
      top: 17rem;
      height: 7rem;
      left: 2rem;
      background-color: #fff;
      padding: 1.5rem;
      max-width: calc(100% - 4rem);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .activity-list-ul li .item-quote h5 {
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-style: italic;
        color: rgba(55, 55, 55, 0.7);
        font-weight: 400;
        margin-bottom: .5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .activity-list-ul li .item-quote span {
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: rgba(55, 55, 55, 0.2);
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .activity-list-ul li .image {
      display: block;
      width: 100%;
      height: 26rem;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .activity-list-ul li .text {
      padding-top: 1rem;
      max-width: 80%; }
      .activity-list-ul li .text .title-h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 13rem; }
      .activity-list-ul li .text a {
        display: block; }
  @media (min-width: 0px) and (max-width: 1279px) {
    .activity-list-ul.three-grid .text .title-h2 {
      font-size: 2.4rem;
      color: #373737;
      line-height: 3.2rem;
      text-decoration: none;
      margin: 0; }
    .activity-list-ul.three-grid .text .button {
      padding: 0;
      display: inline;
      background: none;
      color: #B9744F;
      border: 0;
      margin: 0;
      line-height: 1.6;
      text-transform: uppercase; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .activity-list-ul.three-grid li:nth-child(n+3) {
      display: none; } }
  @media (min-width: 1280px) {
    .activity-list-ul.three-grid {
      display: block; }
      .activity-list-ul.three-grid li {
        width: calc(50% - 1rem);
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        margin-bottom: 1rem;
        height: 32rem; }
        .activity-list-ul.three-grid li .image {
          height: 32rem; }
        .activity-list-ul.three-grid li:first-child {
          height: 65rem; }
          .activity-list-ul.three-grid li:first-child .image {
            height: 65rem; }
      .activity-list-ul.three-grid .text {
        position: absolute;
        bottom: 3rem;
        left: 3rem; }
        .activity-list-ul.three-grid .text .button {
          display: inline-block; }
        .activity-list-ul.three-grid .text .title-h2 {
          text-decoration: none;
          margin-bottom: 0; } }
      @media (min-width: 1280px) and (min-width: 768px) and (max-width: 1279px) {
        .activity-list-ul.three-grid .text .title-h2 {
          font-size: 3.6rem;
          line-height: 4.2rem; } }
  @media (min-width: 1280px) {
        .activity-list-ul.three-grid .text .title-kachel-category {
          color: #fff; } }
    @media (min-width: 1280px) and (min-width: 1280px) {
      .activity-list-ul.three-grid .text {
        left: 3rem;
        bottom: 4rem; } }
  @media (min-width: 1280px) {
    .activity-list-ul.three-grid li {
      float: left;
      width: calc(40.5% - 2rem);
      margin-bottom: 2rem;
      height: 32rem; }
      .activity-list-ul.three-grid li:first-child {
        width: calc(59.5% - 2rem); }
      .activity-list-ul.three-grid li .image {
        height: 32rem; }
      .activity-list-ul.three-grid li:first-child {
        height: 66rem; }
        .activity-list-ul.three-grid li:first-child .image {
          height: 66rem; }
        .activity-list-ul.three-grid li:first-child .text {
          left: 5.5rem;
          bottom: 5.5rem; } }

.load-more {
  text-align: center; }
  @media (min-width: 768px) {
    .load-more {
      padding-top: 3rem; } }
  .load-more button {
    width: auto; }

.event-list {
  padding: 3.5rem 2.5rem;
  background-color: #C1D1C7; }
  @media (min-width: 768px) {
    .event-list {
      padding: 6rem; } }
  @media (min-width: 1280px) {
    .event-list {
      padding: 10rem; } }

.event-list-ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .event-list-ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -.5rem; } }
  @media (min-width: 1280px) {
    .event-list-ul {
      margin: 0 -1.5rem; } }
  .event-list-ul li {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .event-list-ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 1rem);
                flex: 0 1 calc(50% - 1rem);
        width: calc(50% - 1rem);
        margin: 0 0.5rem 3rem; } }
    @media (min-width: 1280px) {
      .event-list-ul li {
        -ms-flex-preferred-size: calc(33.333% - 3rem);
            flex-basis: calc(33.333% - 3rem);
        width: calc(33.333% - 3rem);
        margin: 0 1.5rem 4rem; } }
    .event-list-ul li img {
      margin-right: 2rem; }
    .event-list-ul li .text {
      -ms-flex-item-align: center;
          align-self: center;
      width: calc(100% - 12rem);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .event-list-ul li .text a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.headline-with-form {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .headline-with-form {
      padding-bottom: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1280px) {
    .headline-with-form {
      padding-bottom: 6rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; } }
  .headline-with-form h2 {
    margin: 0; }
  @media (min-width: 768px) {
    .headline-with-form form[data-vcgrid-hide~="m-l"] {
      display: none !important; } }
  @media (min-width: 1280px) {
    .headline-with-form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: 17rem; } }
  .headline-with-form .field {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 767px) {
    .headline-with-form .category-field {
      padding-top: 2rem; } }
  @media (min-width: 768px) {
    .headline-with-form .category-field .selectric {
      min-width: 25rem; } }
  @media (min-width: 1280px) {
    .headline-with-form .category-field {
      display: none; } }

.activity-category-list {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem; }
  @media (min-width: 1280px) {
    .activity-category-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      -ms-flex-item-align: center;
          align-self: center;
      margin-bottom: 0; } }
  .activity-category-list li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 700; }
    .activity-category-list li a {
      color: rgba(55, 55, 55, 0.4);
      text-decoration: none;
      padding: 1.2rem 2rem;
      display: block; }
    .activity-category-list li.active a, .activity-category-list li:hover a {
      background-color: #5EC3D7;
      color: #fff; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .activity-category-list li:last-of-type {
        display: none; } }

.area-list {
  background-color: #fff;
  padding: 0 2.5rem 3.5rem 2.5rem; }
  @media (min-width: 768px) {
    .area-list {
      padding: 0 6rem 6rem; } }
  .area-list h2 {
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .area-list .headline-with-form {
      padding-bottom: 2rem; } }
  @media (min-width: 1280px) {
    .area-list {
      background-image: url("../assets/images/map.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      padding: 0;
      position: relative; }
      .area-list .headline-with-form[data-vcgrid-hide~="l-only"] {
        display: none !important; } }
  @media (min-width: 1280px) {
    .area-list .inner-wrapper {
      height: 100%;
      position: relative;
      padding: 62.5% 0 0; } }
  .area-list .load-more .button {
    width: 100%; }
  @media (min-width: 1280px) {
    .area-list .load-more {
      display: none; } }
  .area-list .map-pins .pin {
    position: absolute;
    z-index: 50;
    cursor: pointer;
    display: block; }
    .area-list .map-pins .pin .image {
      width: 3.9rem;
      height: 3.9rem;
      display: block;
      background-image: url("../assets/images/map_pin.png");
      background-size: 100%;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .area-list .map-pins .pin .bubble {
      display: none;
      background: #fff;
      padding: 2rem 3rem;
      position: absolute;
      top: -8.5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 1.6rem;
      font-weight: 700;
      font-family: 'Lato', sans-serif;
      color: #000;
      text-transform: uppercase; }
      .area-list .map-pins .pin .bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 1rem solid transparent;
        border-top-color: #fff;
        border-bottom: 0;
        margin-top: -0.1rem;
        margin-left: -1rem;
        margin-bottom: -1rem; }
    .area-list .map-pins .pin:hover .image {
      -webkit-transform: scale(1.75);
              transform: scale(1.75);
      background-image: url("../assets/images/map_pin_active.png"); }
    .area-list .map-pins .pin:hover .bubble {
      display: block; }

@media (min-width: 1280px) {
  .area-widget-opener {
    position: absolute;
    width: 36rem;
    height: 5.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    top: 6rem;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }
    .area-widget-opener span {
      display: block;
      -ms-flex-item-align: center;
          align-self: center;
      margin: 0 2rem;
      font-size: 1.8rem;
      line-height: 3.3rem;
      font-family: 'Lato', sans-serif;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .area-widget-opener .open-widget {
      display: block;
      width: 5.2rem;
      height: 5.2rem;
      background-color: rgba(185, 116, 79, 0.2);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      background-image: url("/assets/images/open_map_widget.png");
      background-repeat: no-repeat;
      background-size: 1.8rem 1.8rem;
      background-position: center;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
      .area-widget-opener .open-widget.close, .area-widget-opener .open-widget:hover {
        background-color: rgba(10, 80, 109, 0.2);
        background-image: url("/assets/images/close_map_widget.png");
        background-size: 1.8rem .2rem; }
      .area-widget-opener .open-widget.close:hover {
        background-color: rgba(185, 116, 79, 0.2);
        background-size: 1.8rem 1.8rem;
        background-image: url("/assets/images/open_map_widget.png"); } }

@media (min-width: 768px) {
  .area-widget {
    position: relative; } }

@media (min-width: 1280px) {
  .area-widget {
    width: 36rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background-color: #fff;
    display: none; } }

.area-widget img {
  width: 100%; }

.area-widget .headline {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .area-widget .headline .more {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right; }

.area-widget .description {
  margin: 1rem 0 2rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem; }

.area-widget span.h4 {
  margin: 0 0 2rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-transform: uppercase; }

.area-widget .area-widget-content {
  background-color: #fff; }
  @media (max-width: 767px) {
    .area-widget .area-widget-content {
      margin-bottom: 3rem; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .area-widget .area-widget-content {
      position: absolute;
      top: 50%;
      bottom: 0;
      width: 32rem;
      height: 100%;
      max-height: 50rem;
      padding: 0 3rem;
      right: 2rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 1280px) {
    .area-widget .area-widget-content {
      padding: 0 4rem; }
      .area-widget .area-widget-content .load-more {
        display: block;
        margin-bottom: 3rem; } }

.area-widget .area-widget-highlight-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .area-widget .area-widget-highlight-list li {
    margin-bottom: 2rem; }
    .area-widget .area-widget-highlight-list li:last-of-type {
      margin-bottom: 0; }
    .area-widget .area-widget-highlight-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none; }
    .area-widget .area-widget-highlight-list li img {
      width: 7rem;
      height: 7rem;
      margin-right: 2rem; }
    .area-widget .area-widget-highlight-list li p.h4 {
      text-transform: none;
      font-size: 1.8rem;
      line-height: 2.5rem;
      margin: 0; }
    .area-widget .area-widget-highlight-list li span {
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      text-transform: uppercase;
      color: rgba(55, 55, 55, 0.2); }

.accomodation-finder {
  padding: 3.5rem 2.5rem;
  background-color: #0A506D; }
  @media (min-width: 768px) {
    .accomodation-finder {
      padding: 0;
      height: 67rem;
      background-image: url("../assets/images/bg_accomodation_finder.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 768px) {
    .accomodation-finder .inner-wrapper {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }
  @media (min-width: 1280px) {
    .accomodation-finder .inner-wrapper {
      max-width: 65%; } }
  @media (min-width: 768px) {
    .accomodation-finder form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 1280px) {
    .accomodation-finder form {
      width: 100%; } }
  .accomodation-finder .field {
    margin-bottom: 2rem;
    text-align: left; }
    @media (min-width: 768px) {
      .accomodation-finder .field {
        width: 31%; } }
    @media (min-width: 1280px) {
      .accomodation-finder .field {
        width: 22%;
        margin: 0; } }
    .accomodation-finder .field button {
      width: 100%; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .accomodation-finder .field.full-width {
        width: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    .accomodation-finder .field:last-of-type {
      padding-top: 1rem;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .accomodation-finder .field:last-of-type {
          padding: 0; } }
  .accomodation-finder .styled-select {
    width: 100%; }

@-webkit-keyframes animateElement {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes animateElement {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

#activities {
  background-color: #fff; }

.category-list-box {
  background-color: rgba(10, 80, 109, 0.1);
  padding: 3rem 2.5rem; }
  @media (min-width: 768px) {
    .category-list-box {
      padding: 6rem 6rem 2rem; } }
  @media (min-width: 1280px) {
    .category-list-box {
      padding: 10rem 0 6rem; } }
  .category-list-box .category-list-box-ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .category-list-box .category-list-box-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 2rem;
        margin: 0 -.5rem; } }
    .category-list-box .category-list-box-ul li {
      margin-bottom: 3rem; }
      @media (min-width: 768px) {
        .category-list-box .category-list-box-ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 calc(50% - 1rem);
                  flex: 0 1 calc(50% - 1rem);
          margin: 0 0.5rem 3rem; } }
      @media (min-width: 1280px) {
        .category-list-box .category-list-box-ul li {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 calc(25% - 1rem);
                  flex: 0 1 calc(25% - 1rem);
          margin: 0 0.5rem 4rem; } }
      .category-list-box .category-list-box-ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #373737;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        font-weight: 700; }
        .category-list-box .category-list-box-ul li a:hover {
          text-decoration: underline; }
      .category-list-box .category-list-box-ul li img {
        border-radius: 50%;
        margin-right: 2rem; }
      .category-list-box .category-list-box-ul li span.h4 {
        margin: 0; }

.guide-list {
  background-color: rgba(10, 80, 109, 0.1); }
  @media (max-width: 767px) {
    .guide-list .activity-list-ul li:nth-child(n+2) {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .guide-list .activity-list-ul li:nth-child(n+3) {
      display: none; } }

@media (min-width: 768px) {
  #nightstay .popular-grid {
    margin-bottom: 0;
    padding-bottom: 0; } }

@media (min-width: 1280px) {
  #nightstay .popular-grid {
    padding-top: 10rem; } }

@media (min-width: 1280px) {
  #nightstay .activity-list {
    padding-top: 5rem; } }

#nightstay .activity-list li .text {
  max-width: 100%; }

#open-filters {
  margin-bottom: 3rem;
  width: 100%; }

.filter-section {
  padding: 3rem 2.5rem;
  background-color: #C1D1C7;
  margin-bottom: 3rem; }
  .filter-section .field {
    margin-bottom: 2rem; }
    .filter-section .field:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .filter-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0;
      padding: 4rem 6rem; } }
  @media (min-width: 768px) and (min-width: 1280px) {
    .filter-section {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4rem 7.5rem; }
      .filter-section .field.full-width {
        max-width: 10rem; }
        .filter-section .field.full-width button {
          height: 5.1rem; } }
  @media (min-width: 768px) {
      .filter-section .field {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(50% - 1rem);
                flex: 0 1 calc(50% - 1rem);
        margin: 0 0.5rem 3rem; }
        .filter-section .field.full-width {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }
  .filter-section label {
    color: rgba(55, 55, 55, 0.2); }
  .filter-section button {
    width: 100%; }

@media (max-width: 767px) {
  #events .popular-grid .event-list-ul li:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  #events .popular-grid .event-list-ul li {
    margin-bottom: 0; } }

#events .event-list {
  background: #fff;
  padding-top: 0; }
  @media (min-width: 1280px) {
    #events .event-list {
      padding-bottom: 5rem; } }
  @media (min-width: 768px) {
    #events .event-list .headline-with-form {
      padding-bottom: 2rem; } }
  #events .event-list .filter-section {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      #events .event-list .filter-section {
        margin-bottom: 6rem; } }
    @media (min-width: 768px) and (max-width: 1279px) {
      #events .event-list .filter-section .field {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 calc(33.3333% - 1rem);
                flex: 0 1 calc(33.3333% - 1rem);
        max-width: calc(33.333% - 1rem); }
        #events .event-list .filter-section .field.full-width {
          max-width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%; } }

.pleasure-list {
  background: #fff;
  padding: 3rem 2.5rem; }
  @media (min-width: 768px) {
    .pleasure-list {
      padding: 6rem; } }
  @media (min-width: 1280px) {
    .pleasure-list {
      padding: 10rem 0; }
      .pleasure-list .headline-with-form {
        padding-bottom: 3rem; } }
  @media (min-width: 768px) {
    .pleasure-list .filter-section {
      margin-bottom: 5rem; } }

@media (min-width: 1280px) {
  #districts .hero-teaser {
    display: none; } }

.district-list {
  margin-bottom: 4rem;
  text-align: center; }
  @media (min-width: 768px) {
    .district-list {
      margin-bottom: 6rem; } }
  .district-list .activity-list-ul,
  .district-list .title-h2 {
    text-align: left; }
  .district-list:last-of-type {
    margin-bottom: 0; }
  .district-list .open-district {
    text-align: center; }
  @media (min-width: 768px) and (max-width: 1279px) {
    .district-list .activity-list-ul li:last-child {
      display: none; } }

.detail .hero-content {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .detail .hero-content h4 {
    text-align: center;
    color: #fff; }
  .detail .hero-content .title-date {
    color: #F3C8A0; }

.detail .hero-gallery .inner-wrapper {
  padding: 3.5rem 2.4rem 0; }
  @media (min-width: 768px) {
    .detail .hero-gallery .inner-wrapper {
      padding: 3rem 6rem 0; } }
  @media (min-width: 1280px) {
    .detail .hero-gallery .inner-wrapper {
      padding: 3rem 0;
      border-bottom: 1px solid rgba(151, 151, 151, 0.1); } }

.detail .hero-gallery .bx-controls {
  width: 100%; }
  .detail .hero-gallery .bx-controls .bx-prev, .detail .hero-gallery .bx-controls .bx-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2.8rem;
    height: 8rem;
    text-indent: -99999rem;
    background-image: url("/assets/images/slider-left.png");
    left: 1rem;
    background-size: 100%;
    background-repeat: no-repeat; }
  .detail .hero-gallery .bx-controls .bx-next {
    background-image: url("/assets/images/slider-right.png");
    left: auto;
    right: 1rem; }

.detail .detail-grid {
  background-color: #fff;
  padding: 3rem 2.4rem 0; }
  @media (min-width: 768px) {
    .detail .detail-grid {
      padding: 3rem 6rem 0; } }
  @media (min-width: 1280px) {
    .detail .detail-grid {
      padding: 3rem 0 0; }
      .detail .detail-grid .inner-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .detail .detail-grid .inner-wrapper .main-area {
          width: calc(100% - 26.5rem);
          padding-right: 10rem; }
        .detail .detail-grid .inner-wrapper .sidebar-area {
          width: 26.5rem;
          justify-self: flex-end; } }
  .detail .detail-grid h2.title-h2 {
    margin: 0; }
    @media (min-width: 768px) {
      .detail .detail-grid h2.title-h2 {
        margin-top: 1.5rem; } }
  .detail .detail-grid .main-area {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
    @media (min-width: 768px) {
      .detail .detail-grid .main-area {
        padding-bottom: 4rem; } }
  .detail .detail-grid .sidebar-area {
    padding-top: 4rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
    @media (min-width: 768px) and (max-width: 1279px) {
      .detail .detail-grid .sidebar-area .flexed-sections {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -1.5rem -1rem 3rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .detail .detail-grid .sidebar-area .flexed-sections .section {
          -ms-flex-preferred-size: calc(33.333% - 2rem);
              flex-basis: calc(33.333% - 2rem);
          margin: 0 1rem; } }
    .detail .detail-grid .sidebar-area .section {
      padding-bottom: 3rem; }
      .detail .detail-grid .sidebar-area .section h3 {
        margin-bottom: 1rem; }
        @media (min-width: 1280px) {
          .detail .detail-grid .sidebar-area .section h3 {
            margin-bottom: 2rem; } }
      .detail .detail-grid .sidebar-area .section p {
        font-family: 'Lato', sans-serif;
        font-size: 1.5rem;
        line-height: 2.3rem;
        color: rgba(55, 55, 55, 0.5);
        margin: 0; }
        .detail .detail-grid .sidebar-area .section p.booking-info {
          text-align: center; }
          @media (max-width: 767px) {
            .detail .detail-grid .sidebar-area .section p.booking-info {
              display: none; } }
          .detail .detail-grid .sidebar-area .section p.booking-info img {
            margin: .5rem;
            vertical-align: middle;
            font-weight: 700;
            font-size: 1.4rem;
            color: rgba(55, 55, 55, 0.2);
            height: 1.7rem; }
      .detail .detail-grid .sidebar-area .section .offer {
        background-color: rgba(217, 217, 217, 0.2);
        padding: 3rem 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .detail .detail-grid .sidebar-area .section .offer img {
          width: 6.3rem;
          height: 6.3rem;
          margin-right: 1rem; }
        .detail .detail-grid .sidebar-area .section .offer span {
          display: block;
          font-family: 'Lato', sans-serif;
          font-weight: 700;
          font-size: 1.6rem;
          line-height: 1.9rem;
          color: #373737; }
          .detail .detail-grid .sidebar-area .section .offer span.price {
            color: #0A506D;
            font-size: 3.2rem;
            line-height: 3.4rem; }
            .detail .detail-grid .sidebar-area .section .offer span.price small {
              font-size: 1.6rem;
              line-height: 1.9rem;
              color: rgba(55, 55, 55, 0.3); }
          .detail .detail-grid .sidebar-area .section .offer span.limitation {
            font-size: 1.4rem;
            line-height: 1.7rem;
            color: rgba(55, 55, 55, 0.3); }
      .detail .detail-grid .sidebar-area .section .button {
        width: 100%;
        text-align: center; }
      .detail .detail-grid .sidebar-area .section .link-list {
        margin: 0;
        padding: 0;
        list-style: none; }
        .detail .detail-grid .sidebar-area .section .link-list li {
          font-family: 'Lato', sans-serif;
          font-weight: 700;
          font-size: 1.6rem;
          line-height: 1.9rem;
          margin-bottom: 1rem; }
          .detail .detail-grid .sidebar-area .section .link-list li:last-child {
            margin-bottom: 0; }
          .detail .detail-grid .sidebar-area .section .link-list li a {
            color: #B9744F;
            text-decoration: none; }
            .detail .detail-grid .sidebar-area .section .link-list li a:hover {
              text-decoration: underline; }
      .detail .detail-grid .sidebar-area .section .relation-list {
        margin: 0;
        padding: 0;
        list-style: none; }
        @media (min-width: 768px) and (max-width: 1279px) {
          .detail .detail-grid .sidebar-area .section .relation-list {
            margin: 3rem -.5rem 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .detail .detail-grid .sidebar-area .section .relation-list li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 1rem; }
          @media (min-width: 768px) and (max-width: 1279px) {
            .detail .detail-grid .sidebar-area .section .relation-list li {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 calc(50% - 1rem);
                      flex: 0 1 calc(50% - 1rem);
              margin: 0 0.5rem 2rem; } }
          @media (max-width: 767px) {
            .detail .detail-grid .sidebar-area .section .relation-list li:last-child {
              margin-bottom: 0; } }
          .detail .detail-grid .sidebar-area .section .relation-list li img {
            margin-right: 1rem; }
          .detail .detail-grid .sidebar-area .section .relation-list li a {
            display: block;
            justify-self: center;
            -ms-flex-item-align: center;
                align-self: center;
            text-decoration: none;
            overflow: hidden;
            max-width: calc(100% - 6rem); }
          .detail .detail-grid .sidebar-area .section .relation-list li h5 {
            color: #373737;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            font-size: 1.6rem;
            line-height: 1.7rem;
            margin: .5rem 0 0; }
    .detail .detail-grid .sidebar-area .category-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .detail .detail-grid .sidebar-area .category-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .detail .detail-grid .sidebar-area .category-list li img {
          margin-right: 2rem;
          border-radius: 50%; }
        .detail .detail-grid .sidebar-area .category-list li a {
          font-family: 'Lato', sans-serif;
          font-weight: 700;
          color: #373737;
          font-size: 1.8rem;
          line-height: 2.2rem;
          text-decoration: none;
          -ms-flex-item-align: center;
              align-self: center; }
          .detail .detail-grid .sidebar-area .category-list li a:hover {
            text-decoration: underline; }
  .detail .detail-grid .article-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: #373737; }
    .detail .detail-grid .article-text iframe {
      margin: 3rem auto !important; }
    .detail .detail-grid .article-text hr {
      margin: 3rem 0;
      border: 1px solid #373737;
      border-bottom: 0; }
    .detail .detail-grid .article-text a {
      color: #0A506D !important; }
  .detail .detail-grid .article-map {
    padding-top: 2rem; }
    .detail .detail-grid .article-map .the-map {
      padding-top: 2rem;
      margin-top: 3rem;
      height: 30rem; }
      .detail .detail-grid .article-map .the-map iframe {
        width: 100%; }
  .detail .detail-grid .ad-area {
    padding: 3rem 0;
    text-align: left; }
  .detail .detail-grid .owner {
    margin: 3rem 0 0; }
    @media (min-width: 768px) {
      .detail .detail-grid .owner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid rgba(236, 236, 236, 0.4); } }
    .detail .detail-grid .owner .picture {
      height: 30rem;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .detail .detail-grid .owner .picture {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 29rem;
                  flex: 1 0 29rem; } }
      .detail .detail-grid .owner .picture aside img {
        border-radius: 50%;
        margin-bottom: 1rem; }
      .detail .detail-grid .owner .picture aside h3 {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 400; }
      .detail .detail-grid .owner .picture aside span {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        font-family: 'Lato', sans-serif;
        font-size: 1.6rem;
        line-height: 1.9rem;
        font-weight: 700; }
    .detail .detail-grid .owner .text {
      padding: 3rem 0 0; }
      @media (min-width: 768px) {
        .detail .detail-grid .owner .text {
          padding: 3rem; } }
      @media (min-width: 1280px) {
        .detail .detail-grid .owner .text {
          padding: 6rem 4rem 6rem 5.5rem; } }
      .detail .detail-grid .owner .text h3 {
        margin-bottom: 2rem; }
      .detail .detail-grid .owner .text p {
        font-family: 'Lato', sans-serif;
        font-style: italic;
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 0; }
  .detail .detail-grid .customer-voices {
    position: relative; }
    .detail .detail-grid .customer-voices h3.subcontent {
      margin-bottom: 2rem; }
    .detail .detail-grid .customer-voices .bx-pager {
      position: absolute;
      bottom: 2rem;
      right: 5rem; }
      .detail .detail-grid .customer-voices .bx-pager .bx-pager-item {
        display: inline-block; }
        .detail .detail-grid .customer-voices .bx-pager .bx-pager-item a {
          display: inline-block;
          text-indent: -99999rem;
          width: 1.2rem;
          height: 1.2rem;
          background-color: rgba(10, 80, 109, 0.1);
          margin-left: 1.5rem;
          border-radius: 50%; }
          .detail .detail-grid .customer-voices .bx-pager .bx-pager-item a.active {
            background-color: #0a506d; }
  .detail .detail-grid .customer-voice-slider .voice {
    background-color: rgba(94, 195, 215, 0.1);
    padding: 2rem;
    background-image: url("/assets/images/icon_quotes.png");
    background-size: 7.4rem 6.4rem;
    background-repeat: no-repeat;
    background-position: 3.5rem 3.5rem; }
    @media (min-width: 768px) {
      .detail .detail-grid .customer-voice-slider .voice {
        padding: 5rem; } }
    .detail .detail-grid .customer-voice-slider .voice p {
      font-family: 'Lato', sans-serif;
      font-size: 2.4rem;
      line-height: 3.4rem;
      color: #0A506D;
      font-style: italic; }
    .detail .detail-grid .customer-voice-slider .voice aside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .detail .detail-grid .customer-voice-slider .voice aside img {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        margin-right: 1rem; }
      .detail .detail-grid .customer-voice-slider .voice aside h3 {
        font-family: 'Lato', sans-serif;
        color: #0A506D;
        font-size: 1.6rem;
        line-height: 1.9rem; }

.guide-info-block {
  background-color: rgba(10, 80, 109, 0.05);
  padding: 3.5rem 2.5rem;
  margin-top: 2rem;
  text-align: center;
  border: 1px solid rgba(185, 116, 79, 0.1); }
  @media (min-width: 768px) {
    .guide-info-block {
      padding: 4rem !important;
      margin-top: 4rem; } }
  @media (min-width: 1280px) {
    .guide-info-block {
      padding: 4rem !important; } }
  .guide-info-block .title-h2 {
    color: #000;
    margin-bottom: 0; }
  .guide-info-block hr {
    border: 0 !important;
    margin: 1rem auto !important;
    border-bottom: 1px solid #0A506D !important;
    width: 5rem;
    display: block; }

@media (min-width: 768px) {
  .detail-more-list {
    padding-top: 3rem; } }

@media (min-width: 768px) {
  .detail-more-list.extended-padding {
    padding-bottom: 2rem; } }

@media (min-width: 1280px) {
  .detail-more-list.extended-padding {
    padding-bottom: 4rem; } }

.detail-more-list .title-h2 {
  font-size: 2.8rem;
  line-height: 3.6rem; }
  @media (min-width: 768px) {
    .detail-more-list .title-h2 {
      font-size: 3.2rem;
      line-height: 4.2rem; } }

@media (min-width: 768px) {
  .detail-more-list {
    padding-bottom: 0; }
    .detail-more-list:last-of-type {
      padding-bottom: 6rem; } }
    @media (min-width: 768px) and (min-width: 1280px) {
      .detail-more-list:last-of-type {
        padding-bottom: 10rem; } }

@media (min-width: 1280px) {
  .detail-more-list .headline-with-form {
    padding-bottom: 2rem; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .detail-more-list .activity-list-ul li:nth-child(n+3) {
    display: none; } }

@media (min-width: 768px) {
  .detail-more-list .see-all {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    text-decoration: none;
    color: #B9744F;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.7rem; }
    .detail-more-list .see-all:hover {
      text-decoration: underline; } }

.blog-header {
  background-color: #fff;
  padding: 3.5rem 2.4rem; }
  @media (min-width: 768px) {
    .blog-header {
      padding: 6rem; } }
  @media (min-width: 1280px) {
    .blog-header {
      padding: 5rem 0; } }
  .blog-header .headline-with-form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0; }
    .blog-header .headline-with-form .title-h2 {
      font-size: 2.8rem;
      line-height: 3.6rem; }
      @media (min-width: 768px) {
        .blog-header .headline-with-form .title-h2 {
          font-size: 3.2rem;
          line-height: 4.2rem; } }
    @media (min-width: 768px) {
      .blog-header .headline-with-form .category-field {
        width: 32rem;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }
    @media (min-width: 1280px) {
      .blog-header .headline-with-form .category-field {
        display: block;
        width: 26.5rem; } }

.blog-content {
  background-color: #fff;
  padding: 0 2.4rem 6rem; }
  @media (min-width: 768px) {
    .blog-content {
      padding: 0 6rem 6rem; } }
  @media (min-width: 1280px) {
    .blog-content .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .blog-content .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (min-width: 1280px) {
      .blog-content .pagination {
        margin-top: 2rem; } }
    .blog-content .pagination .button {
      display: block; }
      .blog-content .pagination .button:first-child {
        margin-right: auto; }
  @media (min-width: 1280px) {
    .blog-content .blog-article-list {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-left: auto;
      max-width: 75.5rem; } }
  .blog-content .article {
    padding-bottom: 3rem; }
    @media (min-width: 1280px) {
      .blog-content .article {
        padding-bottom: 6rem; } }
    .blog-content .article img {
      width: 100%; }
    .blog-content .article .category-time {
      font-weight: 700;
      font-family: 'Lato', sans-serif;
      color: rgba(55, 55, 55, 0.3);
      font-size: 1.4rem;
      line-height: 2.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .blog-content .article .category-time {
          margin-top: 1.5rem; } }
      .blog-content .article .category-time span {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 0;
                flex: 1 0; }
        .blog-content .article .category-time span.category-title {
          text-transform: uppercase; }
        .blog-content .article .category-time span.time-title {
          text-align: right; }
    .blog-content .article a {
      text-decoration: none; }
    @media (min-width: 768px) {
      .blog-content .article .title-h3 {
        max-width: 55rem; } }
    .blog-content .article .preview-text {
      font-family: 'Lato', sans-serif;
      color: #373737;
      font-size: 1.6rem;
      line-height: 2.3rem;
      margin: 0;
      max-width: 55rem; }
      @media (min-width: 1280px) {
        .blog-content .article .preview-text {
          max-width: none; } }
    .blog-content .article .title-kachel-entdecken {
      display: block;
      margin-top: 1rem; }
  .blog-content .favorite-article-list {
    padding-top: 6rem; }
    @media (min-width: 1280px) {
      .blog-content .favorite-article-list {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 26.5rem;
        margin-right: 10rem;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding: 0; } }
    .blog-content .favorite-article-list .favorite-article-list-ul {
      list-style: none;
      margin: 3rem 0 0;
      padding: 0; }
      @media (min-width: 768px) and (max-width: 1279px) {
        .blog-content .favorite-article-list .favorite-article-list-ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin: 3 -.5rem 0; } }
      .blog-content .favorite-article-list .favorite-article-list-ul li {
        margin-bottom: 2rem; }
        .blog-content .favorite-article-list .favorite-article-list-ul li:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) and (max-width: 1279px) {
          .blog-content .favorite-article-list .favorite-article-list-ul li {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 calc(50% - 1rem);
                    flex: 0 1 calc(50% - 1rem);
            margin: 0 0.5rem 2rem; } }
        .blog-content .favorite-article-list .favorite-article-list-ul li h3 {
          font-size: 1.8rem;
          line-height: 2.5rem;
          font-weight: 700; }
          .blog-content .favorite-article-list .favorite-article-list-ul li h3 a {
            color: #B9744F;
            text-decoration: none; }
            .blog-content .favorite-article-list .favorite-article-list-ul li h3 a:hover {
              text-decoration: underline; }

.detail .blog-header {
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .detail .blog-header {
      padding-top: 6rem; } }
  @media (min-width: 1280px) {
    .detail .blog-header {
      padding-top: 10rem; } }

.blog-detail-content {
  background-color: #fff;
  padding: 0 2.4rem 2rem; }
  @media (min-width: 768px) {
    .blog-detail-content {
      padding: 0 6rem 3rem; } }
  @media (min-width: 1280px) {
    .blog-detail-content .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1280px) {
    .blog-detail-content .main-area {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      max-width: 74rem;
      margin-right: 0; } }
  .blog-detail-content .social-share {
    padding-bottom: 1rem; }
    .blog-detail-content .social-share ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .blog-detail-content .social-share ul li {
        margin-right: 2rem;
        display: inline-block;
        vertical-align: middle; }
        .blog-detail-content .social-share ul li .share-button {
          display: block;
          text-indent: -9999rem;
          background-position: center;
          background-repeat: no-repeat;
          background-size: 100%; }
        .blog-detail-content .social-share ul li .share-twitter {
          width: 2.6rem;
          height: 2.2rem;
          background-image: url("/assets/images/share-icon-twitter.png"); }
        .blog-detail-content .social-share ul li .share-facebook {
          width: 1.2rem;
          height: 2.6rem;
          background-image: url("/assets/images/share-icon-facebook.png"); }
        .blog-detail-content .social-share ul li .share-pinterest {
          width: 2.4rem;
          height: 2.4rem;
          background-image: url("/assets/images/share-icon-pinterest.png"); }
  .blog-detail-content article {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
    @media (min-width: 1280px) {
      .blog-detail-content article {
        border: 0; } }
    .blog-detail-content article h3 {
      margin-top: 0;
      font-size: 2.4rem;
      line-height: 3.3rem;
      font-weight: normal; }
  .blog-detail-content .sidebar-area {
    padding: 3rem 0 1rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.1); }
    @media (min-width: 1280px) {
      .blog-detail-content .sidebar-area {
        width: 26.5rem;
        margin-left: auto;
        padding: 0;
        border: 0; } }
    @media (min-width: 768px) and (max-width: 1279px) {
      .blog-detail-content .sidebar-area .flexed-sections {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .blog-detail-content .sidebar-area .section {
      margin-bottom: 2rem; }
      @media (min-width: 768px) and (max-width: 1279px) {
        .blog-detail-content .sidebar-area .section {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 calc(50% - 2rem);
                  flex: 1 0 calc(50% - 2rem); } }
      .blog-detail-content .sidebar-area .section a {
        color: #98B3BE;
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        line-height: 2.5rem;
        text-decoration: none;
        font-weight: 700; }
        .blog-detail-content .sidebar-area .section a:hover {
          text-decoration: underline; }
      @media (min-width: 0px) and (max-width: 1279px) {
        .blog-detail-content .sidebar-area .section.tags a:after {
          content: ', '; }
        .blog-detail-content .sidebar-area .section.tags a:last-child:after {
          content: ''; } }
      @media (min-width: 1280px) {
        .blog-detail-content .sidebar-area .section.tags a {
          display: block; } }

.blog-detail-comments {
  background-color: #fff;
  padding: 0 2.4rem 3rem; }
  @media (min-width: 768px) {
    .blog-detail-comments {
      padding: 0 6rem 6rem; } }
  @media (min-width: 1280px) {
    .blog-detail-comments .comment-form {
      padding: 0 0 3rem;
      width: 74rem; } }
  .blog-detail-comments form input, .blog-detail-comments form textarea {
    border: 1px solid rgba(55, 55, 55, 0.1);
    margin-top: 1rem;
    text-align: left;
    padding: 1.6rem;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.9rem;
    width: 100%; }
    .blog-detail-comments form input::-webkit-input-placeholder, .blog-detail-comments form textarea::-webkit-input-placeholder {
      text-align: left;
      color: #373737; }
    .blog-detail-comments form input:-ms-input-placeholder, .blog-detail-comments form textarea:-ms-input-placeholder {
      text-align: left;
      color: #373737; }
    .blog-detail-comments form input::-ms-input-placeholder, .blog-detail-comments form textarea::-ms-input-placeholder {
      text-align: left;
      color: #373737; }
    .blog-detail-comments form input::placeholder, .blog-detail-comments form textarea::placeholder {
      text-align: left;
      color: #373737; }
  .blog-detail-comments form .single-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .blog-detail-comments form .single-row input {
      margin: 2rem 1rem 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(50% - 1.5rem);
              flex: 1 0 calc(50% - 1.5rem); }
  .blog-detail-comments form textarea {
    height: 25rem; }
    @media (min-width: 768px) {
      .blog-detail-comments form textarea {
        margin-top: 2rem; } }
  .blog-detail-comments form button {
    margin-top: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .blog-detail-comments form button {
        margin-top: 2rem; } }
  .blog-detail-comments .comment-list {
    padding-bottom: 3rem; }
    @media (min-width: 768px) {
      .blog-detail-comments .comment-list {
        padding-bottom: 6rem; } }
    @media (min-width: 1280px) {
      .blog-detail-comments .comment-list {
        padding: 0 0 5rem;
        width: 74rem; } }
    .blog-detail-comments .comment-list .comment {
      margin-top: 2rem;
      background-color: rgba(217, 217, 217, 0.3);
      padding: 2rem 3rem; }
      .blog-detail-comments .comment-list .comment .the-comment {
        margin: .5rem 0;
        font-style: italic;
        font-family: 'Lato', sans-serif;
        font-size: 1.6rem;
        color: #373737;
        line-height: 2.3rem; }
      .blog-detail-comments .comment-list .comment .time-ago {
        font-family: 'Lato', sans-serif;
        font-size: 1.4rem;
        line-height: 1.7rem;
        font-weight: 700; }

.single-page {
  width: 100%; }
  .single-page .main-area {
    max-width: none; }

body {
  background-color: #eee; }

div.content {
  min-height: 50rem; }

/*# sourceMappingURL=styles.css.map */
