/* vendor/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* vendor/swiper.css */
/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition:
    200ms top,
    200ms -webkit-transform;
  transition:
    200ms top,
    200ms -webkit-transform;
  -o-transition:
    200ms transform,
    200ms top;
  transition:
    200ms transform,
    200ms top;
  transition:
    200ms transform,
    200ms top,
    200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    200ms left,
    200ms -webkit-transform;
  transition:
    200ms left,
    200ms -webkit-transform;
  -o-transition:
    200ms transform,
    200ms left;
  transition:
    200ms transform,
    200ms left;
  transition:
    200ms transform,
    200ms left,
    200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition:
    200ms right,
    200ms -webkit-transform;
  transition:
    200ms right,
    200ms -webkit-transform;
  -o-transition:
    200ms transform,
    200ms right;
  transition:
    200ms transform,
    200ms right;
  transition:
    200ms transform,
    200ms right,
    200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* utils/fonts.css */
@font-face {
  font-family: 'Maax';
  src:
    url('../fonts/typefaces/Maax-Normal.woff2') format('woff2'),
    url('../fonts/typefaces/Maax-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Maax';
  src:
    url('../fonts/typefaces/Maax-Medium.woff2') format('woff2'),
    url('../fonts/typefaces/Maax-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair';
  src:
    url('../fonts/typefaces/PlayfairDisplay-Regular.woff2') format('woff2'),
    url('../fonts/typefaces/PlayfairDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair';
  src:
    url('../fonts/typefaces/PlayfairDisplay-Bold.woff2') format('woff2'),
    url('../fonts/typefaces/PlayfairDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Blank-Icons';
  src:
    url('../fonts/icons/icons.woff2') format('woff2'),
    url('../fonts/icons/icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* utils/icons.css */
.icon--alert::before {
  content: '\f019';
}

.icon--alert-after::before {
  display: none;
  content: none;
}
.icon--alert-after::after {
  content: '\f019';
}

.icon--angle-down::before {
  content: '\f030';
}

.icon--angle-down-after::before {
  display: none;
  content: none;
}
.icon--angle-down-after::after {
  content: '\f030';
}

.icon--angle-left::before {
  content: '\f031';
}

.icon--angle-left-after::before {
  display: none;
  content: none;
}
.icon--angle-left-after::after {
  content: '\f031';
}

.icon--angle-right::before {
  content: '\f032';
}

.icon--angle-right-after::before {
  display: none;
  content: none;
}
.icon--angle-right-after::after {
  content: '\f032';
}

.icon--angle-up::before {
  content: '\f02f';
}

.icon--angle-up-after::before {
  display: none;
  content: none;
}
.icon--angle-up-after::after {
  content: '\f02f';
}

.icon--angles-down::before {
  content: '\f034';
}

.icon--angles-down-after::before {
  display: none;
  content: none;
}
.icon--angles-down-after::after {
  content: '\f034';
}

.icon--angles-left::before {
  content: '\f035';
}

.icon--angles-left-after::before {
  display: none;
  content: none;
}
.icon--angles-left-after::after {
  content: '\f035';
}

.icon--angles-right::before {
  content: '\f036';
}

.icon--angles-right-after::before {
  display: none;
  content: none;
}
.icon--angles-right-after::after {
  content: '\f036';
}

.icon--angles-up::before {
  content: '\f033';
}

.icon--angles-up-after::before {
  display: none;
  content: none;
}
.icon--angles-up-after::after {
  content: '\f033';
}

.icon--arrows-compress::before {
  content: '\f018';
}

.icon--arrows-compress-after::before {
  display: none;
  content: none;
}
.icon--arrows-compress-after::after {
  content: '\f018';
}

.icon--arrows-expand::before {
  content: '\f017';
}

.icon--arrows-expand-after::before {
  display: none;
  content: none;
}
.icon--arrows-expand-after::after {
  content: '\f017';
}

.icon--arrows-in::before {
  content: '\f016';
}

.icon--arrows-in-after::before {
  display: none;
  content: none;
}
.icon--arrows-in-after::after {
  content: '\f016';
}

.icon--arrows-out::before {
  content: '\f015';
}

.icon--arrows-out-after::before {
  display: none;
  content: none;
}
.icon--arrows-out-after::after {
  content: '\f015';
}

.icon--attachment::before {
  content: '\f014';
}

.icon--attachment-after::before {
  display: none;
  content: none;
}
.icon--attachment-after::after {
  content: '\f014';
}

.icon--bars::before {
  content: '\f00a';
}

.icon--bars-after::before {
  display: none;
  content: none;
}
.icon--bars-after::after {
  content: '\f00a';
}

.icon--block-helper::before {
  content: '\f060';
}

.icon--block-helper-after::before {
  display: none;
  content: none;
}
.icon--block-helper-after::after {
  content: '\f060';
}

.icon--browser::before {
  content: '\f044';
}

.icon--browser-after::before {
  display: none;
  content: none;
}
.icon--browser-after::after {
  content: '\f044';
}

.icon--calendar::before {
  content: '\f042';
}

.icon--calendar-after::before {
  display: none;
  content: none;
}
.icon--calendar-after::after {
  content: '\f042';
}

.icon--certificate::before {
  content: '\f052';
}

.icon--certificate-after::before {
  display: none;
  content: none;
}
.icon--certificate-after::after {
  content: '\f052';
}

.icon--check::before {
  content: '\f003';
}

.icon--check-after::before {
  display: none;
  content: none;
}
.icon--check-after::after {
  content: '\f003';
}

.icon--chevron-thin-down::before {
  content: '\f012';
}

.icon--chevron-thin-down-after::before {
  display: none;
  content: none;
}
.icon--chevron-thin-down-after::after {
  content: '\f012';
}

.icon--chevron-thin-left::before {
  content: '\f00f';
}

.icon--chevron-thin-left-after::before {
  display: none;
  content: none;
}
.icon--chevron-thin-left-after::after {
  content: '\f00f';
}

.icon--chevron-thin-right::before {
  content: '\f010';
}

.icon--chevron-thin-right-after::before {
  display: none;
  content: none;
}
.icon--chevron-thin-right-after::after {
  content: '\f010';
}

.icon--chevron-thin-up::before {
  content: '\f011';
}

.icon--chevron-thin-up-after::before {
  display: none;
  content: none;
}
.icon--chevron-thin-up-after::after {
  content: '\f011';
}

.icon--chevron-up::before {
  content: '\f007';
}

.icon--chevron-up-after::before {
  display: none;
  content: none;
}
.icon--chevron-up-after::after {
  content: '\f007';
}

.icon--circular-graph::before {
  content: '\f05b';
}

.icon--circular-graph-after::before {
  display: none;
  content: none;
}
.icon--circular-graph-after::after {
  content: '\f05b';
}

.icon--clock::before {
  content: '\f03d';
}

.icon--clock-after::before {
  display: none;
  content: none;
}
.icon--clock-after::after {
  content: '\f03d';
}

.icon--cloud-download-btm::before {
  content: '\f065';
}

.icon--cloud-download-btm-after::before {
  display: none;
  content: none;
}
.icon--cloud-download-btm-after::after {
  content: '\f065';
}

.icon--cloud-download::before {
  content: '\f062';
}

.icon--cloud-download-after::before {
  display: none;
  content: none;
}
.icon--cloud-download-after::after {
  content: '\f062';
}

.icon--cloud::before {
  content: '\f013';
}

.icon--cloud-after::before {
  display: none;
  content: none;
}
.icon--cloud-after::after {
  content: '\f013';
}

.icon--comment::before {
  content: '\f006';
}

.icon--comment-after::before {
  display: none;
  content: none;
}
.icon--comment-after::after {
  content: '\f006';
}

.icon--copyright::before {
  content: '\f058';
}

.icon--copyright-after::before {
  display: none;
  content: none;
}
.icon--copyright-after::after {
  content: '\f058';
}

.icon--download::before {
  content: '\f063';
}

.icon--download-after::before {
  display: none;
  content: none;
}
.icon--download-after::after {
  content: '\f063';
}

.icon--email-outline::before {
  content: '\f061';
}

.icon--email-outline-after::before {
  display: none;
  content: none;
}
.icon--email-outline-after::after {
  content: '\f061';
}

.icon--envelope::before {
  content: '\f00c';
}

.icon--envelope-after::before {
  display: none;
  content: none;
}
.icon--envelope-after::after {
  content: '\f00c';
}

.icon--facebook::before {
  content: '\f00e';
}

.icon--facebook-after::before {
  display: none;
  content: none;
}
.icon--facebook-after::after {
  content: '\f00e';
}

.icon--facebook-typcn::before {
  content: '\f02a';
}

.icon--facebook-typcn-after::before {
  display: none;
  content: none;
}
.icon--facebook-typcn-after::after {
  content: '\f02a';
}

.icon--facebook-square::before {
  content: '\f029';
}

.icon--facebook-square-after::before {
  display: none;
  content: none;
}
.icon--facebook-square-after::after {
  content: '\f029';
}

.icon--fax::before {
  content: '\f04e';
}

.icon--fax-after::before {
  display: none;
  content: none;
}
.icon--fax-after::after {
  content: '\f04e';
}

.icon--file-download::before {
  content: '\f064';
}

.icon--file-download-after::before {
  display: none;
  content: none;
}
.icon--file-download-after::after {
  content: '\f064';
}

.icon--folder-multiple-outline::before {
  content: '\f01d';
}

.icon--folder-multiple-outline-after::before {
  display: none;
  content: none;
}
.icon--folder-multiple-outline-after::after {
  content: '\f01d';
}

.icon--folder-outline::before {
  content: '\f01c';
}

.icon--folder-outline-after::before {
  display: none;
  content: none;
}
.icon--folder-outline-after::after {
  content: '\f01c';
}

.icon--google-plus::before {
  content: '\f00b';
}

.icon--google-plus-after::before {
  display: none;
  content: none;
}
.icon--google-plus-after::after {
  content: '\f00b';
}

.icon--heart::before {
  content: '\f05d';
}

.icon--heart-after::before {
  display: none;
  content: none;
}
.icon--heart-after::after {
  content: '\f05d';
}

.icon--home::before {
  content: '\f005';
}

.icon--home-after::before {
  display: none;
  content: none;
}
.icon--home-after::after {
  content: '\f005';
}

.icon--instagram::before {
  content: '\f02b';
}

.icon--instagram-after::before {
  display: none;
  content: none;
}
.icon--instagram-after::after {
  content: '\f02b';
}

.icon--landline::before {
  content: '\f045';
}

.icon--landline-after::before {
  display: none;
  content: none;
}
.icon--landline-after::after {
  content: '\f045';
}

.icon--laptop::before {
  content: '\f03b';
}

.icon--laptop-after::before {
  display: none;
  content: none;
}
.icon--laptop-after::after {
  content: '\f03b';
}

.icon--link-intact::before {
  content: '\f02c';
}

.icon--link-intact-after::before {
  display: none;
  content: none;
}
.icon--link-intact-after::after {
  content: '\f02c';
}

.icon--linkedin-square::before {
  content: '\f027';
}

.icon--linkedin-square-after::before {
  display: none;
  content: none;
}
.icon--linkedin-square-after::after {
  content: '\f027';
}

.icon--linkedin-typcn::before {
  content: '\f028';
}

.icon--linkedin-typcn-after::before {
  display: none;
  content: none;
}
.icon--linkedin-typcn-after::after {
  content: '\f028';
}

.icon--linkedin::before {
  content: '\f00d';
}

.icon--linkedin-after::before {
  display: none;
  content: none;
}
.icon--linkedin-after::after {
  content: '\f00d';
}

.icon--long-arrow-down::before {
  content: '\f038';
}

.icon--long-arrow-down-after::before {
  display: none;
  content: none;
}
.icon--long-arrow-down-after::after {
  content: '\f038';
}

.icon--long-arrow-left::before {
  content: '\f039';
}

.icon--long-arrow-left-after::before {
  display: none;
  content: none;
}
.icon--long-arrow-left-after::after {
  content: '\f039';
}

.icon--long-arrow-right::before {
  content: '\f03a';
}

.icon--long-arrow-right-after::before {
  display: none;
  content: none;
}
.icon--long-arrow-right-after::after {
  content: '\f03a';
}

.icon--long-arrow-up::before {
  content: '\f037';
}

.icon--long-arrow-up-after::before {
  display: none;
  content: none;
}
.icon--long-arrow-up-after::after {
  content: '\f037';
}

.icon--mail::before {
  content: '\f043';
}

.icon--mail-after::before {
  display: none;
  content: none;
}
.icon--mail-after::after {
  content: '\f043';
}

.icon--map-marker-multiple::before {
  content: '\f054';
}

.icon--map-marker-multiple-after::before {
  display: none;
  content: none;
}
.icon--map-marker-multiple-after::after {
  content: '\f054';
}

.icon--map-marker-oi::before {
  content: '\f057';
}

.icon--map-marker-oi-after::before {
  display: none;
  content: none;
}
.icon--map-marker-oi-after::after {
  content: '\f057';
}

.icon--map-marker-radius::before {
  content: '\f055';
}

.icon--map-marker-radius-after::before {
  display: none;
  content: none;
}
.icon--map-marker-radius-after::after {
  content: '\f055';
}

.icon--map-marker::before {
  content: '\f056';
}

.icon--map-marker-after::before {
  display: none;
  content: none;
}
.icon--map-marker-after::after {
  content: '\f056';
}

.icon--map::before {
  content: '\f053';
}

.icon--map-after::before {
  display: none;
  content: none;
}
.icon--map-after::after {
  content: '\f053';
}

.icon--mobile::before {
  content: '\f04c';
}

.icon--mobile-after::before {
  display: none;
  content: none;
}
.icon--mobile-after::after {
  content: '\f04c';
}

.icon--new::before {
  content: '\f040';
}

.icon--new-after::before {
  display: none;
  content: none;
}
.icon--new-after::after {
  content: '\f040';
}

.icon--news::before {
  content: '\f03f';
}

.icon--news-after::before {
  display: none;
  content: none;
}
.icon--news-after::after {
  content: '\f03f';
}

.icon--old-phone::before {
  content: '\f03e';
}

.icon--old-phone-after::before {
  display: none;
  content: none;
}
.icon--old-phone-after::after {
  content: '\f03e';
}

.icon--phone-entypo::before {
  content: '\f04a';
}

.icon--phone-entypo-after::before {
  display: none;
  content: none;
}
.icon--phone-entypo-after::after {
  content: '\f04a';
}

.icon--phone::before {
  content: '\f008';
}

.icon--phone-after::before {
  display: none;
  content: none;
}
.icon--phone-after::after {
  content: '\f008';
}

.icon--pie-chart::before {
  content: '\f041';
}

.icon--pie-chart-after::before {
  display: none;
  content: none;
}
.icon--pie-chart-after::after {
  content: '\f041';
}

.icon--printer::before {
  content: '\f04d';
}

.icon--printer-after::before {
  display: none;
  content: none;
}
.icon--printer-after::after {
  content: '\f04d';
}

.icon--refresh-glyphicon::before {
  content: '\f05f';
}

.icon--refresh-glyphicon-after::before {
  display: none;
  content: none;
}
.icon--refresh-glyphicon-after::after {
  content: '\f05f';
}

.icon--refresh::before {
  content: '\f05c';
}

.icon--refresh-after::before {
  display: none;
  content: none;
}
.icon--refresh-after::after {
  content: '\f05c';
}

.icon--registered::before {
  content: '\f059';
}

.icon--registered-after::before {
  display: none;
  content: none;
}
.icon--registered-after::after {
  content: '\f059';
}

.icon--repeat::before {
  content: '\f05e';
}

.icon--repeat-after::before {
  display: none;
  content: none;
}
.icon--repeat-after::after {
  content: '\f05e';
}

.icon--search-btm::before {
  content: '\f01e';
}

.icon--search-btm-after::before {
  display: none;
  content: none;
}
.icon--search-btm-after::after {
  content: '\f01e';
}

.icon--search::before {
  content: '\f000';
}

.icon--search-after::before {
  display: none;
  content: none;
}
.icon--search-after::after {
  content: '\f000';
}

.icon--share-btm::before {
  content: '\f02e';
}

.icon--share-btm-after::before {
  display: none;
  content: none;
}
.icon--share-btm-after::after {
  content: '\f02e';
}

.icon--share::before {
  content: '\f02d';
}

.icon--share-after::before {
  display: none;
  content: none;
}
.icon--share-after::after {
  content: '\f02d';
}

.icon--shield-fa::before {
  content: '\f051';
}

.icon--shield-fa-after::before {
  display: none;
  content: none;
}
.icon--shield-fa-after::after {
  content: '\f051';
}

.icon--shield::before {
  content: '\f050';
}

.icon--shield-after::before {
  display: none;
  content: none;
}
.icon--shield-after::after {
  content: '\f050';
}

.icon--snapchat::before {
  content: '\f022';
}

.icon--snapchat-after::before {
  display: none;
  content: none;
}
.icon--snapchat-after::after {
  content: '\f022';
}

.icon--spinner-btb::before {
  content: '\f069';
}

.icon--spinner-btb-after::before {
  display: none;
  content: none;
}
.icon--spinner-btb-after::after {
  content: '\f069';
}

.icon--spinner-clock-btl::before {
  content: '\f067';
}

.icon--spinner-clock-btl-after::before {
  display: none;
  content: none;
}
.icon--spinner-clock-btl-after::after {
  content: '\f067';
}

.icon--spinner-clock::before {
  content: '\f066';
}

.icon--spinner-clock-after::before {
  display: none;
  content: none;
}
.icon--spinner-clock-after::after {
  content: '\f066';
}

.icon--spinner::before {
  content: '\f068';
}

.icon--spinner-after::before {
  display: none;
  content: none;
}
.icon--spinner-after::after {
  content: '\f068';
}

.icon--star::before {
  content: '\f001';
}

.icon--star-after::before {
  display: none;
  content: none;
}
.icon--star-after::after {
  content: '\f001';
}

.icon--tag::before {
  content: '\f01b';
}

.icon--tag-after::before {
  display: none;
  content: none;
}
.icon--tag-after::after {
  content: '\f01b';
}

.icon--tags::before {
  content: '\f01a';
}

.icon--tags-after::before {
  display: none;
  content: none;
}
.icon--tags-after::after {
  content: '\f01a';
}

.icon--times::before {
  content: '\f004';
}

.icon--times-after::before {
  display: none;
  content: none;
}
.icon--times-after::after {
  content: '\f004';
}

.icon--trademark::before {
  content: '\f05a';
}

.icon--trademark-after::before {
  display: none;
  content: none;
}
.icon--trademark-after::after {
  content: '\f05a';
}

.icon--triangle-down::before {
  content: '\f046';
}

.icon--triangle-down-after::before {
  display: none;
  content: none;
}
.icon--triangle-down-after::after {
  content: '\f046';
}

.icon--triangle-left::before {
  content: '\f047';
}

.icon--triangle-left-after::before {
  display: none;
  content: none;
}
.icon--triangle-left-after::after {
  content: '\f047';
}

.icon--triangle-right::before {
  content: '\f048';
}

.icon--triangle-right-after::before {
  display: none;
  content: none;
}
.icon--triangle-right-after::after {
  content: '\f048';
}

.icon--triangle-up::before {
  content: '\f049';
}

.icon--triangle-up-after::before {
  display: none;
  content: none;
}
.icon--triangle-up-after::after {
  content: '\f049';
}

.icon--trophy::before {
  content: '\f04f';
}

.icon--trophy-after::before {
  display: none;
  content: none;
}
.icon--trophy-after::after {
  content: '\f04f';
}

.icon--tumblr-square::before {
  content: '\f020';
}

.icon--tumblr-square-after::before {
  display: none;
  content: none;
}
.icon--tumblr-square-after::after {
  content: '\f020';
}

.icon--tumblr::before {
  content: '\f023';
}

.icon--tumblr-after::before {
  display: none;
  content: none;
}
.icon--tumblr-after::after {
  content: '\f023';
}

.icon--tv::before {
  content: '\f03c';
}

.icon--tv-after::before {
  display: none;
  content: none;
}
.icon--tv-after::after {
  content: '\f03c';
}

.icon--twitter-small::before {
  content: '\f021';
}

.icon--twitter-small-after::before {
  display: none;
  content: none;
}
.icon--twitter-small-after::after {
  content: '\f021';
}

.icon--twitter::before {
  content: '\f009';
}

.icon--twitter-after::before {
  display: none;
  content: none;
}
.icon--twitter-after::after {
  content: '\f009';
}

.icon--user::before {
  content: '\f002';
}

.icon--user-after::before {
  display: none;
  content: none;
}
.icon--user-after::after {
  content: '\f002';
}

.icon--vimeo-fi::before {
  content: '\f026';
}

.icon--vimeo-fi-after::before {
  display: none;
  content: none;
}
.icon--vimeo-fi-after::after {
  content: '\f026';
}

.icon--vimeo::before {
  content: '\f024';
}

.icon--vimeo-after::before {
  display: none;
  content: none;
}
.icon--vimeo-after::after {
  content: '\f024';
}

.icon--youtube::before {
  content: '\f025';
}

.icon--youtube-after::before {
  display: none;
  content: none;
}
.icon--youtube-after::after {
  content: '\f025';
}

[class*='icon--']::before,
[class*='icon--']::after {
  font-family: 'Blank-Icons';
}

/* utils/animations.css */
@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}

/* utils/helpers.css */
.text-align--center {
  text-align: center;
}

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

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

.float--right {
  float: right;
}

.float--left {
  float: left;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

/* base/reset.css */
*,
*::after,
*::before {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

html {
  -webkit-tap-highlight-color: rgba(21, 21, 21, 0);
}

body {
  background-color: #f4f4f4;
  color: #202020;
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  transition: color 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}

input {
  font-size: inherit;
  line-height: inherit;
}
input:focus {
  outline: 0;
}

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/* base/wpcore.css */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenterdiv {
  display: block;
  margin: 5px auto;
}

.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}

.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}

a img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 100%;
  padding: 2rem;
  background: #efefef;
  text-align: left;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0.5rem;
}

.textwidget img {
  margin: 1rem 0;
}

.bypostauthor {
  background: inherit;
}

.widget_calendar {
  display: table;
  width: 100%;
}

#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #151515;
  font-size: 12px;
  text-align: right;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #151515;
  font-family: sans-serif;
  font-weight: 300;
}
#wp-calendar tbody td {
  padding: 8px;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

@media (min-width: 240px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.4rem/1.8rem sans-serif;
  }
}
@media (min-width: 320px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.55rem/1.8 sans-serif;
  }
}
@media (min-width: 480px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.8rem/1.8 sans-serif;
  }
}
@media (min-width: 768px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 300 1.9rem/1.7 sans-serif;
  }
}
@media (min-width: 1024px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 600 14px/16px sans-serif;
    margin: 5px 0 -8px 0;
  }
}
@media (min-width: 1280px) {
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font: 600 14px/16px sans-serif;
    margin: 5px 0 -8px 0;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* base/print.css */
@media print {
  *::before,
  *::after {
    background: transparent !important;
    color: #151515 !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: ' (' attr(href) ')';
  }
  a[href^='#']::after,
  a[href^='javascript:']::after {
    content: '';
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 12px;
  }
  .container {
    width: 100%;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* base/type.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Playfair', Georgia, Times, serif;
  font-weight: bold;
}

h1 {
  font-size: 2.5em;
  letter-spacing: 1px;
}

h2 {
  font-size: 2em;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 1px;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
  font-weight: normal;
}

h6 {
  font-size: 1em;
  font-weight: normal;
}

/* base/grid.css */
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container--wide {
  max-width: 1600px;
}
.container--narrow {
  max-width: 1000px;
}
.container--full {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.container--fluid {
  max-width: none;
  overflow: hidden;
}
.container--no-padding {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row--no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row::after {
  display: table;
  clear: both;
  content: '';
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row--flex::after {
  display: none;
}
.row--flex.row--align {
  align-items: center;
}

[class*='col-'] {
  display: block;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}
.row--no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 0) {
  .row-xs--flex {
    display: flex;
    flex-direction: row;
  }
}
.row-xs--flex [class*='col-'] {
  float: none;
}

@media (min-width: 0) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-push-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-pull-1 {
    margin-right: 8.3333333333%;
  }
  .col-xs-offset-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-push-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-pull-2 {
    margin-right: 16.6666666667%;
  }
  .col-xs-offset-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-push-3 {
    margin-left: 25%;
  }
  .col-xs-pull-3 {
    margin-right: 25%;
  }
  .col-xs-offset-3 {
    position: relative;
    left: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-push-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-pull-4 {
    margin-right: 33.3333333333%;
  }
  .col-xs-offset-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-push-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-pull-5 {
    margin-right: 41.6666666667%;
  }
  .col-xs-offset-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-push-6 {
    margin-left: 50%;
  }
  .col-xs-pull-6 {
    margin-right: 50%;
  }
  .col-xs-offset-6 {
    position: relative;
    left: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-push-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-pull-7 {
    margin-right: 58.3333333333%;
  }
  .col-xs-offset-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-push-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-pull-8 {
    margin-right: 66.6666666667%;
  }
  .col-xs-offset-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-push-9 {
    margin-left: 75%;
  }
  .col-xs-pull-9 {
    margin-right: 75%;
  }
  .col-xs-offset-9 {
    position: relative;
    left: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-push-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-pull-10 {
    margin-right: 83.3333333333%;
  }
  .col-xs-offset-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-push-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-pull-11 {
    margin-right: 91.6666666667%;
  }
  .col-xs-offset-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-push-12 {
    margin-left: 100%;
  }
  .col-xs-pull-12 {
    margin-right: 100%;
  }
  .col-xs-offset-12 {
    position: relative;
    left: 100%;
  }
  .col-xs-15 {
    width: 20%;
  }
}
@media (min-width: 480px) {
  .row-sm--flex {
    display: flex;
    flex-direction: row;
  }
}
.row-sm--flex [class*='col-'] {
  float: none;
}

@media (min-width: 480px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-push-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    margin-right: 8.3333333333%;
  }
  .col-sm-offset-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-push-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    margin-right: 16.6666666667%;
  }
  .col-sm-offset-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-push-3 {
    margin-left: 25%;
  }
  .col-sm-pull-3 {
    margin-right: 25%;
  }
  .col-sm-offset-3 {
    position: relative;
    left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-push-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    margin-right: 33.3333333333%;
  }
  .col-sm-offset-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-push-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    margin-right: 41.6666666667%;
  }
  .col-sm-offset-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-6 {
    margin-left: 50%;
  }
  .col-sm-pull-6 {
    margin-right: 50%;
  }
  .col-sm-offset-6 {
    position: relative;
    left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-push-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    margin-right: 58.3333333333%;
  }
  .col-sm-offset-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-push-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    margin-right: 66.6666666667%;
  }
  .col-sm-offset-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-push-9 {
    margin-left: 75%;
  }
  .col-sm-pull-9 {
    margin-right: 75%;
  }
  .col-sm-offset-9 {
    position: relative;
    left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-push-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    margin-right: 83.3333333333%;
  }
  .col-sm-offset-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-push-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    margin-right: 91.6666666667%;
  }
  .col-sm-offset-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-12 {
    margin-left: 100%;
  }
  .col-sm-pull-12 {
    margin-right: 100%;
  }
  .col-sm-offset-12 {
    position: relative;
    left: 100%;
  }
  .col-sm-15 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .row-md--flex {
    display: flex;
    flex-direction: row;
  }
}
.row-md--flex [class*='col-'] {
  float: none;
}

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-push-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-pull-1 {
    margin-right: 8.3333333333%;
  }
  .col-md-offset-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-push-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-pull-2 {
    margin-right: 16.6666666667%;
  }
  .col-md-offset-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-push-3 {
    margin-left: 25%;
  }
  .col-md-pull-3 {
    margin-right: 25%;
  }
  .col-md-offset-3 {
    position: relative;
    left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-push-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-pull-4 {
    margin-right: 33.3333333333%;
  }
  .col-md-offset-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-push-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-pull-5 {
    margin-right: 41.6666666667%;
  }
  .col-md-offset-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-push-6 {
    margin-left: 50%;
  }
  .col-md-pull-6 {
    margin-right: 50%;
  }
  .col-md-offset-6 {
    position: relative;
    left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-push-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-pull-7 {
    margin-right: 58.3333333333%;
  }
  .col-md-offset-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-push-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-pull-8 {
    margin-right: 66.6666666667%;
  }
  .col-md-offset-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-push-9 {
    margin-left: 75%;
  }
  .col-md-pull-9 {
    margin-right: 75%;
  }
  .col-md-offset-9 {
    position: relative;
    left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-push-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-pull-10 {
    margin-right: 83.3333333333%;
  }
  .col-md-offset-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-push-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-pull-11 {
    margin-right: 91.6666666667%;
  }
  .col-md-offset-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-12 {
    margin-left: 100%;
  }
  .col-md-pull-12 {
    margin-right: 100%;
  }
  .col-md-offset-12 {
    position: relative;
    left: 100%;
  }
  .col-md-15 {
    width: 20%;
  }
}
@media (min-width: 980px) {
  .row-lg--flex {
    display: flex;
    flex-direction: row;
  }
}
.row-lg--flex [class*='col-'] {
  float: none;
}

@media (min-width: 980px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-push-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    margin-right: 8.3333333333%;
  }
  .col-lg-offset-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-push-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    margin-right: 16.6666666667%;
  }
  .col-lg-offset-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-push-3 {
    margin-left: 25%;
  }
  .col-lg-pull-3 {
    margin-right: 25%;
  }
  .col-lg-offset-3 {
    position: relative;
    left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-push-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    margin-right: 33.3333333333%;
  }
  .col-lg-offset-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-push-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    margin-right: 41.6666666667%;
  }
  .col-lg-offset-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-push-6 {
    margin-left: 50%;
  }
  .col-lg-pull-6 {
    margin-right: 50%;
  }
  .col-lg-offset-6 {
    position: relative;
    left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-push-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    margin-right: 58.3333333333%;
  }
  .col-lg-offset-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-push-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    margin-right: 66.6666666667%;
  }
  .col-lg-offset-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-push-9 {
    margin-left: 75%;
  }
  .col-lg-pull-9 {
    margin-right: 75%;
  }
  .col-lg-offset-9 {
    position: relative;
    left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-push-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    margin-right: 83.3333333333%;
  }
  .col-lg-offset-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-push-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    margin-right: 91.6666666667%;
  }
  .col-lg-offset-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-12 {
    margin-left: 100%;
  }
  .col-lg-pull-12 {
    margin-right: 100%;
  }
  .col-lg-offset-12 {
    position: relative;
    left: 100%;
  }
  .col-lg-15 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .row-xl--flex {
    display: flex;
    flex-direction: row;
  }
}
.row-xl--flex [class*='col-'] {
  float: none;
}

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-push-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-pull-1 {
    margin-right: 8.3333333333%;
  }
  .col-xl-offset-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-push-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-pull-2 {
    margin-right: 16.6666666667%;
  }
  .col-xl-offset-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-push-3 {
    margin-left: 25%;
  }
  .col-xl-pull-3 {
    margin-right: 25%;
  }
  .col-xl-offset-3 {
    position: relative;
    left: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-push-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-pull-4 {
    margin-right: 33.3333333333%;
  }
  .col-xl-offset-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-push-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-pull-5 {
    margin-right: 41.6666666667%;
  }
  .col-xl-offset-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-push-6 {
    margin-left: 50%;
  }
  .col-xl-pull-6 {
    margin-right: 50%;
  }
  .col-xl-offset-6 {
    position: relative;
    left: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-push-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-pull-7 {
    margin-right: 58.3333333333%;
  }
  .col-xl-offset-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-push-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-pull-8 {
    margin-right: 66.6666666667%;
  }
  .col-xl-offset-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-push-9 {
    margin-left: 75%;
  }
  .col-xl-pull-9 {
    margin-right: 75%;
  }
  .col-xl-offset-9 {
    position: relative;
    left: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-push-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-pull-10 {
    margin-right: 83.3333333333%;
  }
  .col-xl-offset-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-push-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-pull-11 {
    margin-right: 91.6666666667%;
  }
  .col-xl-offset-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-push-12 {
    margin-left: 100%;
  }
  .col-xl-pull-12 {
    margin-right: 100%;
  }
  .col-xl-offset-12 {
    position: relative;
    left: 100%;
  }
  .col-xl-15 {
    width: 20%;
  }
}

/* layout/footer.css */
.footer {
  width: 100%;
  background-color: #1b1b1b;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__body {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__body {
    padding-top: 4rem;
    text-align: right;
  }
}
.footer__bottom {
  width: 100%;
  padding: 0;
  background-color: #1b1b1b;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
  }
}
.footer a:not(.btn) {
  position: relative;
  padding-bottom: 3px;
}
.footer a:not(.btn)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.31, 0.7, 0.3, 0.97);
  background-color: #fac89a;
  content: '';
  z-index: 1;
}
.footer a:not(.btn):hover::before {
  transform: scaleX(1);
  transform-origin: left;
  transition-duration: 0.5625s;
}
.footer__buttons .btn {
  width: 100%;
  margin-bottom: 0.5rem;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .footer__buttons .btn {
    width: calc(50% - 1rem);
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer__buttons .btn {
    width: auto;
    opacity: 0.7;
  }
}
.footer__buttons .btn:hover {
  opacity: 1;
}
.footer__blurb {
  max-width: 40rem;
  margin: 2rem auto 0;
  font-size: 0.875rem;
  color: #d3d3d3;
}
@media (min-width: 768px) {
  .footer__blurb {
    margin: 2rem 0 0;
    float: right;
    text-align: right;
  }
}
.footer__blurb::after {
  display: block;
  width: 2rem;
  height: 2px;
  margin: 2rem auto 0;
  background-color: currentColor;
  content: '';
}
@media (min-width: 768px) {
  .footer__blurb::after {
    margin-right: 0;
  }
}
.footer__blurb__area {
  margin-top: 1rem;
  max-width: 500px;
  margin-left: auto;
}
.footer__blurb__area h5,
.footer__blurb__area p {
  margin: 0 0 0.5rem;
}
.footer__links {
  margin-top: auto;
  margin-bottom: 20px;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .footer__links {
    margin-bottom: 0;
    text-align: left;
    min-width: 50%;
  }
}
.footer__links a {
  display: inline-block;
  margin-right: 1em;
}
.footer__links a:last-child {
  margin-right: 0;
}
.footer__logo {
  position: relative;
  left: -10px;
  width: 80%;
  max-width: 140px;
  margin: 0 auto 2rem;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-right: 0;
    left: 0;
  }
}
.footer__social a {
  margin-left: 1rem;
  text-decoration: none;
}
.footer__title {
  margin-bottom: 0;
}
.footer__subtitle {
  margin: 0;
  color: #9a9a9a;
  font-size: 0.8em;
}
.footer__copyright {
  margin: 0;
  padding: 0 0 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: #ccc;
}
.footer .logo-ring {
  width: 50px;
  margin: auto;
}
@media (min-width: 768px) {
  .footer .logo-ring {
    margin-right: 0;
    margin-left: auto;
  }
}
.footer .logo-ring svg * {
  fill: #fff;
}

