/*!
Theme Name: CForce
Author: Matchfire
Author URI: https://matchfire.com
Description: CForce WordPress Theme
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

@font-face {
  font-family: 'Nexa Bold';
  src: url(./static/fonts/Nexa-Bold.eot);
  src: url(./static/fonts/Nexa-Bold.eot?#iefix) format("embedded-opentype"), url(./static/fonts/Nexa-Bold.woff) format("woff"), url(./static/fonts/Nexa-Bold.ttf) format("truetype"), url(./static/fonts/Nexa-Bold.svg#47bebd947bc9776ca33e78f4df905448) format("svg");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Nexa Book';
  src: url(./static/fonts/Nexa-Book.eot);
  src: url(./static/fonts/Nexa-Book.eot?#iefix) format("embedded-opentype"), url(./static/fonts/Nexa-Book.woff) format("woff"), url(./static/fonts/Nexa-Book.ttf) format("truetype"), url(./static/fonts/Nexa-Book.svg#4be36e715dc18fc7682db5421238aaf4) format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Nexa Extra Bold';
  src: url(./static/fonts/Nexa-XBold.eot);
  src: url(./static/fonts/Nexa-XBold.eot?#iefix) format("embedded-opentype"), url(./static/fonts/Nexa-XBold.woff) format("woff"), url(./static/fonts/Nexa-XBold.ttf) format("truetype"), url(./static/fonts/Nexa-XBold.svg#4be36e715dc18fc7682db5421238aaf4) format("svg");
  font-style: normal;
  font-weight: 400; }

/**
 * Located in node_modules OR bower_components
 * If anything is missing:
 *
 * run `npm install`
 * run `bower install`
 *
 * These can be imported anywhere with the same
 * import statement.
 */
/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .modaal-close:after {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -ms-transform: none;
        transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }
  .modaal-gallery-next {
    left: auto;
    right: 20px; }
  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -ms-transform: scale(0.25);
      transform: scale(0.25); }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    transform: scale(1); } }

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.alignnone {
  margin: 5px 20px 20px 0; }
  @media (max-width: 768px) {
    .alignnone {
      margin: 5px 0 20px 0; } }

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

.alignright {
  float: right;
  margin: 5px 0 56px 47px; }
  @media (max-width: 768px) {
    .alignright {
      margin: 5px 0 56px 0; } }

.alignleft {
  float: left;
  margin: 5px 56px 47px 0; }
  @media (max-width: 768px) {
    .alignleft {
      margin: 5px 0 47px 0; } }

a img.alignright {
  float: right;
  margin: 5px 0 56px 47px; }
  @media (max-width: 768px) {
    a img.alignright {
      margin: 5px 0 56px 0; } }

a img.alignnone {
  margin: 5px 20px 20px 0; }
  @media (max-width: 768px) {
    a img.alignnone {
      margin: 5px 0 20px 0; } }

a img.alignleft {
  float: left;
  margin: 5px 56px 47px 0; }
  @media (max-width: 768px) {
    a img.alignleft {
      margin: 5px 0 47px 0; } }

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

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

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/**
*
*  Global Colors
*
**/
/**
*
*  Color Settings
*
**/
/**
*  Main Colors
**/
/**
*  Links
=====================================*/
/**
*  Buttons
=====================================*/
/**
*  Header
=====================================*/
/**
*  Navigation
**/
/**
*  Footer
=====================================*/
/**
*  Buttons
=====================================*/
/**
*  Header
=====================================*/
/**
*  Navigation
**/
/**
*  Footer
=====================================*/
/**
*  Grid
=====================================*/
/**
*
*  HTML Core Elements
*
**/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  overflow-y: auto; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #FFFFFF;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #9B9B9B;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  border: 0;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 0.58em 0; }

p {
  margin-bottom: 0.6em; }

dfn, cite, em, i {
  font-style: italic; }

abbr, acronym {
  border-bottom: 1px dotted #9B9B9B;
  cursor: help; }

strong, b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

h4 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 1.25rem;
  /* 9 */ }

h2 span sup {
  vertical-align: baseline;
  position: relative;
  top: -4.5em;
  font-size: 22px; }

.gform_defaults .gform_heading {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 1.25rem;
  /* 9 */
  line-height: 1.35;
  font-weight: 400;
  color: #343434;
  margin-bottom: 40px; }
  .gform_defaults .gform_heading .gform_title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 35px;
    /* 9 */
    font-size: 2.1875rem;
    /* 9 */
    line-height: 1.34286;
    font-weight: 300;
    color: #AB0012;
    margin: 0 0 15px 0; }

.gform_defaults .gform_body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  line-height: 1.57143;
  font-weight: 400; }
  .gform_defaults .gform_body .gform_fields {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333; }
  .gform_defaults .gform_body .gfield {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    position: relative;
    border: 2px solid #333;
    border-bottom: 0;
    border-right: 0;
    color: #222222; }
    @media (max-width: 480px) {
      .gform_defaults .gform_body .gfield {
        padding-left: 0;
        padding-right: 0; } }
    .gform_defaults .gform_body .gfield_large {
      width: 100%; }
      .gform_defaults .gform_body .gfield_large .ginput_container > * {
        display: block; }
    .gform_defaults .gform_body .gfield_medium {
      width: 50%; }
      @media (max-width: 640px) {
        .gform_defaults .gform_body .gfield_medium {
          width: 100%; } }
    .gform_defaults .gform_body .gfield_small {
      width: 25%; }
      @media (max-width: 640px) {
        .gform_defaults .gform_body .gfield_small {
          width: 50%; } }
      @media (max-width: 480px) {
        .gform_defaults .gform_body .gfield_small {
          width: 100%; } }
    .gform_defaults .gform_body .gfield label.gfield_label {
      display: none;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */
      line-height: 1.35714;
      font-weight: 700;
      color: "Montserrat", sans-serif;
      margin: 0 0 13px 0; }
    .gform_defaults .gform_body .gfield .ginput_container .small, .gform_defaults .gform_body .gfield .ginput_container .medium, .gform_defaults .gform_body .gfield .ginput_container .large {
      width: 100%; }
  .gform_defaults .gform_body input, .gform_defaults .gform_body textarea {
    transition: background-color 300ms linear; }
    .gform_defaults .gform_body input:focus, .gform_defaults .gform_body textarea:focus {
      background-color: rgba(0, 0, 0, 0.1); }
  .gform_defaults .gform_body input, .gform_defaults .gform_body textarea, .gform_defaults .gform_body select {
    background-color: #FFFFFF;
    border: 0;
    border-radius: 6px;
    padding: 14px 16px;
    color: #222222;
    resize: none;
    outline: none;
    text-transform: uppercase; }
    .gform_defaults .gform_body input::-webkit-input-placeholder, .gform_defaults .gform_body textarea::-webkit-input-placeholder, .gform_defaults .gform_body select::-webkit-input-placeholder {
      opacity: 1;
      letter-spacing: 2px;
      font-size: 12px; }
    .gform_defaults .gform_body input::-moz-placeholder, .gform_defaults .gform_body textarea::-moz-placeholder, .gform_defaults .gform_body select::-moz-placeholder {
      opacity: 1;
      letter-spacing: 2px;
      font-size: 12px; }
    .gform_defaults .gform_body input:-moz-placeholder, .gform_defaults .gform_body textarea:-moz-placeholder, .gform_defaults .gform_body select:-moz-placeholder {
      opacity: 1;
      letter-spacing: 2px;
      font-size: 12px; }
    .gform_defaults .gform_body input:-ms-input-placeholder, .gform_defaults .gform_body textarea:-ms-input-placeholder, .gform_defaults .gform_body select:-ms-input-placeholder {
      opacity: 1;
      letter-spacing: 2px;
      font-size: 12px; }
  .gform_defaults .gform_body .ginput_container_select {
    position: relative; }
    .gform_defaults .gform_body .ginput_container_select select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 45px; }
      .gform_defaults .gform_body .ginput_container_select select:disabled {
        color: #343434; }
    .gform_defaults .gform_body .ginput_container_select select::-ms-expand {
      display: none; }
    .gform_defaults .gform_body .ginput_container_select::after {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 25px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #1C283C transparent transparent transparent; }
  .gform_defaults .gform_body .ginput_recaptcha > div {
    margin: 0 auto; }

.gform_defaults .gform_footer {
  text-align: center;
  border: 2px solid #333;
  border-top: 0; }
  .gform_defaults .gform_footer input[type="submit"] {
    background-color: #FFFFFF;
    display: block;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    color: #222222;
    font-size: 20px;
    transition: background-color 300ms linear;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 0.8125rem;
    /* 9 */
    line-height: 1.23077;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 20px 0; }
    .gform_defaults .gform_footer input[type="submit"]:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.gform_defaults .validation_error {
  text-align: center;
  margin-bottom: 40px;
  color: #E12A18; }

.gform_defaults .gfield_description.validation_message {
  color: #E12A18;
  text-align: center; }

.gform_defaults .instruction.validation_message {
  margin-top: 5px; }

.gform_confirmation_message {
  text-align: center;
  font-size: 28px;
  color: #AB0012;
  padding: 50px 0; }

#gform_wrapper_1 {
  max-width: 846px;
  margin: 0 auto 40px auto;
  background-color: #F8F8F8; }
  #gform_wrapper_1 #gform_page_1_1 .gform_fields, #gform_wrapper_1 #gform_page_1_2 .gform_fields {
    padding: 0 2%;
    margin: 0;
    list-style-type: none; }
  #gform_wrapper_1 #gform_page_1_1 .gfield_label, #gform_wrapper_1 #gform_page_1_2 .gfield_label {
    display: block;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 1.28571;
    font-weight: 700;
    color: #444444;
    margin: 0 0 3px 0; }
  #gform_wrapper_1 #gform_page_1_1 .gfield_radio, #gform_wrapper_1 #gform_page_1_2 .gfield_radio {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #gform_wrapper_1 #gform_page_1_1 .gfield, #gform_wrapper_1 #gform_page_1_2 .gfield {
    margin-bottom: 25px; }
  #gform_wrapper_1 #gform_page_1_1 .gfield_radio label, #gform_wrapper_1 #gform_page_1_2 .gfield_radio label {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 10px;
    /* 9 */
    font-size: 0.625rem;
    /* 9 */
    line-height: 1.4;
    font-weight: 400;
    color: #444444;
    margin: 0 0 3px 0; }
  #gform_wrapper_1 #gform_page_1_1 .gfield_radio input, #gform_wrapper_1 #gform_page_1_2 .gfield_radio input {
    margin-right: 5px; }
  #gform_wrapper_1 #gform_page_1_1 select, #gform_wrapper_1 #gform_page_1_2 select {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */ }
  #gform_wrapper_1 #gform_page_1_3 {
    margin-bottom: 36px;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 1.35714;
    font-weight: 400; }
    #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gform_fields {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield {
      display: inline-block;
      vertical-align: top;
      padding: 0 2% 27px 2%;
      position: relative; }
      @media (max-width: 480px) {
        #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield {
          padding-left: 0;
          padding-right: 0; } }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield_large {
        width: 100%; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield_medium {
        width: 50%; }
        @media (max-width: 640px) {
          #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield_medium {
            width: 100%; } }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield_small {
        width: 25%; }
        @media (max-width: 640px) {
          #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield_small {
            width: 50%; } }
        @media (max-width: 480px) {
          #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield_small {
            width: 100%; } }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield label.gfield_label {
        display: block;
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 0.875rem;
        /* 9 */
        line-height: 1.35714;
        font-weight: 700;
        color: #444444;
        margin: 0 0 3px 0; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield .ginput_container {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 0.875rem;
        /* 9 */
        line-height: 1.35714;
        font-weight: 400; }
        #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield .ginput_container .small, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield .ginput_container .medium, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .gfield .ginput_container .large {
          width: 100%; }
    #gform_wrapper_1 #gform_page_1_3 .gform_page_fields input, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields textarea {
      transition: background-color 300ms linear; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields input:focus, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields textarea:focus {
        background-color: #FFFFFF; }
    #gform_wrapper_1 #gform_page_1_3 .gform_page_fields input, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields textarea, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields select {
      background-color: #FFFFFF;
      border: 1px solid #cccccc;
      border-radius: 4px;
      padding: 10px 10px;
      color: #555555;
      resize: none;
      outline: none;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields input:focus, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields textarea:focus, #gform_wrapper_1 #gform_page_1_3 .gform_page_fields select:focus {
        border-color: #9adbe8;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(154, 219, 232, 0.6); }
    #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .ginput_container_select {
      position: relative; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .ginput_container_select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-right: 45px; }
        #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .ginput_container_select select:disabled {
          color: #343434; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .ginput_container_select select::-ms-expand {
        display: none; }
      #gform_wrapper_1 #gform_page_1_3 .gform_page_fields .ginput_container_select::after {
        content: "";
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #1C283C transparent transparent transparent; }
  #gform_wrapper_1 .gform_heading {
    display: block;
    background-color: #B9131A;
    color: #FFFFFF;
    text-align: center;
    padding: 26px 0;
    margin: 0 0 42px 0; }
  #gform_wrapper_1 .gform_description {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 2;
    font-weight: 400;
    max-width: 584px;
    width: 90%;
    display: block;
    margin: 0 auto; }
  #gform_wrapper_1 .gf_progressbar_wrapper {
    display: none; }
  #gform_wrapper_1 .gform_page {
    padding: 0 2%; }
  #gform_wrapper_1 .gform_page_footer {
    padding: 0 2% 20px 2%; }
    #gform_wrapper_1 .gform_page_footer input {
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */
      line-height: 1;
      font-weight: 400;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      border: 1px solid #cccccc;
      background-color: #b8131a;
      color: #FFFFFF;
      padding: 6px 10px;
      cursor: pointer;
      transition: background-color 300ms linear; }
      #gform_wrapper_1 .gform_page_footer input:hover {
        background-color: #980011; }
  #gform_wrapper_1 .validation_error {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 1.16667;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #AB0012;
    padding: 0 2%; }
  #gform_wrapper_1 .validation_message {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 1.28571;
    font-weight: 700;
    text-align: left;
    margin: 5px 0 0 0;
    color: #AB0012; }

