@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* =Containers
--------------------------------------------------------------------------------*/
.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/
.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* =Suffix Extra Space >> Global
--------------------------------------------------------------------------------*/
.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear,
html body * br.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

@media screen and (min-width: 720px) and (max-width: 960px) {
  .container_12, .container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
  }
  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .container_12 .grid_3, .container_16 .grid_4 {
    width: 160px;
  }
  .container_12 .grid_6, .container_16 .grid_8 {
    width: 340px;
  }
  .container_12 .grid_9, .container_16 .grid_12 {
    width: 520px;
  }
  .container_12 .grid_12, .container_16 .grid_16 {
    width: 700px;
  }
  .alpha {
    margin-left: 0;
  }
  .omega {
    margin-right: 0;
  }
  .container_12 .grid_1 {
    width: 40px;
  }
  .container_12 .grid_2 {
    width: 100px;
  }
  .container_12 .grid_4 {
    width: 220px;
  }
  .container_12 .grid_5 {
    width: 280px;
  }
  .container_12 .grid_7 {
    width: 400px;
  }
  .container_12 .grid_8 {
    width: 460px;
  }
  .container_12 .grid_10 {
    width: 580px;
  }
  .container_12 .grid_11 {
    width: 640px;
  }
  .container_16 .grid_1 {
    width: 25px;
  }
  .container_16 .grid_2 {
    width: 70px;
  }
  .container_16 .grid_3 {
    width: 115px;
  }
  .container_16 .grid_5 {
    width: 205px;
  }
  .container_16 .grid_6 {
    width: 250px;
  }
  .container_16 .grid_7 {
    width: 295px;
  }
  .container_16 .grid_9 {
    width: 385px;
  }
  .container_16 .grid_10 {
    width: 430px;
  }
  .container_16 .grid_11 {
    width: 475px;
  }
  .container_16 .grid_13 {
    width: 565px;
  }
  .container_16 .grid_14 {
    width: 610px;
  }
  .container_16 .grid_15 {
    width: 655px;
  }
  .container_12 .prefix_3, .container_16 .prefix_4 {
    padding-left: 180px;
  }
  .container_12 .prefix_6, .container_16 .prefix_8 {
    padding-left: 360px;
  }
  .container_12 .prefix_9, .container_16 .prefix_12 {
    padding-left: 540px;
  }
  .container_12 .prefix_1 {
    padding-left: 60px;
  }
  .container_12 .prefix_2 {
    padding-left: 120px;
  }
  .container_12 .prefix_4 {
    padding-left: 240px;
  }
  .container_12 .prefix_5 {
    padding-left: 300px;
  }
  .container_12 .prefix_7 {
    padding-left: 420px;
  }
  .container_12 .prefix_8 {
    padding-left: 480px;
  }
  .container_12 .prefix_10 {
    padding-left: 600px;
  }
  .container_12 .prefix_11 {
    padding-left: 660px;
  }
  .container_16 .prefix_1 {
    padding-left: 45px;
  }
  .container_16 .prefix_2 {
    padding-left: 90px;
  }
  .container_16 .prefix_3 {
    padding-left: 135px;
  }
  .container_16 .prefix_5 {
    padding-left: 225px;
  }
  .container_16 .prefix_6 {
    padding-left: 270px;
  }
  .container_16 .prefix_7 {
    padding-left: 315px;
  }
  .container_16 .prefix_9 {
    padding-left: 405px;
  }
  .container_16 .prefix_10 {
    padding-left: 450px;
  }
  .container_16 .prefix_11 {
    padding-left: 495px;
  }
  .container_16 .prefix_13 {
    padding-left: 585px;
  }
  .container_16 .prefix_14 {
    padding-left: 630px;
  }
  .container_16 .prefix_15 {
    padding-left: 675px;
  }
  .container_12 .suffix_3, .container_16 .suffix_4 {
    padding-right: 180px;
  }
  .container_12 .suffix_6, .container_16 .suffix_8 {
    padding-right: 360px;
  }
  .container_12 .suffix_9, .container_16 .suffix_12 {
    padding-right: 540px;
  }
  .container_12 .suffix_1 {
    padding-right: 60px;
  }
  .container_12 .suffix_2 {
    padding-right: 120px;
  }
  .container_12 .suffix_4 {
    padding-right: 240px;
  }
  .container_12 .suffix_5 {
    padding-right: 300px;
  }
  .container_12 .suffix_7 {
    padding-right: 420px;
  }
  .container_12 .suffix_8 {
    padding-right: 480px;
  }
  .container_12 .suffix_10 {
    padding-right: 600px;
  }
  .container_12 .suffix_11 {
    padding-right: 660px;
  }
  .container_16 .suffix_1 {
    padding-right: 45px;
  }
  .container_16 .suffix_2 {
    padding-right: 90px;
  }
  .container_16 .suffix_3 {
    padding-right: 135px;
  }
  .container_16 .suffix_5 {
    padding-right: 225px;
  }
  .container_16 .suffix_6 {
    padding-right: 270px;
  }
  .container_16 .suffix_7 {
    padding-right: 315px;
  }
  .container_16 .suffix_9 {
    padding-right: 405px;
  }
  .container_16 .suffix_10 {
    padding-right: 450px;
  }
  .container_16 .suffix_11 {
    padding-right: 495px;
  }
  .container_16 .suffix_13 {
    padding-right: 585px;
  }
  .container_16 .suffix_14 {
    padding-right: 630px;
  }
  .container_16 .suffix_15 {
    padding-right: 675px;
  }
  html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
  }
  .clearfix {
    display: inline-block;
  }
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
}
@media screen and (max-width: 719px) {
  .container_12, .container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    margin-left: 10px;
    margin-right: 10px;
    width: 100% !important;
    padding: 0;
    float: none !important;
  }
  .prefix_1,
  .prefix_2,
  .prefix_3,
  .prefix_4,
  .prefix_5,
  .prefix_6,
  .prefix_7,
  .prefix_8,
  .prefix_9,
  .prefix_10,
  .prefix_11,
  .prefix_12, .prefix_13, .prefix_14, .prefix_15, .prefix_16 {
    padding: 0 !important;
  }
  .alpha,
  .omega {
    margin-left: 0;
    margin-right: 0;
  }
  .align_center,
  .align_right {
    text-align: left;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/**
 * Takeover
 */
.js-no-scroll {
  overflow: hidden !important;
}

.show-takeover .takeover-hide {
  display: none !important;
}

.takeover-show {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.show-takeover .takeover-show {
  visibility: visible;
  opacity: 1;
}

[data-dgtakeover-menu] {
  height: 0;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
[data-dgtakeover-menu] .takeover-content {
  opacity: 0;
  padding: 100px 30px 0 30px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
[data-dgtakeover-menu] .takeover-content .header-nav-mobile {
  border: none;
}
[data-dgtakeover-menu] .takeover-content .header-nav-mobile ul {
  display: table;
  width: 100%;
  border: none;
}
[data-dgtakeover-menu] .takeover-content .header-nav-mobile ul li {
  width: 100%;
}
[data-dgtakeover-menu] .takeover-content .header-nav-mobile ul li a {
  color: #000000;
  display: table;
  line-height: 1;
  padding: 10px;
  text-align: center;
  margin: auto;
  float: none;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}

[data-dgtakeover-menu].takeover__opening {
  height: 100vh;
}
body.has-scrolled [data-dgtakeover-menu].takeover__opening {
  height: 100vh;
}

[data-dgtakeover-menu].takeover__open .takeover-content {
  opacity: 1;
}

.relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.height100 {
  height: 100%;
}

.height100vh {
  height: 100vh;
}

.text-indent {
  display: block;
  text-indent: -9999px;
  float: left;
  width: 0;
  height: 0;
}

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

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

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

.uppercase,
.is-caps {
  text-transform: uppercase;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.is-serif,
.font-serif {
  font-family: serif;
}

.is-sans,
.font-sans {
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}

.js-no-scroll {
  overflow: hidden !important;
}

.js-body-fixed {
  overflow: hidden;
  margin-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: auto;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cell.full-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.show-for-800 {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .show-for-800 {
    display: block !important;
  }
}

.hide-for-800 {
  display: block !important;
}
@media only screen and (min-width: 800px) {
  .hide-for-800 {
    display: none !important;
  }
}

.show-for-1024 {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .show-for-1024 {
    display: block !important;
  }
}

.hide-for-1024 {
  display: block !important;
}
@media only screen and (min-width: 1025px) {
  .hide-for-1024 {
    display: none !important;
  }
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: rem-calc(10) 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

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

/**
 * Any global style overrides 
 */
/* =============================================================================
   General Styles
   ========================================================================== */
/* Global Box Sizing and Font-Smoothing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875em;
  /* 14px in em */
  font-weight: 400;
  line-height: 18px;
  color: #444;
  /* Lighter on the eyes than #000 Black */
  background-color: #fff;
}

/* =============================================================================
   Structure
   ========================================================================== */
/* Fluid First approach - //www.toddmotto.com/fluid-first-creating-a-future-proof-fluid-and-responsive-website 
  Responsive, fluid, 1280px width - perfect start.
  */
.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

header .wrapper {
  max-width: 100%;
}

.home #content,
.page-template-page-media-php #content {
  max-width: 100%;
}

/*.container_12,
.container_16
{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	}*/
/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
/* Custom Selection Styles */
::-moz-selection {
  background: #A60200;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #A60200;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #A60200;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #A60200;
  color: #FFF;
  text-shadow: none;
}

/* Input focus styles */
input:focus {
  outline: 0;
  border: 1px solid #0091BD;
}

/* Gets rid of blue glow on field focus, adds border color instead */
/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

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

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

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

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

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

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* =============================================================================
   Standard Styles
   ========================================================================== */
/*start aa edits*/
.outline {
  outline: blue solid 1px;
}

.right {
  clear: none;
  float: right;
}

.right > a > img {
  padding-left: 6px;
}

.newheader {
  display: inline-block;
  float: left;
  clear: none;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.newheader strong {
  letter-spacing: 0px;
}

.blocky {
  display: inline-block;
  width: 100%;
}

.slick-prev::before,
.slick-next::before {
  color: red;
}

.slick-next {
  right: 18px;
}

.slick-prev {
  left: 13px;
  z-index: 10;
}

.slick-next::before {
  content: url(../img/arrow-next.png);
}

.slick-prev::before {
  content: url(../img/arrow-prev.png);
}

.grid_3 .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  padding-bottom: 30px;
}

.blog-content p {
  padding-bottom: 30px;
}

.blog-content h3 {
  text-transform: uppercase;
  color: black;
}

.blog-content a h3 {
  color: black;
}

.blog-content a:hover {
  text-decoration: none;
}

.slick-initialized .slick-slide {
  position: relative;
  height: auto;
  min-height: 500px;
}

.slick-slide img {
  position: relative;
  /* top: 50%;
  transform: translateY(-50%);*/
  width: 100%;
  /*min-height: 100%;*/
}

.page li.type-profile {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.page-template-blog-index .kite > ul,
.page-template-blog-index .kite > h3,
.page-template-blog-index .blog-link {
  position: relative;
  top: 17px;
}

.page-template-blog-index .blog-link {
  position: relative;
  top: 35px;
}

@media only screen and (max-width: 768px) {
  .blog-link {
    display: none;
  }
}
.right a:hover {
  text-decoration: none !important;
}

/*end aa edits*/
h1,
h2,
h3,
h4 {
  margin: 0 0 12px 0;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited {
  font-size: 20px;
  color: #a60300;
  text-decoration: none;
  /*font-weight:bold;*/
}

h2,
h2 a,
h2 a:hover,
h2 a:visited {
  font-size: 14pt;
  color: #a60300;
  text-decoration: none;
  font-weight: bold;
}

h3,
h3 a,
h3 a:hover,
h3 a:visited {
  font-size: 10pt;
  color: #a60300;
  -webkit-text-decoration: bold;
          text-decoration: bold;
  font-weight: bold;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
  font-size: 9pt;
  color: #a60300;
  -webkit-text-decoration: bold;
          text-decoration: bold;
  font-weight: bold;
}

a {
  color: #a60300;
  text-decoration: none;
}

a:visited {
  color: #a60300;
}

a:active,
a:hover {
  color: #a60300;
  text-decoration: underline;
}

.black {
  color: #000;
}

.red {
  color: #CD171F;
}

.dark-red {
  color: #990000;
}

.empty-margin {
  margin: 0;
}

.aligncenter {
  text-align: center;
}

.icon {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

.fb-like iframe {
  max-width: none;
}

small,
.small {
  font-size: 0.85em;
}

.clear {
  clear: both;
}

.pointer {
  cursor: pointer;
}

.error {
  color: #C00000;
  padding: 5px 8px;
  border: 2px solid #C00000;
  background: #aaa;
  border-radius: 10px;
}

.success {
  color: #008000;
  padding: 5px 8px;
  border: 2px solid #008000;
  background: #aaa;
  border-radius: 10px;
}

#fancybox-wrap2 {
  padding: 0 !important;
  z-index: 3000 !important;
}

.hide {
  display: none;
}

/* =============================================================================
   Custom Styles
   ========================================================================== */
body.home {
  background-size: 100% auto;
  /*background-position:0 131px;*/
}

body {
  background-position: 0 131px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: MolotRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 570px) {
  nav ul li {
    display: inline-block;
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
  }
}
nav ul li a {
  font-size: 35px;
  color: #ffd800;
  float: left;
  margin: 0 20px;
  text-decoration: none;
  line-height: 131px;
  display: inline-block;
  outline: 0 !important;
}
nav ul li a:visited, nav ul li a:active, nav ul li a:hover {
  color: #ffd800;
  text-decoration: none;
}
@media only screen and (min-width: 1600px) {
  nav ul li a {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1600px) {
  nav ul li a {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1380px) {
  nav ul li a {
    font-size: 26px;
    margin: 0 20px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  nav ul li a {
    font-size: 22px;
    margin: 0 12px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 800px) {
  nav ul li a {
    font-size: 18px;
    margin: 0 10px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 720px) {
  nav ul li a {
    font-size: 16px;
    margin: 0 6px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 570px) {
  nav ul li a {
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
}
nav ul li a::active, nav ul li a:hover {
  color: #fff;
  outline: 0;
}

#content {
  background: #fff url(../img/bg-content-white-85.png);
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px 0 #111;
  box-shadow: 2px 2px 5px 0 #111;
}

.home #content,
.page-template-page-media-php #content {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.search article {
  margin: 0 0 15px;
}

.search-results h2 {
  margin: 0 0 2px 0;
}

.search-results p {
  margin: 0 0 12px 0;
}

.breadcrumbs {
  color: #a60300;
  font-size: 13px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 30px;
}

.breadcrumbs span {
  color: #666;
}

.breadcrumbs a {
  color: #666;
  text-decoration: none;
}

h1.title {
  display: none;
}

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

#fancybox-wrap {
  padding: 0;
}

.grid_13 img {
  max-width: 100%;
}

footer {
  min-height: 168px;
  background: #999;
  color: #fff;
  line-height: 1.2em;
  border-top: 1px solid #e8e8e8;
  background-color: #ffffff;
  margin-top: 40px;
}
@media only screen and (max-width: 570px) {
  footer {
    padding: 10px 20px;
  }
}
footer a {
  color: #ffd800;
  text-decoration: none;
}
footer a:visited, footer a:active, footer a:hover {
  color: #ffd800;
  text-decoration: none;
}
footer a:active, footer a:hover {
  text-decoration: underline;
}
footer nav {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 570px) {
  footer nav {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  footer nav > ul > li {
    width: 20%;
  }
}
footer nav ul {
  border: none;
}
footer nav ul li {
  display: table;
}
@media only screen and (max-width: 570px) {
  footer nav ul li {
    width: 100%;
  }
}
footer nav a {
  font-size: 18px;
  color: #5a5a5a !important;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
footer nav a:hover {
  color: #a60300 !important;
  color: black !important;
}
@media only screen and (max-width: 800px) {
  footer nav a {
    font-size: 14px;
  }
}
footer nav ul li ul a,
footer nav ul li ul a:visited {
  font-size: 13px;
}
@media only screen and (max-width: 420px) {
  footer nav ul li ul a,
  footer nav ul li ul a:visited {
    font-size: 11px;
  }
}
footer nav > ul > li {
  float: left;
  margin: 0 40px 0 15px;
}
@media only screen and (max-width: 570px) {
  footer nav > ul > li {
    padding: 0 10px 0 0px;
    width: 33%;
    margin: auto;
  }
}
footer nav > ul > li > a {
  margin: 40px 0 10px 0;
  font-size: 16px;
  color: #ffd800;
  display: inline-block;
  line-height: 1.5em;
  text-decoration: none;
  display: table;
  width: 100%;
  font-weight: bold;
  margin: 40px 0 2px;
}
footer nav > ul > li ul a {
  color: #fff;
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 2;
  margin: 0;
}
footer nav > ul > li ul a:visited {
  color: #fff;
}
footer nav > ul > li ul a:active, footer nav > ul > li ul a:hover {
  color: #ffd800;
  text-decoration: underline;
}
footer .signup {
  color: black;
  float: left;
  width: 34%;
  max-width: 409px;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .signup {
    width: 100%;
    max-width: 50%;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 570px) {
  footer .signup {
    max-width: 100%;
    margin-left: 0;
  }
}
footer .signup .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0;
}
footer #logo-footer {
  display: none;
  float: left;
  position: relative;
}
@media only screen and (max-width: 570px) {
  footer #logo-footer {
    float: none;
    width: 100%;
    height: 50px;
    text-align: right;
  }
}
footer #logo-footer a {
  text-indent: -9999px;
  height: 168px;
  width: 310px;
  display: block;
  background: url(../img/bg-footer-hover.png) no-repeat center 20px;
  background-size: 100%;
}
@media only screen and (max-width: 1380px) {
  footer #logo-footer a {
    width: 180px;
  }
}
@media only screen and (min-width: 1280px) {
  footer #logo-footer a {
    background-position: center center;
  }
}
@media only screen and (max-width: 1024px) {
  footer #logo-footer a {
    width: 150px;
  }
}
@media only screen and (max-width: 800px) {
  footer #logo-footer a {
    width: 130px;
  }
}
@media only screen and (max-width: 720px) {
  footer #logo-footer a {
    width: 130px;
  }
}
@media only screen and (max-width: 570px) {
  footer #logo-footer a {
    text-indent: -9999px;
    height: 100%;
    background: url(../img/bg-footer.png) no-repeat center center;
    background-size: 100%;
    color: #999;
  }
}
footer .social {
  float: right;
  width: 270px;
}
@media only screen and (max-width: 570px) {
  footer .social {
    float: none;
    width: 100%;
    padding: 0;
    display: table;
  }
}
@media only screen and (max-width: 420px) {
  footer .social {
    width: 100%;
    padding: 0;
  }
}
footer .social p {
  color: #5a5a5a;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (max-width: 570px) {
  footer .social p {
    text-align: left !important;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 420px) {
  footer .social p {
    padding-right: 0px;
  }
}
footer .social p a {
  color: #5a5a5a;
  text-decoration: none;
}
footer .social .social-icons {
  margin-top: 35px;
}
footer .social .social-icons a {
  margin: 0 8px 0 0;
}
footer .social .social-icons img {
  margin: 0;
}
footer .henderson-sport-group {
  background: url(../img/henderson-sport-group.png) no-repeat;
  display: inline-block;
  width: 169px;
  height: 24px;
  text-indent: -9999px;
}
footer .henderson-sport-group:hover {
  background: url(../img/henderson-sport-group-hover.png) no-repeat;
}
footer .wpcf7-form {
  margin-top: 40px;
}
footer form input,
footer form input.text-input,
footer form select,
footer form textarea,
footer form .wysiwyg {
  background: #e8e8e8 none repeat scroll 0 0;
  border: 1px solid #b0b0b0;
  color: #333;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  font-size: 12px;
  padding: 6px;
}

p.copyright {
  text-align: center;
  width: 100%;
  color: #666;
  font-size: 1em;
}
p.copyright a {
  color: #666;
  font-size: 1em;
}

/**
 * Forms
 */
form label {
  display: inline-block;
  padding: 0 0 2px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1em;
}
form label.inline {
  display: inline;
  padding: 0;
}
form label.error {
  display: inline;
  float: none;
  color: red;
  padding-left: 0.5em;
  vertical-align: top;
  background: transparent;
  font-size: 8pt;
}
form fieldset legend {
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}
form p, .bricks form p {
  margin: 0 0 8px;
}
form p small, .bricks form p small {
  font-size: 0.75em;
  color: #6f4900;
  display: block;
  padding-left: 3px;
}
form input,
form input.text-input,
form select,
form textarea,
form .wysiwyg {
  padding: 6px;
  font-size: 1.2em;
  background: #fff;
  border: 1px solid #999;
  color: #333;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}
form .small-input {
  width: 25% !important;
}
form .medium-input {
  width: 50% !important;
}
form .large-input {
  width: 97.5% !important;
  font-size: 16px !important;
  padding: 8px !important;
}
form textarea {
  font-family: Arial, Helvetica, sans-serif;
}
form select {
  padding: 4px;
  background: #fff;
}
form input[type=checkbox],
form input[type=radio] {
  padding: 0;
  background: none;
  border: 0;
}
form span.required {
  color: #C00000;
  font-weight: bold;
}

.submitbutton,
input[type=submit] {
  height: 25px;
  line-height: 24px;
  padding: 0 12px;
  display: inline-block;
  background: #CD171F;
  color: #eaeaea;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  border-width: 0;
  cursor: pointer;
  font-weight: bold;
}
.submitbutton:hover,
input[type=submit]:hover {
  -webkit-box-shadow: inset 0px -1px 1px rgb(255, 255, 255), inset 0 0px 3px rgba(0, 0, 0, 0.9);
          box-shadow: inset 0px -1px 1px rgb(255, 255, 255), inset 0 0px 3px rgba(0, 0, 0, 0.9);
  color: #fff;
}

/* h1,
.h1 {
	font-family: $font-sans;
	font-weight: 900;
	font-size: clamp(rem-calc(40px), 4vw, rem-calc(90px));
	line-height: 1.11;
	color: $default-color;
}

h2,
.h2 {
	font-family: $font-sans;
	font-weight: 900;
	font-size: clamp(rem-calc(25px), 4vw, rem-calc(64px));
	line-height: 1.1;
	color: $default-color;
}

h3,
.h3 {
	font-family: $font-sans;
	font-weight: 600;
	line-height: 1.2;
	color: $default-color;
	font-size: clamp(rem-calc(18px), 2vw, rem-calc(40px));
}

h4,
.h4 {
	font-family: $font-sans;
	font-weight: 400;
	line-height: 1.22;
	color: $default-color;
	font-size: clamp(rem-calc(16px), 2vw, rem-calc(32px));
}

p,
ul {
	font-family: $font-sans;
	font-weight: 400;
	font-size: rem-calc(20px);
	line-height: rem-calc(27px);
	color: $default-color;
}

p {
	a {
		color: $default-color;
		display: inline-block;

		&:hover,
		&:focus {
			color: $default-color;
		}
	}
} */
/* buttons */
.button {
  display: inline-block;
  color: #fff !important;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  font-weight: normal !important;
  text-align: center;
  min-width: 75px;
  border-width: 0;
  background: url(../img/button-left.png) no-repeat scroll top left;
  cursor: pointer;
  /*float:left; */
  height: 22px;
  padding: 0 0px 0 10px;
}

.button:hover {
  background-position: bottom left;
  border-width: 0;
}

.button:hover > span {
  background-position: bottom right;
}

.button:after {
  clear: both;
}

.button > span {
  /*float:left; */
  background: url(../img/button.png) no-repeat top right;
  display: inline-block;
  line-height: 22px;
  height: 22px;
  padding: 0px 30px 0px 3px;
  min-width: 75px;
}

.button-small {
  font-size: 13px;
}

.button-grey > span {
  background: none;
  display: inline;
  padding: 0;
}

.button-grey {
  background-color: #8B8B8B;
}

/* Slider */
.slick-slider {
  overflow: hidden;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* tables */
table {
  margin-bottom: 18px;
  text-align: left;
  border-collapse: collapse;
}

table th {
  font-size: 10px;
  font-weight: bold;
  padding: 8px;
  border: 1px solid #ccc;
  background: #ddd;
}

table td {
  padding: 2px;
  border: 1px solid #ccc;
  font-size: 11px;
  vertical-align: top;
}

table tbody tr:hover td {
  background: #ddd;
}

table.noformat td,
table.noformat tr:hover td {
  border-width: 0 !important;
  background: transparent !important;
}

.showhide .showhide-title {
  cursor: pointer;
}

.showhide .showhide-content {
  display: none;
}

.error404 #content {
  max-width: 700px;
  padding: 0;
}

.error404 #content * {
  line-height: 0;
}

/* dealer search */
.dealer-search-results .result {
  width: 30%;
  min-width: 200px;
  padding: 0;
  float: left;
  margin: 0 3% 20px 0;
}

.dealer-search-results .result h4,
.dealer-search-results .result p {
  margin: 0;
}

.one_half {
  padding-right: 12px;
}

.archive #content,
.single-product #content {
  min-height: 800px;
}

#sidebar {
  width: 180px;
  padding-right: 20px;
  float: left;
}
#sidebar select.product-menu {
  display: none;
}
@media only screen and (max-width: 720px) {
  #sidebar {
    width: 100%;
    float: none;
  }
  #sidebar ul.product-menu {
    display: none;
  }
  #sidebar select.product-menu {
    display: block;
  }
}
#sidebar .product-menu {
  width: 100%;
}

