/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  /* normal/alternate */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  /* ease-out, ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* forwards, backwards, both, none */
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.btn, input[type="submit"],
button[type="submit"],
.wp-block-button__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 0;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  line-height: 1;
  min-width: 110px;
  height: 33px;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 768px) {
  .btn, input[type="submit"],
  button[type="submit"],
  .wp-block-button__link {
    font-size: 12px;
    min-width: 150px;
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.btn:hover, input:hover[type="submit"],
button:hover[type="submit"],
.wp-block-button__link:hover {
  background-color: #FFFFFF;
  border-color: #222222;
  color: #222222;
}

.btn-primary,
.wp-block-button__link-primary {
  background-color: #e14931;
  border-color: #e14931;
}

.btn-primary:hover,
.wp-block-button__link-primary:hover {
  background-color: #e14931;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn.disabled, input.disabled[type="submit"],
button.disabled[type="submit"], .btn[disabled], input[disabled][type="submit"],
button[disabled][type="submit"],
.wp-block-button__link.disabled,
.wp-block-button__link[disabled] {
  pointer-events: none;
  opacity: .7;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.js-popup {
  margin: 0 auto;
  padding: 32px 0;
  position: relative;
  max-width: 720px;
}

.js-popup--narrow {
  max-width: 358px;
}

.js-popup h1, .js-popup h2, .js-popup h3, .js-popup h4, .js-popup h5, .js-popup h6 {
  line-height: 1.25;
  margin-bottom: 16px;
}

.js-popup .wpcf7 {
  padding-top: 1em;
}

@media (min-width: 768px) {
  .js-popup .wpcf7 {
    padding-top: 2em;
  }
}

.js-popup .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.mobile-nav-toggle {
  background: none;
  border: none;
  display: block;
  padding: 0;
  position: relative;
  z-index: 100;
}

.mobile-nav-toggle__icon-bar {
  background-color: #FFFFFF;
  display: block;
  height: 2px;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 20px;
}

@media (min-width: 768px) {
  .mobile-nav-toggle__icon-bar {
    height: 3px;
    width: 30px;
  }
}

.mobile-nav-toggle__icon-bar:nth-child(2) {
  margin: 5px 0;
}

.mobile-nav-toggle--active .mobile-nav-toggle__icon-bar {
  background-color: #e14931;
}

.mobile-nav-toggle--active .mobile-nav-toggle__icon-bar:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-135deg);
      -ms-transform: translateY(7px) rotate(-135deg);
          transform: translateY(7px) rotate(-135deg);
}

@media (min-width: 768px) {
  .mobile-nav-toggle--active .mobile-nav-toggle__icon-bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-135deg);
        -ms-transform: translateY(8px) rotate(-135deg);
            transform: translateY(8px) rotate(-135deg);
  }
}

.mobile-nav-toggle--active .mobile-nav-toggle__icon-bar:nth-child(2) {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.mobile-nav-toggle--active .mobile-nav-toggle__icon-bar:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(135deg);
      -ms-transform: translateY(-7px) rotate(135deg);
          transform: translateY(-7px) rotate(135deg);
}

@media (min-width: 768px) {
  .mobile-nav-toggle--active .mobile-nav-toggle__icon-bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(135deg);
        -ms-transform: translateY(-8px) rotate(135deg);
            transform: translateY(-8px) rotate(135deg);
  }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="url"] {
  background: #F5F5F5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #222222;
  font-size: 13px;
  height: 34px;
  padding: 5px 10px;
  width: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder {
  color: #707070;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
  color: #707070;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
  color: #707070;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="url"]:-moz-placeholder {
  color: #707070;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus {
  border-color: #222222;
}

input[type="text"][aria-invalid="true"],
input[type="password"][aria-invalid="true"],
input[type="email"][aria-invalid="true"],
input[type="tel"][aria-invalid="true"],
input[type="number"][aria-invalid="true"],
input[type="date"][aria-invalid="true"],
input[type="url"][aria-invalid="true"] {
  border-color: red;
}

input[type="text"]::-ms-reveal, input[type="text"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="number"]::-ms-reveal,
input[type="number"]::-ms-clear,
input[type="date"]::-ms-reveal,
input[type="date"]::-ms-clear,
input[type="url"]::-ms-reveal,
input[type="url"]::-ms-clear {
  display: none;
}

input[type="text"]:not(.flatpickr-input)[readonly],
input[type="password"]:not(.flatpickr-input)[readonly],
input[type="email"]:not(.flatpickr-input)[readonly],
input[type="tel"]:not(.flatpickr-input)[readonly],
input[type="number"]:not(.flatpickr-input)[readonly],
input[type="date"]:not(.flatpickr-input)[readonly],
input[type="url"]:not(.flatpickr-input)[readonly] {
  color: #404040;
  cursor: default;
  pointer-events: none;
}

input[type="text"]:not(.flatpickr-input)[readonly]:focus,
input[type="password"]:not(.flatpickr-input)[readonly]:focus,
input[type="email"]:not(.flatpickr-input)[readonly]:focus,
input[type="tel"]:not(.flatpickr-input)[readonly]:focus,
input[type="number"]:not(.flatpickr-input)[readonly]:focus,
input[type="date"]:not(.flatpickr-input)[readonly]:focus,
input[type="url"]:not(.flatpickr-input)[readonly]:focus {
  border-color: #C9C5BD;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 10;
}

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
  position: relative;
  z-index: 11;
}