.formWrapper__title {
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 28px;
  /* 9 */
  font-size: 1.75rem;
  /* 9 */
  line-height: 1.28571;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px 0; }

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

.formWrapper__form .gfield_label {
  display: none; }

.formWrapper__form .gform_wrapper {
  font-size: 0;
  max-width: 498px;
  margin: 0 auto; }

.formWrapper__form .gform_body {
  display: inline-block;
  width: 75%;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  line-height: 1.1875;
  font-weight: 300; }
  @media (max-width: 480px) {
    .formWrapper__form .gform_body {
      width: 70%; } }
  .formWrapper__form .gform_body input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    width: 100%;
    padding: 18px 14px;
    color: #9B9B9B;
    border: 2px solid rgba(204, 204, 204, 0.5);
    border-right: 0;
    border-radius: 0; }
    .formWrapper__form .gform_body input::-webkit-input-placeholder {
      color: #CCCCCC; }
    .formWrapper__form .gform_body input::-moz-placeholder {
      color: #CCCCCC; }
    .formWrapper__form .gform_body input:-moz-placeholder {
      color: #CCCCCC; }
    .formWrapper__form .gform_body input:-ms-input-placeholder {
      color: #CCCCCC; }
  .formWrapper__form .gform_body .validation_message {
    margin-top: 10px; }

.formWrapper__form .gform_footer {
  display: inline-block;
  width: 25%;
  vertical-align: top; }
  @media (max-width: 480px) {
    .formWrapper__form .gform_footer {
      width: 30%; } }
  .formWrapper__form .gform_footer input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
    background: #000000;
    border-color: #000000;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1rem;
    /* 9 */
    line-height: 1.1875;
    font-weight: 700;
    padding: 18px 0; }

.dots {
  display: block;
  margin: 15px auto 15px; }
  .dots__image {
    display: block;
    margin: 0 auto;
    max-width: 279px;
    width: 100%; }
  .dots--left {
    margin: 15px 0 15px 0; }
    .dots--left .dots__image {
      margin: 0; }
  .dots--right {
    margin: 15px 0 15px auto; }
    .dots--right .dots__image {
      margin: 0 0 0 auto; }

.inlineQuote {
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 30px;
  /* 9 */
  font-size: 1.875rem;
  /* 9 */
  line-height: 1.5;
  font-weight: 700;
  color: #B9131A;
  position: relative; }
  .inlineQuote--left {
    padding-right: 20px; }
  .inlineQuote--right {
    padding-left: 20px; }
  @media (min-width: 1480px) {
    .inlineQuote--left {
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
      padding-right: 0; }
    .inlineQuote--right {
      -ms-transform: translateX(10%);
          transform: translateX(10%);
      padding-left: 0; } }
  @media (min-width: 769px) {
    .inlineQuote {
      max-width: 50%; }
      .inlineQuote--left {
        float: left; }
      .inlineQuote--right {
        float: right; } }
  @media (max-width: 768px) {
    .inlineQuote {
      padding: 20px 0; } }
  @media (max-width: 640px) {
    .inlineQuote {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 26px;
      /* 9 */
      font-size: 1.625rem;
      /* 9 */ } }
  .inlineQuote__inner {
    padding: 70px 0 80px 0;
    position: relative; }
  .inlineQuote__upper, .inlineQuote__lower {
    display: block;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 200px;
    /* 9 */
    font-size: 12.5rem;
    /* 9 */
    line-height: 0.8;
    font-weight: 700;
    color: #D9F0FA;
    position: absolute;
    height: 60px; }
  .inlineQuote__upper {
    top: 0;
    left: 0; }
  .inlineQuote__lower {
    bottom: 20px;
    right: 0; }

/**
 * Hero Component
 */
.hero {
  text-align: center; }
  .hero__logo {
    display: block;
    margin: 0 auto;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  .hero__curve {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .hero__curveInner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150%;
    height: 753px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #FFFFFF;
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%; }
  .hero__bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    height: 60px;
    width: 3px;
    margin: 0 auto;
    background-color: #E12A18; }

.heroUpper {
  padding: 137px 0 259px;
  position: relative; }
  .heroUpper__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 64px;
    /* 9 */
    font-size: 4rem;
    /* 9 */
    line-height: 1.21875;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 8px; }
    @media (max-width: 1024px) {
      .heroUpper__title {
        font-size: 6vw; } }
    @media (max-width: 768px) {
      .heroUpper__title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 32px;
        /* 9 */
        font-size: 2rem;
        /* 9 */
        letter-spacing: 4px; } }

.heroLower {
  padding: 0 0 50px; }
  .heroLower__title {
    margin: 0 0 50px 0;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    line-height: 2;
    font-weight: 700;
    color: #B9131A;
    text-transform: uppercase; }

/**
 * Split Content Component
 */
.splitContent {
  padding: 50px 0; }
  .splitContent__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 768px) {
      .splitContent__wrapper {
        display: block; } }
  .splitContent__column {
    -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    padding: 0 10px;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 2;
    font-weight: 400;
    color: #343434; }
    @media (max-width: 920px) {
      .splitContent__column {
        -ms-flex: 0 0 48%;
            flex: 0 0 48%; } }
    @media (max-width: 768px) {
      .splitContent__column {
        padding: 0;
        max-width: 384px;
        margin: 0 auto 35px auto; }
        .splitContent__column:last-of-type {
          margin-bottom: 0; } }
    .splitContent__column > :first-child {
      margin-top: 0; }
    .splitContent__column > :last-child {
      margin-bottom: 0; }

/**
* Callout Component
**/
.callout {
  padding: 80px 0;
  position: relative; }
  .callout.callout--smallPadding {
    padding: 50px 0 60px 0; }
  .callout.callout--largePadding {
    padding: 20% 0; }
  .callout.callout-bg--primary {
    background-color: #FFFFFF; }
  .callout.callout-bg--secondary {
    background-color: #000000; }
  .callout.callout-bg--tertiary {
    background-color: #9B9B9B; }

.callout__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }

.callout__wrapper {
  position: relative;
  z-index: 1;
  text-align: center; }

.callout-text--primary .callout__heading, .callout-text--primary
.callout__description {
  color: #FFFFFF; }

.callout-text--secondary .callout__heading, .callout-text--secondary
.callout__description {
  color: #000000; }

.callout-text--tertiary .callout__heading, .callout-text--tertiary
.callout__description {
  color: #9B9B9B; }

.callout__heading {
  margin-bottom: 1em;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 36px;
  /* 9 */
  font-size: 2.25rem;
  /* 9 */
  line-height: 1.11111; }
  @media (max-width: 640px) {
    .callout__heading {
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 24px;
      /* 9 */
      font-size: 1.5rem;
      /* 9 */
      line-height: 1.5; } }

.callout__description {
  margin: 20px auto 40px;
  max-width: 800px;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 1.375rem;
  /* 9 */
  line-height: 1.63636;
  font-weight: 300; }
  @media (max-width: 640px) {
    .callout__description {
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 1.25rem;
      /* 9 */
      line-height: 1.5;
      font-weight: 300; } }

/**
*
* Split Content Component
*
**/
.generalContent {
  overflow: hidden;
  position: relative; }
  .generalContent.generalContent--primary {
    background-color: #FFFFFF; }
  .generalContent.generalContent--secondary {
    background-color: #000000; }
  .generalContent.generalContent--tertiary {
    background-color: #9B9B9B; }
  .generalContent.generalContent--center {
    text-align: center; }
  .generalContent.generalContent--right {
    text-align: right; }

.generalContent__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }

.generalContent__wrapper {
  padding: 30px 0;
  position: relative;
  z-index: 1; }
  .generalContent--noPadding .generalContent__wrapper {
    padding: 0; }
  .generalContent--mediumPadding .generalContent__wrapper {
    padding: 30px 0; }
  .generalContent--mediumPadding .generalContent__wrapper {
    padding: 60px 0; }
  .generalContent--largePadding .generalContent__wrapper {
    padding: 100px 0; }

.generalContent__heading {
  margin-bottom: 1em;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 28px;
  /* 9 */
  font-size: 1.75rem;
  /* 9 */
  line-height: 1.42857; }
  @media (max-width: 640px) {
    .generalContent__heading {
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 24px;
      /* 9 */
      font-size: 1.5rem;
      /* 9 */
      line-height: 1.5; } }

.generalContent__module--body {
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 1.25rem;
  /* 9 */
  line-height: 1.5;
  font-weight: 300; }
  @media (max-width: 640px) {
    .generalContent__module--body {
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.125rem;
      /* 9 */
      line-height: 1.66667;
      font-weight: 300; } }
  .generalContent__module--body.generalContent__module--body--primary {
    color: #FFFFFF; }
  .generalContent__module--body.generalContent__module--body--secondary {
    color: #000000; }
  .generalContent__module--body.generalContent__module--body--tertiary {
    color: #9B9B9B; }
  .generalContent__module--body h1 {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 45px;
    /* 9 */
    font-size: 2.8125rem;
    /* 9 */ }
    @media (max-width: 640px) {
      .generalContent__module--body h1 {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 40px;
        /* 9 */
        font-size: 2.5rem;
        /* 9 */ } }
  .generalContent__module--body h2 {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 1.875rem;
    /* 9 */
    color: #B9131A; }
    @media (max-width: 640px) {
      .generalContent__module--body h2 {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 28px;
        /* 9 */
        font-size: 1.75rem;
        /* 9 */ } }
  .generalContent__module--body h3 {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 1.75rem;
    /* 9 */ }
    @media (max-width: 640px) {
      .generalContent__module--body h3 {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 24px;
        /* 9 */
        font-size: 1.5rem;
        /* 9 */ } }
  .generalContent__module--body h4 {
    color: #AB0012;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */ }
    @media (max-width: 640px) {
      .generalContent__module--body h4 {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 20px;
        /* 9 */
        font-size: 1.25rem;
        /* 9 */ } }
  .generalContent__module--body h5 {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */ }
    @media (max-width: 640px) {
      .generalContent__module--body h5 {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 20px;
        /* 9 */
        font-size: 1.25rem;
        /* 9 */ } }
  .generalContent__module--body h6 {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */ }
    @media (max-width: 640px) {
      .generalContent__module--body h6 {
        font-family: "Montserrat", sans-serif;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 20px;
        /* 9 */
        font-size: 1.25rem;
        /* 9 */ } }
  .generalContent__module--body p {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 2;
    font-weight: 400;
    color: #343434; }
  .generalContent__module--body a {
    color: #76A7BD;
    text-decoration: none; }
    .generalContent__module--body a:hover {
      text-decoration: underline; }
  .generalContent__module--body li {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */ }

/**
*
* Carousel Component
*
**/
.quote-carousel-container {
  overflow: hidden;
  padding: 50px 0;
  position: relative; }

.carousel--quote .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%; }
  .carousel--quote .owl-nav .owl-prev,
  .carousel--quote .owl-nav .owl-next {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center; }
    .carousel--quote .owl-nav .owl-prev:hover,
    .carousel--quote .owl-nav .owl-next:hover {
      background-color: transparent; }
    .carousel--quote .owl-nav .owl-prev.disabled:hover,
    .carousel--quote .owl-nav .owl-next.disabled:hover {
      background-color: transparent;
      -ms-transform: translateX(0);
          transform: translateX(0); }
    .carousel--quote .owl-nav .owl-prev span,
    .carousel--quote .owl-nav .owl-next span {
      position: relative;
      color: #000000;
      font-size: 48px;
      line-height: 48px; }
  .carousel--quote .owl-nav .owl-prev {
    left: 24px; }
    .carousel--quote .owl-nav .owl-prev:hover {
      -ms-transform: translateX(-4px);
          transform: translateX(-4px); }
    .carousel--quote .owl-nav .owl-prev .span {
      left: -2px; }
  .carousel--quote .owl-nav .owl-next {
    right: 24px; }
    .carousel--quote .owl-nav .owl-next:hover {
      -ms-transform: translateX(4px);
          transform: translateX(4px); }
    .carousel--quote .owl-nav .owl-next span {
      right: -2px; }

.carousel--quote.owl-theme .owl-dots .owl-dot span {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  width: 16px;
  height: 16px; }

.carousel--quote.owl-theme .owl-dots .owl-dot.active span {
  background-color: #000000; }

.quote-carousel-item {
  max-width: 600px;
  margin: auto;
  padding: 0 40px; }
  @media (max-width: 640px) {
    .quote-carousel-item {
      padding-right: 0; } }
  .quote-carousel-item blockquote {
    margin-left: 2em;
    position: relative;
    font-style: italic;
    line-height: 1.8; }
    .quote-carousel-item blockquote::before {
      content: "\201C";
      display: block;
      position: absolute;
      top: 0.15em;
      left: -0.5em;
      font-size: 8em;
      font-style: normal;
      line-height: 0.4; }
  .quote-carousel-item p {
    margin-left: 2em;
    font-weight: 700; }
  .quote-carousel-item a {
    margin-left: 2em;
    color: #000000; }
    .quote-carousel-item a span {
      opacity: 0;
      visibility: hidden; }

#page {
  background-color: #fff; }

#pageSpacer {
  height: 119px;
  width: 100%;
  background: #B9131A; }
  @media (max-width: 768px) {
    #pageSpacer {
      height: 62px; } }

.container {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto; }

.owl-thumbs .owl-thumb-item {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none; }

#masthead {
  z-index: 5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0; }

.header__wrapper--lower {
  overflow: visible; }

.header__upper {
  position: relative;
  text-align: center;
  background-color: #AB0012;
  padding: 9px 0; }
  .header__upper .site-branding {
    display: inline-block;
    text-decoration: none; }
  .header__upper img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }
  .header__upper .header__buy-now {
    background-color: #E12A18;
    border-right: 2px solid #FFFFFF;
    display: none;
    padding-top: 12px;
    position: absolute;
    top: 0;
    height: 62px;
    width: 80px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .header__upper .header__buy-now {
        display: block; }
        .sabai-buy-cforce .header__upper .header__buy-now {
          display: none; } }
    @media (max-width: 480px) {
      .header__upper .header__buy-now {
        padding-top: 16px;
        width: 60px;
        font-size: 13px;
        line-height: 15px; } }

.header__lower {
  background-color: #B9131A; }
  @media (max-width: 768px) {
    .header__lower {
      display: none; } }

.header__nav {
  text-align: center; }
  @media (max-width: 768px) {
    .header__nav {
      min-height: 60px; } }
  .header__nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header__nav > div > ul > li + li {
    margin-left: 3%; }
  .header__nav > div > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .header__nav > div > ul > li > a {
      display: inline-block;
      padding: 14px 25px;
      color: #FFFFFF;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */
      line-height: 1.64286; }
      @media (max-width: 1024px) {
        .header__nav > div > ul > li > a {
          padding: 14px 10px; } }
      .header__nav > div > ul > li > a::after {
        content: "";
        background: #FFFFFF;
        display: block;
        width: 100%;
        height: 2px;
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform-origin: left center;
        transition: all .15s ease-out;
        opacity: 0; }
    .header__nav > div > ul > li:hover > a {
      transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease; }
      .header__nav > div > ul > li:hover > a::after {
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        opacity: 1; }
    .header__nav > div > ul > li.current-menu-item > a {
      transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease; }
      .header__nav > div > ul > li.current-menu-item > a::after {
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        opacity: 1; }
    .header__nav > div > ul > li.header__button > a {
      background-color: #E12A18;
      padding: 16px 23px; }
    .header__nav > div > ul > li ul {
      opacity: 0;
      visibility: hidden;
      -ms-transform: scale(0.95) translateY(-20px);
          transform: scale(0.95) translateY(-20px);
      position: absolute;
      width: 250px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      top: 100%;
      background-color: #B9131A;
      border-top: 7px solid #F6F6F6;
      z-index: 5;
      left: 0;
      transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .header__nav > div > ul > li ul::before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 8%;
        top: -12px;
        margin: auto;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        background: #F6F6F6; }
      .header__nav > div > ul > li ul > li {
        display: block; }
        .header__nav > div > ul > li ul > li:first-of-type a {
          /*border-top: 1px solid $color__brown-pod;*/ }
        .header__nav > div > ul > li ul > li > a {
          display: block;
          text-decoration: none;
          font-family: "Montserrat", sans-serif;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 12px;
          /* 9 */
          font-size: 0.75rem;
          /* 9 */
          line-height: 1.5;
          font-weight: 400;
          text-transform: uppercase;
          color: #FFFFFF;
          padding: 20px 20px;
          letter-spacing: 1px; }
    .header__nav > div > ul > li:hover > ul {
      opacity: 1;
      visibility: visible;
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }

/* Header nav for mobile */
.header__nav__mobile {
  display: none; }
  @media (max-width: 768px) {
    .header__nav__mobile {
      display: block;
      position: relative; } }

/**
* Looking for the other mobile nav elements?
* Scroll on down, they're at the bottom
**/
/* Mobile menu main */
#mobile-nav {
  background-color: #B9131A;
  display: none;
  padding: 30px 0;
  position: fixed;
  top: 53px;
  left: 0;
  height: 800px;
  height: 100vh;
  width: 100%;
  width: 100vw;
  overflow-x: hidden;
  z-index: 0;
  /* animate these */
  visibility: hidden;
  transform: translate3d(0, -100%, -1px);
  transform-style: preserve-3d;
  text-align: left; }
  @media (max-width: 768px) {
    #mobile-nav {
      display: block; } }
  @media (max-width: 480px) {
    #mobile-nav {
      padding: 20px 0 26%; } }
  #mobile-nav #mobile-menu {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    /*max-width: 300px;*/
    width: 100%; }
    #mobile-nav #mobile-menu .sub-menu {
      background-color: #B9131A; }
      #mobile-nav #mobile-menu .sub-menu a {
        color: #FFFFFF;
        transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      #mobile-nav #mobile-menu .sub-menu li:hover a, #mobile-nav #mobile-menu .sub-menu li.focus a,
      #mobile-nav #mobile-menu .sub-menu li:hover + .arrow a,
      #mobile-nav #mobile-menu .sub-menu li.focus + .arrow a {
        color: #000000; }
  #mobile-nav li {
    display: block;
    float: none;
    margin-bottom: 0;
    opacity: 0;
    position: relative;
    -ms-transform: scale(0.8) translateX(24px);
        transform: scale(0.8) translateX(24px);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #mobile-nav li:nth-of-type(1) {
      transition-delay: 140ms, 140ms; }
    #mobile-nav li:nth-of-type(2) {
      transition-delay: 280ms, 280ms; }
    #mobile-nav li:nth-of-type(3) {
      transition-delay: 420ms, 420ms; }
    #mobile-nav li:nth-of-type(4) {
      transition-delay: 560ms, 560ms; }
    #mobile-nav li:nth-of-type(5) {
      transition-delay: 700ms, 700ms; }
    #mobile-nav li:nth-of-type(6) {
      transition-delay: 840ms, 840ms; }
    #mobile-nav li:nth-of-type(7) {
      transition-delay: 980ms, 980ms; }
    #mobile-nav li:nth-of-type(8) {
      transition-delay: 1120ms, 1120ms; }
    #mobile-nav li ul {
      padding-left: 0; }
    #mobile-nav li li a {
      border: none;
      padding-left: 23%;
      transition: padding 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media (max-width: 480px) {
        #mobile-nav li li a {
          padding-left: 10%; } }
  #mobile-nav.open-menu {
    overflow-y: scroll; }
    #mobile-nav.open-menu li {
      opacity: 1;
      -ms-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0); }
    #mobile-nav.open-menu .header__phone--mobile-menu,
    #mobile-nav.open-menu .button.header__cta--mobile-menu {
      opacity: 1;
      -ms-transform: scale(1);
          transform: scale(1); }
  #mobile-nav.closed-menu {
    overflow-y: auto; }
  #mobile-nav li a {
    /*border-bottom: 1px solid $color__mobile-nav__border;*/
    display: block;
    padding: 12px 20%;
    position: relative;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 1.375rem;
    /* 9 */
    line-height: 1.36364;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #mobile-nav li a:hover, #mobile-nav li a.focus,
    #mobile-nav li a:hover + .arrow,
    #mobile-nav li a.focus + .arrow {
      color: #000000; }
    @media (max-width: 480px) {
      #mobile-nav li a {
        padding: 12px 5%; } }
  #mobile-nav .arrow {
    pointer-events: none;
    display: block;
    position: absolute;
    top: 4px;
    right: 20%;
    height: 40px;
    width: 40px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #mobile-nav .arrow.open {
      transform: rotateX(180deg); }
    #mobile-nav .arrow:hover, #mobile-nav .arrow.focus {
      /*color: $color__blue-picton;*/ }
    @media (max-width: 480px) {
      #mobile-nav .arrow {
        right: 5%; } }

