/**
* itcss file structure:
* https://www.xfive.co/blog/itcss-scalable-maintainable-css-architecture/
*/
/**
 * Returns the transition properties in the correct format
 * This function is used by @mixin transition($transitions...)
 */
/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include media-query($medium-up) {
 *     color: red;
 *   }
 * }
 */
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Forces an element to self-clear its children
 *
 * Usage:
 * .selector {
 *   @include clearfix;
 * }
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.js-focus-hidden:focus {
  outline: none; }

[tabindex='-1']:focus {
  outline: none; }

.flex {
  display: flex;
  flex-flow: column nowrap; }

.row.no-gutter > [class*='col'] {
  padding-right: 0;
  padding-left: 0; }

.row.no-gutter-nested [class*='col'] {
  padding-right: 0;
  padding-left: 0; }

.flex-shaper {
  flex: 1; }

.no-text-height {
  font-size: 0;
  line-height: 0; }

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

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

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

.responsive-table-wrap {
  overflow: scroll; }

form {
  margin: 0; }

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

*:focus {
  outline: 0; }

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

input,
textarea,
select {
  font-size: 16px;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 0; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    border-color: #000000;
    background-color: #000000;
    cursor: default; }

button,
input[type='submit'],
label[for] {
  cursor: pointer; }

textarea {
  min-height: 100px; }

select::-ms-expand {
  display: none; }

option {
  background-color: #000000;
  color: #000000; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body,
html {
  height: auto;
  width: 100%; }

html {
  background-color: #ffffff;
  box-sizing: border-box; }
  html.no-scroll {
    overflow: hidden;
    height: 100%; }

body {
  min-width: 320px; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
label,
body,
html {
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  border: none;
  user-select: none; }

iframe {
  max-width: 100%; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noticia Text', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%; }

a:focus {
  color: inherit; }

h1 {
  font-size: 44px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 40px;
  font-family: 'Chelsea Market', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h2 {
  font-size: 36px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 30px;
  font-family: 'Chelsea Market', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h3 {
  font-size: 32px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 30px;
  font-family: 'Chelsea Market', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h4 {
  font-size: 28px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 20px;
  font-family: 'Chelsea Market', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h5 {
  font-size: 24px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 20px;
  font-family: 'Chelsea Market', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h6 {
  font-size: 22px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 20px;
  font-family: 'Chelsea Market', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
  font-size: 20px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0 0 20px; }
  p span {
    font: inherit; }

a {
  font-size: 20px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 400;
  transition: color 200ms ease-in-out;
  text-decoration: underline; }
  a:hover, a:active {
    color: #721212; }
  a span {
    font: inherit; }

ul {
  margin: 0 0 20px;
  padding: 0 0 0 30px; }

li {
  font-size: 20px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0 0 10px; }

blockquote {
  font-size: 22px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: 0.2px;
  font-style: italic;
  font-weight: 400;
  padding: 20px 40px;
  margin: 0 0 20px;
  text-align: center; }

time {
  font-size: 18px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: normal;
  font-weight: 400; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='search'],
textarea {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  letter-spacing: normal;
  background-color: transparent;
  padding: 15px 20px;
  border: none;
  border-radius: 0; }
  input[type='text']::placeholder,
  input[type='email']::placeholder,
  input[type='tel']::placeholder,
  input[type='password']::placeholder,
  input[type='search']::placeholder,
  textarea::placeholder {
    color: #000000; }

select {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  letter-spacing: normal;
  background-color: transparent;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  appearance: none; }
  select::placeholder {
    color: #000000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 30px; } }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 20px; }
  p {
    font-size: 18px; }
  a {
    font-size: 18px; }
  ul {
    margin: 0 0 20px;
    padding: 0 0 0 30px; }
  li {
    font-size: 18px; }
  blockquote {
    font-size: 20px; }
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='password'],
  input[type='search'],
  textarea {
    padding: 10px; }
  select {
    padding: 10px; } }

table {
  width: 100%; }

th {
  font-size: 18px;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

td {
  font-size: 18px;
  padding: 10px 20px; }

tr:nth-child(even) {
  background-color: rgba(114, 18, 18, 0.03); }

.button {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  border: 0;
  text-align: center;
  white-space: normal;
  text-decoration: none;
  user-select: none;
  appearance: none; }
  .button--wire {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    letter-spacing: normal;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 27px;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 3px;
    display: inline-block; }
    .button--wire:hover, .button--wire:active, .button--wire:focus {
      background-color: #000000;
      color: #ffffff; }
    .button--wire.button--big {
      font-size: 20px;
      padding-top: 13px;
      padding-bottom: 13px; }
    .button--wire.button--small {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 14px; }
    .button--wire.button--tiny {
      padding: 4px 20px;
      font-size: 14px; }
  .button--main {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: normal;
    transition: background-color 200ms ease-in-out;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 34px;
    background-color: #000000;
    border-radius: 3px;
    display: inline-block; }
    .button--main:hover, .button--main:active {
      color: #ffffff;
      background-color: #000000; }
    .button--main:focus {
      color: #ffffff; }
    .button--main.button--big {
      font-size: 20px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .button--main.button--small {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 14px; }
    .button--main.button--tiny {
      padding: 6px 20px;
      font-size: 14px; }
    .button--main.button--dark {
      background-color: #000000;
      color: #ffffff; }
      .button--main.button--dark:hover, .button--main.button--dark:active, .button--main.button--dark:focus {
        background-color: #000000;
        color: #ffffff; }
  .button--not-allowed {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    cursor: not-allowed; }
    .button--not-allowed:hover, .button--not-allowed:active {
      background-color: #000000;
      color: #ffffff; }
    .button--not-allowed:focus {
      color: #ffffff; }
  .button--rounded {
    border-radius: 5px; }

.responsive-image__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }
  .no-js .responsive-image__wrapper {
    display: none; }
  .responsive-image__wrapper::before {
    content: '';
    position: relative;
    display: block; }
  .responsive-image__wrapper img {
    display: block;
    width: 100%; }

.responsive-image__wrapper--full-height {
  height: 100%; }

.responsive-image__image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.page.nevertrue {
  padding: 100px 0; }
  .page.nevertrue h1 {
    margin: 0 0 30px; }
  .page.nevertrue p {
    font-size: 20px;
    line-height: 1.25;
    color: #000000;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 0 24px; }
  .page.nevertrue a {
    font-size: 20px;
    line-height: 1.25;
    color: #000000;
    letter-spacing: normal;
    font-weight: 400;
    opacity: 0.7;
    transition: color 200ms ease-in-out; }
    .page.nevertrue a:hover, .page.nevertrue a:active {
      color: #000000; }
  @media only screen and (max-width: 991px) {
    .page.nevertrue {
      padding: 50px 18px; }
      .page.nevertrue h1 {
        margin: 0 0 24px; }
      .page.nevertrue h2 {
        font-size: 26px;
        line-height: 30px; } }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.gallery-post {
  padding: 100px 0;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery-post {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .gallery-post {
      padding: 50px 0; } }
  .gallery-post__image-wrap {
    margin: 0 auto 30px; }
    .gallery-post__image-wrap img {
      margin: 0 auto; }
  .gallery-post__title {
    margin: 0 auto 30px; }
  .gallery-post__content {
    margin: 0 auto 30px; }
  .gallery-post__pagination {
    background-color: #FFFAE9; }
  .gallery-post__pagination-link a {
    display: block;
    padding: 30px;
    text-decoration: none; }

.blog-post {
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-post {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .blog-post {
      padding: 50px 0; } }
  .blog-post__image-wrap {
    margin: 0 0 30px; }
  .blog-post__content {
    text-align: justify; }

#front-page .text-banner {
  padding: 100px 0;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #front-page .text-banner {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    #front-page .text-banner {
      padding: 50px 0; } }
  #front-page .text-banner--bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  #front-page .text-banner--bg-none {
    background-color: #96d8f7; }
  #front-page .text-banner__title {
    font-family: 'Sacramento', cursive;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 70px;
    color: #ffffff;
    margin: 0 0 30px;
    text-shadow: 0 0 3px #000000; }
  #front-page .text-banner__momo-logo {
    font-family: 'Ranchers', fantasy;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100px;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    text-shadow: black 0 0 2px; }
  #front-page .text-banner__momo-letter {
    display: inline-block; }
  @media only screen and (max-width: 991px) {
    #front-page .text-banner__momo-logo {
      font-size: 70px;
      margin: 0; }
    #front-page .text-banner__title {
      margin: 0 0 40px; } }

#front-page .column-presentation {
  padding: 20px 0; }
  #front-page .column-presentation__size-100 {
    width: 100%;
    margin: auto;
    max-width: 600px; }
  #front-page .column-presentation__size-90 {
    width: 90%;
    margin: 2% auto auto;
    max-width: 580px; }
  #front-page .column-presentation__size-80 {
    width: 80%;
    margin: 9% auto auto;
    max-width: 560px; }
  #front-page .column-presentation__size-70 {
    width: 70%;
    margin: 13% auto auto;
    max-width: 540px; }
  #front-page .column-presentation__size-60 {
    width: 60%;
    margin: 18% auto auto;
    max-width: 520px; }
  #front-page .column-presentation__size-50 {
    width: 50%;
    margin: 13% auto auto;
    max-width: 500px; }
  #front-page .column-presentation__item {
    display: block;
    position: relative;
    padding-top: 100%;
    text-align: center; }
  #front-page .column-presentation__background {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  #front-page .column-presentation__link-item {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-decoration: none; }
    #front-page .column-presentation__link-item:hover .column-presentation__title, #front-page .column-presentation__link-item:active .column-presentation__title {
      color: #721212;
      text-shadow: 0 0 2px white; }
  #front-page .column-presentation__text {
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
    #front-page .column-presentation__text * {
      font: inherit;
      color: inherit; }
  #front-page .column-presentation__title {
    font-family: 'Chelsea Market', serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    margin: 0;
    word-break: break-word;
    transition: text-shadow 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    #front-page .column-presentation__title {
      font-size: 24px; } }
  @media only screen and (max-width: 1199px) {
    #front-page .column-presentation__size-100, #front-page .column-presentation__size-90, #front-page .column-presentation__size-80, #front-page .column-presentation__size-70, #front-page .column-presentation__size-60, #front-page .column-presentation__size-50 {
      margin: auto auto 20px auto; } }
  @media only screen and (max-width: 575px) {
    #front-page .column-presentation__link-item {
      padding: 10px; }
    #front-page .column-presentation__title {
      font-size: 22px; } }

#front-page .about-us {
  padding: 100px 0;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #front-page .about-us {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    #front-page .about-us {
      padding: 50px 0; } }
  #front-page .about-us__text {
    color: #FFFAE9;
    line-height: 1.5;
    margin: 0 0 60px;
    *zoom: 1; }
    #front-page .about-us__text::after {
      content: '';
      display: table;
      clear: both; }
    #front-page .about-us__text h1,
    #front-page .about-us__text h2,
    #front-page .about-us__text h3,
    #front-page .about-us__text h4,
    #front-page .about-us__text h5,
    #front-page .about-us__text h6,
    #front-page .about-us__text p,
    #front-page .about-us__text a,
    #front-page .about-us__text li,
    #front-page .about-us__text blockquote,
    #front-page .about-us__text span {
      line-height: 1.5;
      color: #FFFAE9; }
  #front-page .about-us__bio {
    color: #FFFAE9;
    *zoom: 1;
    line-height: 1.5; }
    #front-page .about-us__bio::after {
      content: '';
      display: table;
      clear: both; }
    #front-page .about-us__bio:not(:last-of-type) {
      margin: 0 0 60px; }
    #front-page .about-us__bio h1,
    #front-page .about-us__bio h2,
    #front-page .about-us__bio h3,
    #front-page .about-us__bio h4,
    #front-page .about-us__bio h5,
    #front-page .about-us__bio h6,
    #front-page .about-us__bio p,
    #front-page .about-us__bio a,
    #front-page .about-us__bio li,
    #front-page .about-us__bio blockquote,
    #front-page .about-us__bio span {
      line-height: 1.5;
      color: #FFFAE9; }