/* layout/header.css */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  background-color: #fff;
  transition: background-color 0.3s;
}
.header--transparent:not(.header--active) {
  background-color: transparent;
}
.header--transparent:not(.header--active) .header__logo {
  opacity: 0;
}
.header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  z-index: 80;
}
@media (min-width: 768px) {
  .header__body {
    height: 80px;
  }
}
.header__logo {
  height: 48px;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .header__logo {
    height: 64px;
  }
}
.header__logo img {
  width: auto;
  height: 100%;
}
.header__right {
  margin-left: auto;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .header__right {
    margin: 0;
  }
}
.header__search-trigger {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  outline: 0;
  padding: 0;
  text-transform: none;
  display: inline-block;
  font-size: 1rem;
  color: #4b4b4b;
  transition: color 0.3s;
}
.header__search-trigger:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .header__search-trigger {
    margin-left: 2rem;
  }
}
.header__search-trigger::before {
  margin-right: 8px;
}
.header__search-trigger:hover {
  color: #1b1b1b;
}
.search-active .header__search-trigger {
  color: #d93b31;
}

.header-clearfix {
  height: 60px;
}
@media (min-width: 768px) {
  .header-clearfix {
    height: 80px;
  }
}

/* layout/main.css */
.main {
  width: 100%;
}
.main__container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main__container::after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 768px) {
  .main__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.main__content {
  padding: 0;
}
.main__content--has-sidebar {
  padding: 0;
}
@media (min-width: 768px) {
  .main__content--has-sidebar {
    width: 60%;
    float: left;
    padding-left: 0;
    padding-right: 20px;
  }
  .main__sidebar + .main__content--has-sidebar {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .main__content--has-sidebar {
    width: 70%;
  }
}
.main__sidebar {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 0 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 768px) {
  .main__sidebar {
    width: 40%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 20px;
  }
}
@media (min-width: 980px) {
  .main__sidebar {
    width: 30%;
  }
}
.main__header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  background-image: url('../img/default-header.jpg');
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.main__header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s opacity;
  background-color: #151515;
  content: '';
  opacity: 0.62;
  z-index: 0;
}
@media (min-width: 768px) {
  .main__header {
    padding-top: 8rem;
    padding-bottom: 1.5rem;
  }
}
.main__header a {
  color: inherit;
}
.main__header h1 {
  font-family: 'Playfair', Georgia, Times, serif;
}
.main__header__inner {
  position: relative;
  z-index: 1;
}
.main__title {
  margin: 0 0 0.5rem;
}
.main__subtitle {
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-weight: normal;
  margin: -0.5rem 0 0;
  font-size: 1.2rem;
  max-width: 650px;
}

/* layout/nav.css */
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: inline-block;
  }
}
.header__nav ul {
  padding: 0;
  list-style-type: none;
}
.header__nav li {
  display: inline-block;
  margin-left: 2rem;
}
.header__nav li.current_page_item a {
  color: #d93b31;
}
.header__nav a {
  display: block;
  padding: 0 2px;
  color: #4b4b4b;
}
.header--transparent .header__nav a {
  color: #1b1b1b;
}
.header__nav a:hover {
  color: #1b1b1b;
}