.menu-mobile-menu-container {
  margin-bottom: 50px; }

/* Small menu. */
@media (min-width: 769px) {
  #mobile-nav.closed-menu:not(.active) {
    display: none; } }

@media (max-width: 768px) {
  #mobile-nav.closed-menu:not(.active) {
    animation: menu-close 300ms ease-in normal;
    animation-fill-mode: forwards; } }

@media (min-width: 769px) {
  #upper-nav.toggled #mobile-nav {
    display: none; } }

@media (max-width: 768px) {
  #upper-nav.toggled #mobile-nav {
    display: block;
    animation: menu-open 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) normal;
    animation-fill-mode: forwards; } }

@keyframes menu-open {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, -1px);
    z-index: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, -1px);
    z-index: 9998; } }

@keyframes menu-close {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, -1px);
    z-index: 9998; }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, -1px);
    z-index: 0; } }

/* Menu Toggle functionality */
#menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  display: none;
  cursor: pointer;
  width: 28px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0; }
  @media (max-width: 768px) {
    #menu-toggle {
      display: block; } }
  #menu-toggle:focus {
    outline: none; }
  #menu-toggle .line {
    display: block;
    background: #FFFFFF;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s; }
    #menu-toggle .line.line-top {
      top: 0;
      width: 28px; }
    #menu-toggle .line.line-middle {
      top: 50%; }
    #menu-toggle .line.line-bottom {
      top: 100%;
      width: 28px; }
  #menu-toggle:hover .line-top,
  #menu-toggle:hover .line-bottom, #menu-toggle:focus .line-top,
  #menu-toggle:focus .line-bottom {
    width: 28px; }
  #menu-toggle:hover .line-middle, #menu-toggle:focus .line-middle {
    width: 28px; }
  #menu-toggle.closed-burger .line-top {
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
    width: 28px; }
  #menu-toggle.closed-burger .line-middle {
    opacity: 0; }
  #menu-toggle.closed-burger .line-bottom {
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
    width: 28px; }