#front-page .contact-us {
  padding: 100px 0;
  background-color: #c93232; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #front-page .contact-us {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    #front-page .contact-us {
      padding: 50px 0; } }
  #front-page .contact-us__title {
    color: #ffffff;
    font-family: 'Chelsea Market', serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #front-page .contact-us__content {
    margin: 0 0 10px; }
  #front-page .contact-us__info {
    line-height: 1.5;
    color: #ffffff; }
  #front-page .contact-us__link {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px; }
    #front-page .contact-us__link:hover, #front-page .contact-us__link:active {
      color: #FFFAE9; }
  #front-page .contact-us__text {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px; }
  #front-page .contact-us__icon {
    font-size: 20px;
    line-height: 1;
    color: inherit;
    display: inline-block;
    vertical-align: middle; }
  #front-page .contact-us__social {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px; }
    #front-page .contact-us__social:hover, #front-page .contact-us__social:active {
      color: #FFFAE9; }
    #front-page .contact-us__social:not(:last-of-type) {
      margin-right: 20px; }
  #front-page .contact-us .gform_wrapper .validation_error {
    border-color: #fff;
    color: #fff; }
  #front-page .contact-us .gform_wrapper .gfield_error {
    border-color: #fff;
    color: #fff; }
  #front-page .contact-us .gform_wrapper .validation_message {
    color: #fff; }
  #front-page .contact-us .gform_wrapper .gfield_description.validation_message {
    display: none; }
  #front-page .contact-us .gform_wrapper .gform_confirmation_message {
    font-size: 22px;
    line-height: 1.33;
    color: #ffffff;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center; }
  #front-page .contact-us .gform_wrapper label {
    display: none; }
  #front-page .contact-us .gform_wrapper input,
  #front-page .contact-us .gform_wrapper select,
  #front-page .contact-us .gform_wrapper textarea {
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    transition: border-color 300ms ease-in-out; }
    #front-page .contact-us .gform_wrapper input::placeholder,
    #front-page .contact-us .gform_wrapper select::placeholder,
    #front-page .contact-us .gform_wrapper textarea::placeholder {
      color: #ffffff; }
    #front-page .contact-us .gform_wrapper input:focus,
    #front-page .contact-us .gform_wrapper select:focus,
    #front-page .contact-us .gform_wrapper textarea:focus {
      border-color: #000000; }
  #front-page .contact-us .gform_wrapper .gform_footer {
    text-align: center; }
  #front-page .contact-us .gform_wrapper .gform_button {
    font-size: 22px;
    border: none;
    background: transparent;
    margin: 0;
    appearance: none; }