/* layout/sidebar.css */
.main__sidebar {
  color: #151515;
}
.main__sidebar a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.main__sidebar a:not(.btn):hover {
  color: inherit;
}
.main__sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main__sidebar li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  transition: background-color 0.3s;
}
.main__sidebar li:last-child {
  border-bottom-width: 0;
}
.main__sidebar li:hover {
  background-color: #efefef;
}
.main__sidebar li a,
.main__sidebar li .list-item__inner {
  display: block;
  padding: 0.8rem;
}
.main__sidebar li [class*='icon--'] {
  margin-right: 10px;
}
.main__sidebar li p {
  display: inline;
}

/* layout/search.css */
.search-dropdown {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition:
    transform 0.4s,
    opacity 0.4s;
  z-index: 70;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .search-dropdown {
    top: 80px;
    width: 30rem;
    left: auto;
    right: 30px;
    z-index: 90;
    margin-top: -20px;
    transition: opacity 0.4s;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .search-dropdown {
    left: 50%;
    right: auto;
    margin-left: 570px;
    transform: translateX(-100%);
  }
}
.search-dropdown .search-form {
  padding: 0;
  border: 0;
  background: none;
  text-align: right;
}
.search-dropdown .search-form input {
  width: 100%;
  border: 0;
  outline: 0;
  background-color: #fff;
  color: #4b4b4b;
}
@media (min-width: 768px) {
  .search-dropdown .search-form input {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .search-dropdown .search-form button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.search-dropdown input::-webkit-input-placeholder {
  color: #ccc;
}
.search-dropdown input:-moz-placeholder {
  color: #ccc;
}
.search-dropdown input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.search-dropdown input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.search-active .search-dropdown {
  pointer-events: all;
  transform: translateY(60px);
  opacity: 1;
}
@media (min-width: 768px) {
  .search-active .search-dropdown {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .search-active .search-dropdown {
    transform: translateX(-100%);
  }
}
.search-active .search-trigger {
  color: #d93b31;
}

/* pages/all.css */
.content-wrap p {
  margin-top: 0;
}
.content-wrap p:last-child {
  margin-bottom: 0;
}
.content-wrap a {
  border-bottom: 1px solid #d93b31;
}

/* pages/contact.css */
.contact__hours {
  display: flex;
  width: 100%;
  padding: 0;
  font-family: 'Playfair', Georgia, Times, serif;
  font-size: 1.4em;
  padding-bottom: 20px;
}

.contact__hours__day {
  font-weight: bold;
  font-style: italic;
  width: 40%;
}

.contact__hours__hours {
  font-style: italic;
}

.contact__details {
  font-family: 'Playfair', Georgia, Times, serif;
  font-size: 1.4em;
  font-style: italic;
  width: 100%;
}

.contact__details__label {
  padding-bottom: 20px;
  display: flex;
}

.contact__details__detail {
  font-weight: bold;
  width: 40%;
}

@media (max-width: 767px) {
  .linmick-hours {
    border-top: 2px solid #ccc;
    padding-top: 20px;
  }
}

/* pages/home.css */
.page-home__banner {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .page-home__banner {
    padding: 6rem 0 8rem;
  }
}
.page-home__banner::before,
.page-home__banner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.page-home__banner::before {
  background-image: url('../img/home-hero.jpg');
  background-size: cover;
  background-position: bottom;
  opacity: 0.45;
}
.page-home__banner::after {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.27),
    rgba(0, 0, 0, 0.22) 1% rgba(0, 0, 0, 0.17) 10%,
    rgba(0, 0, 0, 0) 35%
  );
}

.page-home__feature {
  padding: 2rem 0;
  background-color: #fff;
}
@media (min-width: 480px) {
  .page-home__feature {
    padding: 4rem 0;
  }
}

.page-home__feature__image {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

.page-home__feature__text {
  margin: 2rem 0;
  max-width: 35rem;
}
@media (min-width: 768px) {
  .page-home__feature__text {
    margin: 0 0 2rem;
  }
}

.page-home__feature__buttons > *:first-child {
  margin: 0 1rem 1rem 0;
}

.page-home__feature__buttons > * {
  width: 100% !important;
}
@media (min-width: 480px) {
  .page-home__feature__buttons > * {
    width: auto !important;
  }
}

.page-home__logo {
  width: 60%;
  max-width: 20em;
  margin: 2rem auto;
}

.page-home__logo img {
  margin-left: -20%;
}

.page-home__intro {
  font-weight: normal;
  margin: 0;
}

.page-home__buttons {
  margin: 2rem 0 0;
}
.page-home__buttons::after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 480px) {
  .page-home__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-home__buttons > * {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .page-home__buttons > * {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-home__buttons > * {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .page-home__buttons > * {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .page-home__buttons > * {
    width: auto;
  }
}
.page-home__buttons > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .page-home__buttons > *:last-child {
    margin-right: 0;
  }
}
.page-home__buttons .btn {
  width: 80%;
}
/* Widened on the live site from 210px to fit "Order online (B2B)". */
@media (min-width: 480px) {
  .page-home__buttons .btn {
    width: 255px;
  }
}

.page-home__about {
  padding: 2rem 0;
  background-color: #fff;
}
@media (min-width: 480px) {
  .page-home__about {
    padding: 4rem 0;
  }
}

.page-home__about img {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.14);
}

.page-home__about__text {
  margin: 0;
  max-width: 35rem;
}

.page-home__specials {
  padding: 2rem 0;
  text-align: left;
  font-size: 0.85rem;
}
@media (min-width: 480px) {
  .page-home__specials {
    padding: 5rem 0;
  }
}

.page-home__specials__col {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  transition: border-color 0.3s;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-home__specials__col {
    width: calc(50% - 10px);
    padding: 2rem 1.5rem;
    margin-right: 20px;
  }
}
@media (min-width: 980px) {
  .page-home__specials__col {
    width: 26%;
    margin-bottom: 0;
  }
}
@media (max-width: 979px) {
  .page-home__specials__col:nth-child(2n) {
    margin-right: 0;
  }
}
.page-home__specials__col:last-child {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .page-home__specials__col:last-child {
    width: 100%;
  }
}
.page-home__specials__col:hover {
  border-color: #d93b31;
}
.page-home__specials__col.country-wide {
  border-color: #43ae38;
  color: #0d6229;
}
.page-home__specials__col .country-wide-logo {
  margin-left: auto;
  max-width: 60px;
}

.page-home__specials .btn {
  margin-top: auto;
  margin-bottom: 0;
  width: auto;
  margin-left: auto;
  float: right;
}
@media (min-width: 768px) {
  .page-home__specials .btn {
    margin-top: auto;
  }
}

.page-home__specials__title {
  margin: 0;
  font-size: 1.25rem;
}

.page-home__specials__copy {
  width: 90%;
}

/* pages/products.css */
.page-products__breadcrumbs {
  padding: 1rem 0;
  background-color: #1b1b1b;
  color: #fff;
  text-align: center;
}
@media (min-width: 480px) {
  .page-products__breadcrumbs {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .page-products__breadcrumbs {
    padding: 1.5rem 0;
    font-size: 1.1rem;
  }
}
.page-products__breadcrumbs .pipe {
  margin: 0 0.25rem;
}
.page-products__breadcrumbs .container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .page-products__breadcrumbs .container {
    flex-direction: row;
  }
}
.page-products__breadcrumbs .container > .breadcrumbs {
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .page-products__breadcrumbs .container > .breadcrumbs {
    margin-bottom: 0;
  }
}
.page-products__breadcrumbs .container .btn {
  width: 100%;
}
@media (min-width: 480px) {
  .page-products__breadcrumbs .container .btn {
    width: auto;
  }
}

.product-search {
  margin: 10px 0;
}
@media (min-width: 480px) {
  .product-search {
    margin: 30px 0;
  }
}
.product-search__form {
  width: 100%;
  position: relative;
  padding-right: 5rem;
  font-size: 1rem;
  overflow: hidden;
}
.product-search__form__input {
  width: 100%;
  padding-left: 0.5rem;
  border: 1px solid #d3d3d3;
  border-right-width: 0;
}
.product-search__form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5rem;
  padding: 0;
  border: 1px solid #78cd99;
  outline: 0;
  background-color: #78cd99;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.product-search__form__submit:focus {
  outline: 0;
}

.product-filter {
  display: none;
  margin: 1rem 0 2rem;
}
@media (min-width: 768px) {
  .product-filter {
    display: block;
  }
}
.product-filter__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.25rem;
  border-bottom: 1px solid #d3d3d3;
}
.product-filter__title {
  margin: 0;
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
}
.product-filter__options {
  display: none;
  list-style: none;
}
@media (min-width: 768px) {
  .product-filter__options {
    display: block;
    max-height: 275px;
    border-bottom: 1px solid #efefef;
    overflow-y: auto;
    -ms-overflow-style: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}
.product-filter__options a.active {
  color: #d93b31;
}
.product-filter--scrollable {
  position: relative;
  overflow: hidden;
}
.product-filter--scrollable::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: 10px;
  height: 10px;
  box-shadow: 0 -3px 7px 0 rgba(230, 230, 230, 0.65);
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
}

.product-list {
  width: 100%;
}
.product-list__item {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.product-list__item:hover .product-list__item__popup {
  opacity: 1;
}
.product-list__item:hover .product-list__item__popup span {
  opacity: 1;
  transform: translateY(0);
}
.product-list__item__image {
  position: relative;
  background-color: #fff;
  background-image: url('../img/default-product.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-list__item__image::after {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  content: '';
}
.product-list__item__popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(21, 21, 21, 0.75);
  z-index: 10;
}
.product-list__item__popup span {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 1rem;
  background-color: rgba(21, 21, 21, 0.3);
  transform: translateY(8px);
  opacity: 0;
  transition:
    opacity 0.3s,
    transform 0.3s ease-out;
}
.product-list__item__tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #da3732;
  color: #fff;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  z-index: 1;
}
.product-list__item__info {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 80px;
}
.product-list__item__title {
  margin: 0;
  color: #151515;
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-size: 1rem;
  flex-grow: 1;
  padding-right: 0.5rem;
}
.product-list__item__supplier {
  width: 40px;
  height: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* pages/single-product.css */
.product-details {
  margin: 0 0 1rem;
}
@media (min-width: 480px) {
  .product-details {
    margin-bottom: 3rem;
  }
}
.product-details__title {
  margin: 0 0 0.4rem 0;
  max-width: 550px;
  line-height: 1.1;
  font-size: 2rem;
}
@media (min-width: 480px) {
  .product-details__title {
    font-size: 2.5rem;
  }
}
.product-details__subtitle {
  margin: 0;
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  color: #606060;
}
.product-details__subtitle a {
  color: #151515;
  font-weight: normal;
  border-bottom: 1px solid #606060;
}
.product-details__image {
  position: relative;
  max-width: 350px;
  padding: 1rem;
  margin: 1rem 0 2rem 0;
  background-color: white;
}
.product-details__image__gluten__tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #da3732;
  color: #fff;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  z-index: 1;
}

.product-related__title {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-weight: normal;
  color: #4b4b4b;
}
.product-related__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  background-color: #f4f4f4;
}
.product-related__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #606060;
  opacity: 0.4;
}