/**
* Mobile header elements
**/
/* Mobile logo */
.header__logo--mobile {
  display: none; }
  @media (max-width: 768px) {
    .header__logo--mobile {
      display: block;
      height: auto;
      width: 90px;
      position: absolute;
      top: 6px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

/* Mobile cta */
#mobile-nav .button {
  display: block;
  margin: 14px auto;
  max-width: none;
  width: 60%;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 1.375rem;
  /* 9 */
  line-height: 1.36364;
  font-weight: 600;
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), width 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (max-width: 480px) {
    #mobile-nav .button {
      width: 90%; } }

.footer {
  background-color: #B9131A;
  padding: 30px 0; }
  .footer p {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 0.8125rem;
    /* 9 */
    line-height: 1.61538;
    color: #FFFFFF; }
  .footer a {
    text-decoration: none;
    color: #781822;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 0.8125rem;
    /* 9 */
    line-height: 1.61538;
    font-weight: 700;
    text-transform: uppercase; }
  .footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 920px) {
      .footer__wrapper {
        display: block; } }
  .footer__column {
    -ms-flex: 0 0 28%;
        flex: 0 0 28%;
    padding: 0 2%;
    text-align: center; }
    @media (max-width: 920px) {
      .footer__column {
        max-width: 500px;
        margin: 0 auto; }
        .footer__column:last-of-type {
          margin-bottom: 0; } }
    .footer__column--center {
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
      padding: 0; }
    @media (min-width: 921px) {
      .footer__column > :first-child {
        margin-top: 0; }
      .footer__column > :last-child {
        margin-bottom: 0; } }
  .footer__separator {
    margin: 20px auto;
    display: block;
    max-width: 100%;
    pointer-events: none; }
  .footer__logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 48px auto;
    pointer-events: none; }
  .footer__email {
    font-weight: 700;
    text-transform: uppercase; }
    .footer__email a {
      color: #FFFFFF; }
  .footer__address {
    text-transform: uppercase; }
  .footer .footer__copyright {
    font-weight: 700;
    color: #781822;
    text-transform: uppercase; }
    @media (max-width: 920px) {
      .footer .footer__copyright--desktop {
        display: none; } }
    .footer .footer__copyright--mobile {
      display: none; }
      @media (max-width: 920px) {
        .footer .footer__copyright--mobile {
          display: block; } }
  .footer .footer__social {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 60px 0; }
    @media (max-width: 920px) {
      .footer .footer__social {
        margin: 30px 0 30px 0; } }
    .footer .footer__social p {
      max-width: 180px;
      margin: 0 auto 13px auto; }
  .footer .footer__socialLink {
    display: inline-block;
    color: #FFFFFF;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 32px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
    background: rgba(120, 24, 34, 0.5);
    height: 75px;
    width: 75px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: transform ease-out 0.1s, background 0.2s; }
    .footer .footer__socialLink .fa {
      color: inherit; }
    .footer .footer__socialLink::after {
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      content: '';
      box-sizing: content-box;
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
      opacity: 0;
      -ms-transform: scale(0.9);
          transform: scale(0.9); }
    .footer .footer__socialLink:hover {
      background: rgba(120, 24, 34, 0.3);
      -ms-transform: scale(0.93);
          transform: scale(0.93); }
      .footer .footer__socialLink:hover::after {
        animation: sonarEffect 1.3s ease-out 75ms; }
    .footer .footer__socialLink .fa {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .footer .footer__socialLink + .footer__socialLink {
    margin-left: 27px; }
  .footer .footer__phone {
    font-weight: 700;
    text-transform: uppercase; }
    .footer .footer__phone a {
      color: #FFFFFF; }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(120, 24, 34, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(120, 24, 34, 0.5), 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }

.error-404 {
  padding: 12% 0;
  text-align: center; }
  .error-404 .page-content {
    margin-bottom: 30px; }

.homeHero {
  background-color: #FFFFFF; }
  .homeHero img {
    width: 100%;
    height: auto;
    pointer-events: none;
    display: block; }
  .homeHero video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

.homeChuckDescription {
  overflow: hidden;
  position: relative; }
  .homeChuckDescription__bg {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    pointer-events: none; }
  .homeChuckDescription__wrapper {
    padding: 98px 0;
    position: relative;
    overflow: visible; }
    @media (max-width: 920px) {
      .homeChuckDescription__wrapper {
        padding: 98px 0 0 0; } }
    @media (max-width: 768px) {
      .homeChuckDescription__wrapper {
        padding: 50px 0 0 0; } }
  .homeChuckDescription__chuck {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    width: 347px;
    max-width: 100%; }
    .homeChuckDescription__chuck--mobile {
      display: none;
      position: relative;
      right: auto;
      bottom: 0;
      width: auto;
      max-width: 400px; }
      @media (max-width: 560px) {
        .homeChuckDescription__chuck--mobile {
          max-width: 100%; } }
    @media (max-width: 920px) {
      .homeChuckDescription__chuck {
        display: none; }
        .homeChuckDescription__chuck--mobile {
          display: block; } }
  .homeChuckDescription__inner {
    position: relative;
    max-width: 800px; }
  .homeChuckDescription__heading {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 48px;
    /* 9 */
    font-size: 3rem;
    /* 9 */
    line-height: 1.20833;
    font-weight: 700;
    color: #B9131A;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0; }
    @media (max-width: 640px) {
      .homeChuckDescription__heading {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 32px;
        /* 9 */
        font-size: 2rem;
        /* 9 */ } }
    .homeChuckDescription__heading span {
      display: block;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 144px;
      /* 9 */
      font-size: 9rem;
      /* 9 */
      line-height: 1.2;
      letter-spacing: 14px;
      margin-left: -9px; }
      @media (max-width: 920px) {
        .homeChuckDescription__heading span {
          margin-left: 0;
          font-size: 15vw; } }
  .homeChuckDescription__separator {
    margin-bottom: 31px;
    display: block;
    max-width: 100%;
    pointer-events: none; }
    @media (max-width: 480px) {
      .homeChuckDescription__separator {
        margin: 15px 0 31px 0; } }
  .homeChuckDescription__subheading {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 2.25rem;
    /* 9 */
    line-height: 1.22222;
    font-weight: 700;
    color: #76A7BD;
    letter-spacing: 5px;
    margin: 0 0 24px 0; }
    @media (max-width: 640px) {
      .homeChuckDescription__subheading {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 28px;
        /* 9 */
        font-size: 1.75rem;
        /* 9 */ } }
    .homeChuckDescription__subheading sup {
      vertical-align: baseline;
      position: relative;
      top: -1em;
      font-size: 18px; }
  .homeChuckDescription__description {
    max-width: 483px;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 2;
    font-weight: 400;
    color: #343434; }

.homeWaterDescription {
  position: relative;
  padding: 107px 0;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 921px) {
    .homeWaterDescription {
      margin: -50px 0 -50px 0; } }
  @media (max-width: 480px) {
    .homeWaterDescription {
      padding: 50px 0; } }
  .homeWaterDescription__background {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%; }
    @media (min-width: 921px) {
      .homeWaterDescription__background {
        border-radius: 150% 150% 150% 150%/50% 50% 50% 50%;
        width: 120%; } }
  .homeWaterDescription__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 920px) {
      .homeWaterDescription__wrapper {
        display: block; } }
  .homeWaterDescription__titleWrapper {
    text-align: center;
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    padding: 20px 0; }
    @media (max-width: 920px) {
      .homeWaterDescription__titleWrapper {
        padding-bottom: 40px; } }
  .homeWaterDescription__logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: -170px auto 0 auto;
    pointer-events: none; }
    @media (max-width: 1200px) {
      .homeWaterDescription__logo {
        margin: -40% auto 0 auto; } }
    @media (max-width: 920px) {
      .homeWaterDescription__logo {
        margin: -170px auto 0 auto; } }
    @media (max-width: 768px) {
      .homeWaterDescription__logo {
        margin: -140px auto 0 auto; } }
    @media (max-width: 640px) {
      .homeWaterDescription__logo {
        margin: -120px auto 0 auto; } }
    @media (max-width: 480px) {
      .homeWaterDescription__logo {
        margin: 0 auto; } }
  .homeWaterDescription__title {
    position: relative;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */
    line-height: 1.2;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); }
    .homeWaterDescription__title--1, .homeWaterDescription__title--2, .homeWaterDescription__title--3 {
      display: block; }
    .homeWaterDescription__title--2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 48px;
      /* 9 */
      font-size: 3rem;
      /* 9 */
      letter-spacing: 3px; }
      @media (max-width: 1200px) {
        .homeWaterDescription__title--2 {
          font-size: 4vw;
          line-height: 1; } }
      @media (max-width: 920px) {
        .homeWaterDescription__title--2 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 48px;
          /* 9 */
          font-size: 3rem;
          /* 9 */
          font-size: 7vw; } }
      @media (max-width: 640px) {
        .homeWaterDescription__title--2 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 35px;
          /* 9 */
          font-size: 2.1875rem;
          /* 9 */ } }
    .homeWaterDescription__title--3 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 100px;
      /* 9 */
      font-size: 6.25rem;
      /* 9 */
      letter-spacing: 15px;
      line-height: 0.8; }
      @media (max-width: 1200px) {
        .homeWaterDescription__title--3 {
          font-size: 7vw;
          line-height: 1; } }
      @media (max-width: 920px) {
        .homeWaterDescription__title--3 {
          font-size: 14vw;
          line-height: 0.8; } }
      @media (max-width: 640px) {
        .homeWaterDescription__title--3 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 55px;
          /* 9 */
          font-size: 3.4375rem;
          /* 9 */
          line-height: 0.9; } }
  .homeWaterDescription__main {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    border-radius: 10px;
    background: rgba(52, 52, 52, 0.77);
    overflow: hidden; }
  .homeWaterDescription__heading {
    padding: 25px 21px;
    background: rgba(171, 0, 18, 0.8);
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 1.5;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0; }
  .homeWaterDescription__description {
    padding: 20px 25px;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 2;
    color: #FFFFFF; }
    .homeWaterDescription__description > :first-child {
      margin-top: 0; }
    .homeWaterDescription__description > :last-child {
      margin-bottom: 0; }

.homeDifferenceCarousel {
  background-color: #FFFFFF;
  position: relative;
  padding: 150px 0 56px 0;
  overflow: hidden; }
  @media (max-width: 920px) {
    .homeDifferenceCarousel {
      padding: 50px 0; } }
  .homeDifferenceCarousel__bg {
    position: absolute;
    display: block;
    bottom: 30%;
    width: 100%;
    pointer-events: none; }
    @media (max-width: 768px) {
      .homeDifferenceCarousel__bg {
        bottom: auto;
        top: -5%; } }
  .homeDifferenceCarousel__wrapper {
    position: relative;
    overflow: visible;
    max-width: 1394px; }
    @media (max-width: 920px) {
      .homeDifferenceCarousel__wrapper {
        width: 100%; } }
  @media (min-width: 921px) {
    .homeDifferenceCarousel__carousel {
      padding: 0 77px; } }
  @media (max-width: 920px) {
    .homeDifferenceCarousel__carousel {
      padding: 0 20px; } }
  .homeDifferenceCarousel .owl-thumbs {
    margin-top: 44px;
    text-align: right; }
    @media (max-width: 768px) {
      .homeDifferenceCarousel .owl-thumbs {
        text-align: center; } }
  .homeDifferenceCarousel .owl-thumb-item + .owl-thumb-item {
    margin-left: 40px; }
    @media (max-width: 920px) {
      .homeDifferenceCarousel .owl-thumb-item + .owl-thumb-item {
        margin-left: 15px; } }
    @media (max-width: 768px) {
      .homeDifferenceCarousel .owl-thumb-item + .owl-thumb-item {
        margin: 0; } }
  .homeDifferenceCarousel .owl-prev, .homeDifferenceCarousel .owl-next {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .homeDifferenceCarousel .owl-prev .homeDifferenceCarousel__arrow, .homeDifferenceCarousel .owl-next .homeDifferenceCarousel__arrow {
      display: block;
      width: 40px;
      height: 40px; }
      @media (max-width: 768px) {
        .homeDifferenceCarousel .owl-prev .homeDifferenceCarousel__arrow, .homeDifferenceCarousel .owl-next .homeDifferenceCarousel__arrow {
          width: 20px;
          height: 20px; } }
    @media (max-width: 768px) {
      .homeDifferenceCarousel .owl-prev, .homeDifferenceCarousel .owl-next {
        top: 20%;
        -ms-transform: translateY(-20%);
            transform: translateY(-20%); } }
  .homeDifferenceCarousel .owl-prev {
    left: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    border-top: 2px solid #b8131a;
    border-left: 2px solid #b8131a; }
    @media (max-width: 920px) {
      .homeDifferenceCarousel .owl-prev {
        left: 8px; } }
  .homeDifferenceCarousel .owl-next {
    right: 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-top: 2px solid #b8131a;
    border-right: 2px solid #b8131a; }
    @media (max-width: 920px) {
      .homeDifferenceCarousel .owl-next {
        right: 8px; } }
  .homeDifferenceCarousel .owl-thumb-item {
    filter: grayscale(1);
    opacity: 0.6;
    transition: filter 260ms ease; }
  .homeDifferenceCarousel .owl-thumb-item.active {
    filter: grayscale(0);
    opacity: 1; }

.homeDifferenceCarouselItem.homeDifferenceCarouselItem img {
  width: auto; }

.homeDifferenceCarouselItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 768px) {
    .homeDifferenceCarouselItem {
      display: block;
      text-align: center; } }
  .homeDifferenceCarouselItem__column {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%; }
    .homeDifferenceCarouselItem__column--image {
      padding: 20px; }
      @media (max-width: 768px) {
        .homeDifferenceCarouselItem__column--image {
          padding: 20px; } }
    @media (max-width: 768px) {
      .homeDifferenceCarouselItem__column {
        margin-bottom: 40px; }
        .homeDifferenceCarouselItem__column:last-of-type {
          margin-bottom: 0; } }
  .homeDifferenceCarouselItem__image {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    box-shadow: 10px 10px 20px rgba(52, 52, 52, 0.2);
    border-radius: 50%; }
    @media (max-width: 768px) {
      .homeDifferenceCarouselItem__image {
        margin: 0 auto; } }
  .homeDifferenceCarouselItem__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 64px;
    /* 9 */
    font-size: 4rem;
    /* 9 */
    line-height: 1.21875;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #AB0012;
    margin: 0 0 31px 0; }
    @media (max-width: 1200px) {
      .homeDifferenceCarouselItem__title {
        font-size: 5vw; } }
    @media (max-width: 768px) {
      .homeDifferenceCarouselItem__title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 36px;
        /* 9 */
        font-size: 2.25rem;
        /* 9 */ } }
  .homeDifferenceCarouselItem .homeDifferenceCarouselItem__icon {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 25px 0;
    pointer-events: none; }
    @media (max-width: 768px) {
      .homeDifferenceCarouselItem .homeDifferenceCarouselItem__icon {
        margin: 0 auto 25px auto; } }
  .homeDifferenceCarouselItem__subtitle {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 1.875rem;
    /* 9 */
    line-height: 1.23333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #343434;
    margin: 0 0 20px 0; }
  .homeDifferenceCarouselItem__description {
    color: #777777;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 2;
    max-width: 484px;
    margin: 0; }
    @media (max-width: 768px) {
      .homeDifferenceCarouselItem__description {
        margin: 0 auto; } }
    .homeDifferenceCarouselItem__description > :first-child {
      margin-top: 0; }
    .homeDifferenceCarouselItem__description > :last-child {
      margin-bottom: 0; }

.homeCompanySize {
  position: relative;
  overflow: hidden; }
  .homeCompanySize::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30%;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  .homeCompanySize::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
    background-image: linear-gradient(0, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  .homeCompanySize__video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .homeCompanySize__wrapper {
    position: relative;
    padding: 200px 0 286px 0;
    text-align: center;
    max-width: 614px;
    z-index: 1; }
  .homeCompanySize__separator {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    pointer-events: none; }
  .homeCompanySize__logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
    pointer-events: none; }
  .homeCompanySize__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 2.25rem;
    /* 9 */
    line-height: 1.22222;
    font-weight: 700;
    color: #B9131A;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 0 22px 0; }
    @media (max-width: 640px) {
      .homeCompanySize__title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 26px;
        /* 9 */
        font-size: 1.625rem;
        /* 9 */ } }
  .homeCompanySize__description {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 2;
    margin: 0 auto 24px auto;
    color: #343434;
    max-width: 525px; }
    .homeCompanySize__description > :first-child {
      margin-top: 0; }
    .homeCompanySize__description > :last-child {
      margin-bottom: 0; }

.homeComparisonCarousel {
  padding: 118px 0 83px 0; }
  @media (max-width: 920px) {
    .homeComparisonCarousel {
      padding: 50px 0; } }
  .homeComparisonCarousel__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: center; }
    @media (max-width: 920px) {
      .homeComparisonCarousel__wrapper {
        display: block; } }
  .homeComparisonCarousel__column {
    -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    overflow-x: hidden; }
  .homeComparisonCarousel__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 2.25rem;
    /* 9 */
    line-height: 1.22222;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #343434;
    letter-spacing: 5px; }
    @media (max-width: 1100px) {
      .homeComparisonCarousel__title {
        font-size: 3.3vw; } }
    @media (max-width: 920px) {
      .homeComparisonCarousel__title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 28px;
        /* 9 */
        font-size: 1.75rem;
        /* 9 */ } }
    .homeComparisonCarousel__title span {
      display: block;
      margin: 0 auto;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 140px;
      /* 9 */
      font-size: 8.75rem;
      /* 9 */
      letter-spacing: 19px;
      line-height: 1;
      color: #B9131A; }
      @media (max-width: 1100px) {
        .homeComparisonCarousel__title span {
          font-size: 12vw; } }
      @media (max-width: 920px) {
        .homeComparisonCarousel__title span {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 100px;
          /* 9 */
          font-size: 6.25rem;
          /* 9 */ } }
      @media (max-width: 480px) {
        .homeComparisonCarousel__title span {
          font-size: 20vw; } }
  .homeComparisonCarousel__separator {
    display: block;
    max-width: 481px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 920px) {
      .homeComparisonCarousel__separator {
        margin: 30px auto 40px auto; } }
  .homeComparisonCarousel__disclaimer {
    max-width: 371px;
    width: 100%;
    margin: 0 auto 13px auto;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 2;
    font-weight: 700;
    color: #8E8E8E; }
  .homeComparisonCarousel__carousel {
    position: relative;
    max-width: 480px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .homeComparisonCarousel__carousel {
        padding: 0 20px; } }
  .homeComparisonCarousel .owl-prev, .homeComparisonCarousel .owl-next {
    position: absolute;
    top: 31.5%;
    -ms-transform: translateY(-31.5%);
        transform: translateY(-31.5%); }
    @media (max-width: 640px) {
      .homeComparisonCarousel .owl-prev, .homeComparisonCarousel .owl-next {
        top: 24.5%;
        -ms-transform: translateY(-24.5%);
            transform: translateY(-24.5%); } }
    .homeComparisonCarousel .owl-prev .homeComparisonCarousel__arrow, .homeComparisonCarousel .owl-next .homeComparisonCarousel__arrow {
      display: block;
      width: 18px;
      height: 18px; }
  .homeComparisonCarousel .owl-prev {
    left: 5px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    border-top: 2px solid #b8131a;
    border-left: 2px solid #b8131a; }
  .homeComparisonCarousel .owl-next {
    right: 5px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    border-top: 2px solid #b8131a;
    border-right: 2px solid #b8131a; }

.homeComparisonCarouselItem {
  /*&__percentage {
    display: block;
    margin: 0 auto 36px auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background-color: $color__red-candyapple;
    position: relative;
    @include c_breakpoint(ours) {
      width: 180px;
      height: 180px;
    }
    span {
      position: absolute;
      top: 50%;
      left: 50%;
      @include font($font__montserrat, 62px, 62px, 400);
      color: $color__white;
      transform: translate(-50%, -50%);
      @include c_breakpoint(ours) {
        @include rem(font-size, 42px);
      }
    }

  }*/ }
  .homeComparisonCarouselItem .box {
    height: 280px;
    width: 280px;
    position: relative;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #B9131A;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
    @media (max-width: 640px) {
      .homeComparisonCarouselItem .box {
        width: 180px;
        height: 180px; } }
    .homeComparisonCarouselItem .box .percent {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #fff;
      font-size: 42px; }
      @media (max-width: 640px) {
        .homeComparisonCarouselItem .box .percent {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 32px;
          /* 9 */
          font-size: 2rem;
          /* 9 */ } }
    .homeComparisonCarouselItem .box .water {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
      background: #A5D4E4; }
      .homeComparisonCarouselItem .box .water_wave {
        width: 200%;
        position: absolute;
        bottom: 100%; }
        .homeComparisonCarouselItem .box .water_wave_back {
          right: 0;
          fill: #76A7BD;
          animation: wave-back 1.4s infinite linear; }
        .homeComparisonCarouselItem .box .water_wave_front {
          left: 0;
          fill: #A5D4E4;
          margin-bottom: -1px;
          animation: wave-front .7s infinite linear; }

@keyframes wave-front {
  100% {
    transform: translate(-50%, 0); } }

@keyframes wave-back {
  100% {
    transform: translate(50%, 0); } }
  .homeComparisonCarouselItem__text {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 1.875rem;
    /* 9 */
    line-height: 1.23333;
    font-weight: 700;
    color: #343434;
    max-width: 484px;
    margin: 0 auto; }
    @media (max-width: 640px) {
      .homeComparisonCarouselItem__text {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 24px;
        /* 9 */
        font-size: 1.5rem;
        /* 9 */ } }

.homeFacts {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*flex-direction: row;*/ }
  @media (max-width: 920px) {
    .homeFacts {
      display: block; } }

.homeFact {
  -ms-flex-positive: 2;
      flex-grow: 2;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: flex-grow 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, -ms-flex-positive 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  padding: 8% 5%;
  min-height: 400px;
  position: relative;
  text-align: center; }
  .homeFact:hover {
    -ms-flex-positive: 3;
        flex-grow: 3; }
  .homeFact:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0;
    transition: opacity 0.4s ease-in-out; }
  .homeFact:hover:after {
    opacity: 0.65;
    transition-delay: 0.6s; }
  @media (max-width: 1024px) {
    .homeFact {
      padding: 8% 2%; } }
  @media (max-width: 920px) {
    .homeFact {
      padding: 60px 40px;
      min-height: 0; }
      .homeFact:last-of-type {
        margin-bottom: 0; } }
  .homeFact__background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .homeFact__content {
    position: relative;
    z-index: 2;
    /*margin: auto;
    max-width: 300px;*/ }
  .homeFact__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 2.25rem;
    /* 9 */
    line-height: 1.22222;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    margin: 0; }
    @media (max-width: 920px) {
      .homeFact__title {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 640px) {
      .homeFact__title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 32px;
        /* 9 */
        font-size: 2rem;
        /* 9 */ } }
  .homeFact__separator {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    pointer-events: none; }
  .homeFact__description {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 2;
    color: #FFFFFF;
    max-width: 330px;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      .homeFact__description {
        max-width: 256px; } }
    @media (max-width: 1024px) {
      .homeFact__description {
        max-width: 240px; } }
    @media (max-width: 920px) {
      .homeFact__description {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto; } }
    .homeFact__description > :first-child {
      margin-top: 0; }
    .homeFact__description > :last-child {
      margin-bottom: 0; }

.homeFactTicker {
  padding: 130px 0;
  overflow: hidden;
  background: linear-gradient(180deg, white 0%, rgba(166, 213, 228, 0.612482) 100%);
  position: relative; }
  .homeFactTicker__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: visible;
    position: relative; }
    @media (max-width: 1024px) {
      .homeFactTicker__wrapper {
        display: block; } }
    @media (max-width: 768px) {
      .homeFactTicker__wrapper {
        padding: 0; } }
  .homeFactTicker__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    margin-bottom: 30px; }
    .homeFactTicker__header span {
      font-family: "Montserrat", sans-serif;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 1.25rem;
      /* 9 */
      line-height: 1;
      font-weight: 600;
      color: #BA131C;
      padding: 0 20px;
      letter-spacing: .2rem;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 768px) {
        .homeFactTicker__header span {
          font-size: 16px; } }
  .homeFactTicker__factContainer {
    position: relative;
    width: 100%;
    min-height: 80px; }
  .homeFactTicker__fact {
    position: absolute;
    opacity: 0;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    visibility: hidden;
    text-align: center;
    max-width: 900px;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 1.875rem;
    /* 9 */
    line-height: 1.23333;
    font-weight: 700;
    color: #343434;
    line-height: 37px;
    transition: opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media (max-width: 768px) {
      .homeFactTicker__fact {
        font-size: 24px; } }
  .homeFactTicker__kick {
    position: absolute;
    right: 60px;
    bottom: 0; }
    @media (max-width: 768px) {
      .homeFactTicker__kick {
        right: 5px;
        opacity: 0.7; } }

.homeFactTicker__fact.active {
  opacity: 1;
  visibility: visible; }

.homeSocialFeed {
  padding: 81px 0 89px 0;
  overflow: hidden;
  background: radial-gradient(circle, #FFFFFF 0%, #C7E4F1 100%); }
  .homeSocialFeed__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    overflow: visible; }
    @media (max-width: 1024px) {
      .homeSocialFeed__wrapper {
        display: block; } }
    @media (max-width: 768px) {
      .homeSocialFeed__wrapper {
        padding: 0; } }
  .homeSocialFeed__column {
    position: relative; }
    .homeSocialFeed__column--text {
      padding-left: 200px;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }
      @media (max-width: 1024px) {
        .homeSocialFeed__column--text {
          margin-bottom: 60px; } }
      @media (max-width: 768px) {
        .homeSocialFeed__column--text {
          padding-left: 0;
          text-align: center; } }
    .homeSocialFeed__column--feed {
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
      padding-left: 5%; }
      @media (max-width: 1024px) {
        .homeSocialFeed__column--feed {
          text-align: center; } }
      @media (max-width: 768px) {
        .homeSocialFeed__column--feed {
          padding-left: 0; } }
  @media (max-width: 768px) {
    .homeSocialFeed__imageContainer {
      position: relative;
      text-align: center;
      margin-bottom: 30px; } }
  .homeSocialFeed__image {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    max-width: 100%;
    height: auto;
    pointer-events: none;
    display: block; }
    @media (max-width: 768px) {
      .homeSocialFeed__image {
        position: relative;
        top: auto;
        -ms-transform: none;
            transform: none;
        margin: 0 auto; }
        .homeSocialFeed__image--bg {
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .homeSocialFeed__title {
    position: relative;
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    line-height: 2;
    font-weight: 700;
    color: #343434;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 640px) {
      .homeSocialFeed__title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 20px;
        /* 9 */
        font-size: 1.25rem;
        /* 9 */ } }

.contact {
  background-color: #FFFFFF;
  padding-bottom: 118px;
  font-family: "Montserrat", sans-serif;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  line-height: 2;
  font-weight: 400; }
  .contact__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1090px; }
    @media (max-width: 1024px) {
      .contact__wrapper {
        display: block; } }
  @media (max-width: 1024px) {
    .contact__column {
      margin-bottom: 40px; }
      .contact__column:last-of-type {
        margin-bottom: 0; } }
  .contact__column--small {
    -ms-flex: 0 0 calc(100% - 724px);
        flex: 0 0 calc(100% - 724px); }
  .contact__column--large {
    -ms-flex: 0 0 724px;
        flex: 0 0 724px; }

.contactInfo {
  margin-bottom: 30px; }
  .contactInfo:last-of-type {
    margin-bottom: 0; }
  .contactInfo__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 2;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    color: #AB0012; }
  .contactInfo__text {
    margin: 0;
    color: #343434; }
    .contactInfo__text > :first-child {
      margin-top: 0; }
    .contactInfo__text > :last-child {
      margin-bottom: 0; }
  .contactInfo a {
    text-decoration: none;
    color: #76A7BD; }
  .contactInfo--nolinkcolor a {
    color: #343434; }

.blog__wrapper {
  padding: 0 0 100px 0; }

.blog__layout {
  margin: 0 auto; }
  @media (max-width: 380px) {
    .blog__layout[style] {
      width: 100% !important; } }

.blogItem--sizer {
  width: 342px; }

.blogItem {
  border: 1px solid #e3e3e3;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  max-width: 342px; }
  .blogItem__content {
    padding: 20px; }
  .blogItem__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 1.28571;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px 0; }
    .blogItem__title a {
      color: #2e2e2e;
      text-decoration: none;
      transition: all .15s ease-in-out; }
      .blogItem__title a:hover {
        color: #b9131a; }
  .blogItem__date {
    color: #999999;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 11px;
    /* 9 */
    font-size: 0.6875rem;
    /* 9 */
    font-style: italic;
    margin: 0 0 10px 0; }
  .blogItem__excerpt {
    color: #777777;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 1.6;
    margin: 0; }
    .blogItem__excerpt > :first-child {
      margin-top: 0; }
    .blogItem__excerpt > :last-child {
      margin-bottom: 0; }
  .blogItem__footer {
    border-top: 1px solid #e3e3e3;
    width: 100%;
    padding: 15px 20px; }
    .blogItem__footer::after {
      clear: both;
      content: "";
      display: table; }
  .blogItem__readmore {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 0.75rem;
    /* 9 */
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    color: #2e2e2e;
    float: left; }
    .blogItem__readmore span {
      display: inline-block;
      vertical-align: middle; }
    .blogItem__readmore span.fa {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 8px;
      /* 9 */
      font-size: 0.5rem;
      /* 9 */
      margin-right: 2px; }
  .blogItem__like {
    color: #898989;
    text-decoration: none;
    float: right; }
    .blogItem__like span.fa {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16px;
      /* 9 */
      font-size: 1rem;
      /* 9 */ }
    .blogItem__like span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1; }
  .blogItem__likecount {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 11px;
    /* 9 */
    font-size: 0.6875rem;
    /* 9 */ }

/*
 *
 * Store Locator styles
 *
 */
.buyNow__main {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .buyNow__main h1 {
    margin-bottom: 2rem;
    color: #B9131A;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase; }

.buy-now__find-cforce__retailers {
  padding: 40px 0;
  text-align: center; }
  .buy-now__find-cforce__retailers img {
    display: inline-block;
    width: calc(100%/4 - 80px);
    margin: 20px; }
    @media screen and (max-width: 920px) {
      .buy-now__find-cforce__retailers img {
        width: calc(100%/3 - 10px); } }
    @media screen and (max-width: 480px) {
      .buy-now__find-cforce__retailers img {
        width: calc(100%/2 - 10px); } }

.buy-now__amazon {
  background-color: #EFEFEF;
  margin-left: calc(550px - 50vw);
  margin-right: calc(550px - 50vw);
  padding: 40px 20px;
  text-align: center; }
  @media screen and (max-width: 1140px) {
    .buy-now__amazon {
      margin-left: -20px;
      margin-right: -20px; } }
  .buy-now__amazon .container {
    max-width: 1100px;
    margin: auto; }
  .buy-now__amazon p {
    margin-top: 0;
    color: #B9131A;
    font-size: 20px;
    font-weight: 600; }
  .buy-now__amazon img {
    display: block;
    margin: 0 auto 30px;
    max-width: 200px; }
  .buy-now__amazon .buy-now__amazon__cta {
    background-color: #B9131A;
    border-radius: 5px;
    display: inline-block;
    padding: 20px 40px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow 260ms ease-out; }
    .buy-now__amazon .buy-now__amazon__cta:hover {
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.3); }

.buy-now__newProducts {
  text-align: center; }
  .buy-now__newProducts img {
    padding-bottom: 30px;
    width: 50%; }

/**
 *
 * Woocommerce Pages
 *
**/
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="range"],
.woocommerce input[type="date"],
.woocommerce input[type="month"],
.woocommerce input[type="week"],
.woocommerce input[type="time"],
.woocommerce input[type="datetime"],
.woocommerce input[type="datetime-local"],
.woocommerce input[type="color"],
.woocommerce textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  .woocommerce input[type="text"]:focus,
  .woocommerce input[type="email"]:focus,
  .woocommerce input[type="url"]:focus,
  .woocommerce input[type="password"]:focus,
  .woocommerce input[type="search"]:focus,
  .woocommerce input[type="number"]:focus,
  .woocommerce input[type="tel"]:focus,
  .woocommerce input[type="range"]:focus,
  .woocommerce input[type="date"]:focus,
  .woocommerce input[type="month"]:focus,
  .woocommerce input[type="week"]:focus,
  .woocommerce input[type="time"]:focus,
  .woocommerce input[type="datetime"]:focus,
  .woocommerce input[type="datetime-local"]:focus,
  .woocommerce input[type="color"]:focus,
  .woocommerce textarea:focus {
    color: #111; }

.woocommerce select {
  border: 1px solid #ccc; }

.woocommerce textarea {
  width: 100%; }

/**
 * Header Cart
**/
.shop__header-cart {
  background-color: black; }

.site-header-cart {
  list-style: none;
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 290px; }
  @media (max-width: 480px) {
    .site-header-cart {
      max-width: none; } }
  .site-header-cart:hover .woocommerce.widget_shopping_cart {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    transition-delay: 0s, 0s, 0s, 0s; }
  .site-header-cart::after {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 4px;
    top: 18px;
    color: #F1984C;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */ }
  .site-header-cart .cart-contents {
    display: block;
    padding: 20px 0;
    color: white;
    text-decoration: none; }
    .site-header-cart .cart-contents .amount {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 700; }
  .site-header-cart .woocommerce.widget_shopping_cart {
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    transition: max-height 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 100s, 0s, 0s, 0s; }

/* Breadcrumbs */
.woo__breadcrumbs {
  background-color: #9E1C11;
  padding: 18px 0; }
  .woo__breadcrumbs .woocommerce-breadcrumb {
    margin: 0;
    color: white;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */ }
    .woo__breadcrumbs .woocommerce-breadcrumb::before {
      content: "\f015";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      /*position: absolute;*/
      display: inline-block;
      /*left: 0;
      top: 0;*/
      margin-right: 10px;
      color: #FFC400;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */ }
    .woo__breadcrumbs .woocommerce-breadcrumb a {
      display: inline-block;
      color: #FFC400; }

/**
 * Main
**/
.shop__main-container {
  background-color: white; }

/* Product nav */
.shop__sorting {
  margin-bottom: 40px; }
  .shop__sorting::after {
    clear: both;
    content: "";
    display: table; }
  .shop__sorting .woocommerce-ordering {
    float: left;
    margin-right: 20px; }
  .shop__sorting .woocommerce-result-count {
    color: #777777;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */ }
  .shop__sorting nav.woocommerce-pagination {
    text-align: right; }
    .shop__sorting nav.woocommerce-pagination span.page-numbers,
    .shop__sorting nav.woocommerce-pagination a.page-numbers {
      background-color: #EEEEEE;
      padding: 0.5em 0.7em;
      color: #777777;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 700;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.125rem;
      /* 9 */ }
      .shop__sorting nav.woocommerce-pagination span.page-numbers.current,
      .shop__sorting nav.woocommerce-pagination a.page-numbers.current {
        background-color: #9E1C11;
        color: white; }
      .shop__sorting nav.woocommerce-pagination span.page-numbers.prev .fa, .shop__sorting nav.woocommerce-pagination span.page-numbers.next .fa,
      .shop__sorting nav.woocommerce-pagination a.page-numbers.prev .fa,
      .shop__sorting nav.woocommerce-pagination a.page-numbers.next .fa {
        font-size: 12px; }

.shop__main-container .container::after, .shop__header-cart .container::after {
  clear: both;
  content: "";
  display: table; }

.shop__main {
  background-color: white;
  float: left;
  margin-right: 4%;
  width: 70%;
  padding: 40px 0; }
  @media (max-width: 640px) {
    .shop__main {
      float: none;
      margin-right: auto;
      width: 100%; } }
  .shop__main .woocommerce-products-header__title {
    color: #D62E1B;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 2.25rem;
    /* 9 */
    text-transform: uppercase; }
  .woocommerce .shop__main ul.products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .woocommerce .shop__main ul.products li.product,
  .woocommerce-page .shop__main ul.products li.product {
    margin: 0 3.5% 2.992em 0;
    width: 31%;
    text-align: center;
    padding-bottom: 60px; }
    @media (max-width: 768px) {
      .woocommerce .shop__main ul.products li.product,
      .woocommerce-page .shop__main ul.products li.product {
        width: 48%;
        margin: 0 0 2.992em; } }
    @media (max-width: 480px) {
      .woocommerce .shop__main ul.products li.product,
      .woocommerce-page .shop__main ul.products li.product {
        float: none;
        width: 100%;
        margin: 0 0 2.992em; } }
    .woocommerce .shop__main ul.products li.product.last,
    .woocommerce-page .shop__main ul.products li.product.last {
      margin-right: 0; }
    .woocommerce .shop__main ul.products li.product .woocommerce-loop-product__title,
    .woocommerce-page .shop__main ul.products li.product .woocommerce-loop-product__title {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 700;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 24px;
      /* 9 */
      font-size: 1.5rem;
      /* 9 */
      line-height: 1.5;
      color: #AB0012; }
    .woocommerce .shop__main ul.products li.product .price,
    .woocommerce-page .shop__main ul.products li.product .price {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */
      color: #343434;
      margin-bottom: 20px; }
      .woocommerce .shop__main ul.products li.product .price ins,
      .woocommerce-page .shop__main ul.products li.product .price ins {
        text-decoration: none; }
    .woocommerce .shop__main ul.products li.product .button,
    .woocommerce-page .shop__main ul.products li.product .button {
      background-color: #9E1C11;
      margin-bottom: 12px;
      padding: 12px 20px;
      position: absolute;
      bottom: -12px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      color: white;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 700;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */
      text-align: center;
      text-transform: uppercase;
      transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      border-radius: 100px;
      padding: 20px 30px;
      outline: none; }
      .woocommerce .shop__main ul.products li.product .button:hover,
      .woocommerce-page .shop__main ul.products li.product .button:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3); }
    .woocommerce .shop__main ul.products li.product .added_to_cart,
    .woocommerce-page .shop__main ul.products li.product .added_to_cart {
      background-color: white;
      border: 3px solid #444444;
      border-radius: 4px;
      padding: 12px 20px;
      color: #444444;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 700;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 0.875rem;
      /* 9 */
      text-align: center;
      text-transform: uppercase;
      transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .woocommerce .shop__main ul.products li.product .added_to_cart:hover,
      .woocommerce-page .shop__main ul.products li.product .added_to_cart:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3); }

.shop__sidebar {
  float: left;
  width: 26%;
  padding-top: 60px; }
  @media (max-width: 640px) {
    .shop__sidebar {
      float: none;
      padding-top: 40px;
      width: 100%; } }
  .shop__sidebar .widget-title {
    color: #D62E1B;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
  .woocommerce .shop__sidebar .widget_shopping_cart .buttons .button {
    margin-bottom: 12px;
    padding: 16px 20px; }
  .shop__sidebar .product-categories {
    list-style: none;
    margin: 0;
    padding: 0; }
    .shop__sidebar .product-categories li {
      margin-bottom: 12px;
      color: #777777;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 0.8125rem;
      /* 9 */ }
      .shop__sidebar .product-categories li a {
        color: #777777;
        text-decoration: none; }

/**
 * Widgets
**/
.widget_product_search form input[type=submit],
.widget_search form input[type=submit] {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  top: 0;
  left: 0; }

.woocommerce .widget_shopping_cart .mini_cart_item .remove + a,
.woocommerce .widget_shopping_cart .mini_cart_item .quantity, .woocommerce.widget_shopping_cart .mini_cart_item .remove + a,
.woocommerce.widget_shopping_cart .mini_cart_item .quantity {
  color: #777777;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */ }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 8px 4px;
  color: #777777;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  text-align: center; }

.woocommerce .widget_shopping_cart .button, .woocommerce.widget_shopping_cart .button {
  background-color: #9E1C11;
  display: block;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  text-align: center;
  text-transform: uppercase;
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/**
 *
 * Woocommerce Single product
 *
**/
.woocommerce.single-product {
  /* variation dropdowns */
  /* clear options */
  /* Add to cart button */ }
  .woocommerce.single-product .product_title {
    color: #D62E1B;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */ }
  .woocommerce.single-product ins {
    text-decoration: none; }
  .woocommerce.single-product div.product p.price {
    color: #343434;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */ }
  .woocommerce.single-product .woocommerce-product-details__short-description {
    color: #777777;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    line-height: 2; }
    .woocommerce.single-product .woocommerce-product-details__short-description p {
      margin-bottom: 12px; }
  .woocommerce.single-product div.product table.variations td,
  .woocommerce.single-product div.product table.variations th {
    background-color: transparent;
    display: list-item;
    list-style: none;
    padding: 0; }
  .woocommerce.single-product div.product table.variations .value {
    margin-bottom: 1em; }
  .woocommerce.single-product a.reset_variations {
    color: #D62E1B;
    text-decoration: none; }
    .woocommerce.single-product a.reset_variations::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f021";
      margin-right: .5407911001em; }
  .woocommerce.single-product form.cart button.button.alt {
    background-color: #444444;
    display: block;
    float: right;
    padding: 14px 20px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    text-align: center;
    text-transform: uppercase;
    transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .woocommerce.single-product form.cart button.button.alt.disabled {
      background-color: #777777; }
  .woocommerce.single-product .quantity .qty {
    padding: 9px 20px;
    width: 5em; }
  .woocommerce.single-product .product_meta {
    color: #777777; }
    .woocommerce.single-product .product_meta > span {
      display: block; }
    .woocommerce.single-product .product_meta a {
      color: #777777; }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%; }
    @media (max-width: 768px) {
      .woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
        float: none;
        width: 100%; } }
  .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
    background-color: white;
    border: none;
    border-bottom: 1px solid #EEEEEE;
    display: block !important;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700; }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after {
      display: none; }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
      color: #9E1C11; }
      .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a::after {
        right: 0;
        opacity: 1; }
    .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
      display: block;
      padding-right: 1em;
      color: #777777;
      position: relative; }
      .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        display: block;
        position: absolute;
        top: 50%;
        right: -1em;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        opacity: 0;
        transition: all 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce.single-product .woocommerce-tabs {
    overflow: hidden; }
  .woocommerce.single-product .woocommerce-tabs .panel {
    width: 64.7058823529%;
    float: right;
    margin-right: 0;
    margin-top: 0; }
    @media (max-width: 768px) {
      .woocommerce.single-product .woocommerce-tabs .panel {
        float: none;
        width: 100%; } }
    .woocommerce.single-product .woocommerce-tabs .panel h2 {
      color: #D62E1B;
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 700;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.125rem;
      /* 9 */ }
    .woocommerce.single-product .woocommerce-tabs .panel p {
      color: #777777; }

.related.products h2 {
  color: #D62E1B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }

/**
 *
 * Woocommerce Cart/Checkout
 *
**/
.checkout__main-container {
  background-color: white;
  padding: 40px 0; }
  .checkout__main-container h1 {
    color: #D62E1B;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 36px;
    /* 9 */
    font-size: 2.25rem;
    /* 9 */ }

/**
 * Cart
**/
.woocommerce-cart-form thead {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700; }

.woocommerce-cart-form .product-name a {
  color: #777777;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  text-decoration: none; }

.woocommerce .woocommerce-cart-form input.button {
  background-color: #444444;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: background-color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce .woocommerce-cart-form input.button:disabled {
    color: white; }

.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: 110px;
  padding: 9px 6px; }

.woocommerce .cart_totals h2 {
  color: #D62E1B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }

.woocommerce .cart_totals .shop_table th {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700; }

.woocommerce .wc-proceed-to-checkout a.button {
  background-color: #D62E1B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */
  text-transform: uppercase;
  transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce .wc-proceed-to-checkout a.button:hover {
    background-color: #D62E1B;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3); }

/**
 * Checkout
**/
.woocommerce-checkout .woocommerce-info a {
  color: #9E1C11; }

.woocommerce-checkout .woocommerce-form-login label:not(.woocommerce-form__label-for-checkbox) {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700; }

.woocommerce-checkout .woocommerce-form-login input:not(.button) {
  padding: 12px; }

.woocommerce-checkout .woocommerce-form-login input.button {
  background-color: #444444;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700; }

.woocommerce-checkout .woocommerce-form-login .lost_password a {
  color: #9E1C11; }

.woocommerce-checkout .checkout_coupon input:not(.button) {
  padding: 12px; }

.woocommerce-checkout .checkout_coupon input.button {
  background-color: #444444;
  padding: 14px 20px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700; }

form.woocommerce-checkout h3 {
  color: #9E1C11;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */ }

form.woocommerce-checkout label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700; }

form.woocommerce-checkout input {
  padding: 12px; }

form.woocommerce-checkout .select2-container .select2-selection--single, form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px; }

form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #D62E1B;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */
  text-transform: uppercase;
  transition: box-shadow 260ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background-color: #D62E1B;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3); }

/**
 * CForce Modifications
 */
.woocommerce #coupon_code#coupon_code {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  padding: 8px 6px; }

.shop__sorting.shop__sorting .woocommerce-result-count {
  line-height: 1.8; }

.woocommerce .woocommerce-products-header {
  display: none; }

.woocommerce .dots__image {
  max-width: 279px; }

.woocommerce .heroUpper {
  padding: 200px 0 259px; }

.woocommerce.single-product.woocommerce.single-product.woocommerce.single-product .single_add_to_cart_button {
  background-color: #B9131A;
  border-radius: 100px;
  color: #FFFFFF;
  font-weight: 400;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */
  padding: 20px 30px; }

.woocommerce.single-product.woocommerce.single-product.woocommerce.single-product .woocommerce-product-gallery__image:nth-child(1n+2) {
  display: none; }

.woocommerce.woocommerce.woocommerce.woocommerce.widget_shopping_cart .buttons a {
  background-color: #FFFFFF;
  border: 2px solid #ECECEC;
  border-radius: 100px;
  color: #777777;
  font-weight: 400;
  margin-top: 20px; }

.woocommerce-mini-cart__total.woocommerce-mini-cart__total.woocommerce-mini-cart__total.woocommerce-mini-cart__total {
  color: #777777;
  font-weight: 400;
  padding: 14px 4px; }
  .woocommerce-mini-cart__total.woocommerce-mini-cart__total.woocommerce-mini-cart__total.woocommerce-mini-cart__total strong {
    font-weight: 400; }

.woocommerce.woocommerce.woocommerce .shopLocator {
  text-align: center;
  margin: 30px 0; }
  .woocommerce.woocommerce.woocommerce .shopLocator__title {
    font-family: "Montserrat", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 1.22222;
    font-weight: 700;
    color: #B9131A;
    margin: 0 0 20px 0; }
  .woocommerce.woocommerce.woocommerce .shopLocator__button {
    display: block;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 2px solid #ECECEC;
    border-radius: 100px;
    color: #777777;
    font-weight: 400;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */
    text-transform: uppercase;
    padding: 16px 6px;
    white-space: inherit; }

.woocommerce .woocommerce-LoopProduct-link {
  cursor: default;
  outline: none; }

.wooImageCarousel.wooImageCarousel {
  position: relative;
  text-align: center; }
  .wooImageCarousel.wooImageCarousel img {
    max-width: calc(100% - 20px);
    margin: 0 auto !important; }

.wooImageCarousel__arrow {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 10px;
  height: 10px; }

.owl-prev .wooImageCarousel__arrow {
  left: 0;
  border-top: 2px solid #b8131a;
  border-left: 2px solid #b8131a;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.owl-next .wooImageCarousel__arrow {
  right: 0;
  border-top: 2px solid #b8131a;
  border-right: 2px solid #b8131a;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.woocommerce .quantity .qty {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none; }
  .woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */ }

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

/* updates - 8-31-2022 */
.iframe-content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

.homeWaterDescription {
  padding-bottom: 20vw;
  padding-bottom: clamp(11.25rem, calc(12.05rem + -4.00vw), 10.00rem);
}

.homeFeaturedVideo {
  position: relative;
  font-size: 0;
  z-index: 1;
}

.homeFeaturedVideo .container {
  max-width: 820px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
}

.homeFeaturedVideo__wrapper {

}

.homeDifferenceCarousel {
  padding-top: 460px;
  padding-top: clamp(13.75rem, calc(4.15rem + 48.00vw), 28.75rem);
}