#front-page .full-height-wrapper {
  position: relative; }

#front-page .full-height-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#front-page .full-height-gradient {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #faeaaa 0%, #e6ab63 15%, #eb823d 32%, #c7730c 56%, #eb5809 77%, #e83c07 100%); }

.page-content {
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-content {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .page-content {
      padding: 50px 0; } }
  .page-content__title {
    text-align: center; }
  .page-content__title--alternate {
    text-transform: uppercase; }
  .page-content__image-wrap {
    text-align: center;
    margin: 0 auto 30px; }
  .page-content__image {
    margin: 0 auto; }
  .page-content__content {
    text-align: justify; }
  .page-content .gform_wrapper .gform_title {
    font-size: 30px; }
  .page-content .gform_wrapper .validation_error {
    border-color: #000;
    color: #000; }
  .page-content .gform_wrapper .gfield_error {
    border-color: #000;
    color: #000; }
  .page-content .gform_wrapper .validation_message {
    color: #000; }
  .page-content .gform_wrapper .gfield_description.validation_message {
    display: none; }
  .page-content .gform_wrapper .gform_confirmation_message {
    font-size: 22px;
    line-height: 1.33;
    color: #000000;
    letter-spacing: normal;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center; }
  .page-content .gform_wrapper label,
  .page-content .gform_wrapper .top_label .gfield_label,
  .page-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none; }
  .page-content .gform_wrapper label a {
    font: inherit; }
  .page-content .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  .page-content .gform_wrapper select,
  .page-content .gform_wrapper textarea {
    color: #000000;
    border: none;
    border-bottom: 1px solid #000000;
    transition: border-color 300ms ease-in-out; }
    .page-content .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
    .page-content .gform_wrapper select::placeholder,
    .page-content .gform_wrapper textarea::placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .page-content .gform_wrapper input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
    .page-content .gform_wrapper select:focus,
    .page-content .gform_wrapper textarea:focus {
      border-color: #000000; }
  .page-content .gform_wrapper .gform_button {
    font-size: 22px;
    border: none;
    background: transparent;
    margin: 0;
    appearance: none; }
  .page-content .gform_wrapper .gform_footer input[type=submit] {
    font-size: 20px;
    font-weight: 700; }

.search-result {
  text-decoration: none; }

.workshop {
  text-align: center;
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .workshop {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .workshop {
      padding: 50px 0; } }
  .workshop__title {
    margin: 0 0 60px;
    text-transform: uppercase; }
  .workshop__content {
    padding: 20px;
    margin: 0 0 60px;
    text-align: justify; }
  .workshop__wrapper {
    overflow: hidden;
    margin: 0 0 60px; }
  .workshop__item-title {
    font-size: 30px;
    margin: 0 0 15px; }
  .workshop__item {
    display: block;
    position: relative;
    padding-top: 100%;
    transition: transform 500ms ease-in-out; }
    .workshop__item:active, .workshop__item:hover {
      transform: scale(1.1); }
  .workshop__bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center; }
  .workshop__no-bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .workshop__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none; }
    .workshop__link::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
  .workshop__item-title {
    position: relative;
    z-index: 1;
    align-self: center;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #ffffff; }
  .workshop__item-bottom-left, .workshop__item-bottom-right, .workshop__item-top-left, .workshop__item-top-right {
    position: absolute;
    z-index: 1;
    font-size: 35px;
    text-decoration: none;
    color: #ffffff;
    max-width: 50%;
    max-height: 30%;
    font-family: 'Sacramento', cursive;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .workshop__item-bottom-left {
    left: 5%;
    bottom: 5%;
    text-align: left; }
  .workshop__item-bottom-right {
    right: 5%;
    bottom: 5%;
    text-align: right; }
  .workshop__item-top-left {
    left: 5%;
    top: 5%;
    text-align: left; }
  .workshop__item-top-right {
    right: 5%;
    top: 5%;
    text-align: right; }
  @media only screen and (max-width: 767px) {
    .workshop__title {
      margin: 0 0 30px; }
    .workshop__content {
      padding: 10px;
      margin: 0 0 30px; }
    .workshop__wrapper {
      margin: 0 0 20px; } }
  @media only screen and (max-width: 991px) {
    .workshop__item-bottom-left, .workshop__item-bottom-right, .workshop__item-top-left, .workshop__item-top-right {
      max-width: 60%;
      max-height: 60%; } }

#site-header .header-menu {
  padding: 10px 0; }
  #site-header .header-menu a {
    text-decoration: none;
    transition: color 200ms ease-in-out; }
  #site-header .header-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    #site-header .header-menu__list > li {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 0; }
      #site-header .header-menu__list > li > a {
        color: #BD923C;
        padding: 10px;
        display: inline-block; }
        #site-header .header-menu__list > li > a:hover, #site-header .header-menu__list > li > a:active {
          color: #721212; }
          #site-header .header-menu__list > li > a:hover + .dropdown-menu, #site-header .header-menu__list > li > a:active + .dropdown-menu {
            opacity: 1;
            pointer-events: auto; }
  #site-header .header-menu .menu-item-has-children > a {
    position: relative; }
    #site-header .header-menu .menu-item-has-children > a::before {
      content: '';
      display: block;
      height: 20px;
      top: 90%;
      position: absolute;
      width: 300px;
      left: 50%;
      transform: translate(-50%); }
    #site-header .header-menu .menu-item-has-children > a::after {
      content: '\F0D7';
      display: inline-block;
      margin: 0 0 0 5px;
      font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
  #site-header .header-menu .dropdown-menu {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    width: 300px;
    transform: translate(-50%);
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 1px rgba(114, 18, 18, 0.3);
    padding: 20px;
    z-index: 2;
    transition: opacity 400ms ease-in-out; }
    #site-header .header-menu .dropdown-menu > li {
      margin: 0; }
      #site-header .header-menu .dropdown-menu > li:not(:last-of-type) {
        padding: 0 0 10px;
        margin: 0 0 10px;
        border-bottom: 1px solid rgba(114, 18, 18, 0.3); }
    #site-header .header-menu .dropdown-menu:hover, #site-header .header-menu .dropdown-menu:active {
      opacity: 1;
      pointer-events: auto; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    #site-header .header-menu__list > li a {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #site-header .header-menu__list > li a {
      padding: 10px 5px;
      font-size: 15px; } }
  @media only screen and (max-width: 767px) {
    #site-header .header-menu {
      display: none;
      padding: 10px 0;
      max-height: 320px;
      overflow: scroll; }
      #site-header .header-menu a {
        text-decoration: none;
        transition: color 200ms ease-in-out; }
      #site-header .header-menu__list {
        display: block;
        flex-flow: unset;
        justify-content: unset; }
        #site-header .header-menu__list > li {
          display: block;
          margin: 0;
          padding: 0; }
          #site-header .header-menu__list > li > a {
            color: #BD923C;
            padding: 10px;
            display: inline-block; }
            #site-header .header-menu__list > li > a:hover, #site-header .header-menu__list > li > a:active {
              color: #721212; }
              #site-header .header-menu__list > li > a:hover + .dropdown-menu, #site-header .header-menu__list > li > a:active + .dropdown-menu {
                display: block; }
      #site-header .header-menu .menu-item-has-children > a::before {
        content: none; }
      #site-header .header-menu .dropdown-menu {
        position: static;
        display: none;
        left: 0;
        top: 0;
        opacity: 1;
        width: auto;
        transform: none;
        background-color: #ffffff;
        box-shadow: none;
        margin: 0 auto;
        max-width: 90%;
        padding: 10px 0;
        z-index: 1; }
        #site-header .header-menu .dropdown-menu > li {
          margin: 0; }
          #site-header .header-menu .dropdown-menu > li:not(:last-of-type) {
            padding: 0 0 10px;
            margin: 0 0 10px;
            border-bottom: 1px solid rgba(114, 18, 18, 0.3); }
        #site-header .header-menu .dropdown-menu:hover, #site-header .header-menu .dropdown-menu:active {
          display: block; } }

#site-header .header-social {
  padding: 10px 0;
  border-bottom: 1px solid rgba(114, 18, 18, 0.2); }
  #site-header .header-social__link {
    line-height: 28px;
    text-decoration: none; }
  #site-header .header-social__socials {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #site-header .header-social__socials li {
      display: inline-block;
      margin: 0 10px; }
    #site-header .header-social__socials a {
      display: inline-block;
      line-height: 1;
      padding: 5px; }
  #site-header .header-social__rsp-nav {
    display: inline-block;
    padding: 5px;
    margin: 0 20px 0 0; }
  @media only screen and (max-width: 767px) {
    #site-header .header-social__logo-wrap {
      display: inline-block; }
    #site-header .header-social__socials {
      text-align: right; } }

#site-header .header-fixed {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px 0 rgba(114, 18, 18, 0.2); }

#site-header .header-offset {
  height: 117px; }

@media only screen and (max-width: 767px) {
  #site-header .header-offset {
    height: 54px; } }

.admin-bar #site-header .header-fixed {
  top: 32px; }

@media screen and (max-width: 782px) {
  .admin-bar #site-header .header-fixed {
    top: 46px; } }

#site-footer .footer {
  padding: 10px 0;
  text-align: center;
  box-shadow: 0px 1px 5px 0 rgba(114, 18, 18, 0.2); }
  #site-footer .footer__copyright {
    margin: 0;
    padding: 0; }
  #site-footer .footer__text {
    font-size: 14px; }
  #site-footer .footer__link {
    font-size: 14px;
    margin: 0 0 0 20px;
    text-decoration: none; }
  #site-footer .footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
  #site-footer .footer .menu-item {
    margin: 0;
    padding: 0;
    display: inline-block; }
  #site-footer .footer .nav-link {
    font-size: 14px;
    margin: 0 0 0 20px;
    text-decoration: none; }