.archive .product,
.related-products .product {
  width: 25%;
  padding: 12px 12px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 1200px) {
  .archive .product,
  .related-products .product {
    width: 33.33%;
  }
}
@media only screen and (max-width: 570px) {
  .archive .product,
  .related-products .product {
    width: 50%;
    text-align: center;
  }
}
.archive .product .product_image,
.archive .product .related_product_image,
.related-products .product .product_image,
.related-products .product .related_product_image {
  display: block;
  text-align: center;
  min-height: 205px;
}
.archive .product .product_image img,
.archive .product .related_product_image img,
.related-products .product .product_image img,
.related-products .product .related_product_image img {
  max-height: 205px;
  width: auto;
}
.archive .product h2,
.archive .product h2 a,
.archive .product p,
.related-products .product h2,
.related-products .product h2 a,
.related-products .product p {
  margin: 0 0 2px 0;
  color: #444;
  font-size: 1em;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.single-product .product h1 {
  font-family: MolotRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-weight: normal !important;
}

.single-product .product .primary {
  min-height: 400px;
  display: block;
  text-align: center;
  outline: none;
}

.single-product .product .primary img {
  max-height: 400px;
}

.single-product .product .product_image {
  outline: none !important;
  display: inline-block;
  cursor: pointer;
  width: 87px;
  height: 87px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 2px 5px 0 0;
  vertical-align: bottom;
}

.single-product .product .product_image img {
  max-height: 100%;
}

.single-product .product .product_image.current,
.single-product .product .product_image:hover {
  border: 1px solid #999;
}

.single-product .product .product_image.omega {
  margin: 2px 0px 0 0;
  vertical-align: bottom;
}

.single-product .product .primary {
  text-align: center;
  display: block;
}

.single-product .product .primary img {
  margin: 0;
}

.single-product .button-buy,
.woocommerce.single-product .button-buy {
  text-align: center;
  background-color: #8B8B8B;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  padding: 3px 10px;
  width: 100%;
  display: inline-block;
  max-width: 200px;
  margin-bottom: 6px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
  min-height: 28px;
  line-height: 28px;
  padding: 2px 10px 0;
}

.single-product .button-buy strong {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.single-product .button-buy:hover,
.woocommerce.single-product .button-buy:hover {
  background-color: #646464;
}

.single-product .product-actions {
  margin-bottom: 12px;
}

/* .wpw_mini360, .wpw_mini360_2 {
    max-height: 400px;
  }

  .wpw_mini360 img, .wpw_mini360_2 img {
    width: auto !important;
    margin:0 auto;
  } */
.single-product .size-chart {
  text-transform: uppercase;
  background-color: #CD171F;
  color: #fff;
  display: inline-block;
  padding: 0px 5px;
  line-height: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.product-size-chart {
  overflow-x: auto;
}

.fb-like {
  vertical-align: top;
  min-width: 100px;
}

.single-product hr {
  border: 0;
  color: #fff;
  height: 34px;
  width: 100%;
  background: transparent url(../img/hr-product.png) no-repeat top right;
  background-size: 100% 100%;
}

a.dealer-locator {
  cursor: pointer;
}

.single-product .product-images .dealer_search_form {
  display: none;
}

table.product-features td {
  vertical-align: middle;
}

table.product-features td .icon {
  max-width: 50px !important;
}

.related-products {
  width: 100%;
}
.related-products h3 {
  font-family: MolotRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}
.related-products article {
  width: 25%;
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .related-products article {
    width: 33.33%;
  }
}
@media only screen and (max-width: 800px) {
  .related-products article {
    width: 50%;
  }
}
.related-products .related-product-link {
  display: block;
}
.related-products .related-product-link .related-product-image {
  position: relative;
  padding-top: 100%;
  display: table;
  width: 100%;
}
.related-products .related-product-link .related-product-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
.related-products .related-product-link .related-product-title {
  color: #444;
  font-size: 12px;
  font-family: TitilliumText25L999wt, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
}

ul.product-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.product-menu > li > ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

ul.product-menu ul ul {
  display: none;
}

ul.product-menu ul li.current-menu-item ul,
ul.product-menu ul li.current-menu-ancestor ul {
  display: block !important;
  margin: 2px 0 5px 30px;
  padding: 0;
}

ul.product-menu ul li.current-menu-item ul a,
ul.product-menu ul li.current-menu-ancestor ul a {
  color: #666;
}

ul.product-menu ul li.current-menu-ancestor ul li.current-menu-item > a {
  color: #a60300;
}

ul.product-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.product-menu li a {
  text-decoration: none;
  display: block;
  color: #444;
  line-height: 1.2em;
  margin-bottom: 3px;
  outline: none !important;
}

ul.product-menu li.heading > a {
  font-size: 14px;
  font-weight: bold;
}

ul.product-menu li.margin-top > a {
  margin-top: 18px;
}

ul.product-menu li a:active,
ul.product-menu li a:hover {
  color: #a60300;
  text-decoration: underline;
}

ul.product-menu li.current-menu-item > a {
  color: #a60300;
  text-decoration: none;
  font-weight: bold;
}

/* =============================================================================
   WooCommerce
   ========================================================================== */
#header .menu-item.cart a:before {
  content: "\f174";
  font-family: "dashicons";
  padding-right: 4px;
  font-style: normal;
}

.woocommerce .summary.entry-summary {
  margin: 1.5em 0;
}

.woocommerce span.onsale {
  left: inherit;
  position: static;
  top: inherit;
  display: inline-block;
  min-width: 3.5em;
  min-height: 3.5em;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

.woocommerce p.price {
  font-size: 1.5em;
}

.woocommerce .price {
  font-size: 1.25em;
}

.woocommerce .price del {
  color: #666;
}

.woocommerce .price ins {
  color: #77A464;
  text-decoration: none;
}

.woocommerce table.variations td,
.woocommerce table.shop_table td {
  vertical-align: middle;
  font-size: 14px;
  border: 0 none;
  border-width: 0;
}

.woocommerce table.variations tbody tr:hover td,
.woocommerce table.shop_table tbody tr:hover td,
.woocommerce .cart-collaterals table tbody tr:hover td {
  background: transparent;
}

.woocommerce table.variations tr {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
  /* small screens */
}
@media (max-width: 640px) {
  .woocommerce table.variations tr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.woocommerce table.variations th.label {
  background-color: transparent;
  font-size: 1em;
  min-width: 10ch;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1em !important;
  /* small screens */
}
@media (max-width: 640px) {
  .woocommerce table.variations th.label {
    min-width: 100%;
    padding-bottom: 0;
  }
}
.woocommerce .single_variation {
  margin-bottom: 4px;
}

.woocommerce .variations_button {
  margin-bottom: 1.5em;
}

.woocommerce .summary.entry-summary .quantity {
  display: inline;
  margin-right: 6px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #900;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 0.638em;
  line-height: 1em;
  height: auto;
  position: static;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #C00;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #600;
  color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 0.638em;
  color: #fff;
  background-color: #900;
  height: auto;
  font-size: 14px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #c00;
}

.woocommerce-message {
  max-width: 920px;
}

.return-to-shop .button > span,
.woocommerce-message .button > span,
.cart-collaterals .button > span {
  background-image: none;
  display: inline;
  line-height: 1;
  height: auto;
  padding: 0;
  min-width: 0;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100px;
  font-size: inherit;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #333;
}

#order_review input[type=submit]:hover,
.woocommerce .shop_table input[type=submit]:hover,
.woocommerce .checkout_coupon input[type=submit]:hover {
  background: #c00;
  font-size: 14px;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
}

.woocommerce table.shop_table th {
  border: 0 none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #222;
  border-bottom: 0 none;
  padding: 6px 16px 4px 8px;
}

section.shipping-calculator-form {
  min-height: 0;
  padding: 0;
  background-color: transparent;
  line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
}

.woocommerce input#coupon_code {
  font-size: 14px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 6px 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 12px;
}

input#ship-to-different-address-checkbox {
  margin-left: 8px;
  top: 2px;
  position: relative;
}

/** Product Images **/
.woocommerce div.product div.images img {
  max-height: 400px;
  width: auto;
  display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  text-align: center;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.9;
  max-height: 100px;
  height: 100px;
  width: 100px;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 8px;
  /* flexbox instead of floats, last items should align left */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  float: none;
  width: auto;
}

/**
This is a legacy section that contains media queries for components.
It is recommended to move media queries to their respective component files
for better organization and maintainability.
*/
/* =============================================================================
   Media Queries
   ========================================================================== */
/*/mediaquery*/
/* 600px and less */
@media only screen and (max-width: 720px) {
  .product-menu {
    display: none;
  }
  select.product-menu {
    display: block;
    background: url("../img/select-arrows.png") no-repeat scroll right center #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px;
    margin: 10px auto;
    border: 1px solid #444;
    border-radius: 5px;
    width: 100%;
    color: #444;
  }
  select.product-menu option {
    color: #000;
  }
  .surf ul,
  .kite ul {
    display: none;
  }
}
/*/mediaquery*/
/* 500px and less */
@media only screen and (max-width: 570px) {
  #content {
    margin-top: 0;
  }
  nav ul {
    text-align: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
  }
  footer nav > ul > li a {
    text-align: left;
  }
  footer > nav > ul > li li {
    display: block;
    float: none;
  }
}
/*/mediaquery*/
/* Retina screens */
/*/mediaquery*/
/*
                        .logged-in #QuiversHoverCart  {
                          display: block;

                          }*/
/*#QuiversHoverCart {
                            display: none;

                            }*/
.hoverc,
.qWidget .img-responsive {
  display: none !important;
}

.qWidget .qProductOverview H2,
.qWidget h5.qMadeBy {
  display: none;
}

.qWidget .qWidget.qSection.row {
  margin: 0;
}

.qWidget .view.widget.row {
  padding: 0;
}

.qWidget .col-xs-12 {
  padding: 0 !important;
}

.qWidget .qOptionSelect.form-control.input-sm {
  margin: 0 !important;
  padding: 0;
}

.qWidget .qOptionTitle {
  margin: 0;
  padding: 0 !important;
}

.qWidget h4.qProductOptionsTitle {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 15px !important;
  font-weight: bold !important;
  letter-spacing: 0 !important;
}

#QuiversContent #currentView,
[quivers-view=true] {
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  /*font-size: 14px;*/
}

#QuiversHoverCart .qWidgetButton,
[quivers-view=true] .qWidgetButton {
  /*                              background-color: #a60300 !important;
  */
  /* background: rgba(208, 17, 43, 1) none repeat scroll 0 0;*/
}

#QuiversHoverCart .qWidgetButton,
[quivers-view=true] .qWidgetButton:hover {
  background-color: black !important;
  /* background: rgba(208, 17, 43, 1) none repeat scroll 0 0;*/
}

.qWidget .qProductOptionsTitle {
  text-align: left !important;
}

#QuiversRibbon {
  /*                              background-color:#a60300 !important;
  */
}