textarea {
  background: #F5F5F5;
  border: 1px solid transparent;
  border-radius: 0;
  color: #222222;
  display: block;
  font-size: 13px;
  height: 100px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

textarea::-webkit-input-placeholder {
  color: #404040;
}

textarea::-moz-placeholder {
  color: #404040;
}

textarea:-ms-input-placeholder {
  color: #404040;
}

textarea:-moz-placeholder {
  color: #404040;
}

textarea:focus {
  border-color: #e14931;
}

textarea[aria-invalid="true"] {
  border-color: red;
}

select {
  --background-color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #222222;
  line-height: 1.2;
  padding: .6em 1.4em .5em 15px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #C9C5BD;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--background-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjOTA5MDkwIiBkPSJNNDQxLjkgMTY3LjNsLTE5LjgtMTkuOGMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDIyNCAzMjguMiA0Mi45IDE0Ny41Yy00LjctNC43LTEyLjMtNC43LTE3IDBMNi4xIDE2Ny4zYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjA5LjQgMjA5LjRjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIwOS40LTIwOS40YzQuNy00LjcgNC43LTEyLjMgMC0xN3oiPjwvcGF0aD48L3N2Zz4="), -webkit-gradient(linear, left top, left bottom, from(var(--background-color)), to(var(--background-color)));
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjOTA5MDkwIiBkPSJNNDQxLjkgMTY3LjNsLTE5LjgtMTkuOGMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDIyNCAzMjguMiA0Mi45IDE0Ny41Yy00LjctNC43LTEyLjMtNC43LTE3IDBMNi4xIDE2Ny4zYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjA5LjQgMjA5LjRjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIwOS40LTIwOS40YzQuNy00LjcgNC43LTEyLjMgMC0xN3oiPjwvcGF0aD48L3N2Zz4="), -o-linear-gradient(top, var(--background-color) 0%, var(--background-color) 100%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhciIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjOTA5MDkwIiBkPSJNNDQxLjkgMTY3LjNsLTE5LjgtMTkuOGMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDIyNCAzMjguMiA0Mi45IDE0Ny41Yy00LjctNC43LTEyLjMtNC43LTE3IDBMNi4xIDE2Ny4zYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjA5LjQgMjA5LjRjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIwOS40LTIwOS40YzQuNy00LjcgNC43LTEyLjMgMC0xN3oiPjwvcGF0aD48L3N2Zz4="), linear-gradient(to bottom, var(--background-color) 0%, var(--background-color) 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  outline: none;
  height: 32px;
}

@media (min-width: 768px) {
  select {
    font-size: 16px;
    height: 40px;
  }
}

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

select:hover {
  cursor: pointer;
}

select option {
  font-weight: 400;
}

select.filter {
  border: 1px solid #C9C5BD;
  font-size: 12px;
  font-weight: 500;
  height: 32px;
  letter-spacing: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  padding-right: 14px;
  text-transform: uppercase;
  width: auto;
  background-position: right 4px top 50%, 0 0;
  background-size: 7px auto, 100%;
}

select.filter option {
  text-transform: none;
}

select.sort {
  font-size: 14px;
  border: none;
  color: #222222;
  padding-left: 5px;
  background-position: right 4px top 50%, 0 0;
  background-size: 7px auto, 100%;
}

.validation_error {
  background-color: red;
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 15px;
}

.gform_heading {
  margin-bottom: 15px;
}

.gform_heading .gform_title {
  color: inherit;
  font-size: 18px;
}

.gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .gform_body .gform_fields {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.gform_body .gfield {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.gform_body .gfield:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .gform_body .gfield.half {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

.gform_body .gfield .gfield_label {
  display: block;
  margin-bottom: 5px;
}

.gform_body .gfield.hidden_label .gfield_label {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gform_body .gfield_error input[type="text"],
.gform_body .gfield_error input[type="password"],
.gform_body .gfield_error input[type="email"],
.gform_body .gfield_error input[type="tel"],
.gform_body .gfield_error input[type="number"],
.gform_body .gfield_error textarea {
  border-color: red;
}

.gform_body .gfield .ginput_container_consent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 0;
}

.gform_body .gfield .ginput_container_consent .gfield_consent_label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.gform_body .gfield .ginput_container_consent .gfield_consent_label:before {
  border: 1px solid #222222;
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.gform_body .gfield .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.gform_body .gfield .ginput_container_consent input[type="checkbox"]:checked + .gfield_consent_label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==");
  border-color: #e14931;
  background-color: #e14931;
}

.gform_body .gfield .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .gform_body .gfield .gfield_checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.gform_body .gfield .gfield_checkbox li {
  margin-bottom: 5px;
  margin-right: 5px;
}

.gform_body .gfield .gfield_checkbox li label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.gform_body .gfield .gfield_checkbox li label:before {
  border: 1px solid #222222;
  background-size: auto 70%;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.gform_body .gfield .gfield_checkbox li input {
  position: absolute;
  opacity: 0;
}

.gform_body .gfield .gfield_checkbox li input:checked + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==");
  border-color: #e14931;
  background-color: #e14931;
}

.gform_body .gfield .validation_message {
  display: block;
  font-size: 12px;
  padding: 5px;
}

.gform_footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gform_footer input[type="submit"] {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  margin-left: 15px;
}

.fields-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fields-wrapper br {
  display: none;
}

.fields-wrapper .input-wrapper {
  margin-bottom: 1em;
  width: 100%;
}

.fields-wrapper .input-wrapper.half {
  width: 48%;
}

.fields-wrapper .input-wrapper > label {
  color: #e14931;
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  padding: 0 15px 0 0;
  position: relative;
  text-transform: uppercase;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap {
  display: block;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item a {
  margin-left: 4px;
  text-decoration: underline;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: block;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label:before {
  background-color: #FFFFFF;
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #C9C5BD;
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 18px;
  margin-right: 12px;
  width: 18px;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label:after {
  display: none;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label:hover {
  cursor: pointer;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label:hover:before {
  border-color: #e14931;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input:checked + *:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeiI+PC9wYXRoPjwvc3ZnPg==");
  background-color: #e14931;
  border-color: #e14931;
}

.fields-wrapper .input-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
}

.fields-wrapper .submit-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  width: 100%;
}

.fields-wrapper .submit-wrapper .btn, .fields-wrapper .submit-wrapper input[type="submit"],
.fields-wrapper .submit-wrapper button[type="submit"] {
  width: auto;
}

.fields-wrapper .submit-wrapper--full {
  position: relative;
}

.fields-wrapper .submit-wrapper--full .btn, .fields-wrapper .submit-wrapper--full input[type="submit"],
.fields-wrapper .submit-wrapper--full button[type="submit"] {
  width: 100%;
}

.fields-wrapper .submit-wrapper--full .ajax-loader {
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fields-wrapper .title-wrapper {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 12px;
  margin-bottom: 1em;
  text-transform: uppercase;
  width: 100%;
}

@media (min-width: 992px) {
  .fields-wrapper .title-wrapper {
    padding-top: 24px;
  }
}

.fields-wrapper > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 1em 0;
}

.tip {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}

.tip__button {
  background: none;
  border: 1px solid #e14931;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 12px;
  padding: 0;
  width: 12px;
  font-size: 8px;
  line-height: 1;
  text-align: center;
}

.tip__button:before {
  content: 'i';
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tip__text {
  background-color: #e14931;
  -webkit-clip-path: polygon(0 10px, 45% 10px, 50% 0, 55% 10px, 100% 10px, 100% 100%, 0 100%);
          clip-path: polygon(0 10px, 45% 10px, 50% 0, 55% 10px, 100% 10px, 100% 100%, 0 100%);
  left: 50%;
  overflow: hidden;
  padding: 20px 15px 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  display: none;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: none;
  line-height: 1.3;
  width: 250px;
}

.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.contact-form .contact-submit button[type="submit"] {
  background-color: #35AEA3;
  border: none;
  border-radius: 0;
  display: block;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  margin-left: auto;
  text-transform: none;
}

.contact-form .contact-submit button[type="submit"]:hover {
  background-color: #222222;
  color: #FFFFFF;
}

.contact-form .grunion-field-label {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}

.contact-form .grunion-field-wrap {
  margin-bottom: 13px;
  position: relative;
}

.contact-form .grunion-field-wrap .grunion-field-label {
  left: 10px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.contact-form .grunion-field-wrap.active .grunion-field-label {
  font-size: 8px;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
}

.social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
}

.social-icons__icon {
  color: inherit;
  display: block;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.social-icons__icon:last-child {
  margin-right: 0;
}

.social-icons__icon svg {
  display: block;
}

.social-icons__icon:hover {
  color: #edca00;
}

.sharing-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sharing-icon {
  background: none;
  border: none;
  display: block;
  margin: 0 4px;
  padding: 0;
}

.sharing-icon:last-child {
  margin-right: 0;
}

.sharing-icon svg {
  font-size: 19px;
}

.sharing-icon--facebook:hover {
  color: #3b5998;
}

.sharing-icon--twitter:hover {
  color: #1da1f2;
}

.sharing-icon--whatsapp:hover {
  color: #075e54;
}

.sharing-icon--email:hover {
  color: #e14931;
}

.sharing-icon--link:hover {
  color: #edca00;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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-slider.slick-initialized {
  opacity: 1;
}

.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  min-width: 100%;
  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;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  display: block;
  height: 17px;
  padding: 0;
  position: absolute;
  top: calc( 50% - 8px);
  width: 20px;
  z-index: 50;
}

@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 24px;
    top: calc( 50% - 12px);
    width: 28px;
  }
}

.slick-prev svg,
.slick-next svg {
  fill: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .slick-prev:hover svg,
  .slick-next:hover svg {
    fill: #edca00;
  }
}

.slick-prev {
  left: 5px;
}

@media (min-width: 992px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: 5px;
}

@media (min-width: 992px) {
  .slick-next {
    right: 20px;
  }
}

.slick-dots {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  list-style: none;
  margin: 0 auto;
  padding: 15px 0;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.slick-dots li {
  display: block;
  float: left;
  margin: 0 6px;
}

.slick-dots li button {
  background-color: rgba(64, 64, 64, 0.5);
  border: 1px solid #404040;
  border-radius: 50px;
  display: block;
  font-size: 0;
  height: 8px;
  width: 8px;
}

.slick-dots li.slick-active button {
  background-color: #FFFFFF;
}

.slick-dots--alt li button {
  background-color: #404040;
  opacity: .8;
}

.slick-dots--alt li.slick-active button {
  background-color: #e14931;
  opacity: 1;
}

.searchform-wrapper__inner {
  position: relative;
}

.searchform-wrapper__inner input[type="text"] {
  background: none;
  border: none;
  border-bottom: 1px solid #707070;
  color: #FFFFFF;
  height: 30px;
  font-size: .875em;
  padding-left: 0;
  padding-right: 25px;
}

.searchform-wrapper__inner input[type="text"]:focus {
  border-color: #e14931;
}

.searchform-wrapper__inner button {
  background: none;
  border: none;
  font-size: 15px;
  height: auto;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
}

.searchform-wrapper__inner button:hover {
  background: none;
  color: #FFFFFF;
}

.below-header {
  background: #222222;
}

@media (min-width: 768px) {
  .below-header {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .below-header {
    padding: 20px 0;
  }
}

.floater {
  background-color: rgba(255, 255, 255, 0.35);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.floater__inner {
  max-width: 728px;
  margin: 0 auto;
  position: relative;
}

.floater__inner:before {
  content: '';
  display: table;
  padding-top: 12.36%;
}

.floater__inner .code-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.horizontal {
  padding: 10px;
  width: var(--width, 100%);
}

@media (min-width: 992px) {
  .horizontal {
    padding: 20px;
  }
}

.horizontal--flat {
  padding-top: 0;
}

@media (min-width: 768px) {
  .above-footer {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .above-footer {
    padding: 20px 0;
  }
}

.block-title {
  background: var(--bg, #404040);
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
}

.related-articles {
  display: none;
}

@media (min-width: 768px) {
  .related-articles {
    display: block;
  }
}

.related-article {
  display: block;
}

.related-article + .related-article {
  margin-top: 23px;
}

.related-article__img-wrapper {
  background-color: #edca00;
  background-size: cover;
  background-position: center center;
  margin-bottom: 11px;
  position: relative;
}

.related-article__img-wrapper:before {
  content: '';
  display: table;
  padding-top: 100%;
}

.related-article__img-wrapper .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.related-article__title {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
}

html {
  height: auto;
  overflow-x: hidden;
}

body {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

body ::-moz-selection {
  background: rgba(225, 73, 49, 0.99);
  color: #fff;
}

body ::selection {
  background: rgba(225, 73, 49, 0.99);
  color: #fff;
}

@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}

img:not(.lazy-img) {
  height: auto;
  max-width: 100%;
}

img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

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

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

p {
  margin-bottom: 0.89em;
  margin-top: 0;
}

p.text-lead {
  font-size: 1.2em;
}

@media (min-width: 992px) {
  p.text-lead {
    font-size: 1.33em;
  }
}

h1, h2, h3 {
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

h4, h5, h6 {
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

figure {
  margin: 0;
}

*:focus {
  outline: none;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}

.main-content {
  margin: 0 auto;
  max-width: 1440px;
}

.main-content__inner {
  position: relative;
}

.main-content__inner--flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contained {
  margin: 0 auto;
  max-width: 1366px;
}

.browser-message {
  background: white;
  display: none;
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 999999;
}

.browser-message-inner {
  font-size: 2em;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.browser-message-inner a {
  color: blue;
  text-decoration: underline;
}

blockquote {
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px;
}

.wp-caption {
  background-color: #404040;
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .wp-caption {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .wp-caption {
    margin-bottom: 24px;
    padding: 39px 36px;
  }
}

.wp-caption.alignnone {
  display: block;
  width: 100%;
}

.wp-caption-text {
  font-size: 12px;
  margin: 5px 0 0;
}

iframe {
  display: block;
  width: 100%;
}

.youtube-wrapper .btn, .youtube-wrapper input[type="submit"],
.youtube-wrapper button[type="submit"] {
  color: #FFFFFF;
  display: none;
}

.leaflet-control-attribution {
  display: none !important;
}

.site-header {
  background-color: #222222;
  color: #FFFFFF;
}

.site-header__top {
  padding: 15px 0;
}

@media (min-width: 992px) {
  .site-header__top {
    padding: 26px 0;
  }
}

.site-header__top .site-header__inner {
  display: grid;
  grid-template-columns: 40% auto 20px;
}

@media (min-width: 768px) {
  .site-header__top .site-header__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.site-header__bottom {
  background-color: #404040;
  display: none;
  padding: 15px 0;
}

@media (min-width: 992px) {
  .site-header__bottom {
    display: block;
    padding: 0;
  }
}

.site-header__bottom--active {
  display: block;
}

.site-header__bottom .site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .site-header__bottom .site-header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-header__inner {
  margin: 0 auto;
  max-width: 1146px;
  width: 90%;
}

.site-header__logo-wrapper {
  display: inline-block;
  grid-column: 1 / span 1;
}

@media (min-width: 768px) {
  .site-header__logo-wrapper {
    grid-column: 2 / span 1;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .site-header__logo-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-header__logo {
  display: inline-block;
}

@media (min-width: 992px) {
  .site-header__logo {
    display: block;
  }
}

.site-header__logo img {
  display: block;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  .site-header__logo img {
    height: 45px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .site-header__logo img {
    height: 38px;
  }
}

.site-header__toggle-wrapper {
  align-self: center;
  grid-column: 3 / span 1;
}

.site-header__toggle-wrapper .mobile-nav-toggle {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header__toggle-wrapper {
    display: none;
  }
}

@media (min-width: 992px) {
  .site-header__nav-wrapper {
    width: calc( 100% - 240px);
  }
}

@media (min-width: 1280px) {
  .site-header__nav-wrapper {
    width: calc( 100% - 260px);
  }
}

.site-header__menu {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}

@media (min-width: 768px) {
  .site-header__menu {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .site-header__menu {
    height: 100%;
    margin-bottom: 0;
  }
}

.site-header__menu .menu-item {
  text-align: center;
}

.site-header__menu .menu-item a {
  color: inherit;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header__menu .menu-item a {
    display: block;
  }
}

.site-header__menu .menu-item.menu-item-has-children {
  position: relative;
}

@media (min-width: 768px) {
  .site-header__menu .menu-item.menu-item-has-children {
    padding-right: 18px;
  }
}

@media (min-width: 992px) {
  .site-header__menu .menu-item.menu-item-has-children {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .site-header__menu .menu-item.menu-item-has-children {
    padding-right: 0;
  }
}

.site-header__menu .menu-item.menu-item-has-children .arrow {
  padding: 2px;
  position: absolute;
  right: 0;
  top: 2px;
}

@media (min-width: 992px) {
  .site-header__menu .menu-item.menu-item-has-children .arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.site-header__menu .menu-item.menu-item-has-children .arrow svg {
  display: block;
}

.site-header__menu .menu-item.menu-item-has-children .arrow.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .site-header__menu .menu-item.menu-item-has-children:hover > .arrow svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header__menu .menu-item.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

.site-header__menu .menu-item.current-menu-item > a {
  color: #edca00;
}

@media (min-width: 1200px) {
  .site-header__menu .menu-item:hover > a {
    color: #edca00;
  }
}

.site-header__menu .sub-menu {
  color: #bfbfbf;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .site-header__menu .sub-menu {
    background: #222222;
    left: 50%;
    padding: 5px 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    z-index: 100;
  }
}

.site-header__menu .sub-menu:before, .site-header__menu .sub-menu:after {
  background-color: #707070;
  content: '';
  display: block;
  height: 1px;
  margin: 5px auto;
  width: 50px;
}

@media (min-width: 768px) {
  .site-header__menu .sub-menu:before, .site-header__menu .sub-menu:after {
    display: none;
  }
}

.site-header__menu .sub-menu.active {
  display: block;
}

@media (min-width: 992px) {
  .site-header__menu > .menu-item {
    height: 49px;
  }
  .site-header__menu > .menu-item > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1200px) {
  .site-header__menu > .menu-item > a {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .site-header__search-wrapper {
    width: 216px;
  }
}

.site-header .social-icons {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .site-header .social-icons {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .site-header .social-icons {
    grid-column: 1 / span 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .site-header .social-icons {
    grid-column: 3 / span 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-footer {
  background: #222222;
  color: #FFFFFF;
  padding: 8px 0;
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 1143px;
  width: 90%;
}

.site-footer__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 0;
}

@media (min-width: 768px) {
  .site-footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.site-footer__top .social-icons {
  font-size: 28px;
}

.site-footer__bottom {
  padding: 16px 0 8px;
}

.site-footer__logo {
  display: none;
}

@media (min-width: 768px) {
  .site-footer__logo {
    display: block;
  }
}

.site-footer__logo img {
  display: block;
  height: 38px;
  width: auto;
}

.site-footer__menu {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .site-footer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .site-footer__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: .875em;
  }
  .site-footer__menu a:hover {
    color: #edca00;
  }
}

@media (min-width: 1300px) {
  .site-footer__menu {
    font-size: 1em;
  }
}

.site-footer__menu > li {
  margin: 10px 0;
}

.site-footer__copy {
  font-size: 10px;
  line-height: 1.6;
}

.site-footer__copy a {
  text-decoration: underline;
}

.featured-grid-slider,
.featured-grid-static {
  width: 100%;
}

.featured-grid-slider__block,
.featured-grid-static__block {
  height: 268px;
  min-width: 0;
  overflow: hidden;
}

.featured-grid-slider__block .slick-list,
.featured-grid-static__block .slick-list {
  height: 100%;
}

.featured-grid-slider__block .slick-track,
.featured-grid-static__block .slick-track {
  height: 100%;
}

@media (max-width: 767px) {
  .featured-grid-slider__block:nth-child(2), .featured-grid-slider__block:nth-child(3), .featured-grid-slider__block:nth-child(4),
  .featured-grid-static__block:nth-child(2),
  .featured-grid-static__block:nth-child(3),
  .featured-grid-static__block:nth-child(4) {
    display: none;
  }
}

@media (min-width: 768px) {
  .featured-grid-slider--2-cols,
  .featured-grid-static--2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .featured-grid-slider--2-cols > *:first-child,
  .featured-grid-static--2-cols > *:first-child {
    grid-column: 1 / span 1;
  }
  .featured-grid-slider--2-cols > *:nth-child(2),
  .featured-grid-static--2-cols > *:nth-child(2) {
    grid-column: 2 / span 1;
  }
}

@media (min-width: 1200px) {
  .featured-grid-slider--2-cols,
  .featured-grid-static--2-cols {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .featured-grid-slider--2-cols > *:first-child,
  .featured-grid-static--2-cols > *:first-child {
    grid-column: 1 / span 4;
  }
  .featured-grid-slider--2-cols > *:nth-child(2),
  .featured-grid-static--2-cols > *:nth-child(2) {
    grid-column: 5 / span 2;
  }
}

@media (min-width: 768px) {
  .featured-grid-slider--3-cols,
  .featured-grid-static--3-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .featured-grid-slider--3-cols > *:first-child,
  .featured-grid-static--3-cols > *:first-child {
    grid-column: 1 / span 2;
  }
  .featured-grid-slider--3-cols > *:nth-child(2),
  .featured-grid-static--3-cols > *:nth-child(2) {
    grid-column: 1 / span 1;
  }
  .featured-grid-slider--3-cols > *:nth-child(3),
  .featured-grid-static--3-cols > *:nth-child(3) {
    grid-column: 2 / span 1;
  }
}

@media (min-width: 992px) {
  .featured-grid-slider--3-cols,
  .featured-grid-static--3-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .featured-grid-slider--3-cols > *:first-child,
  .featured-grid-static--3-cols > *:first-child {
    grid-column: 1 / span 1;
  }
  .featured-grid-slider--3-cols > *:nth-child(2),
  .featured-grid-static--3-cols > *:nth-child(2) {
    grid-column: 2 / span 1;
  }
  .featured-grid-slider--3-cols > *:nth-child(3),
  .featured-grid-static--3-cols > *:nth-child(3) {
    grid-column: 3 / span 1;
  }
}

@media (min-width: 1200px) {
  .featured-grid-slider--3-cols,
  .featured-grid-static--3-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .featured-grid-slider--3-cols > *:first-child,
  .featured-grid-static--3-cols > *:first-child {
    grid-column: 1 / span 2;
  }
  .featured-grid-slider--3-cols > *:nth-child(2),
  .featured-grid-static--3-cols > *:nth-child(2) {
    grid-column: 3 / span 1;
  }
  .featured-grid-slider--3-cols > *:nth-child(3),
  .featured-grid-static--3-cols > *:nth-child(3) {
    grid-column: 4 / span 1;
  }
}

@media (min-width: 768px) {
  .featured-grid-slider--4-cols,
  .featured-grid-static--4-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .featured-grid-slider--4-cols,
  .featured-grid-static--4-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .featured-grid-slider--4-cols > *:first-child,
  .featured-grid-static--4-cols > *:first-child {
    grid-column: 1 / span 2;
  }
  .featured-grid-slider--4-cols > *:nth-child(2),
  .featured-grid-static--4-cols > *:nth-child(2) {
    grid-column: 3 / span 1;
  }
  .featured-grid-slider--4-cols > *:nth-child(3),
  .featured-grid-static--4-cols > *:nth-child(3) {
    grid-column: 1 / span 1;
  }
  .featured-grid-slider--4-cols > *:nth-child(4),
  .featured-grid-static--4-cols > *:nth-child(4) {
    grid-column: 2 / span 2;
  }
}

.featured-grid-slider[data-screen="mobile"],
.featured-grid-static[data-screen="mobile"] {
  display: block;
}

@media (min-width: 768px) {
  .featured-grid-slider[data-screen="mobile"],
  .featured-grid-static[data-screen="mobile"] {
    display: none;
  }
}

@media (max-width: 767px) {
  .featured-grid-slider[data-screen="desktop"],
  .featured-grid-static[data-screen="desktop"] {
    display: none;
  }
}

.featured-grid-item {
  background-color: #404040;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
  display: block;
  height: 100%;
  position: relative;
}

.featured-grid-item:before {
  background: #404040;
  content: '';
  opacity: .3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5;
}

.featured-grid-item:hover:before {
  background: var(--overlay, #404040);
  opacity: .7;
}

.featured-grid-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 10px 21px;
  position: relative;
  z-index: 10;
}

.featured-grid-item__categories {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}

.featured-grid-item__cat {
  background: var(--bg, #222222);
  display: block;
  font-size: 8px;
  margin-right: 11px;
  margin-bottom: 5px;
  padding: 4px 14px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.featured-grid-item__title {
  font-size: 1.375em;
  margin-top: auto;
  max-width: 410px;
  text-shadow: 0px 3px 6px rgba(34, 34, 34, 0.8);
  min-width: 0;
}

.featured-grid-item__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.featured-grid-item__meta-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.125em;
}

@media (min-width: 992px) {
  .featured-grid-item__meta-item {
    margin-right: 10px;
  }
}

.featured-grid-item__meta-item:last-child {
  margin-right: 0;
}

.featured-grid-item__meta-item svg {
  display: block;
  font-size: 21px;
  margin-right: 9px;
}

@media (min-width: 992px) {
  .featured-grid-item__meta-item svg {
    font-size: 16px;
    margin-right: 4px;
  }
}

.featured-grid-item__meta-item span {
  font-size: 12px;
}

.poster-slider {
  width: 100%;
}

.slick-track {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poster-single {
  background: #222222;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  position: relative;
}

.poster-single:before {
  content: '';
  display: table;
  padding-top: 142.39%;
}

.poster-single:after {
  background: var(--bg, #404040);
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5;
}

.poster-single__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 0 18%;
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 10;
}

.poster-single__title {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  text-shadow: 0px 3px 6px #222222;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (min-width: 768px) {
  .poster-single__title {
    font-size: 1.125em;
  }
}

@media (min-width: 992px) {
  .poster-single__title {
    font-size: 1.375em;
  }
}

@media (min-width: 1200px) {
  .poster-single__title {
    opacity: 0;
    visibility: hidden;
  }
}

.poster-single__description {
  font-size: .875em;
  line-height: 1.5;
  padding-top: 14px;
  text-align: center;
  text-shadow: 0px 3px 6px rgba(34, 34, 34, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: none;
}

@media (min-width: 1200px) {
  .poster-single__description {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.poster-single__subtitle {
  bottom: 15px;
  font-weight: 600;
  font-size: 1em;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0px 3px 6px #222222;
}

@media (min-width: 992px) {
  .poster-single__subtitle {
    font-size: 1.5em;
  }
}

.poster-single--compact .poster-single__title {
  font-size: 1.25em;
}

.poster-single--compact .poster-single__description {
  font-size: .75em;
}

.poster-single:hover:after {
  opacity: .7;
}

.poster-single:hover .poster-single__title, .poster-single:hover .poster-single__description {
  opacity: 1;
  visibility: visible;
}

.square-blocks {
  width: 100%;
}

@media (min-width: 768px) {
  .square-blocks--half {
    width: 50%;
  }
}

.square-blocks__grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media (min-width: 768px) {
  .square-blocks--half .square-blocks__grid .square-block-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item {
    font-size: .75em;
    width: 50%;
  }
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item .square-block-item__categories {
    display: none;
  }
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item .square-block-item__meta {
    display: none;
  }
}

@media (min-width: 992px) {
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item .square-block-item__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item .square-block-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item {
    font-size: .875em;
  }
}

@media (min-width: 1300px) {
  .square-blocks--half .square-blocks__grid--2-cols .square-block-item {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  .square-blocks--half .square-blocks__grid--3-cols .square-block-item {
    font-size: .625em;
    width: 33.33%;
  }
  .square-blocks--half .square-blocks__grid--3-cols .square-block-item .square-block-item__inner {
    padding: 10px;
  }
  .square-blocks--half .square-blocks__grid--3-cols .square-block-item .square-block-item__title {
    margin: 0;
  }
  .square-blocks--half .square-blocks__grid--3-cols .square-block-item .square-block-item__meta {
    display: none;
  }
}

@media (min-width: 1280px) {
  .square-blocks--half .square-blocks__grid--3-cols .square-block-item {
    font-size: .75em;
  }
}

@media (min-width: 1440px) {
  .square-blocks--half .square-blocks__grid--3-cols .square-block-item {
    font-size: .875em;
  }
}

@media (min-width: 992px) {
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item {
    font-size: .625em;
    width: 25%;
  }
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item .square-block-item__categories {
    display: none;
  }
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item .square-block-item__inner {
    padding: 10px;
  }
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item .square-block-item__title {
    margin: 0;
  }
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item .square-block-item__meta {
    display: none;
  }
}

@media (min-width: 1280px) {
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item {
    font-size: .75em;
  }
}

@media (min-width: 1440px) {
  .square-blocks--half .square-blocks__grid--4-cols .square-block-item {
    font-size: .875em;
  }
}

@media (min-width: 992px) {
  .square-blocks--full .square-blocks__grid--2-cols .square-block-item {
    font-size: 1.125em;
  }
}

@media (min-width: 1200px) {
  .square-blocks--full .square-blocks__grid--2-cols .square-block-item {
    font-size: 1.25em;
  }
}

@media (min-width: 992px) {
  .square-blocks--full .square-blocks__grid--3-cols .square-block-item {
    width: 33.33%;
  }
}

@media (min-width: 1366px) {
  .square-blocks--full .square-blocks__grid--3-cols .square-block-item {
    font-size: 1.125em;
  }
}

@media (min-width: 992px) {
  .square-blocks--full .square-blocks__grid--4-cols .square-block-item {
    font-size: .75em;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .square-blocks--full .square-blocks__grid--4-cols .square-block-item {
    font-size: 1em;
  }
}

.square-block-item {
  background-color: #404040;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #FFFFFF;
  height: auto;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .square-block-item {
    width: 50%;
  }
}

.square-block-item:before {
  content: '';
  display: table;
  padding-top: 75%;
}

@media (min-width: 768px) {
  .square-block-item:before {
    padding-top: 99%;
  }
}

.square-block-item:after {
  background: #404040;
  content: '';
  opacity: .3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 5;
}

.square-block-item:hover:after {
  background: var(--overlay, #404040);
  opacity: .7;
}

.square-block-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 21px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.square-block-item__categories {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 0;
}

.square-block-item__cat {
  background: var(--bg, #222222);
  display: block;
  font-size: 8px;
  margin-right: 11px;
  margin-bottom: 5px;
  padding: 4px 14px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.square-block-item__title {
  font-size: 1.125em;
  margin-top: 9px;
  max-width: 410px;
  text-shadow: 0px 3px 6px rgba(34, 34, 34, 0.8);
  min-width: 0;
  margin-bottom: 5px;
}

.square-block-item__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.square-block-item__meta-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.125em;
}

@media (min-width: 992px) {
  .square-block-item__meta-item {
    margin-right: 10px;
  }
}

.square-block-item__meta-item:last-child {
  margin-right: 0;
}

.square-block-item__meta-item svg {
  display: block;
  font-size: 1.3125em;
  margin-right: 9px;
}

@media (min-width: 992px) {
  .square-block-item__meta-item svg {
    font-size: 1em;
    margin-right: 4px;
  }
}

.square-block-item__meta-item span {
  font-size: .75em;
}

.square-block-item--break {
  background: #FFFFFF;
  color: #222222;
  overflow: hidden;
}

.square-block-item--break:after {
  display: none;
}

.square-block-item--break .square-block-item__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .square-block-item--break .square-block-item__inner {
    padding: 0;
  }
}

.square-block-item--break .square-block-item__inner .code-block {
  width: 100%;
}

.article-wrapper {
  padding-top: 18px;
}

.article-wrapper__inner {
  margin: 0 auto;
  max-width: 920px;
  width: 90%;
}

@media (min-width: 768px) {
  .article-wrapper__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-wrapper__title {
  font-size: 1.14em;
  margin-bottom: 8px;
  width: 100%;
}

@media (min-width: 768px) {
  .article-wrapper__title {
    font-size: 1.375em;
  }
}

.article-wrapper__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

@media (max-width: 767px) {
  .article-wrapper__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.article-wrapper__meta-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.125em;
}

@media (max-width: 767px) {
  .article-wrapper__meta-item {
    margin-right: 12px;
    margin-bottom: 5px;
  }
}

.article-wrapper__meta-item:last-child {
  margin-right: 0;
}

.article-wrapper__meta-item svg {
  display: block;
  font-size: 16px;
  margin-right: 9px;
}

@media (min-width: 768px) {
  .article-wrapper__meta-item svg {
    font-size: 21px;
  }
}

.article-wrapper__meta-item span {
  font-size: 10px;
}

@media (min-width: 768px) {
  .article-wrapper__meta-item span {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .article-wrapper__sharing {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 300;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .article-wrapper__sharing.active {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .article-wrapper__sharing .sharing-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .article-wrapper__sharing .sharing-icons:before {
    content: 'Share:';
  }
}

.article-wrapper__img-wrapper {
  background-size: cover;
  background-position: center center;
  margin-bottom: 1em;
  width: 100%;
}

@media (min-width: 768px) {
  .article-wrapper__img-wrapper {
    display: block;
    margin-top: 1em;
  }
}

.article-wrapper__img-wrapper:before {
  content: '';
  display: table;
  padding-top: 35%;
}

@media (min-width: 768px) {
  .article-wrapper__img-wrapper:before {
    padding-top: 27.2%;
  }
}

.article-wrapper__review-box {
  width: 100%;
}

.article-wrapper__review-box .review-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 16px 18px;
}

.article-wrapper__review-box .review-wrapper ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.99);
  color: #222222;
}

.article-wrapper__review-box .review-wrapper ::selection {
  background-color: rgba(255, 255, 255, 0.99);
  color: #222222;
}

@media (min-width: 768px) {
  .article-wrapper__review-box .review-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-wrapper__review-box .review-wrapper .review-total-wrapper {
  float: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
}

.article-wrapper__review-box .review-wrapper .review-total-wrapper .review-total-box {
  font-weight: 600;
  font-size: 3.625em;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .article-wrapper__review-box .review-wrapper .review-total-wrapper .review-total-box {
    font-size: 3.625em;
  }
}

.article-wrapper__review-box .review-wrapper .review-desc {
  padding: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 768px) {
  .article-wrapper__review-box .review-wrapper .review-desc {
    width: 70%;
  }
}

.article-wrapper__review-box .review-wrapper .review-desc .review-summary-title {
  font-size: 1.125em;
  font-weight: 600;
}

.article-wrapper__review-box .review-wrapper .review-desc p {
  font-size: .875em;
}

.article-wrapper__main {
  padding-top: 1em;
  width: 100%;
}

@media (min-width: 768px) {
  .article-wrapper__main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.article-wrapper__content {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .article-wrapper__content {
    width: 66%;
  }
}

.article-wrapper__content .review-wrapper {
  display: none;
}

.article-wrapper__content h1, .article-wrapper__content h2, .article-wrapper__content h3, .article-wrapper__content h4, .article-wrapper__content h5 {
  margin-bottom: 16px;
}

.article-wrapper__content p {
  margin-bottom: 1em;
}

.article-wrapper__content p a,
.article-wrapper__content li a {
  color: #e14931;
  font-weight: 600;
}

.article-wrapper__side {
  margin-bottom: 1em;
  width: 100%;
}

@media (min-width: 768px) {
  .article-wrapper__side {
    width: 22%;
  }
}

.article-wrapper__pagination {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2.5em;
  width: 100%;
}

.article-wrapper__pagination--top {
  margin-bottom: 18px;
  padding-top: 18px;
}

.article-wrapper__pagination svg {
  display: block;
  height: 23px;
  width: 27px;
}

.article-wrapper__pagination a,
.article-wrapper__pagination span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 600;
}

.article-wrapper__pagination a svg,
.article-wrapper__pagination span svg {
  margin-right: 15px;
}

.article-wrapper__pagination a.previous,
.article-wrapper__pagination span.previous {
  color: #edca00;
  grid-column: 1;
}

.article-wrapper__pagination a.previous svg,
.article-wrapper__pagination span.previous svg {
  fill: #edca00;
}

.article-wrapper__pagination a.all,
.article-wrapper__pagination span.all {
  color: #e14931;
  grid-column: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-wrapper__pagination a.next,
.article-wrapper__pagination span.next {
  color: #35AEA3;
  grid-column: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.article-wrapper__pagination a.next svg,
.article-wrapper__pagination span.next svg {
  fill: #35AEA3;
  margin-right: 0;
  margin-left: 15px;
}

.article-wrapper__pagination a:hover,
.article-wrapper__pagination span:hover {
  text-decoration: underline;
}

.article-wrapper__pagination a.disabled,
.article-wrapper__pagination span.disabled {
  pointer-events: none;
  color: #404040;
  opacity: .4;
}

.article-wrapper__pagination a.disabled svg,
.article-wrapper__pagination span.disabled svg {
  fill: #404040;
}

.article-wrapper__comments {
  margin-bottom: 1em;
  width: 100%;
}

.article-wrapper__comments a {
  color: #e14931;
}

.article-wrapper__comments .comments-title {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 25px;
}

.article-wrapper__comments .comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.article-wrapper__comments .children {
  list-style: none;
  padding: 0 0 0 1em;
}

@media (min-width: 992px) {
  .article-wrapper__comments .children {
    padding-left: 2em;
  }
}

.article-wrapper__comments .comment {
  margin-bottom: 20px;
}

.article-wrapper__comments .comment header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
}

.article-wrapper__comments .comment header .avatar {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .article-wrapper__comments .comment header .avatar {
    width: 50px;
    height: 50px;
  }
}

.article-wrapper__comments .comment header .info {
  color: #999;
  font-size: 14px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .article-wrapper__comments .comment header .info {
    font-size: 12px;
  }
}

.article-wrapper__comments .comment header .info a {
  display: block;
}

.article-wrapper__comments .comment header .info svg {
  display: inline-block;
  margin-right: 5px;
}

.article-wrapper__comments .comment .comment-content {
  padding: 15px 15px 25px;
  background-color: #f8f8f8;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  font-size: 14px;
}

.article-wrapper__comments .comment .comment-content div.jetpack-comment-likes-widget-wrapper {
  width: 100%;
  position: relative;
  min-height: 31px;
}

.article-wrapper__comments .comment .comment-reply-link {
  float: right;
  color: #aaa;
}

.season-archive {
  padding-top: 27px;
  margin-bottom: 20px;
}

.season-archive__inner {
  margin: 0 auto;
  max-width: 920px;
  width: 90%;
}

.season-archive__banner {
  background-color: #404040;
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}

.season-archive__banner:before {
  content: '';
  display: table;
  padding-top: 22.9%;
}

.season-archive__banner:after {
  background: #222222;
  content: '';
  opacity: .4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.season-archive__title {
  font-size: 1.5em;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.season-item + .season-item {
  margin-top: 18px;
}

.season-item__title {
  border: none;
  border-radius: 0;
  width: 100%;
}

.season-item__content {
  padding: 18px 0;
}

.season-item__articles {
  margin-bottom: 9px;
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 768px) {
  .season-item__articles {
    margin-left: -19px;
    margin-right: -19px;
  }
  .season-item__articles .slick-prev {
    left: 40px;
    opacity: .5;
    top: 30%;
  }
  .season-item__articles .slick-prev:hover {
    opacity: 1;
  }
  .season-item__articles .slick-next {
    top: 30%;
    opacity: .5;
    right: 40px;
  }
  .season-item__articles .slick-next:hover {
    opacity: 1;
  }
}

.season-item__articles .slick-dots {
  position: static;
}

.season-article {
  margin: 0 8px;
  text-align: center;
}

@media (min-width: 768px) {
  .season-article {
    margin: 0 19px;
  }
}

.season-article__img-wrapper {
  background-size: cover;
  background-position: center center;
  margin-bottom: 13px;
  position: relative;
}

.season-article__img-wrapper:before {
  content: '';
  display: table;
  padding-top: 100%;
}

.season-article__img-wrapper .overlay {
  background: rgba(225, 73, 49, 0.7);
  color: #FFFFFF;
  font-size: .875em;
  line-height: 1.5;
  opacity: 0;
  padding: 17px 21px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  visibility: hidden;
  z-index: 10;
}

.season-article__img-wrapper .text {
  display: none;
}

.season-article__title {
  font-size: 1em;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .season-article:hover .season-article__img-wrapper .overlay {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .archive-wrapper .featured-grid-static__block {
    display: block;
  }
}

.archive-wrapper__inner {
  margin: 0 auto;
  max-width: 920px;
  padding-top: 20px;
  width: 100%;
}

.archive-wrapper__inner .square-blocks + .square-blocks {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .archive-wrapper__inner .square-blocks .square-block-item + .square-block-item {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .archive-wrapper__inner .square-blocks .square-blocks__grid--2-cols .square-block-item__categories {
    margin-bottom: auto;
  }
}

.archive-wrapper__pagination {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 992px) {
  .archive-wrapper__pagination {
    padding-top: 45px;
  }
}

.archive-wrapper__pagination svg {
  display: block;
  height: 23px;
  width: 27px;
}

.archive-wrapper__pagination a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-weight: 600;
}

.archive-wrapper__pagination a svg {
  margin-right: 15px;
}

.archive-wrapper__pagination a.previous {
  color: #edca00;
  grid-column: 1;
}

.archive-wrapper__pagination a.previous svg {
  fill: #edca00;
}

.archive-wrapper__pagination a.top {
  color: #e14931;
  grid-column: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-wrapper__pagination a.next {
  color: #35AEA3;
  grid-column: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.archive-wrapper__pagination a.next svg {
  fill: #35AEA3;
  margin-right: 0;
  margin-left: 15px;
}

.archive-wrapper__pagination a:hover {
  text-decoration: underline;
}

.archive-highlights {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .archive-highlights {
    margin-bottom: 2em;
  }
}

.archive-highlights__inner {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.archive-highlights__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 27px 0 18px;
}

@media (min-width: 768px) {
  .archive-highlights__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.archive-highlights__title {
  font-size: 1.375em;
}

.archive-highlights__search-wrapper input[type="text"] {
  color: #222222;
  font-size: 1em;
}

.archive-highlights__search-wrapper svg path {
  fill: #707070;
}

.archive-highlights__bottom {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .archive-highlights__bottom {
    padding-top: 45px;
  }
}

.archive-highlights__bottom .top {
  color: #e14931;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
}

.archive-highlights .block-title {
  font-size: 13px;
  padding: 7px 10px;
}

.archive-highlights .poster-slider + .poster-slider {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .archive-highlights .poster-slider .poster-single__title {
    font-size: 1.125em;
  }
}

@media (min-width: 768px) {
  .archive-highlights .poster-slider .poster-single__description {
    font-size: .8125em;
  }
}

.team-archive {
  padding: 27px 0;
}

.team-archive__inner {
  max-width: 920px;
  margin: 0 auto;
  width: 90%;
}

.team-archive__member {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-archive__member + * {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .team-archive__member + * {
    margin-top: 37px;
  }
}

.team-archive__image {
  width: 31%;
}

.team-archive__content {
  padding-left: 15px;
  width: 69%;
}

@media (min-width: 768px) {
  .team-archive__content {
    padding-left: 35px;
  }
}

.team-archive__name {
  font-size: 1.2em;
  margin: 0 0 4px;
}

@media (min-width: 768px) {
  .team-archive__name {
    font-size: 1.5em;
  }
}

.team-archive__role {
  font-weight: 300;
  font-size: 1em;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .team-archive__role {
    font-size: 1.5em;
  }
}

.team-archive__links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .team-archive__links {
    margin-bottom: 18px;
  }
}

.team-archive__link {
  display: block;
  font-size: 16px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .team-archive__link {
    font-size: 27px;
  }
}

.team-archive__bio {
  font-size: 13px;
}

.rsc-404 {
  padding: 20px 0;
}

.rsc-404__inner {
  margin: 0 auto;
  max-width: 470px;
  width: 90%;
}

.rsc-404__animation {
  margin-bottom: 20px;
}

.rsc-404__animation video {
  width: 100%;
}

.rsc-404__content {
  text-align: center;
}

.rsc-404__content h1, .rsc-404__content h2, .rsc-404__content h3, .rsc-404__content h4, .rsc-404__content h5, .rsc-404__content h6 {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: .5em;
}

.rsc-404__content p {
  font-size: 11px;
}

.rsc-404__content a {
  color: #e14931;
  font-weight: 600;
}

@media (min-width: 783px) {
  body.admin-bar .main-wrapper {
    margin-top: 32px;
  }
}

body.ie .main-wrapper,
body.ie .site-footer {
  display: none;
}

body.ie .browser-message {
  display: block;
}

.iphone .youtube-wrapper iframe {
  display: none;
}

.iphone .youtube-wrapper .btn, .iphone .youtube-wrapper input[type="submit"],
.iphone .youtube-wrapper button[type="submit"] {
  display: block;
}