.blog-content {
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-content {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .blog-content {
      padding: 50px 0; } }

.blog-sidebar {
  padding: 100px 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar {
      padding: 70px 0; } }
  @media only screen and (max-width: 767px) {
    .blog-sidebar {
      padding: 50px 0; } }

.back-to-blog-link {
  display: inline-block;
  margin: 0 0 30px; }

.post-item {
  margin: 0 0 50px; }
  .post-item__image-wrap {
    margin: 0 0 10px; }
  .post-item__time {
    font-size: 16px; }
  .post-item__title {
    margin: 0 0 10px; }
  .post-item__excerpt {
    text-align: justify; }
  @media only screen and (max-width: 767px) {
    .post-item {
      margin: 0 0 30px; } }

.gallery-item {
  overflow: hidden;
  margin: 0 0 30px; }
  .gallery-item__link {
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    transition: transform 500ms ease-in-out; }
    .gallery-item__link:active, .gallery-item__link:hover {
      transform: scale(1.1); }
  .gallery-item__image {
    margin: 0 auto 5px; }
  .gallery-item__title {
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto 30px; }
  @media only screen and (max-width: 767px) {
    .gallery-item {
      margin: 0; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: transparent;
  border: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.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 {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.pagination .page-numbers {
  font-size: 22px;
  line-height: 22px;
  width: 33px;
  text-align: center;
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  text-decoration: none;
  vertical-align: middle; }
  .pagination .page-numbers.current {
    font-weight: 700; }

.cookies-consent {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: transparent; }
  .cookies-consent__wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 10px 5px;
    background: #ffffff;
    box-shadow: 0 1px 5px 1px rgba(114, 18, 18, 0.3);
    text-align: center; }
  .cookies-consent__text {
    font-size: 16px;
    margin: 0 0 10px; }
  .cookies-consent__link {
    font-size: 16px;
    display: inline-block;
    margin: 0 20px 5px; }
  .cookies-consent__button {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0 20px 5px;
    appearance: none;
    padding: 4px 10px;
    border: 1px solid #000000;
    background: transparent;
    border-radius: 4px;
    transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .cookies-consent__button:hover, .cookies-consent__button:active {
      color: #721212;
      border-color: #721212; }

.hide {
  /* stylelint-disable declaration-no-important */
  display: none !important; }

.static {
  /* stylelint-disable declaration-no-important */
  position: static !important; }

.relative {
  /* stylelint-disable declaration-no-important */
  position: relative !important; }