/* pages/specials.css */
.specials-list {
  padding: 0;
}

.specials-list__item {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0;
  padding: 1rem 0;
  align-items: center;
  text-align: center;
}
@media (min-width: 480px) {
  .specials-list__item {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .specials-list__item {
    padding: 1rem;
  }
}
.specials-list__item + .specials-list__item {
  border-top: 1px solid #d3d3d3;
  margin-top: 1rem;
}

.specials-list__item__image {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 80%;
  max-width: 160px;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(27, 39, 51, 0.08);
}
@media (min-width: 480px) {
  .specials-list__item__image {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.specials-list__item__image::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.specials-list__item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  max-height: 90%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.specials-list__item__title {
  font-weight: bold;
  margin: 0 0 1rem;
  color: #1b1b1b;
}

.specials-list__item__description {
  max-width: 40rem;
}

/* pages/suppliers.css */
.supplier-list {
  width: 100%;
}
.supplier-list__item {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
}
.supplier-list__item:hover .supplier-list__item__popup {
  opacity: 1;
}
.supplier-list__item:hover .supplier-list__item__popup span {
  opacity: 1;
  transform: translateY(0);
}
.supplier-list__item__image {
  position: relative;
}
.supplier-list__item__image::after {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  content: '';
}
.supplier-list__item__bg {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-image: url('../img/default-product.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.supplier-list__item__popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(21, 21, 21, 0.75);
}
.supplier-list__item__popup span {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 1rem;
  background-color: rgba(21, 21, 21, 0.3);
  transform: translateY(8px);
  opacity: 0;
  transition:
    opacity 0.3s,
    transform 0.3s ease-out;
}
.supplier-list__item__info {
  padding: 1rem 10px;
}
.supplier-list__item__title {
  margin: 0;
  color: #151515;
  font-size: 1rem;
}

.supplier-categories {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b1b1b;
  color: #fff;
}
@media (min-width: 768px) {
  .supplier-categories {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.supplier-categories__title {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 0.7rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: #d3d3d3;
}
.supplier-categories__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  background-color: #1b1b1b;
}
.supplier-categories__title::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #d3d3d3;
  opacity: 0.4;
}
.supplier-categories__options {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.supplier-categories__options li {
  margin: 5px;
  padding: 0;
}
.supplier-categories__options a {
  display: block;
  padding: 2px 10px;
  line-height: 1.2;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.supplier-categories__options a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.supplier-categories__options a.active {
  color: #151515;
  background-color: white;
}

/* partials/button.css */
.btn {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 1em 2em;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease-out;
  border: 1px solid #d93b31;
  border-radius: 1.5rem;
  outline: 0;
  background: #d93b31;
  color: #fff;
  font-family: 'Maax', 'Helvetica Neue', Helvetica, Arial, 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  z-index: 0;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.85;
}
.btn[class*='icon--']::before {
  margin-right: 0.5rem;
}
.btn--white {
  border-color: #fff;
  background-color: #fff;
  color: #d93b31;
}
.btn--green {
  border-color: #78cd99;
  background-color: #78cd99;
  color: #fff;
}
.btn--blue {
  border-color: #5ba6f9;
  background-color: #5ba6f9;
  color: #fff;
}
.btn--grey {
  border-color: #ccc;
  background-color: #efefef;
  color: #606060;
}
.btn--black {
  border-color: #151515;
  background-color: #151515;
  color: #fff;
  text-shadow: none;
}
.btn--border {
  background: none;
  color: #d93b31;
}
.btn--black-border {
  border-color: #151515;
  background: none;
  color: #151515;
}
.btn--grey-border {
  border-color: #606060;
  background: none;
  color: #606060;
}
.btn--white-border {
  border-color: #fff;
  background: none;
  color: #fff;
}
.btn--lg {
  padding: 1.25rem 3rem;
  font-size: 1.1rem;
  border-radius: 2rem;
}
.btn--md {
  padding: 1.25rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 1.5rem;
}
.btn--sm {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 1rem;
}
.btn--xs {
  padding: 0.3rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 1rem;
}
.btn--full {
  width: 100%;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  margin: 0 0 10px;
}

/* partials/contact-callout.css */
.contact-callout {
  background-color: #fff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .contact-callout {
    padding: 4rem 0 2rem;
  }
}
.contact-callout__title::after {
  display: block;
  width: 2em;
  height: 2px;
  margin: 1em 0 0;
  background-color: currentColor;
  content: '';
}
.contact-callout__text {
  width: 75%;
  color: #606060;
}
.contact-callout .btn {
  float: right;
}

/* partials/enquiry.css */
.enquiry-form {
  padding: 1rem;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .enquiry-form {
    padding: 2rem;
  }
}

/* partials/forms.css */
label {
  display: block;
  margin: 0 0 0.25em;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  padding: 0.5rem 0.2rem;
  transition:
    border 0.3s,
    color 0.3s;
  border: solid #ccc;
  border-width: 0 0 1px;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  color: #202020;
  font-size: 1rem;
  line-height: 1.5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9a9a9a;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
input:focus,
textarea:focus {
  color: #202020;
  border-color: #9a9a9a;
}

input[type='search'] {
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 20px;
  transition: opacity 0.3s;
  overflow: hidden;
}
.form-group.active label {
  color: #d93b31;
}
.form-group.error input,
.form-group.error textarea {
  border-color: #da3732;
}
.form-group.ignore {
  position: fixed;
  left: -999999px;
}
.form-group input[type='radio'],
.form-group input[type='checkbox'] {
  display: inline;
  width: auto;
  margin: 5px;
  clear: none;
}

.form__message {
  width: 100%;
  margin: 1em 0 0;
  padding-right: 0;
  background: none;
}
.form__message.visible {
  display: block;
}

.form__repeat-button {
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  outline: 0;
  padding: 0;
  text-transform: none;
  display: none;
}
.form__repeat-button:focus {
  outline: 0;
}

.form__submit {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .form__submit {
    width: auto;
    float: right;
  }
}
.form__submit::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  transform-origin: center;
  transition: opacity 0.3s;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  content: '';
  opacity: 0;
  pointer-events: none;
}

.form--loading .form__submit {
  color: transparent !important;
  cursor: default;
}
.form--loading .form__submit::after {
  border-color: #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  opacity: 1;
  animation: loading 0.5s infinite linear;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.form--disabled .form-group {
  opacity: 0.6;
}
.form--disabled .form__repeat-button {
  display: block;
}

.form-group--hidden {
  display: none;
}

.form__captcha {
  display: flex;
  align-items: center;
  width: 100%;
}

.form__captcha__quiz {
  flex-shrink: 0;
  margin-right: 1rem;
}

.form__captcha__text {
  font-size: 0.875rem;
  color: #9a9a9a;
}

/* partials/loop.css */
.loop-item {
  margin: 0 0 1rem;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .loop-item {
    margin: 0 0 2rem;
  }
}
.loop-item + .loop-item {
  border-top: 1px solid #d3d3d3;
}
.loop-item__title {
  margin: 0 0 0.5rem;
}
.loop-item__blurb {
  max-width: 30rem;
  color: #606060;
}
.loop-item__link {
  border-bottom: 1px solid currentColor;
  transition: border-bottom-color 0.3s;
}
.loop-item__link:hover {
  border-bottom-color: #d93b31;
}

/* partials/map.css */
.map {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.map__render {
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-color: #a7a7a7;
  z-index: 0;
}
@media (min-width: 480px) {
  .map__render {
    height: 400px;
  }
}
@media (min-width: 980px) {
  .map__render {
    height: 600px;
  }
}
.map__details {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  background-color: #fff;
  letter-spacing: 0.05em;
  z-index: 1;
}
.map__details::after {
  display: table;
  clear: both;
  content: '';
}
@media (min-width: 980px) {
  .map__details {
    position: absolute;
    bottom: 0;
    max-width: 500px;
    margin-left: 100px;
    padding: 60px;
    box-shadow: 0 2px 20px rgba(10, 10, 10, 0.2);
  }
}
.map__details strong {
  display: block;
  color: #a7a7a7;
  font-weight: normal;
}
.map__title::after {
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px 0 20px -20px;
  background-color: currentColor;
  content: '';
}
@media (min-width: 980px) {
  .map__title::after {
    margin: 40px 0 40px -60px;
  }
}
.map__link {
  float: right;
  clear: both;
  border-bottom: 1px solid #151515;
  color: #151515;
}
.contact-page .map__link {
  display: none;
}
.map img {
  max-width: none;
}

.gmnoprint img {
  max-width: none;
}

/* The live site hides the map: gone on mobile, and on desktop it keeps its
   600px of space but is transparent, so the details panel sits on blank ground.
   This was hand-appended to the deployed stylesheet and never made it back into
   the theme source. */
.map__render {
  display: none !important;
}

@media (min-width: 980px) {
  .map__render {
    display: block !important;
    opacity: 0 !important;
  }
}

/* partials/misc.css */
@keyframes draw {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.line-spacer {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.line-spacer::before,
.line-spacer::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 50%;
  width: 1px;
  height: 60px;
  margin: 0 auto;
  background-color: #9a9a9a;
  animation-name: draw;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.31, 0.7, 0.3, 0.97);
  animation-iteration-count: infinite;
  transform-origin: bottom;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .line-spacer::before,
  .line-spacer::after {
    top: -50px;
    height: 100px;
  }
}
.line-spacer::after {
  animation: none;
  opacity: 0.4;
}

/* partials/modal.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  overflow: hidden;
  z-index: 200;
  pointer-events: none;
}

.modal--active {
  width: 100%;
  min-height: 100%;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: all;
}
.modal--active .modal__shadow {
  display: block;
}
.modal--active .modal__close::before,
.modal--active .modal__close::after {
  opacity: 1;
}
.modal--active .modal__close::before {
  transform: rotate(45deg);
}
.modal--active .modal__close::after {
  transform: rotate(-45deg);
}
.modal--active .modal__box {
  transform: scale(1);
}

.modal--closing {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.modal--closing .modal__box {
  transform: scale(0.9);
}

.modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
  z-index: 5;
}
.modal__close::before,
.modal__close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  transform: rotate(0deg);
  transition:
    transform 0.3s ease 0.3s,
    opacity 0.3s;
  border-radius: 2px;
  background-color: #fff;
  content: '';
  opacity: 0;
}
.modal__close::after {
  transform: rotate(0deg);
}
.modal__close:focus {
  outline: 0;
}

.modal__container {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
}

.modal__box {
  position: relative;
  height: 100%;
  margin: 15% auto;
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}
@media (min-width: 980px) {
  .modal__box {
    margin-top: 20%;
  }
}

.modal__content {
  position: relative;
  overflow: hidden;
}

.modal__shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.8);
  z-index: -1;
}

/* partials/nav-icon.css */
.nav-icon {
  position: relative;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  background: none;
  float: right;
}
@media (min-width: 768px) {
  .nav-icon {
    display: none;
  }
}
.nav-icon div,
.nav-icon::before,
.nav-icon::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  transition:
    transform 0.3s cubic-bezier(0.11, 0.52, 0.47, 1),
    background-color 0.3s;
  border-radius: 1px;
  background-color: #606060;
  content: '';
}
.nav-icon div {
  margin: 5px auto;
  transform: scale(1);
}
.nav-icon:hover {
  cursor: pointer;
}
.nav-icon:hover div,
.nav-icon:hover::before,
.nav-icon:hover::after {
  background-color: #606060;
}

.nav-active .nav-icon div {
  transform: scale(0);
}
.nav-active .nav-icon::before,
.nav-active .nav-icon::after {
  background-color: #151515;
}
.nav-active .nav-icon::before {
  transform: translateY(7px) translateX(0) rotate(45deg);
}
.nav-active .nav-icon::after {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

/* partials/pagination.css */
.pagination {
  display: block;
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  transition:
    color 0.3s,
    border-color 0.3s;
  border-bottom: 2px solid #ccc;
  color: #9a9a9a;
  font-weight: 400;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  border-bottom-color: #d93b31;
  color: #d93b31;
}

/* partials/search-form.css */
.search-form {
  position: relative;
  padding-right: 100px;
  font-size: 16px;
  overflow: hidden;
}
.search-form .search-form__input {
  width: 100%;
  padding: 0.5rem;
  background-color: #f8f8f8;
  border: solid #d3d3d3;
  border-width: 1px 0 1px 1px;
}
@media (min-width: 768px) {
  .search-form .search-form__input {
    padding: 1rem;
  }
}
.search-form .search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  padding: 0;
  border: 1px solid #d93b31;
  outline: 0;
  background-color: #d93b31;
  color: #fff;
  text-align: center;
}
.search-form .search-form__submit:focus {
  outline: 0;
}

.page-search {
  margin-bottom: 1rem;
}

/* partials/slide-nav.css */
.slide-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 400px;
  height: 100%;
  padding: 0;
  transform: translateX(-100%);
  transition: transform 0.65s cubic-bezier(0.9, 0.12, 0.3, 0.98);
  background-color: #f8f8f8;
  color: #606060;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  z-index: 100;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .slide-nav {
    display: none;
  }
}
.slide-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.slide-nav li {
  width: 100%;
  margin: 0;
  padding: 0;
  transition:
    opacity 0.5s ease-in-out,
    top 0.5s ease-in-out;
  transition-delay: 0.15s;
}
.slide-nav li a {
  display: block;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.slide-nav li a::before {
  display: inline-block;
  padding: 0 1rem 0 0.5rem;
  color: currentColor;
  font-family: 'Blank-Icons';
  font-size: 0.7em;
  content: '\f032';
  vertical-align: middle;
}
.slide-nav li a:hover {
  text-decoration: none;
}
.slide-nav li ul {
  display: none;
}
.slide-nav li.menu-item-has-children a::after {
  padding: 0 1rem;
  float: right;
  font-size: 1.2rem;
  content: '+';
}
.slide-nav li.menu-item-has-children li a {
  padding-left: 45px;
}
.slide-nav li.menu-item-has-children li a::after {
  display: none;
}
.slide-nav li.menu-item-has-children.sub-visible a::after {
  content: '-';
}
.slide-nav li.menu-item-has-children.sub-visible ul {
  display: block;
}

.nav-active .slide-nav {
  transform: translateX(0);
  box-shadow: 5px 0 10px rgba(21, 21, 21, 0.1);
}
@media (min-width: 768px) {
  .nav-active .slide-nav {
    transform: translateX(-100%);
  }
}

/* partials/suppliers-carousel.css */
.suppliers-carousel {
  position: relative;
  margin: 2rem 0;
  padding: 0 1rem;
}
.suppliers-carousel::before,
.suppliers-carousel::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  z-index: 10;
}
.suppliers-carousel::after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.suppliers-carousel__slide {
  position: relative;
  width: 150px;
}
.suppliers-carousel__slide::after {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 66.6666666667%;
  content: '';
}
.suppliers-carousel__logo {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.suppliers-carousel .swiper-pagination {
  position: static;
  margin-top: 1rem;
}
.suppliers-carousel .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  transition: opacity 0.3s;
  border: 1px solid #fff;
  background: #151515;
  opacity: 0.3;
}
.suppliers-carousel .swiper-pagination-bullet:hover {
  opacity: 0.5;
}
.suppliers-carousel .swiper-pagination-bullet-active {
  opacity: 0.8;
}

/* partials/widgets.css */
.widget {
  padding: 1.5rem 0;
}
.widget__title {
  margin: 0;
  font-size: 1.4rem;
}
.widget__title::after {
  display: block;
  width: 3rem;
  height: 2px;
  margin: 1rem 0;
  background-color: currentColor;
  content: '';
}
.widget__body {
  color: #606060;
}