#QuiversRibbon .q-link,
#QuiversRibbon .q-link.qIcon {
  /*                             background-color:#a60300 !important;
  */
}

#QuiversRibbon .q-link a:hover,
#QuiversRibbon .q-link.qIcon a:hover,
#QuiversRibbon .q-link.qIcon[data-active=true] a {
  /*                            background-color: #ffd800 !important;
  */
}

.view-body {
  margin-top: 105px !important;
}

.view-body.qProductsView {
  margin-top: 0 !important;
}

.q-link.qPoweredBy.hidden-xs,
.q-link.qLogo.hidden-xs > a {
  display: none !important;
}

.qOptionName {
  font-family: MolotRegular, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal !important;
}

#QuiversRibbon .q-link.qIcon a[data-nav=products] {
  display: none !important;
}

.fullwidth-masthead {
  height: 700px;
  background-size: cover;
}
@media only screen and (max-width: 990px) {
  .fullwidth-masthead {
    height: 500px;
  }
}
@media only screen and (max-width: 800px) {
  .fullwidth-masthead {
    height: 400px;
  }
}
@media only screen and (max-width: 570px) {
  .fullwidth-masthead {
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .fullwidth-masthead {
    background-position: -214px center;
    background-repeat: no-repeat;
  }
}

.slides-masthead.slick-initialized .slick-slide {
  height: auto;
}

@media only screen and (max-width: 570px) {
  .slides-masthead {
    margin-top: 15px;
  }
}

.site-header {
  position: relative;
  z-index: 1000;
}
.site-header .wrapper {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 130px;
  position: relative;
  z-index: 9999;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .site-header .wrapper {
    height: 70px;
  }
}
@media only screen and (max-width: 960px) {
  .site-header .wrapper {
    max-width: 100%;
  }
}
.site-header .wrapper .header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .site-header .wrapper .header-nav {
    display: none;
  }
}
.site-header .wrapper .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.site-header .wrapper .header-nav ul li a {
  font-size: 18px;
  color: #5a5a5a !important;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.site-header .wrapper .header-nav ul li a:hover {
  color: #a60300 !important;
  color: black !important;
}
@media only screen and (max-width: 1200px) {
  .site-header .wrapper .header-nav ul li a {
    margin: 0 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 800px) {
  .site-header .wrapper .header-nav ul li a {
    font-size: 14px;
  }
}
.site-header .wrapper .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 800px) {
  .site-header .wrapper .header-logo {
    padding: 10px;
  }
}
.site-header .wrapper .header-logo a {
  background: #d40302 url("../img/header-logo.jpg") no-repeat center center/contain;
  max-width: 280px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 9999;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  text-indent: -9999px;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 1380px) {
  .site-header .wrapper .header-logo a {
    max-width: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .wrapper .header-logo a {
    max-width: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .site-header .wrapper .header-logo a {
    max-width: 120px;
  }
}
.site-header .wrapper form.search {
  line-height: 1;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .site-header .wrapper form.search {
    font-size: 11px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    width: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .site-header .wrapper form.search {
    font-size: 10px;
  }
}
.site-header .wrapper form.search .searchsubmit {
  display: none;
}
.site-header .wrapper form.search #s {
  background: #ffffff url("../img/icon-search2.png") no-repeat scroll 7px 6px;
  border: 1px solid #b0b0b0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #a7a7a7 !important;
  height: 34px;
  padding-left: 30px;
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 1024px) {
  .site-header .wrapper form.search #s {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .site-header .wrapper form.search #s {
    background: none;
    padding-left: 10px;
  }
}
.site-header .wrapper .mobile-menu-icon {
  width: 45px;
  height: 45px;
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  pointer-events: initial;
  z-index: 101;
  padding: 7px 10px;
  float: right;
  overflow: hidden;
}
.site-header .wrapper .mobile-menu-icon .burg {
  float: right;
  width: 100%;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .wrapper .mobile-menu-icon .burg span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 0;
  opacity: 1;
  background-color: #000000;
  right: 0;
  margin: auto;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .wrapper .mobile-menu-icon .burg:before, .site-header .wrapper .mobile-menu-icon .burg:after {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #000000;
  top: -8px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-header .wrapper .mobile-menu-icon .burg:after {
  top: 8px;
  width: 100%;
  left: auto;
  right: 0;
}
.site-header .wrapper .mobile-menu-icon.is-open .burg {
  background-color: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.site-header .wrapper .mobile-menu-icon.is-open .burg span {
  width: 0;
  background-color: #000000;
}
.site-header .wrapper .mobile-menu-icon.is-open .burg:before, .site-header .wrapper .mobile-menu-icon.is-open .burg:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000000;
}
.site-header .wrapper .mobile-menu-icon.is-open .burg:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

#content,
.top {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e8e8e8;
}

.home #content,
.top {
  border: none;
}

.slides-home {
  padding-top: 50px;
}
.slides-home .slick-slide {
  text-align: center;
}
.slides-home .slick-slide img {
  display: inline;
  height: 424px !important;
  min-height: auto;
  width: auto;
}
.slides-home .slick-slide > p {
  font-size: 121%;
  letter-spacing: 0.5px;
  line-height: 152% !important;
}
.slides-home .slick-next::before {
  content: url("../img/nextarrow-h.png");
}
.slides-home .slick-prev::before {
  content: url("../img/prevarrow-h.png");
}
.slides-home .slick-prev,
.slides-home .slick-next {
  height: 65px;
  margin-top: -35px;
}
.slides-home a {
  color: #5a5a5a;
}

.halfpage {
  width: 50%;
  float: left;
}
.halfpage img {
  padding: 5px 5px 1px;
}

.promo-bott {
  margin-bottom: 30px;
  margin-top: 30px;
}

#wpcf7-f6508-o1 p {
  color: #5a5a5a;
  display: inline-block;
  float: none;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
}
#wpcf7-f6508-o1 .submitbutton,
#wpcf7-f6508-o1 input[type=submit],
#wpcf7-f6508-o1 .submitbutton:hover,
#wpcf7-f6508-o1 input[type=submit]:hover {
  background: #5d5d5d url("../img/formcheck.png") no-repeat scroll 7px 5px;
  border: 1px solid #b0b0b0;
  border-radius: 0;
  color: #ffd800;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  font-weight: bold;
  height: 29px;
  line-height: 24px;
  padding: 0 12px;
  position: relative;
  right: 36px;
  text-decoration: none;
  top: -4px;
  width: 32px;
}

.wpmenucart-display-standard {
  display: none;
}

div.pp_woocommerce div.ppt {
  display: none !important;
}

.primary.cboxElement {
  padding-top: 200px;
}

.woocommerce-main-image {
  display: inline-block;
  max-height: 405px !important;
  max-width: 271px;
  overflow: hidden;
  text-align: center;
  width: 100% !important;
}

.attachment-shop_single.size-shop_single.wp-post-image {
  height: 405px !important;
}

.zoom:nth-child(n+2),
.zoom.first {
  display: inline-block;
  height: 85px !important;
  margin-bottom: 2px;
  margin-left: 8px;
  outline: 1px solid #e2e2e2;
  overflow: hidden;
  width: 30% !important;
  text-align: center;
}

.value {
  background-color: #fff !important;
}

.reset_variations,
.label {
  /* display: none; */
}

.swatch-wrapper {
  border: medium none;
}

.attachment-shop_thumbnail.size-shop_thumbnail {
  height: 85px;
  width: auto;
}

div.swatch-wrapper.selected {
  border: 1px solid black;
  padding: 0;
}

/* Template edits for colors */
/*
.images {
  left: 25%;
  position: absolute;
  top: 90px;
  width: 26%;
}
*/
.home-hero-slider .swiper-wrapper .swiper-slide a .slide-image {
  position: relative;
  padding-top: 33.333%;
}
@media only screen and (max-width: 550px) {
  .home-hero-slider .swiper-wrapper .swiper-slide a .slide-image {
    padding-top: 56%;
  }
}
.home-hero-slider .swiper-wrapper .swiper-slide a .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-product-slider {
  margin: 60px 0;
}
.home-product-slider .swiper-wrapper .swiper-slide a .slide-image {
  position: relative;
  padding-top: 112%;
}
.home-product-slider .swiper-wrapper .swiper-slide a .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-product-slider .swiper-wrapper .swiper-slide a .slide-content {
  color: #5a5a5a;
  text-align: center;
}
.home-product-slider .swiper-button-prev,
.home-product-slider .swiper-button-next {
  border: none;
  background: transparent;
  color: #000000;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.home-product-slider .swiper-button-prev:hover,
.home-product-slider .swiper-button-next:hover {
  color: gray;
}

.search-results .grid-x article {
  margin-top: 20px;
  padding: 10px;
}
.search-results .grid-x .cell {
  width: 16.6666666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .search-results .grid-x .cell {
    width: 25%;
  }
}
@media only screen and (max-width: 720px) {
  .search-results .grid-x .cell {
    width: 50%;
  }
}
.search-results .grid-x .cell.full-width {
  width: 100%;
}

.product_image {
  position: relative;
  padding-top: 100%;
  display: table;
  width: 100%;
  min-height: none;
  margin-top: 20px;
}
.product_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.single-product .product-images {
  width: 40%;
  max-width: 345px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .single-product .product-images {
    width: 30%;
  }
}
@media only screen and (max-width: 900px) {
  .single-product .product-images {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */