@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: local("Karla"), local("Karla-Regular"), url(https://fonts.gstatic.com/s/karla/v6/qkBbXvYC6trAT7RVLtk.ttf) format("truetype"); }

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: local("Karla Bold"), local("Karla-Bold"), url(https://fonts.gstatic.com/s/karla/v6/qkBWXvYC6trAT7zuC8m5xL4.ttf) format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfedw.ttf) format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format("truetype"); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format("truetype"); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr; }

/*  ElementCSS Framework
 *
 *	  Document:   ElementCSS Framework
 *	   Version:   0.0.2-alpha
 *		  Date:   August 2017
 *		Author:   Teo Almonte
 *	Author URI:	  Teoalmonte.com
 *  
 * Copyright 2017 ElementCSS Framework
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
*/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
:focus {
  outline: #a16312 auto 2px; }

html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

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

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 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 */ }

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

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

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

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

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

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

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

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

.cols .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  width: 8.33333%; }

.cols .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%; }

.cols .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%; }

.cols .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  width: 33.33333%; }

.cols .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  width: 41.66667%; }

.cols .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }

.cols .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  width: 58.33333%; }

.cols .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  width: 66.66667%; }

.cols .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  width: 75%; }

.cols .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  width: 83.33333%; }

.cols .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  width: 91.66667%; }

.cols .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%; }

@media (min-width: 576px) {
  .cols .col-xs-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%; }

  .cols .col-xs-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%; }

  .cols .col-xs-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }

  .cols .col-xs-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; }

  .cols .col-xs-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%; }

  .cols .col-xs-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }

  .cols .col-xs-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%; }

  .cols .col-xs-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%; }

  .cols .col-xs-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }

  .cols .col-xs-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%; }

  .cols .col-xs-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%; }

  .cols .col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 768px) {
  .cols .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%; }

  .cols .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%; }

  .cols .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }

  .cols .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; }

  .cols .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%; }

  .cols .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }

  .cols .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%; }

  .cols .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%; }

  .cols .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }

  .cols .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%; }

  .cols .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%; }

  .cols .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 992px) {
  .cols .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%; }

  .cols .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%; }

  .cols .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }

  .cols .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; }

  .cols .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%; }

  .cols .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }

  .cols .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%; }

  .cols .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%; }

  .cols .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }

  .cols .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%; }

  .cols .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%; }

  .cols .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 1240px) {
  .cols .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%; }

  .cols .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%; }

  .cols .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }

  .cols .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; }

  .cols .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%; }

  .cols .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }

  .cols .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%; }

  .cols .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%; }

  .cols .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }

  .cols .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%; }

  .cols .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%; }

  .cols .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 1580px) {
  .cols .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%; }

  .cols .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%; }

  .cols .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%; }

  .cols .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; }

  .cols .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%; }

  .cols .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; }

  .cols .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%; }

  .cols .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%; }

  .cols .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%; }

  .cols .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%; }

  .cols .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%; }

  .cols .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%; } }
.offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 100%; }

@media (min-width: 576px) {
  .offset-xs-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .offset-sm-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .offset-md-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-12 {
    margin-left: 100%; } }
@media (min-width: 1240px) {
  .offset-lg-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-12 {
    margin-left: 100%; } }
@media (min-width: 1580px) {
  .offset-xl-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-12 {
    margin-left: 100%; } }
.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }
  @media only screen and (max-width: 576px) {
    .container.screen-xs {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 576px) {
    .container {
      width: 546px; } }
  @media only screen and (max-width: 768px) {
    .container.screen-sm {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 768px) {
    .container {
      width: 738px; } }
  @media only screen and (max-width: 992px) {
    .container.screen-md {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 992px) {
    .container {
      width: 962px; } }
  @media only screen and (max-width: 1240px) {
    .container.screen-lg {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 1240px) {
    .container {
      width: 1210px; } }
  @media only screen and (max-width: 1580px) {
    .container.screen-xl {
      width: 100%;
      padding: 0; } }
  @media only screen and (min-width: 1580px) {
    .container {
      width: 1550px; } }

.container-fluid {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cols.screen-xs {
    display: block; }
  .cols.screen-sm {
    display: block; }
  .cols.screen-md {
    display: block; }
  .cols.screen-lg {
    display: block; }
  .cols.screen-xl {
    display: block; }
  .cols.stacked {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .cols.stacked > * {
      flex-grow: inherit; }
  .cols.centered {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 576px) {
      .cols.centered.screen-xs {
        display: block; } }
    @media only screen and (max-width: 768px) {
      .cols.centered.screen-sm {
        display: block; } }
    @media only screen and (max-width: 992px) {
      .cols.centered.screen-md {
        display: block; } }
    @media only screen and (max-width: 1240px) {
      .cols.centered.screen-lg {
        display: block; } }
    @media only screen and (max-width: 1580px) {
      .cols.centered.screen-xl {
        display: block; } }
  @media only screen and (min-width: 576px) {
    .cols.screen-xs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 768px) {
    .cols.screen-sm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 992px) {
    .cols.screen-md {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1240px) {
    .cols.screen-lg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1580px) {
    .cols.screen-xl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .cols > div {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 15px; }
    .cols > div > div {
      height: 100%; }

.block {
  margin-bottom: 15px; }

*.no-gutter {
  padding: 0 !important; }

.full-height {
  min-height: 100vh; }

@media print {
  	/******************************************************************
  
  Stylesheet: Print
  
  ******************************************************************/
  /******************************
  
  Default Print
  
  ******************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after,
    a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after,
    a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }

  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }

  50% {
    transform: scale3d(1.05, 1.05, 1.05); }

  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }

  30% {
    transform: scale3d(1.25, 0.75, 1); }

  40% {
    transform: scale3d(0.75, 1.25, 1); }

  50% {
    transform: scale3d(1.15, 0.85, 1); }

  65% {
    transform: scale3d(0.95, 1.05, 1); }

  75% {
    transform: scale3d(1.05, 0.95, 1); }

  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }

  18.5% {
    transform: translateX(5px) rotateY(7deg); }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }

  43.5% {
    transform: translateX(2px) rotateY(3deg); }

  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }

  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }

  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }

  75% {
    transform: translate3d(0, -10px, 0); }

  90% {
    transform: translate3d(0, 5px, 0); }

  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }

  75% {
    transform: translate3d(-10px, 0, 0); }

  90% {
    transform: translate3d(5px, 0, 0); }

  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }

  75% {
    transform: translate3d(10px, 0, 0); }

  90% {
    transform: translate3d(-5px, 0, 0); }

  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  75% {
    transform: translate3d(0, 10px, 0); }

  90% {
    transform: translate3d(0, -5px, 0); }

  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }

  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    transform: skewX(-5deg);
    opacity: 1; }

  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }

  50% {
    transform: rotate(-10deg); }

  70% {
    transform: rotate(3deg); }

  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0); }

[data-aos=fade-up] {
  transform: translateY(100px); }

[data-aos=fade-down] {
  transform: translateY(-100px); }

[data-aos=fade-right] {
  transform: translate(-100px); }

[data-aos=fade-left] {
  transform: translate(100px); }

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px); }

[data-aos=fade-up-left] {
  transform: translate(100px, 100px); }

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px); }

[data-aos=fade-down-left] {
  transform: translate(100px, -100px); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0); }

[data-aos=slide-up] {
  transform: translateY(100%); }

[data-aos=slide-down] {
  transform: translateY(-100%); }

[data-aos=slide-right] {
  transform: translateX(-100%); }

[data-aos=slide-left] {
  transform: translateX(100%); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/*# sourceMappingURL=aos.css.map*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

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

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

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

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

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

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

.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 {
  -webkit-user-select: none;
  -moz-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; }

.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

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

.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 .1s 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-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

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

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

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.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; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/fontawesome-webfont.eot?v=8875233917957101606?v=4.7.0");
  src: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/fontawesome-webfont.eot?v=8875233917957101606?#iefix&v=4.7.0") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/fontawesome-webfont.woff2?v=3220704584577503426?v=4.7.0") format("woff2"), url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/fontawesome-webfont.woff?v=15893192941837955428?v=4.7.0") format("woff"), url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/fontawesome-webfont.ttf?v=5792698387503786636?v=4.7.0") format("truetype"), url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/fontawesome-webfont.svg?v=13783992960471330029?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.clearfix {
  content: '';
  clear: both;
  display: block;
  *zoom: 1; }
  .clearfix::before, .clearfix::after {
    content: '';
    clear: both;
    display: block; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.initial {
  text-transform: initial !important; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

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

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

.bold {
  font-weight: 600; }

@media only screen and (min-width: 576px) {
  .hidden-xs-up {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .hidden-sm-up {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }
@media only screen and (min-width: 1240px) {
  .hidden-lg-up {
    display: none !important; } }
@media only screen and (min-width: 1580px) {
  .hidden-xl-up {
    display: none !important; } }
@media only screen and (max-width: 576px) {
  .hidden-xs-down {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }
@media only screen and (max-width: 992px) {
  .hidden-md-down {
    display: none !important; } }
@media only screen and (max-width: 1240px) {
  .hidden-lg-down {
    display: none !important; } }
@media only screen and (max-width: 1580px) {
  .hidden-xl-down {
    display: none !important; } }
@-webkit-keyframes top-bar {
  0% {
    margin-top: -6px; }

  40% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); } }

/* Standard syntax */
@keyframes top-bar {
  0% {
    margin-top: -6px; }

  40% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); } }

@-webkit-keyframes top-bar-r {
  0% {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  60% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: -6px; } }

@keyframes top-bar-r {
  0% {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  60% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: -6px; } }

@-webkit-keyframes bottom-bar {
  0% {
    margin-top: -6px; }

  40% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); } }

/* Standard syntax */
@keyframes bottom-bar {
  0% {
    margin-top: 6px; }

  40% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); } }

@-webkit-keyframes bottom-bar-r {
  0% {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  60% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: 6px; } }

@keyframes bottom-bar-r {
  0% {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  60% {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -moz-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -ms-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    -o-transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58);
    transition: all 200ms cubic-bezier(0.255, 0.59, 0.105, 1.58); }

  100% {
    margin-top: 6px; } }

@-webkit-keyframes colorchange {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

@-moz-keyframes colorchange {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

@keyframes colorchange {
  0% {
    background-position: 0% 50%; }

  50% {
    background-position: 100% 50%; }

  100% {
    background-position: 0% 50%; } }

.button, .button-small, .button-large {
  background-color: #ead9b9;
  border: 0.1rem solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 0.6rem 3rem;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all; }
  .button:hover, .button-small:hover, .button-large:hover, .button:focus, .button-small:focus, .button-large:focus {
    background-color: #333333;
    color: white;
    outline: none;
    -webkit-transition: 0.2s ease-out all;
    -moz-transition: 0.2s ease-out all;
    -ms-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all; }

.button {
  -webkit-transition: 0.2s ease-out all;
  -moz-transition: 0.2s ease-out all;
  -ms-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all; }
  .button * {
    display: inline-block; }
  .button.primary {
    background: #ead9b9; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c6b89d;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
    .button.primary.outlined {
      background: transparent;
      border: 0.1rem solid #333333 #333333 solid;
      color: #333333; }
      .button.primary.outlined:hover {
        background-color: #ead9b9; }
      .button.primary.outlined:focus {
        background-color: #333333;
        color: white; }
      .button.primary.outlined.active {
        background-color: #ead9b9; }
        .button.primary.outlined.active:focus {
          background-color: #333333;
          color: white; }
  .button.accent {
    background: #fafafa; }
    .button.accent:hover, .button.accent:focus {
      background-color: #d4d4d4;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
    .button.accent.outlined {
      background: transparent;
      border: 0.1rem solid #333333 #333333 solid;
      color: #333333; }
      .button.accent.outlined:hover {
        background-color: #fafafa; }
      .button.accent.outlined:focus {
        background-color: #333333;
        color: white; }
      .button.accent.outlined.active {
        background-color: #fafafa; }
        .button.accent.outlined.active:focus {
          background-color: #333333;
          color: white; }
  .button.success {
    background: #009688; }
    .button.success:hover, .button.success:focus {
      background-color: #007f73;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
    .button.success.outlined {
      background: transparent;
      border: 0.1rem solid #333333 #333333 solid;
      color: #333333; }
      .button.success.outlined:hover {
        background-color: #009688; }
      .button.success.outlined:focus {
        background-color: #333333;
        color: white; }
      .button.success.outlined.active {
        background-color: #009688; }
        .button.success.outlined.active:focus {
          background-color: #333333;
          color: white; }
  .button.warning {
    background: #ffc107; }
    .button.warning:hover, .button.warning:focus {
      background-color: #d8a405;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
    .button.warning.outlined {
      background: transparent;
      border: 0.1rem solid #333333 #333333 solid;
      color: #333333; }
      .button.warning.outlined:hover {
        background-color: #ffc107; }
      .button.warning.outlined:focus {
        background-color: #333333;
        color: white; }
      .button.warning.outlined.active {
        background-color: #ffc107; }
        .button.warning.outlined.active:focus {
          background-color: #333333;
          color: white; }
  .button.danger {
    background: #e91e63; }
    .button.danger:hover, .button.danger:focus {
      background-color: #c61954;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
    .button.danger.outlined {
      background: transparent;
      border: 0.1rem solid #333333 #333333 solid;
      color: #333333; }
      .button.danger.outlined:hover {
        background-color: #e91e63; }
      .button.danger.outlined:focus {
        background-color: #333333;
        color: white; }
      .button.danger.outlined.active {
        background-color: #e91e63; }
        .button.danger.outlined.active:focus {
          background-color: #333333;
          color: white; }

.button-small {
  padding: 8px 26px;
  font-size: 0.75rem; }
  .button-small * {
    display: inline-block; }
  @media only screen and (min-width: 992px) {
    .button-small {
      padding: 0.6rem 3rem;
      font-size: 16px; } }

.button-large {
  padding: 12px 35px;
  font-size: 24px; }
  .button-large * {
    display: inline-block; }

.button-blk {
  margin: 0 auto;
  display: block; }

.button-wide {
  padding: 0.45rem 4rem; }
  @media only screen and (min-width: 992px) {
    .button-wide {
      width: 300px;
      text-align: center; } }

button {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  button:hover, button:focus {
    outline: none; }

.button-round {
  border-radius: 25px; }

i {
  cursor: pointer; }

.notification {
  background: getColor(blue-grey, 300);
  color: #fff;
  border-radius: 0;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  margin-bottom: 2rem;
  position: relative; }
  .notification.primary {
    background: #ead9b9; }
    .notification.primary:hover, .notification.primary:focus {
      background-color: #c6b89d;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
  .notification.accent {
    background: #fafafa; }
    .notification.accent:hover, .notification.accent:focus {
      background-color: #d4d4d4;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
  .notification.success {
    background: #009688; }
    .notification.success:hover, .notification.success:focus {
      background-color: #007f73;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
  .notification.warning {
    background: #ffc107; }
    .notification.warning:hover, .notification.warning:focus {
      background-color: #d8a405;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
  .notification.danger {
    background: #e91e63; }
    .notification.danger:hover, .notification.danger:focus {
      background-color: #c61954;
      outline: none;
      -webkit-transition: 0.2s ease-out all;
      -moz-transition: 0.2s ease-out all;
      -ms-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress:not(:last-child) {
    margin-bottom: 2rem; }
  .progress::-webkit-progress-value {
    background-color: getColor(blue-grey, 700); }
  .progress::-moz-progress-bar {
    background-color: getColor(blue-grey, 700); }
  .progress::-webkit-progress-bar {
    background-color: getColor(blue-grey, 200); }
  .progress.primary::-webkit-progress-value {
    background-color: #ead9b9; }
  .progress.primary::-moz-progress-bar {
    background-color: #ead9b9; }
  .progress.accent::-webkit-progress-value {
    background-color: #fafafa; }
  .progress.accent::-moz-progress-bar {
    background-color: #fafafa; }
  .progress.success::-webkit-progress-value {
    background-color: #009688; }
  .progress.success::-moz-progress-bar {
    background-color: #009688; }
  .progress.warning::-webkit-progress-value {
    background-color: #ffc107; }
  .progress.warning::-moz-progress-bar {
    background-color: #ffc107; }
  .progress.danger::-webkit-progress-value {
    background-color: #e91e63; }
  .progress.danger::-moz-progress-bar {
    background-color: #e91e63; }

input {
  padding: 12px 30px;
  border: none;
  -webkit-appearance: none;
  color: #333333;
  -webkit-box-shadow: inset 0 -1px 0 #fff;
  box-shadow: inset 0 -1px 0 #fff;
  background: white;
  color: #333333; }
  input:focus {
    border: none;
    outline: none; }
  input.rounded {
    border-radius: 25px; }

form:focus {
  outline: none;
  border: none; }

select {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  padding: 5px 15px;
  font-size: 14px;
  display: block; }

@media only screen and (min-width: 768px) {
  input[type=text] {
    display: inline-block;
    width: auto; } }
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  margin: 0 0 0.75rem; }

h1 + h1 {
  margin-top: -0.9375rem; }

h1 + h2 {
  margin-top: -0.9375rem; }

h1 + h3 {
  margin-top: -0.9375rem; }

h1 + h4 {
  margin-top: -0.9375rem; }

h1 + h5 {
  margin-top: -0.9375rem; }

h1 + h6 {
  margin-top: -0.9375rem; }

h1 + .display-1 {
  margin-top: -0.9375rem; }

h1 + .display-2 {
  margin-top: -0.9375rem; }

h1 + .display-3 {
  margin-top: -0.9375rem; }

h1 + .display-4 {
  margin-top: -0.9375rem; }

h2 + h1 {
  margin-top: -0.9375rem; }

h2 + h2 {
  margin-top: -0.9375rem; }

h2 + h3 {
  margin-top: -0.9375rem; }

h2 + h4 {
  margin-top: -0.9375rem; }

h2 + h5 {
  margin-top: -0.9375rem; }

h2 + h6 {
  margin-top: -0.9375rem; }

h2 + .display-1 {
  margin-top: -0.9375rem; }

h2 + .display-2 {
  margin-top: -0.9375rem; }

h2 + .display-3 {
  margin-top: -0.9375rem; }

h2 + .display-4 {
  margin-top: -0.9375rem; }

h3 + h1 {
  margin-top: -0.9375rem; }

h3 + h2 {
  margin-top: -0.9375rem; }

h3 + h3 {
  margin-top: -0.9375rem; }

h3 + h4 {
  margin-top: -0.9375rem; }

h3 + h5 {
  margin-top: -0.9375rem; }

h3 + h6 {
  margin-top: -0.9375rem; }

h3 + .display-1 {
  margin-top: -0.9375rem; }

h3 + .display-2 {
  margin-top: -0.9375rem; }

h3 + .display-3 {
  margin-top: -0.9375rem; }

h3 + .display-4 {
  margin-top: -0.9375rem; }

h4 + h1 {
  margin-top: -0.9375rem; }

h4 + h2 {
  margin-top: -0.9375rem; }

h4 + h3 {
  margin-top: -0.9375rem; }

h4 + h4 {
  margin-top: -0.9375rem; }

h4 + h5 {
  margin-top: -0.9375rem; }

h4 + h6 {
  margin-top: -0.9375rem; }

h4 + .display-1 {
  margin-top: -0.9375rem; }

h4 + .display-2 {
  margin-top: -0.9375rem; }

h4 + .display-3 {
  margin-top: -0.9375rem; }

h4 + .display-4 {
  margin-top: -0.9375rem; }

h5 + h1 {
  margin-top: -0.9375rem; }

h5 + h2 {
  margin-top: -0.9375rem; }

h5 + h3 {
  margin-top: -0.9375rem; }

h5 + h4 {
  margin-top: -0.9375rem; }

h5 + h5 {
  margin-top: -0.9375rem; }

h5 + h6 {
  margin-top: -0.9375rem; }

h5 + .display-1 {
  margin-top: -0.9375rem; }

h5 + .display-2 {
  margin-top: -0.9375rem; }

h5 + .display-3 {
  margin-top: -0.9375rem; }

h5 + .display-4 {
  margin-top: -0.9375rem; }

h6 + h1 {
  margin-top: -0.9375rem; }

h6 + h2 {
  margin-top: -0.9375rem; }

h6 + h3 {
  margin-top: -0.9375rem; }

h6 + h4 {
  margin-top: -0.9375rem; }

h6 + h5 {
  margin-top: -0.9375rem; }

h6 + h6 {
  margin-top: -0.9375rem; }

h6 + .display-1 {
  margin-top: -0.9375rem; }

h6 + .display-2 {
  margin-top: -0.9375rem; }

h6 + .display-3 {
  margin-top: -0.9375rem; }

h6 + .display-4 {
  margin-top: -0.9375rem; }

.display-1 + h1 {
  margin-top: -0.9375rem; }

.display-1 + h2 {
  margin-top: -0.9375rem; }

.display-1 + h3 {
  margin-top: -0.9375rem; }

.display-1 + h4 {
  margin-top: -0.9375rem; }

.display-1 + h5 {
  margin-top: -0.9375rem; }

.display-1 + h6 {
  margin-top: -0.9375rem; }

.display-1 + .display-1 {
  margin-top: -0.9375rem; }

.display-1 + .display-2 {
  margin-top: -0.9375rem; }

.display-1 + .display-3 {
  margin-top: -0.9375rem; }

.display-1 + .display-4 {
  margin-top: -0.9375rem; }

.display-2 + h1 {
  margin-top: -0.9375rem; }

.display-2 + h2 {
  margin-top: -0.9375rem; }

.display-2 + h3 {
  margin-top: -0.9375rem; }

.display-2 + h4 {
  margin-top: -0.9375rem; }

.display-2 + h5 {
  margin-top: -0.9375rem; }

.display-2 + h6 {
  margin-top: -0.9375rem; }

.display-2 + .display-1 {
  margin-top: -0.9375rem; }

.display-2 + .display-2 {
  margin-top: -0.9375rem; }

.display-2 + .display-3 {
  margin-top: -0.9375rem; }

.display-2 + .display-4 {
  margin-top: -0.9375rem; }

.display-3 + h1 {
  margin-top: -0.9375rem; }

.display-3 + h2 {
  margin-top: -0.9375rem; }

.display-3 + h3 {
  margin-top: -0.9375rem; }

.display-3 + h4 {
  margin-top: -0.9375rem; }

.display-3 + h5 {
  margin-top: -0.9375rem; }

.display-3 + h6 {
  margin-top: -0.9375rem; }

.display-3 + .display-1 {
  margin-top: -0.9375rem; }

.display-3 + .display-2 {
  margin-top: -0.9375rem; }

.display-3 + .display-3 {
  margin-top: -0.9375rem; }

.display-3 + .display-4 {
  margin-top: -0.9375rem; }

.display-4 + h1 {
  margin-top: -0.9375rem; }

.display-4 + h2 {
  margin-top: -0.9375rem; }

.display-4 + h3 {
  margin-top: -0.9375rem; }

.display-4 + h4 {
  margin-top: -0.9375rem; }

.display-4 + h5 {
  margin-top: -0.9375rem; }

.display-4 + h6 {
  margin-top: -0.9375rem; }

.display-4 + .display-1 {
  margin-top: -0.9375rem; }

.display-4 + .display-2 {
  margin-top: -0.9375rem; }

.display-4 + .display-3 {
  margin-top: -0.9375rem; }

.display-4 + .display-4 {
  margin-top: -0.9375rem; }

h1 {
  font-size: 1.65rem;
  line-height: 2.0625rem; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 3.7125rem;
      line-height: 3.465rem; } }

h2 {
  font-size: 1.3rem; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 2.795rem;
      line-height: 2.73rem; } }

h3 {
  font-size: 1.2rem; }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 1.68rem; } }

h4 {
  font-size: 1.1rem;
  line-height: 1.32rem; }
  @media only screen and (min-width: 992px) {
    h4 {
      font-size: 1.54rem; } }

h5 {
  font-size: 0.9rem; }
  @media only screen and (min-width: 992px) {
    h5 {
      font-size: 1.035rem; } }

h6 {
  font-size: 1rem; }

.display-1 {
  font-size: 2.5rem;
  font-weight: bold; }
  @media only screen and (min-width: 992px) {
    .display-1 {
      font-size: 5.625rem; } }

.display-2 {
  font-size: 2rem;
  font-weight: bold; }

.display-3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold; }
  @media only screen and (min-width: 992px) {
    .display-3 {
      font-size: 3rem;
      line-height: 2.5rem; } }

.display-4 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold; }
  @media only screen and (min-width: 992px) {
    .display-4 {
      font-size: 2.16rem;
      line-height: 2rem; } }

p, p.medium, p.large {
  font-size: 0.8rem;
  font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 1.8em;
  letter-spacing: 0.01em; }
  @media only screen and (min-width: 992px) {
    p, p.medium, p.large {
      font-size: 1.04rem; } }

p.medium {
  font-size: 0.95rem;
  line-height: 1.2825em; }
p.large {
  font-size: 1.25rem;
  line-height: 1.3125em; }

small {
  font-size: 0.64rem;
  letter-spacing: 0.04em; }
  @media only screen and (min-width: 992px) {
    small {
      font-size: 0.96rem; } }

.nav-toggle {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem; }
  .nav-toggle span {
    background-color: #4a4a4a;
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: 50%;
    transition: none 86ms ease-out;
    transition-property: background, left, opacity, transform;
    width: 15px; }
    .nav-toggle span:nth-child(1) {
      margin-top: -6px; }
    .nav-toggle span:nth-child(2) {
      margin-top: -1px; }
    .nav-toggle span:nth-child(3) {
      margin-top: 4px; }
  .nav-toggle:hover {
    background-color: whitesmoke; }
  .nav-toggle.is-active span {
    background-color: #00d1b2; }
    .nav-toggle.is-active span:nth-child(1) {
      margin-left: -5px;
      transform: rotate(45deg);
      transform-origin: left top; }
    .nav-toggle.is-active span:nth-child(2) {
      opacity: 0; }
    .nav-toggle.is-active span:nth-child(3) {
      margin-left: -5px;
      transform: rotate(-45deg);
      transform-origin: left bottom; }

@media screen and (min-width: 769px), print {
  .nav-toggle {
    display: none; } }
.nav-item {
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1rem;
  justify-content: center;
  line-height: 1.5;
  padding: 0.5rem 0.75rem; }
  .nav-item a {
    flex-grow: 1;
    flex-shrink: 0; }
  .nav-item img {
    max-height: 1.75rem; }
  .nav-item .tag:first-child:not(:last-child) {
    margin-right: 0.5rem; }
  .nav-item .tag:last-child:not(:first-child) {
    margin-left: 0.5rem; }
  .nav-item a:not(.button) {
    color: #7a7a7a; }

@media screen and (max-width: 768px) {
  .nav-item {
    justify-content: flex-start; } }
a.nav-item:not(.button) {
  color: #7a7a7a; }

.nav-item a:not(.button):hover,
a.nav-item:not(.button):hover,
.nav-item a:not(.button).is-active,
a.nav-item:not(.button).is-active {
  color: #363636; }

.nav-item a:not(.button).is-tab,
a.nav-item:not(.button).is-tab {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-bottom: calc(0.75rem - 1px);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc(0.75rem - 1px); }

.nav-item a:not(.button).is-tab:hover,
a.nav-item:not(.button).is-tab:hover {
  border-bottom-color: #00d1b2;
  border-top-color: transparent; }

.nav-item a:not(.button).is-tab.is-active,
a.nav-item:not(.button).is-tab.is-active {
  border-bottom: 3px solid #00d1b2;
  color: #00d1b2;
  padding-bottom: calc(0.75rem - 3px); }

@media screen and (min-width: 1008px) {
  .nav-item a:not(.button).is-brand,
  a.nav-item:not(.button).is-brand {
    padding-left: 0; } }
.nav-left,
.nav-right {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex: 1;
  max-width: 100%;
  overflow: auto; }
  @media only screen and (max-width: 992px) {
    .nav-left,
    .nav-right {
      height: 42px; } }

@media only screen and (min-width: 992px) {
  .nav-left,
  .nav-right {
    flex-basis: 0; } }
.nav-left {
  justify-content: flex-start;
  white-space: nowrap; }

.nav-right {
  justify-content: flex-end;
  padding-right: 5px; }

.nav-center {
  align-items: stretch;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 768px) {
  .nav-menu.nav-right {
    background-color: white;
    box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
    left: 0;
    display: none;
    right: 0;
    top: 100%;
    position: absolute; }
    .nav-menu.nav-right .nav-item {
      border-top: 1px solid rgba(219, 219, 219, 0.5);
      padding: 0.75rem; }
    .nav-menu.nav-right.is-active {
      display: block; }

  .navbar .navbar-brand, .right-nav-info {
    overflow: visible; } }
.nav {
  align-items: stretch;
  background-color: white;
  display: flex;
  height: 3.25rem;
  position: relative;
  text-align: center;
  z-index: 10; }
  .nav > .container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .nav.has-shadow {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); }

.navbar,
.nav {
  background-color: white;
  position: relative; }
  .navbar h1,
  .navbar h2,
  .navbar h3,
  .navbar h4,
  .navbar h5,
  .navbar h6,
  .nav h1,
  .nav h2,
  .nav h3,
  .nav h4,
  .nav h5,
  .nav h6 {
    font-size: 1.5rem;
    margin-bottom: 0; }
  .navbar small,
  .nav small {
    align-self: center;
    font-weight: bold;
    margin: 0 50px; }
  .navbar a.icon,
  .nav a.icon {
    align-self: center;
    width: 22px;
    padding-left: 2px;
    margin-left: 10px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media only screen and (min-width: 992px) {
      .navbar a.icon,
      .nav a.icon {
        margin: 0 12px; } }
    .navbar a.icon:hover,
    .nav a.icon:hover {
      opacity: .75; }

.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%; }
.navbar.has-shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1); }

.navbar-brand {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  max-width: 100vw;
  margin: 0 1rem;
  overflow-x: auto;
  overflow-y: hidden; }
  @media only screen and (min-width: 992px) {
    .navbar-brand {
      height: 64px; } }

.navbar-burger {
  cursor: pointer;
  display: block;
  position: relative;
  height: 30px;
  width: 22px;
  align-self: center; }
  .navbar-burger.preload span::before, .navbar-burger.preload span::after {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important; }
  .navbar-burger span {
    background: #333333;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 22px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .navbar-burger span::before, .navbar-burger span::after {
      width: 22px;
      background: #333333;
      background: #333;
      height: 2px;
      content: '';
      display: block;
      opacity: 1;
      position: absolute; }
    .navbar-burger span::after {
      margin-top: 6px;
      -webkit-animation: bottom-bar-r .45s forwards;
      /* Safari 4.0 - 8.0 */
      animation: bottom-bar-r .45s forwards; }
    .navbar-burger span::before {
      margin-top: -6px;
      -webkit-animation: top-bar-r .45s forwards;
      /* Safari 4.0 - 8.0 */
      animation: top-bar-r .45s forwards; }
  .navbar-burger.active span {
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .navbar-burger.active span::before {
      -webkit-animation: top-bar .45s forwards;
      /* Safari 4.0 - 8.0 */
      animation: top-bar .45s forwards; }
    .navbar-burger.active span::after {
      -webkit-animation: bottom-bar .45s forwards;
      /* Safari 4.0 - 8.0 */
      animation: bottom-bar .45s forwards; }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative; }

a.navbar-item:hover, a.navbar-item.is-active {
  background-color: whitesmoke;
  color: #0a0a0a; }

.navbar-link:hover, .navbar-link.is-active {
  background-color: whitesmoke;
  color: #0a0a0a; }

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem;
    width: 60px; }
    @media only screen and (min-width: 992px) {
      .navbar-item img {
        width: 105px; } }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #00d1b2; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #00d1b2;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #00d1b2;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }
  .navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.navbar-divider {
  background-color: #dbdbdb;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0; }

.drawer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #ead9b9;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
  transition-duration: .25s;
  transition-timing-function: cubic-bezier(0.665, 0.3, 0.735, 0.465);
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  color: #333333;
  overflow: visible;
  overflow-y: auto; }
  @media only screen and (min-width: 992px) {
    .drawer {
      width: 35%; } }
  .drawer.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-duration: .3s; }
  .drawer .site-nav {
    font-weight: 800;
    margin-top: 35px; }
    .drawer .site-nav.secondary {
      font-size: 14px;
      font-weight: 500;
      margin-top: 0; }
      .drawer .site-nav.secondary li {
        line-height: 32px; }
  .drawer .site-icons li {
    display: inline-block; }
    .drawer .site-icons li i {
      margin: 10px 15px 0 0; }
  .drawer nav, .drawer .drawer-header {
    padding: 25px 45px;
    margin-top: 64px; }
    .drawer nav small, .drawer .drawer-header small {
      font-size: 0.72rem;
      letter-spacing: 0.04em; }
      @media only screen and (min-width: 992px) {
        .drawer nav small, .drawer .drawer-header small {
          font-size: 0.96rem; } }
    .drawer nav ul li, .drawer .drawer-header ul li {
      -webkit-transition: 0.15s ease-in all;
      -moz-transition: 0.15s ease-in all;
      -ms-transition: 0.15s ease-in all;
      -o-transition: 0.15s ease-in all;
      transition: 0.15s ease-in all;
      line-height: 40px;
      vertical-align: middle; }
      .drawer nav ul li a, .drawer .drawer-header ul li a {
        display: block; }
      .drawer nav ul li i, .drawer .drawer-header ul li i {
        margin: 0 15px;
        font-size: 22px;
        vertical-align: text-top; }
    .drawer nav ul.main-nav li:nth-child(2):before, .drawer .drawer-header ul.main-nav li:nth-child(2):before {
      content: 'NEW';
      font-size: .75rem;
      position: absolute;
      margin-left: -35px; }
  .drawer .menu-button {
    color: white; }

.cart-drawer {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  left: auto;
  right: 0; }
  @media only screen and (max-width: 992px) {
    .cart-drawer {
      width: 100% !important; } }
  .cart-drawer.active {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .cart-drawer.active .cart-contents .shipping-bar::before {
      width: 57%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
  .cart-drawer .cart-contents {
    margin-top: 70px;
    padding: 45px; }
    @media only screen and (min-width: 992px) {
      .cart-drawer .cart-contents {
        margin-top: 95px; } }
    .cart-drawer .cart-contents h3 {
      font-weight: 800; }
    .cart-drawer .cart-contents .shipping-bar {
      height: 12px;
      width: 100%;
      border: 1px solid #333333; }
      .cart-drawer .cart-contents .shipping-bar::before {
        content: '';
        display: block;
        height: 10px;
        background: #fafafa;
        width: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .cart-drawer .cart-contents small {
      font-size: 14px;
      width: 70%;
      display: block;
      margin: 8px auto 0; }
    .cart-drawer .cart-contents input:focus {
      color: white; }

.navbar-bg {
  background: yellow;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .navbar-bg a, .navbar-bg i {
    color: #FFF; }
  .navbar-bg li a {
    padding: 0 16px; }

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 64px; }

@media screen and (max-width: 1007px) {
  .navbar > .container {
    display: block; }

  .navbar-brand .navbar-item {
    align-items: center;
    display: flex; }

  .navbar-menu {
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; } }
@media screen and (min-width: 1008px) {
  .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active {
    background-color: transparent; }
  .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent; }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent; }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a; }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00d1b2; }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }

  .navbar-item.has-dropdown {
    align-items: stretch; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }

  .navbar-link::after {
    border: 1px solid #00d1b2;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%; }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0; }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto; }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto; }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
    .navbar-dropdown .navbar-item {
      padding: 0.375rem 1rem;
      white-space: nowrap; }
    .navbar-dropdown a.navbar-item {
      padding-right: 3rem; }
      .navbar-dropdown a.navbar-item:hover {
        background-color: whitesmoke;
        color: #0a0a0a; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #00d1b2; }
    .navbar-dropdown.is-boxed {
      border-radius: 5px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }

  .navbar-divider {
    display: block; }

  .container > .navbar {
    margin-left: -1rem;
    margin-right: -1rem; }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a; }

  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent; }

  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: whitesmoke; } }
nav ul.desktop-nav {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding-left: 40px; }
  nav ul.desktop-nav li {
    display: inline-block; }
    nav ul.desktop-nav li a.site-nav__link {
      height: 100%;
      display: block;
      padding: 0 20px; }
    nav ul.desktop-nav li.site-nav--has-submenu:nth-child(2) ul {
      margin-left: -23px; }
    nav ul.desktop-nav li:first-child li:first-child::before {
      content: 'NEW!';
      display: block;
      position: absolute;
      color: #ead9b9;
      left: 0;
      right: 0;
      top: 20px; }
    nav ul.desktop-nav li ul.site-nav__submenu {
      display: none;
      position: absolute;
      border-bottom: 0;
      cursor: pointer;
      padding-top: 15px; }
      nav ul.desktop-nav li ul.site-nav__submenu li {
        text-align: center;
        line-height: initial;
        border: 1px solid #b3b3b3;
        border-top: 0;
        background: white;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        -webkit-transition: 0.05s ease all;
        -moz-transition: 0.05s ease all;
        -ms-transition: 0.05s ease all;
        -o-transition: 0.05s ease all;
        transition: 0.05s ease all; }
        nav ul.desktop-nav li ul.site-nav__submenu li:first-child {
          border-top: 1px solid #cccccc; }
        nav ul.desktop-nav li ul.site-nav__submenu li:hover {
          background: #333333;
          color: white;
          -webkit-transition: 0.1s ease all;
          -moz-transition: 0.1s ease all;
          -ms-transition: 0.1s ease all;
          -o-transition: 0.1s ease all;
          transition: 0.1s ease all; }
        nav ul.desktop-nav li ul.site-nav__submenu li a {
          padding: 18px 32px; }
    nav ul.desktop-nav li.site-nav--has-submenu:hover > .site-nav__submenu, nav ul.desktop-nav li.site-nav--has-submenu:focus-within > .site-nav__submenu {
      display: block; }
      nav ul.desktop-nav li.site-nav--has-submenu:hover > .site-nav__submenu:before, nav ul.desktop-nav li.site-nav--has-submenu:focus-within > .site-nav__submenu:before {
        content: '';
        display: block;
        border: 6px solid transparent;
        border-top: 10px solid black;
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        margin: auto;
        width: 10px; }
    nav ul.desktop-nav li.site-nav--has-submenu:nth-child(3):hover > .site-nav__submenu {
      margin-left: -24px; }

.hero {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .hero.primary {
    background: #ead9b9; }
  .hero.accent {
    background: #fafafa; }
  .hero.success {
    background: #009688; }
  .hero.warning {
    background: #ffc107; }
  .hero.danger {
    background: #e91e63; }
  .hero.small {
    padding-top: 3.5em;
    padding-bottom: 3.5em; }
  .hero.medium {
    padding-top: 7em;
    padding-bottom: 7em; }
  .hero.large {
    padding-top: 10em;
    padding-bottom: 10em; }
  .hero .hero-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1.5rem; }

.x-sort .filter-product .product-hover {
  cursor: pointer;
  opacity: 0;
  background: rgba(234, 217, 185, 0.35);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }
  @media only screen and (max-width: 992px) {
    .x-sort .filter-product .product-hover {
      display: none; } }
  .x-sort .filter-product .product-hover p.text-center {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    height: 80px; }
    .x-sort .filter-product .product-hover p.text-center:after {
      display: none; }

@media only screen and (min-width: 992px) {
  .x-sort .filter-product:hover .product-hover,
  .x-sort .filter-product:focus .product-hover,
  .x-sort .filter-product:focus-within .product-hover {
    display: block;
    opacity: 1;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; } }

.x-sort .filter-item div.sale-btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #edd7b4;
  font-weight: bold;
  padding: 5px 15px !important; }
.x-sort .filter-item span.sale-btn {
  padding: 5px 15px !important;
  background: #424345; }

@media only screen and (max-height: 768px) {
  .chat-popup {
    max-height: 400px !important;
    min-height: none !important; }
    .chat-popup .chat-windows .chat-body h6 {
      display: none; }

  div#chatContainer {
    max-height: 400px !important;
    min-height: none !important; } }
@media only screen and (max-width: 568px) {
  .chat-open-dialog {
    display: none; }

  .chat-button-destroy {
    display: none; } }
@media screen and (max-height: 650px) {
  .chat-open-dialog, .chat-button-destroy, .chat-popup {
    display: none; } }
.chat-open-dialog {
  z-index: 3;
  position: fixed;
  border: none;
  bottom: 25px;
  right: 35px;
  width: 105px;
  height: 90px;
  cursor: pointer;
  -webkit-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  -moz-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  -ms-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  -o-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  transform: rotate(0deg);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .chat-open-dialog:focus {
    outline: none; }
  .chat-open-dialog:hover {
    opacity: .9; }
  .chat-open-dialog:after {
    background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/bubbleshq.png?v=15430794992709622915") center no-repeat !important;
    content: '';
    width: 98px;
    height: 90px;
    background-size: 92px !important;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px; }
  .chat-open-dialog span.fa-question::before {
    background: white;
    font-size: 24px;
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    opacity: 1;
    -webkit-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
    -moz-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
    -ms-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
    -o-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
    transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275); }
  .chat-open-dialog span.fa-question::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 0px solid transparent;
    border-top: 10px solid white;
    padding: 0;
    margin-top: -5px;
    display: inline-block; }

.chat-open-dialog.active {
  transform: rotate(180deg);
  -webkit-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  -moz-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  -ms-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  -o-transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275);
  transition: all 420ms cubic-bezier(0.175, 0.685, 0.32, 1.275); }

.chat-popup {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 370px;
  max-height: 540px;
  height: 0;
  opacity: 0;
  z-index: 3;
  background: #ead9b9;
  background: linear-gradient(270deg, #e48b64, #89cae2, #92638d, #e4a099, #dd9f97);
  background-size: 1000% 1000%;
  animation: colorchange 12s infinite;
  -moz-animation: colorchange 12s infinite;
  -webkit-animation: colorchange 12s infinite;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .chat-popup div#chatContainer {
    height: 100%;
    min-height: 400px;
    max-height: 540px; }
  .chat-popup .chat-windows {
    width: 200%;
    transform: translateX(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .chat-popup .chat-windows .chat-window-one {
      float: left;
      width: 50%;
      height: 100%; }
    .chat-popup .chat-windows .chat-window-two {
      float: left;
      width: 50%;
      height: 100%; }
    .chat-popup .chat-windows .chat-header {
      border-radius: 8px 8px 0 0;
      padding: 34px 25px;
      position: relative; }
      .chat-popup .chat-windows .chat-header h4 {
        font-weight: 600;
        text-transform: initial;
        margin: 0;
        font-size: 24px;
        padding: 0;
        vertical-align: bottom; }
      .chat-popup .chat-windows .chat-header img.chat-bubbles {
        position: absolute;
        right: 25px;
        top: 25px; }
      .chat-popup .chat-windows .chat-header small {
        margin-top: 30px;
        margin-bottom: 5px;
        font-size: 12px;
        display: block; }
      .chat-popup .chat-windows .chat-header .chat-button-container {
        align-self: flex-end; }
        .chat-popup .chat-windows .chat-header .chat-button-container div#buttonChat {
          float: right; }
      .chat-popup .chat-windows .chat-header .chat-button-start {
        border-radius: 25px;
        padding: 10px;
        font-size: 12px; }
        .chat-popup .chat-windows .chat-header .chat-button-start:focus {
          outline: none; }
        .chat-popup .chat-windows .chat-header .chat-button-start span {
          letter-spacing: 1px; }
          .chat-popup .chat-windows .chat-header .chat-button-start span:after {
            content: "Chat";
            text-transform: uppercase;
            font-weight: bold;
            padding: 0 10px; }
        .chat-popup .chat-windows .chat-header .chat-button-start span[disabled] {
          opacity: .6; }
      .chat-popup .chat-windows .chat-header .chat-button-start[disabled] {
        opacity: .6;
        cursor: inherit; }
        .chat-popup .chat-windows .chat-header .chat-button-start[disabled] span:after {
          content: 'Offline'; }
    .chat-popup .chat-windows img.chat-waves {
      width: 100%; }
      @media only screen and (max-height: 768px) {
        .chat-popup .chat-windows img.chat-waves {
          display: none; } }
    .chat-popup .chat-windows .chat-body {
      background: #fff;
      margin-top: 10px;
      height: 240px; }
      .chat-popup .chat-windows .chat-body img {
        width: 50px;
        margin: 0 auto 8px;
        display: block; }
      .chat-popup .chat-windows .chat-body .the-content {
        padding: 30px 20px; }
        .chat-popup .chat-windows .chat-body .the-content h6 {
          vertical-align: middle;
          font-size: 14px;
          margin-bottom: 20px;
          font-weight: 600; }
        .chat-popup .chat-windows .chat-body .the-content h5 {
          vertical-align: middle;
          margin-bottom: 0;
          font-size: 12px;
          font-weight: 600; }
        .chat-popup .chat-windows .chat-body .the-content p {
          font-size: 12px;
          margin: 0; }
    .chat-popup .chat-windows form table {
      width: 100%; }
      .chat-popup .chat-windows form table tbody {
        margin: 15px 0 0;
        display: block; }
        .chat-popup .chat-windows form table tbody tr {
          width: 100%;
          display: block; }
          .chat-popup .chat-windows form table tbody tr:first-child td input {
            margin-bottom: 15px; }
          .chat-popup .chat-windows form table tbody tr td {
            padding: 0;
            border: none;
            width: 100%;
            display: block; }
            .chat-popup .chat-windows form table tbody tr td:after {
              display: none; }
            .chat-popup .chat-windows form table tbody tr td input {
              font-weight: 500;
              text-transform: capitalize;
              width: 100%;
              border: 0.1rem solid #333333;
              border-radius: 25px;
              padding: 10px 20px;
              font-size: 12px; }
              .chat-popup .chat-windows form table tbody tr td input::-webkit-input-placeholder {
                opacity: 1; }
              .chat-popup .chat-windows form table tbody tr td input:focus {
                outline: none; }

.chat-popup.active {
  opacity: 1;
  height: calc(100% - 95px - 20px);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.chat-popup.chat-init .chat-windows {
  transform: translateX(-370px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#preloader {
  overflow: hidden;
  z-index: 10000;
  background-color: #ead9b9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10rem auto;
  background-image: url(//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/loading_desktop.gif?v=11878982501847740805); }
  @media only screen and (max-width: 992px) {
    #preloader {
      background-image: url(//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/loading_mobile.gif?v=9076687670810605131);
      background-size: 5rem auto; } }

/******************************************************************

Stylesheet: Base

******************************************************************/
*,
::after,
::before {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

::selection {
  background-color: #313131;
  text-shadow: none; }

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

::-webkit-scrollbar {
  width: 15px;
  height: 15px; }

::-webkit-scrollbar-track {
  background: #d1d1d1;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3); }
  ::-webkit-scrollbar-thumb:hover {
    background: #aaa; }
  ::-webkit-scrollbar-thumb:active {
    background: #ead9b9;
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3); }

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem; }

body {
  font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

hr {
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem; }

textarea {
  overflow: auto; }

pre {
  overflow: auto;
  margin: 0;
  width: 100%;
  padding: 12px 18px;
  border-radius: 3px;
  color: red;
  background: red; }
  pre code {
    display: inline-block;
    padding: 3px 6px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    line-height: 1.25rem; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

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

/******************************

Links

******************************/
a,
a:visited {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: inherit; }
  a:active,
  a:visited:active {
    color: inherit; }
  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************

Global

******************************/
main {
  padding: 65px 0 0; }
  @media only screen and (min-width: 992px) {
    main {
      padding-top: 110px; } }
  main section {
    margin: 0 auto 1rem; }
    main section .content {
      padding: 0 0 1rem; }
      main section .content > img {
        margin-bottom: 1.5rem; }

.d-table {
  display: table;
  width: 100%;
  height: 100%; }

.d-table-cell {
  display: table-cell;
  vertical-align: middle; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.flex-spacer {
  width: 100%; }

div#shopify-section-product-squad {
  position: relative; }

.card {
  margin-bottom: 2rem;
  padding: 1.25em 2em;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .card > p:last-child {
    margin-bottom: 0; }
  .card.message {
    padding: 0;
    background: white;
    position: absolute;
    width: 90%;
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 425px; }
    @media only screen and (min-width: 768px) {
      .card.message {
        top: 250px;
        max-width: 650px; } }
    @media only screen and (min-width: 992px) {
      .card.message {
        top: 250px;
        max-width: 775px; } }
    .card.message .card-header {
      background-color: #ead9b9;
      color: #333333;
      padding: 1.5em;
      font-weight: bold;
      position: relative; }
      .card.message .card-header > * {
        margin: 0;
        font-weight: bold; }
      .card.message .card-header .close-modal {
        position: absolute;
        top: 50%;
        right: 20px;
        cursor: pointer;
        margin-top: -1rem;
        width: 2rem;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        .card.message .card-header .close-modal:hover {
          transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -webkit-transform: rotate(90deg); }
    .card.message .card-body {
      border-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: none;
      color: #333333;
      padding: 1.25em 1.25em 2.5em; }
      @media only screen and (min-width: 768px) {
        .card.message .card-body {
          padding: 2em 1.75em 3.5em; } }
      .card.message .card-body > * {
        margin-bottom: 0; }
    .card.message.primary {
      background: #fbf9f4; }
      .card.message.primary .card-header {
        background: #ead9b9; }
      .card.message.primary .card-body {
        color: #ead9b9;
        border-right: 0.1rem solid #ead9b9;
        border-bottom: 0.1rem solid #ead9b9;
        border-left: 0.1rem solid #ead9b9; }
    .card.message.accent {
      background: #fefefe; }
      .card.message.accent .card-header {
        background: #fafafa; }
      .card.message.accent .card-body {
        color: #fafafa;
        border-right: 0.1rem solid #fafafa;
        border-bottom: 0.1rem solid #fafafa;
        border-left: 0.1rem solid #fafafa; }
    .card.message.success {
      background: #d8efed; }
      .card.message.success .card-header {
        background: #009688; }
      .card.message.success .card-body {
        color: #009688;
        border-right: 0.1rem solid #009688;
        border-bottom: 0.1rem solid #009688;
        border-left: 0.1rem solid #009688; }
    .card.message.warning {
      background: #fff5d9; }
      .card.message.warning .card-header {
        background: #ffc107; }
      .card.message.warning .card-body {
        color: #ffc107;
        border-right: 0.1rem solid #ffc107;
        border-bottom: 0.1rem solid #ffc107;
        border-left: 0.1rem solid #ffc107; }
    .card.message.danger {
      background: #fbdde7; }
      .card.message.danger .card-header {
        background: #e91e63; }
      .card.message.danger .card-body {
        color: #e91e63;
        border-right: 0.1rem solid #e91e63;
        border-bottom: 0.1rem solid #e91e63;
        border-left: 0.1rem solid #e91e63; }

/******************************

Footer

******************************/
.copyright {
  display: block; }

@media only screen and (min-width: 768px) {
  .navbar .navbar-header .collapse {
    display: flex; }

  .menu-button {
    display: none; } }
/******************************************************************

Stylesheet: Header

******************************************************************/
.x-sort {
  /* clear fix */
  /* ---- .filter-grid ---- */
  /* ---- .filter-header ---- */
  /* ---- .filter-product---- */ }
  .x-sort h4 {
    font-weight: 500;
    margin-bottom: 0; }
    @media only screen and (max-width: 992px) {
      .x-sort h4 {
        margin-bottom: 25px; } }
  .x-sort select {
    font-size: 14px;
    margin: 0 auto 20px;
    width: 200px;
    -webkit-appearance: none;
    background-position: calc(100% - 5px);
    background-size: 14px;
    background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/xtava-arrow.png?v=16993843433286598741"); }
  .x-sort .filter-grid:after {
    content: '';
    display: block;
    clear: both; }
  .x-sort .filter-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-grid div.cat-container {
        margin: 0 0 0 auto;
        width: 80px; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-grid div.cat-container.flat-irons {
        margin: 0 30px -20px auto;
        width: 75px; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-grid div.cat-container.bounce-it {
        margin: 0 20px 20px auto;
        width: 85px; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-grid div.cat-container.stars {
        margin: 0 80px 5px auto;
        width: 115px; }
        .x-sort .filter-grid div.cat-container.stars img {
          width: 115px; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-grid div.cat-container.all-kits {
        margin: 0 20px 5px auto;
        width: 135px; }
        .x-sort .filter-grid div.cat-container.all-kits img {
          width: 135px; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-grid div.cat-container.hearts {
        margin: 0 20px 5px auto;
        width: 95px; }
        .x-sort .filter-grid div.cat-container.hearts img {
          width: 95px; } }
    .x-sort .filter-grid div.cat-container .category-image {
      width: 50px; }
      @media only screen and (min-width: 768px) {
        .x-sort .filter-grid div.cat-container .category-image {
          width: 75px; } }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-grid div.cat-container .category-image {
          width: 85px; } }
    .x-sort .filter-grid h2 {
      max-width: 200px;
      margin: 10px auto 15px;
      font-weight: bold; }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-grid h2 {
          font-size: 2.5rem;
          line-height: 2.75rem;
          text-align: left;
          margin: 0 0 30px;
          max-width: 350px; } }
      @media only screen and (min-width: 1240px) {
        .x-sort .filter-grid h2 {
          font-size: 2.75rem;
          line-height: 3.1rem; } }
    .x-sort .filter-grid p {
      padding: 0 20px; }
      .x-sort .filter-grid p::after {
        display: block;
        content: '';
        margin: 25px auto 0;
        height: 1px;
        width: 40px;
        background: #333333; }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-grid p {
          text-align: left;
          margin-bottom: 0;
          max-width: 625px;
          padding-left: 0; }
          .x-sort .filter-grid p::after {
            margin: 25px auto 0 0;
            width: 60px; } }
    .x-sort .filter-grid .product-title {
      font-size: 13px;
      display: block;
      padding-top: 10px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-grid .product-title {
          font-size: 15px;
          padding: 10px 35px; } }
    .x-sort .filter-grid .spr-badge {
      height: 50px;
      min-height: 50px;
      display: block;
      clear: both;
      width: 100%; }
    .x-sort .filter-grid i.spr-icon {
      display: inline-block;
      font-size: 10px;
      padding: 0px 2px;
      margin: 0 0 5px;
      width: auto;
      color: #ead9b9; }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-grid i.spr-icon {
          font-size: 15px;
          padding: 0 6px;
          margin-bottom: 10px; } }
    .x-sort .filter-grid .spr-badge-starrating {
      display: block;
      text-align: center;
      margin: 10px auto 0; }
    .x-sort .filter-grid span.spr-badge-caption {
      display: block;
      text-align: center;
      font-size: 10px; }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-grid span.spr-badge-caption {
          font-size: 14px; } }
  .x-sort .filter-header {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .x-sort .filter-header {
        margin: 50px 0; }
        .x-sort .filter-header.flat-irons > div > div:first-child, .x-sort .filter-header.accessories > div > div:first-child, .x-sort .filter-header.sale > div > div:first-child, .x-sort .filter-header.styling-squad > div > div:first-child {
          order: 2; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-header.flat-irons > div > div:first-child, .x-sort .filter-header.accessories > div > div:first-child, .x-sort .filter-header.sale > div > div:first-child, .x-sort .filter-header.styling-squad > div > div:first-child {
        padding: 0 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .x-sort.single-collection .filter-header {
      margin: 20px 0; } }
  @media only screen and (min-width: 992px) {
    .x-sort.single-collection {
      margin-top: 2rem !important; } }
  .x-sort .filter-product {
    -webkit-box-flex: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 50%;
    padding: 5px;
    min-height: 290px; }
    @media only screen and (min-width: 768px) {
      .x-sort .filter-product {
        width: 33.33%;
        min-height: 425px; } }
    @media only screen and (min-width: 992px) {
      .x-sort .filter-product {
        min-height: 525px; } }
    .x-sort .filter-product a {
      display: block; }
    .x-sort .filter-product .compared {
      opacity: .5;
      text-decoration: line-through;
      display: inline-block;
      text-align: center;
      font-size: 12px;
      padding-right: 5px; }
      @media only screen and (min-width: 768px) {
        .x-sort .filter-product .compared {
          font-size: 15px; } }
    .x-sort .filter-product .product-price {
      font-size: 12px;
      display: inline-block;
      margin: 5px 0 0; }
      @media only screen and (min-width: 768px) {
        .x-sort .filter-product .product-price {
          font-size: 15px; } }
    .x-sort .filter-product .for-price {
      text-align: center !important;
      padding: 0; }
      .x-sort .filter-product .for-price:after {
        display: none !important; }
    .x-sort .filter-product img {
      padding: 10px 10px 0;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 10px;
      max-height: 150px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      @media only screen and (min-width: 768px) {
        .x-sort .filter-product img {
          max-height: 250px; } }
      @media only screen and (min-width: 992px) {
        .x-sort .filter-product img {
          max-height: 300px; } }
  .x-sort .filter-item > * {
    margin: 0;
    padding: 0; }
  .x-sort .filter-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal; }
  .x-sort .filter-item .symbol {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white; }
  .x-sort .filter-item .number {
    position: absolute;
    right: 8px;
    top: 5px; }
  .x-sort .filter-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px; }

/******************************************************************

Stylesheet: Footer

******************************************************************/
/******************************************************************

Stylesheet: Footer

******************************************************************/
footer {
  margin-top: 40px; }
  footer .logo a {
    display: block; }
    footer .logo a:focus {
      outline: none; }
      footer .logo a:focus img {
        outline: #a16312 auto 2px; }
  footer .logo img {
    display: block;
    width: 100%;
    max-width: 90px; }
    @media only screen and (max-width: 992px) {
      footer .logo img {
        margin: 0 auto; } }
  footer .heart-img {
    width: 40px;
    display: block;
    margin: 20px auto 10px; }
  footer .social-footer {
    align-content: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto; }
    footer .social-footer .icon {
      padding: 0 8px; }
      @media only screen and (min-width: 1240px) {
        footer .social-footer .icon {
          padding: 0 14px; } }
  footer .footer-nav {
    font-size: 15px; }
    @media only screen and (max-width: 992px) {
      footer .footer-nav {
        margin: 20px auto; } }
    footer .footer-nav li {
      line-height: 36px; }
      @media only screen and (min-width: 992px) {
        footer .footer-nav li {
          display: inline-block;
          padding: 0 5px; } }
    footer .footer-nav a {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      footer .footer-nav a:hover {
        color: #775922; }
  @media only screen and (min-width: 992px) {
    footer .button {
      float: right; }
    footer .footer-texts {
      padding-top: 25px;
      padding-bottom: 50px; }
      footer .footer-texts a:hover {
        text-decoration: underline; }
      footer .footer-texts li:nth-child(2):before, footer .footer-texts li:nth-child(3):before, footer .footer-texts li:nth-child(4):before, footer .footer-texts li:nth-child(6):before, footer .footer-texts li:nth-child(7):before {
        content: '\2022';
        display: inline-block;
        padding-right: 10px; }
      footer .footer-texts li:nth-child(5), footer .footer-texts li:nth-child(6), footer .footer-texts li:nth-child(7) {
        position: absolute;
        right: 0;
        margin-top: 14px; }
      footer .footer-texts li:nth-child(5) {
        right: 160px; }
      footer .footer-texts li:nth-child(6) {
        right: 80px; } }

.copyright {
  background: #ead9b9;
  font-size: 14px;
  padding: 10px 5px; }
  .copyright a {
    text-decoration: underline; }

.cart-drawer {
  background: white;
  width: 35%; }
  .cart-drawer .back {
    font-size: 0.8rem;
    font-weight: bold;
    position: absolute;
    padding-top: 15px;
    padding-left: 20px;
    top: 65px;
    cursor: pointer;
    left: 0;
    width: 100%;
    background: #f3ebdb; }
    .cart-drawer .back:hover {
      opacity: .75; }
    @media only screen and (min-width: 992px) {
      .cart-drawer .back {
        top: 105px; } }
  .cart-drawer .cart-items {
    background-color: rgba(234, 217, 185, 0.5);
    height: 63vh;
    overflow-y: auto; }
    @media only screen and (max-width: 768px) {
      .cart-drawer .cart-items {
        height: 53vh; } }
    .cart-drawer .cart-items table {
      margin-top: 2rem;
      width: 100%; }
      .cart-drawer .cart-items table td {
        vertical-align: top;
        padding-bottom: 1rem; }
      .cart-drawer .cart-items table .thumb {
        width: 10%; }
        @media only screen and (max-width: 768px) {
          .cart-drawer .cart-items table .thumb {
            width: auto; }
            .cart-drawer .cart-items table .thumb img {
              max-width: 50px; } }
      .cart-drawer .cart-items table .name {
        font-size: 0.95rem;
        padding-left: 1rem;
        padding-bottom: 1rem; }
        .cart-drawer .cart-items table .name strong {
          display: block;
          margin-bottom: 0.5rem; }
        .cart-drawer .cart-items table .name .actions {
          border: 1px solid black;
          font-weight: bold;
          display: inline-block;
          vertical-align: middle; }
          .cart-drawer .cart-items table .name .actions a {
            padding: 0.25rem 0.5rem;
            display: inline-block; }
        .cart-drawer .cart-items table .name .remove {
          font-weight: bold;
          padding: 0.25rem 0.5rem;
          font-size: 1.25rem; }
          @media only screen and (max-width: 768px) {
            .cart-drawer .cart-items table .name .remove {
              line-height: 1; } }
        @media only screen and (max-width: 768px) {
          .cart-drawer .cart-items table .name {
            font-size: 0.8rem; } }
      .cart-drawer .cart-items table .price {
        width: 10%;
        text-align: right;
        font-weight: bold;
        font-size: 0.95rem; }
        @media only screen and (max-width: 768px) {
          .cart-drawer .cart-items table .price {
            width: auto;
            font-size: 0.8rem; } }
  .cart-drawer .subtotal {
    margin-top: 0; }
    .cart-drawer .subtotal .value {
      font-size: 0.95rem;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .cart-drawer .subtotal .value {
          font-size: 1rem; } }
      .cart-drawer .subtotal .value .amount {
        float: right; }
    .cart-drawer .subtotal .checkout a {
      text-transform: uppercase;
      border: 2px solid black;
      line-height: 3rem;
      padding: 0 2rem;
      display: inline-block;
      font-size: 1.5rem;
      background-color: #ead9b9;
      margin: 2rem 0 1.5rem;
      min-width: 215px;
      text-align: center; }
      .cart-drawer .subtotal .checkout a:hover, .cart-drawer .subtotal .checkout a:focus {
        background: #333333;
        color: white; }
      @media only screen and (max-width: 768px) {
        .cart-drawer .subtotal .checkout a {
          font-size: 1rem;
          line-height: 2rem; } }

.icon-cart {
  position: relative;
  cursor: pointer; }
  .icon-cart span {
    position: absolute;
    bottom: -.35rem;
    left: 50%;
    width: 1rem;
    height: 1rem;
    font-size: .8rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #ead9b9;
    color: black;
    font-weight: bold; }

.modal-back {
  display: block;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  .modal-back .set-height {
    height: 100vh; }

.hide {
  display: none; }

.login-form {
  margin: 0 auto; }
  @media only screen and (min-width: 1240px) {
    .login-form {
      max-width: 50%; } }
  .login-form .modal-header {
    text-align: center;
    position: relative;
    background: #ead9b9;
    padding: 2rem 0; }
    .login-form .modal-header .logo {
      max-height: 2rem; }
      @media only screen and (max-width: 992px) {
        .login-form .modal-header .logo {
          max-height: 1rem; } }
    .login-form .modal-header .close {
      position: absolute;
      top: 50%;
      right: 20px;
      cursor: pointer;
      margin-top: -1rem;
      width: 2rem;
      transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
      .login-form .modal-header .close:hover {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg); }
    @media only screen and (max-width: 992px) {
      .login-form .modal-header {
        padding: 1rem 0; } }
  .login-form .modal-content {
    background-color: white;
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: auto 30%;
    text-align: center;
    padding: 5rem 2rem;
    font-size: 0.95rem; }
    .login-form .modal-content h2 {
      text-transform: capitalize;
      font-weight: bold;
      margin: 0 auto 4rem; }
      @media only screen and (max-width: 992px) {
        .login-form .modal-content h2 {
          margin-bottom: 2rem;
          font-size: 2rem;
          line-height: 1; } }
    .login-form .modal-content.reset-password-confirmation h2 {
      margin-bottom: 1rem; }
    .login-form .modal-content.reset-password-confirmation .info {
      margin: 0 auto 4rem; }
    .login-form .modal-content form {
      max-width: 450px;
      margin: 0 auto; }
      .login-form .modal-content form .pad {
        max-width: 320px;
        margin: 0 auto; }
      .login-form .modal-content form input {
        display: block;
        border: 1px solid black;
        padding: 0 1.5rem;
        line-height: 3rem;
        color: black;
        margin: 0 auto 1rem;
        width: 100%;
        font-size: 1.25rem; }
        @media only screen and (max-width: 992px) {
          .login-form .modal-content form input {
            line-height: 2.5rem; } }
        .login-form .modal-content form input.submit {
          margin: 2rem auto 0;
          width: 80%; }
          .login-form .modal-content form input.submit:hover, .login-form .modal-content form input.submit:focus {
            background: #333333;
            color: white; }
          @media only screen and (max-width: 992px) {
            .login-form .modal-content form input.submit {
              width: 100%; } }
    @media only screen and (min-width: 992px) {
      .login-form .modal-content.register-form form .first_name,
      .login-form .modal-content.register-form form .last_name {
        display: inline-block;
        width: 47%;
        float: left; }
      .login-form .modal-content.register-form form .last_name {
        float: right; } }
    .login-form .modal-content.recover-password h2 {
      margin-bottom: 1rem; }
    .login-form .modal-content.recover-password .info {
      margin: 0 auto 4rem; }
    .login-form .modal-content .links {
      margin-top: 2rem;
      line-height: 2; }
      .login-form .modal-content .links .b {
        font-weight: bold; }
    @media only screen and (max-width: 992px) {
      .login-form .modal-content {
        padding: 2rem;
        background-image: none !important; } }
    @media only screen and (max-width: 576px) {
      .login-form .modal-content {
        padding: 1rem;
        background-image: none !important; } }
  .login-form .social-login-wrap {
    max-width: 420px;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .login-form .social-login-wrap {
        margin-top: 1.5rem; } }
    .login-form .social-login-wrap .social-login-buttons {
      display: block;
      padding: 5px 0;
      text-align: center; }
      .login-form .social-login-wrap .social-login-buttons .social-login-button {
        display: inline-block;
        width: 49%;
        margin: 0;
        position: relative;
        line-height: 2rem;
        height: auto;
        font-size: 0.8rem;
        padding-left: 2rem;
        padding-right: 0;
        border: 1px solid black;
        color: white;
        text-transform: uppercase;
        font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
        @media only screen and (max-width: 992px) {
          .login-form .social-login-wrap .social-login-buttons .social-login-button {
            display: block;
            width: 100%;
            line-height: 3rem; } }
        @media only screen and (max-width: 576px) {
          .login-form .social-login-wrap .social-login-buttons .social-login-button {
            line-height: 2.5rem; } }
        .login-form .social-login-wrap .social-login-buttons .social-login-button:before {
          font-family: FontAwesome;
          position: absolute;
          left: 1rem;
          top: 50%;
          margin-top: -1rem;
          font-size: 1.25rem; }
          @media only screen and (max-width: 992px) {
            .login-form .social-login-wrap .social-login-buttons .social-login-button:before {
              margin-top: -1.5rem; } }
          @media only screen and (max-width: 576px) {
            .login-form .social-login-wrap .social-login-buttons .social-login-button:before {
              margin-top: -1.3rem; } }
        .login-form .social-login-wrap .social-login-buttons .social-login-button.login-facebook {
          background: #3c5a96; }
          .login-form .social-login-wrap .social-login-buttons .social-login-button.login-facebook:before {
            content: "\f09a"; }
        .login-form .social-login-wrap .social-login-buttons .social-login-button.login-google {
          background: #d44837;
          float: right; }
          .login-form .social-login-wrap .social-login-buttons .social-login-button.login-google:before {
            content: "\f1a0"; }
          @media only screen and (max-width: 992px) {
            .login-form .social-login-wrap .social-login-buttons .social-login-button.login-google {
              margin-top: 5px; } }

.ui_guide .logo img {
  border: 1px solid getColor(grey, 100);
  padding: 20px 40px;
  max-width: 500px;
  width: 100%; }
.ui_guide .typography .display {
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.ui_guide .typography .body {
  font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.ui_guide .card-block .display-1 {
  margin-bottom: 0; }
.ui_guide .card-block.body-font * {
  font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.ui_guide .card-background {
  background: #f44336;
  width: 100%;
  margin: 0;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.025);
  color: rgba(255, 255, 255, 0);
  transition: color .5s ease;
  font-size: 12px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  border-radius: 0;
  display: block; }
  .ui_guide .card-background.indigo {
    background: #3f51b5; }
  .ui_guide .card-background.cyan {
    background: #00bcd4; }
  .ui_guide .card-background.green {
    background: #4caf50; }
  .ui_guide .card-background.amber {
    background: #ffc107; }
.ui_guide .color-value {
  display: inline-block;
  flex-grow: 1;
  height: 50px;
  width: calc(100% * (1/2));
  font-size: 10px;
  text-transform: uppercase; }
  .ui_guide .color-value span {
    display: flex;
    line-height: 18px;
    color: getColor(blue-grey, 300); }
    .ui_guide .color-value span:nth-child(2) {
      color: getColor(blue-grey, 600); }

.template-index {
    /******************************************************************

Stylesheet: Home Page

******************************************************************/ }
  .template-index .slider-container #slider-top {
    margin-right: auto;
    padding-right: 20%; }
    .template-index .slider-container #slider-top .owl-dots {
      width: 85%;
      background: #b3e1d7;
      margin-top: 0;
      padding-top: 8px; }
    @media only screen and (min-width: 992px) {
      .template-index .slider-container #slider-top {
        padding-right: 35%; }
        .template-index .slider-container #slider-top .owl-dots {
          position: absolute;
          top: 27%;
          right: -15px;
          height: 36px;
          width: auto;
          background: transparent; }
          .template-index .slider-container #slider-top .owl-dots span {
            background: #CDCDCD;
            width: 10px;
            height: 10px;
            margin: 5px 12px; }
          .template-index .slider-container #slider-top .owl-dots .active span {
            background: #666; } }
  .template-index .slider-container #slider-bottom {
    margin-top: -30%;
    margin-left: 50%;
    margin-bottom: 25px;
    width: 50%;
    float: right; }
  .template-index .slider-container h1 {
    line-height: 1.875rem;
    margin: 10px auto 7px;
    max-width: 250px;
    font-weight: bold; }
    @media only screen and (min-width: 992px) {
      .template-index .slider-container h1 {
        line-height: 3.5rem;
        max-width: 500px;
        text-indent: -245px;
        position: absolute;
        right: 10%;
        top: 25px;
        z-index: 2; } }
    @media only screen and (min-width: 1240px) {
      .template-index .slider-container h1 {
        right: 13%;
        top: 30px; } }
  @media only screen and (min-width: 992px) {
    .template-index .sliders {
      position: relative; }
      .template-index .sliders .slider-containers {
        width: 960px;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        margin: 0 auto; }
      .template-index .sliders .bg-accent-extended {
        background: #b3e1d7;
        bottom: 0;
        height: 30%;
        left: 0;
        position: absolute;
        width: 100%; }
      .template-index .sliders #slider-bottom {
        margin: 0;
        top: 35%;
        left: 55%;
        width: 45%;
        position: absolute; }
    .template-index .bg-accent {
      padding: 20px 0 10px; }
      .template-index .bg-accent p {
        text-align: left;
        margin: 35px 0 30px; }
        .template-index .bg-accent p.copy::after {
          content: '';
          width: 75px;
          height: 1px;
          background: #101010;
          display: block;
          margin-top: 35px;
          display: none; }
      .template-index .bg-accent .button {
        padding: 12px 20px;
        font-size: 1.2rem; }
        .template-index .bg-accent .button:hover, .template-index .bg-accent .button:focus {
          color: white; } }
    @media only screen and (min-width: 992px) and (min-width: 992px) {
      .template-index .bg-accent .offset-md-2 p {
        text-align: right;
        margin-right: -15px; } }
  .template-index .button-arrows {
    position: relative; }
    @media only screen and (min-width: 576px) {
      .template-index .button-arrows::before, .template-index .button-arrows::after {
        content: '';
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
        background-size: cover;
        width: 85px;
        height: 25px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -95px; }
      .template-index .button-arrows::after {
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz-alt.gif?v=18426020142028622243");
        background-size: cover;
        left: inherit;
        right: -95px; } }
    @media only screen and (min-width: 768px) {
      .template-index .button-arrows::before, .template-index .button-arrows::after {
        width: 145px;
        height: 45px;
        left: -175px; }
      .template-index .button-arrows::after {
        left: inherit;
        right: -175px; } }
  @media only screen and (min-width: 1240px) {
    .template-index .sliders .container, .template-index .bg-accent .container {
      width: 1070px; } }
  .template-index .products-best {
    margin-top: 35px; }
    @media only screen and (min-width: 992px) {
      .template-index .products-best {
        margin-top: 15px; } }
  .template-index .for-button {
    margin-bottom: 0; }
  .template-index .best-sellers {
    margin-top: 4rem; }
    .template-index .best-sellers h1 {
      margin: 0 auto 20px;
      font-weight: bold; }
      .template-index .best-sellers h1:after {
        display: block;
        width: 30px;
        height: 1px;
        content: '';
        margin: 5px auto 0;
        background: #333333; }
      @media only screen and (min-width: 992px) {
        .template-index .best-sellers h1 {
          text-align: left;
          margin: 120px auto 20px; }
          .template-index .best-sellers h1:after {
            margin: 25px auto 0 0;
            height: 2px;
            width: 50px; } }
    .template-index .best-sellers a {
      display: block; }
      .template-index .best-sellers a img {
        display: block;
        margin: 0 0 0 auto;
        width: 95%; }
        @media only screen and (min-width: 992px) {
          .template-index .best-sellers a img {
            width: 80%; } }
    .template-index .best-sellers .products-best .item:nth-child(1) img {
      max-width: 620px; }
      @media only screen and (min-width: 1240px) {
        .template-index .best-sellers .products-best .item:nth-child(1) img {
          max-width: 800px; } }
    @media only screen and (min-width: 768px) {
      .template-index .best-sellers .products-best .item:nth-child(2) .product-info {
        padding-right: 120px; } }
    .template-index .best-sellers .products-best .item:nth-child(2) img {
      max-width: 580px;
      padding-left: 0; }
      @media only screen and (min-width: 768px) {
        .template-index .best-sellers .products-best .item:nth-child(2) img {
          margin-top: 25px; } }
      @media only screen and (min-width: 1240px) {
        .template-index .best-sellers .products-best .item:nth-child(2) img {
          max-width: 725px;
          margin-top: 70px; } }
    @media only screen and (min-width: 992px) {
      .template-index .best-sellers .products-best .item:nth-child(3) .product-info {
        padding-right: 140px;
        margin-top: -455px;
        margin-bottom: 200px; } }
    @media only screen and (min-width: 1580px) {
      .template-index .best-sellers .products-best .item:nth-child(3) .product-info {
        padding-left: 200px; } }
    .template-index .best-sellers .products-best .item:nth-child(3) h4 {
      max-width: 120px; }
      @media only screen and (min-width: 992px) {
        .template-index .best-sellers .products-best .item:nth-child(3) h4 {
          max-width: none; } }
    .template-index .best-sellers .products-best .item:nth-child(3) img {
      max-width: 650px;
      padding-left: 30px;
      margin-bottom: 60px; }
      @media only screen and (min-width: 1240px) {
        .template-index .best-sellers .products-best .item:nth-child(3) img {
          max-width: 700px;
          margin-top: 40px; } }
    .template-index .best-sellers .item:nth-child(even) .product-info {
      margin: -40px 0 0 auto; }
      @media only screen and (min-width: 992px) {
        .template-index .best-sellers .item:nth-child(even) .product-info {
          margin: -130px 0 0 auto; } }
      @media only screen and (min-width: 1240px) {
        .template-index .best-sellers .item:nth-child(even) .product-info {
          margin: -210px 0 0 auto;
          width: 50%; } }
      @media only screen and (min-width: 1580px) {
        .template-index .best-sellers .item:nth-child(even) .product-info {
          margin: -310px 0 0 auto; } }
    .template-index .best-sellers .item:nth-child(even) a img {
      margin: 0 auto 0 0;
      padding-left: 30px; }
    .template-index .best-sellers .item .product-info {
      width: 85%;
      margin-top: -50px;
      display: block; }
      @media only screen and (min-width: 768px) {
        .template-index .best-sellers .item .product-info {
          margin-top: -175px;
          width: 60%; } }
      @media only screen and (min-width: 992px) {
        .template-index .best-sellers .item .product-info {
          margin-top: -240px; } }
      @media only screen and (min-width: 1240px) {
        .template-index .best-sellers .item .product-info {
          margin-top: -250px;
          width: 60%; } }
      @media only screen and (min-width: 1580px) {
        .template-index .best-sellers .item .product-info {
          margin-top: -375px; } }
      .template-index .best-sellers .item .product-info h4 {
        max-width: 135px;
        margin: 0 auto 10px;
        font-weight: 700; }
        @media only screen and (min-width: 768px) {
          .template-index .best-sellers .item .product-info h4 {
            max-width: none;
            margin-bottom: 35px;
            font-size: 2.2rem;
            line-height: 2.5rem; } }
      @media only screen and (min-width: 768px) {
        .template-index .best-sellers .item .product-info form {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 992px) {
        .template-index .best-sellers .item .product-info .button-small {
          padding: 1rem 4rem;
          font-size: 1.2rem; } }
      .template-index .best-sellers .item .product-info p.quote {
        border: 1px solid #333333;
        border-radius: 50px;
        padding: 6px 20px;
        font-size: .7rem;
        margin: 14px auto;
        position: relative;
        display: inline-block; }
        @media only screen and (min-width: 992px) {
          .template-index .best-sellers .item .product-info p.quote {
            font-size: 1rem;
            margin-top: 1.25rem; } }
      .template-index .best-sellers .item .product-info span.author {
        position: relative;
        display: block;
        height: 20px;
        width: 100px;
        margin: 0 auto; }
        .template-index .best-sellers .item .product-info span.author:before {
          position: absolute;
          bottom: 2px;
          left: 0;
          right: 0;
          width: 8px;
          margin: 0 auto;
          content: '';
          border-color: #333 transparent transparent transparent;
          border-width: 16px 9px;
          border-style: solid; }
        .template-index .best-sellers .item .product-info span.author:after {
          position: absolute;
          bottom: 5px;
          left: 0;
          right: 0;
          width: 8px;
          margin: 0 auto;
          content: '';
          border-color: #fffcfc transparent rgba(253, 253, 253, 0) rgba(255, 255, 255, 0);
          border-width: 15px 8px;
          border-style: solid; }
      .template-index .best-sellers .item .product-info img.author {
        margin-top: -15px;
        width: 110px; }
        @media only screen and (min-width: 992px) {
          .template-index .best-sellers .item .product-info img.author {
            width: 180px;
            margin-top: 0; } }
      .template-index .best-sellers .item .product-info p.author {
        position: relative;
        display: inline-table;
        margin-left: 80px;
        min-height: 26px;
        padding-top: 5px; }
        .template-index .best-sellers .item .product-info p.author:before {
          position: absolute;
          bottom: 9px;
          left: 0;
          right: 0;
          width: 8px;
          margin: 0 auto;
          content: '';
          border-color: #333 transparent transparent transparent;
          border-width: 16px 9px;
          border-style: solid; }
        .template-index .best-sellers .item .product-info p.author:after {
          position: absolute;
          bottom: 12px;
          left: 0;
          right: 0;
          width: 8px;
          margin: 0 auto;
          content: '';
          border-color: #fffcfc transparent rgba(253, 253, 253, 0) rgba(255, 255, 255, 0);
          border-width: 15px 8px;
          border-style: solid; }
        @media only screen and (min-width: 992px) {
          .template-index .best-sellers .item .product-info p.author:before {
            bottom: 14px; }
          .template-index .best-sellers .item .product-info p.author:after {
            bottom: 17px; } }
  .template-index .press div#press-bottom .owl-stage {
    display: flex;
    align-content: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .template-index .product-slider form {
    padding-bottom: 4px; }
  .template-index .product-slider h2 {
    max-width: 205px;
    margin: 0 auto 35px;
    font-weight: bold;
    font-size: 1.65rem;
    line-height: 2.0625rem; }
    @media only screen and (min-width: 992px) {
      .template-index .product-slider h2 {
        font-size: 3.7125rem;
        line-height: 3.465rem;
        max-width: none;
        margin: 80px auto; } }
  .template-index .product-slider .owl-item .item .item-inner {
    border: 12px solid #86648a;
    margin-bottom: 15px; }
  .template-index .product-slider .owl-item .item.caffeine-cream .item-inner {
    border-color: #bcd8ce; }
  .template-index .product-slider .owl-item .item.caffeine-cream h5::after {
    background: #bcd8ce; }
  .template-index .product-slider .owl-item .item.gold-clay-mask .item-inner {
    border-color: #86648a; }
  .template-index .product-slider .owl-item .item.gold-clay-mask h5::after {
    background: #86648a; }
  .template-index .product-slider .owl-item .item.leave-in .item-inner {
    border-color: #8aa8cc; }
  .template-index .product-slider .owl-item .item.leave-in h5::after {
    background: #8aa8cc; }
  .template-index .product-slider .owl-item .item.heat-protectant .item-inner {
    border-color: #e48b64; }
  .template-index .product-slider .owl-item .item.heat-protectant h5::after {
    background: #e48b64; }
  .template-index .product-slider .owl-item .item.deep-conditioning .item-inner {
    border-color: #e4a099; }
  .template-index .product-slider .owl-item .item.deep-conditioning h5::after {
    background: #e4a099; }
  .template-index .product-slider .owl-item .item.curl-definer .item-inner {
    border-color: #f4d0a1; }
  .template-index .product-slider .owl-item .item.curl-definer h5::after {
    background: #f4d0a1; }
  .template-index .product-slider .owl-item .item.rich-leave-in .item-inner {
    border-color: #9ec9e0; }
  .template-index .product-slider .owl-item .item.rich-leave-in h5::after {
    background: #9ec9e0; }
  .template-index .product-slider .button-small {
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 992px) {
      .template-index .product-slider .button-small {
        background: white;
        border: 2px solid white;
        padding: 1rem 3rem; }
        .template-index .product-slider .button-small:hover, .template-index .product-slider .button-small:focus {
          color: #333333;
          border: 2px solid #333333; } }
    .template-index .product-slider .button-small div span {
      font-weight: bold; }
  .template-index .product-slider h5 {
    padding: 20px 15px 5px;
    max-width: 175px;
    margin: 0 auto;
    height: 80px;
    font-weight: bold; }
    .template-index .product-slider h5::after {
      display: block;
      content: '';
      margin: 5px auto 0;
      height: 2px;
      width: 30px;
      background: #86648a; }
      @media only screen and (min-width: 992px) {
        .template-index .product-slider h5::after {
          margin: 20px auto 0;
          height: 3px;
          width: 45px; } }
    @media only screen and (min-width: 992px) {
      .template-index .product-slider h5 {
        max-width: none;
        padding-top: 40px; } }
  .template-index .product-slider #collection-slider {
    margin-top: 30px; }
    @media only screen and (min-width: 768px) {
      .template-index .product-slider #collection-slider {
        padding: 0 50px;
        max-width: 1080px;
        margin: 0 auto; }
        .template-index .product-slider #collection-slider .owl-nav {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 50px;
          right: 0;
          left: 0; }
        .template-index .product-slider #collection-slider .owl-item .item {
          padding-bottom: 1px; }
        .template-index .product-slider #collection-slider .owl-prev, .template-index .product-slider #collection-slider .owl-next {
          background: transparent;
          padding: 0;
          margin: 0;
          border-radius: 0;
          border-top: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 12px solid #ccc; }
        .template-index .product-slider #collection-slider .owl-prev {
          border-left: 10px solid transparent;
          border-right: 12px solid #ccc;
          position: absolute;
          left: 10px; }
        .template-index .product-slider #collection-slider .owl-next {
          position: absolute;
          right: 10px; } }
    @media only screen and (min-width: 992px) {
      .template-index .product-slider #collection-slider .owl-nav {
        height: 100px;
        z-index: -1; }
      .template-index .product-slider #collection-slider .owl-prev, .template-index .product-slider #collection-slider .owl-next {
        border-top: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 18px solid #ccc;
        right: 5px; }
      .template-index .product-slider #collection-slider .owl-prev {
        border-left: 12px solid transparent;
        border-right: 18px solid #ccc;
        left: 5px;
        right: auto; } }
    @media only screen and (min-width: 1240px) {
      .template-index .product-slider #collection-slider .owl-next {
        right: -5px; }
      .template-index .product-slider #collection-slider .owl-prev {
        left: -5px; } }
  .template-index .product-slider img {
    width: 94%;
    margin: 0 auto; }
  .template-index .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.6);
    width: 8px;
    height: 8px;
    margin: 5px 8px; }
  .template-index .owl-theme .owl-dots .owl-dot.active span {
    background: #fff; }

.template-list-collections .collection-cta {
  margin: 25px auto 35px; }
  .template-list-collections .collection-cta h1 {
    font-weight: bold;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 992px) {
      .template-list-collections .collection-cta h1 {
        text-align: left;
        max-width: 420px;
        font-size: 2.75rem;
        line-height: 3rem;
        margin: 0; } }
  .template-list-collections .collection-cta p {
    padding: 0 20px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .template-list-collections .collection-cta p {
        text-align: left;
        padding: 40px 0 0;
        margin-bottom: 0;
        max-width: 625px; } }
@media only screen and (min-width: 992px) {
  .template-list-collections #shopify-section-footer {
    margin-top: 150px; }
  .template-list-collections section.x-sort {
    margin-top: 6rem; }
  .template-list-collections select {
    display: inline-block;
    margin: 50px 50px 60px; } }
@media only screen and (min-width: 1240px) {
  .template-list-collections select {
    font-size: 18px;
    width: 250px; } }

.template-collection main {
  padding: 35px 0 0; }
  @media only screen and (min-width: 992px) {
    .template-collection main {
      padding: 95px 0 0; } }
.template-collection header {
  display: flex;
  height: 80vh;
  justify-content: space-between;
  align-items: center;
  max-height: 475px;
  background-size: cover !important;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-content: center; }
  @media only screen and (min-width: 992px) {
    .template-collection header {
      max-height: 700px; } }
.template-collection .display-3, .template-collection h4 {
  color: white; }
.template-collection .display-3 {
  max-width: 250px; }
  @media only screen and (min-width: 992px) {
    .template-collection .display-3 {
      max-width: none;
      margin-bottom: 50px; } }
.template-collection .description {
  background: #ead9b9;
  padding: 2rem .5rem 4rem; }
  @media only screen and (min-width: 992px) {
    .template-collection .description {
      padding: 5rem .5rem 8rem; }
      .template-collection .description h1 {
        margin-bottom: 50px; }
      .template-collection .description p {
        max-width: 650px;
        margin: 0 auto; } }
.template-collection .lifestyle-slider {
  margin-top: -65px; }
.template-collection .ingredients-slider h1 {
  font-weight: bold; }
  @media only screen and (min-width: 992px) {
    .template-collection .ingredients-slider h1 {
      margin-bottom: 50px; } }
@media only screen and (min-width: 992px) {
  .template-collection .ingredients-slider p {
    max-width: 675px;
    margin: 0 auto 35px; } }
.template-collection .ingredients-slider .owl-carousel .owl-dots {
  margin: 0; }
  .template-collection .ingredients-slider .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px; }
.template-collection .ingredients-slider .owl-carousel .owl-item h6 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px; }
.template-collection .ingredients-slider .owl-carousel .owl-item img {
  border-radius: 50%;
  max-width: 115px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 992px) {
    .template-collection .ingredients-slider .owl-carousel .owl-item img {
      max-width: 200px; } }
.template-collection .ingredients-slider .owl-carousel .owl-item p {
  padding-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .template-collection .ingredients-slider .owl-carousel .owl-item p {
      max-width: 350px;
      margin: 0 auto; } }
.template-collection .all-ingredients {
  margin-top: 3.5rem; }
  @media only screen and (min-width: 992px) {
    .template-collection .all-ingredients {
      margin-top: 8rem; } }
.template-collection .product-list {
  margin-top: 1rem; }
  .template-collection .product-list img {
    margin-bottom: 20px;
    padding: 0 50px; }
  .template-collection .product-list a {
    display: block; }
  .template-collection .product-list h2 {
    font-weight: bold; }
  .template-collection .product-list h4 {
    font-weight: bold;
    margin-bottom: 0; }
  .template-collection .product-list div.product {
    margin-bottom: 22px; }
    .template-collection .product-list div.product p {
      margin-bottom: 0;
      padding: 0 0 10px; }
    .template-collection .product-list div.product form div span {
      font-weight: bold; }
.template-collection .product h4 {
  color: #333333; }

#terms-amp-conditions .terms-controller button {
  margin: .5rem; }
@media only screen and (min-width: 576px) {
  #terms-amp-conditions .terms-controller div.text-center {
    text-align: left; }
  #terms-amp-conditions .terms-controller button:first-child {
    margin-left: 0; } }
#terms-amp-conditions .terms-copy {
  height: 0;
  margin: 0;
  display: none; }
  #terms-amp-conditions .terms-copy.active {
    height: 100%;
    display: block; }
  #terms-amp-conditions .terms-copy h5 {
    margin: 0 0 1.8em; }
  #terms-amp-conditions .terms-copy .list {
    margin: 0 0 1em; }
  #terms-amp-conditions .terms-copy .pre-wrap {
    white-space: pre-wrap; }
  #terms-amp-conditions .terms-copy a {
    text-decoration: underline; }
#terms-amp-conditions section.terms-copy.active {
  margin-top: 30px; }
@media only screen and (max-width: 576px) {
  #terms-amp-conditions h1.active {
    max-width: 220px; } }
@media only screen and (min-width: 576px) {
  #terms-amp-conditions h1.active {
    text-align: left;
    display: inline-block;
    position: relative;
    overflow: initial; } }
#terms-amp-conditions h1.active::before {
  content: '';
  background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/stars.png?v=15981437155342734640") center;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 118px;
  right: 0;
  margin: auto;
  top: -25px; }
  @media only screen and (min-width: 576px) {
    #terms-amp-conditions h1.active::before {
      left: initial;
      right: -30px;
      margin: auto;
      top: -25px; } }
  @media only screen and (min-width: 992px) {
    #terms-amp-conditions h1.active::before {
      width: 75px;
      height: 75px;
      right: -50px;
      top: -45px; } }
@media only screen and (min-width: 576px) {
  #terms-amp-conditions .hero.small {
    padding-top: 6rem;
    padding-bottom: 3rem; } }
@media only screen and (min-width: 992px) {
  #terms-amp-conditions .hero.small {
    padding-top: 10rem;
    padding-bottom: 4rem; } }

.template-product #shopify-section-product {
  margin-top: 20px; }
.template-product h1 {
  font-weight: bold;
  margin-top: 10px; }
.template-product h2 {
  font-weight: bold; }
.template-product h4 {
  margin: -10px auto 20px;
  font-size: .85rem; }
  @media only screen and (min-width: 992px) {
    .template-product h4 {
      font-size: 1.85rem;
      text-align: left; } }
.template-product .mob-rev span.spr-badge {
  text-align: center;
  margin: 0 auto 12px;
  display: block; }
.template-product .product-cta {
  text-transform: uppercase; }
  @media only screen and (max-width: 992px) {
    .template-product .product-cta {
      font-size: 1rem;
      line-height: 1.35rem; } }
  @media only screen and (min-width: 992px) {
    .template-product .product-cta {
      text-align: left;
      margin: 0 0 20px 0;
      line-height: 3.4rem;
      font-size: 3.2rem; } }
.template-product input#Quantity {
  text-align: center;
  width: 50px;
  padding: 8px 0;
  border: 1px solid black;
  margin: 0;
  vertical-align: bottom; }
  @media only screen and (min-width: 992px) {
    .template-product input#Quantity {
      padding: 14.5px 0;
      font-size: 1.2rem; } }
.template-product .short-description .trigger-ing {
  display: block;
  margin-right: 0;
  margin-bottom: 15px; }
.template-product .short-description a {
  color: #0B75CB;
  font-weight: bold;
  text-decoration: underline; }
@media only screen and (min-width: 992px) {
  .template-product .short-description {
    text-align: left;
    margin-top: 20px; } }
.template-product .description #light {
  width: 40px;
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 992px) {
    .template-product .description #light {
      width: 60px;
      margin-bottom: 40px; } }
  .template-product .description #light.collection-blow-dryers {
    width: 100px; }
  .template-product .description #light.collection-other {
    width: 100px; }
.template-product .description h2 {
  margin-bottom: 10px;
  font-size: 1.65rem;
  line-height: 2.0625rem; }
  @media only screen and (min-width: 992px) {
    .template-product .description h2 {
      font-size: 3.7125rem;
      line-height: 3.465rem; } }
.template-product .description h6 {
  font-size: .7rem;
  margin-top: -5px; }
  @media only screen and (min-width: 992px) {
    .template-product .description h6 {
      font-size: 1rem;
      margin: 35px 0; } }
.template-product .description ul {
  line-height: initial; }
  @media only screen and (min-width: 992px) {
    .template-product .description ul {
      width: 964px;
      margin: 0 auto; } }
  .template-product .description ul li {
    text-align: center; }
.template-product .description li {
  display: block;
  line-height: initial;
  margin: 0 auto;
  max-width: 375px;
  padding: 12px 0;
  width: 80%;
  border-bottom: 1px solid black; }
  @media only screen and (min-width: 992px) {
    .template-product .description li {
      display: inline-block;
      font-size: 1.3rem;
      margin: 0 40px;
      max-width: 400px;
      padding: 25px 0;
      text-align: left;
      text-indent: 10px; } }
@media only screen and (min-width: 992px) {
  .template-product .description {
    max-width: 1100px;
    margin: 100px auto 40px; }
    .template-product .description br {
      display: none; } }
.template-product .reduced-items, .template-product .increase-items {
  display: inline-block;
  background: #ececec;
  width: 33px;
  height: 33px;
  text-align: center;
  vertical-align: bottom;
  margin: 0;
  cursor: pointer; }
  .template-product .reduced-items:hover, .template-product .increase-items:hover {
    background: #333333;
    color: white; }
  @media only screen and (min-width: 992px) {
    .template-product .reduced-items, .template-product .increase-items {
      width: 54px;
      height: 54px; } }
  .template-product .reduced-items p, .template-product .increase-items p {
    margin: 0;
    font-weight: bold;
    font-size: 1rem;
    padding-top: 3px; }
    @media only screen and (min-width: 992px) {
      .template-product .reduced-items p, .template-product .increase-items p {
        padding-top: 12px;
        font-size: 1.2rem; } }
.template-product .increase-items {
  margin-right: 4px; }
.template-product .weight {
  margin-top: 20px; }
  .template-product .weight p {
    margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .template-product .weight {
      margin-top: 0;
      text-align: left;
      margin-bottom: 25px; } }
.template-product .spr-icon {
  display: inline-block;
  color: #ead9b9; }
  @media only screen and (min-width: 992px) {
    .template-product .spr-icon {
      width: 1.65rem; } }
.template-product [class^="spr-icon-"]:before, .template-product [class*=" spr-icon-"]:before {
  font-size: 100%; }
  @media only screen and (min-width: 992px) {
    .template-product [class^="spr-icon-"]:before, .template-product [class*=" spr-icon-"]:before {
      font-size: 150%; } }
.template-product span.spr-badge-caption {
  font-size: .7rem; }
  @media only screen and (min-width: 992px) {
    .template-product span.spr-badge-caption {
      font-size: .85rem; } }
.template-product nav.breadcrumb {
  font-size: .7rem;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .template-product nav.breadcrumb {
      font-size: 1.2rem;
      margin: -1rem auto 1.5rem; } }
  .template-product nav.breadcrumb a:hover {
    color: #ead9b9; }
.template-product .video-tut {
  margin: 2rem 0; }
  @media only screen and (min-width: 992px) {
    .template-product .video-tut {
      margin: 5rem 0; } }
.template-product .product-tutorial-header {
  background: #ead9b9;
  padding: 20px 20px 40px; }
  @media only screen and (min-width: 992px) {
    .template-product .product-tutorial-header {
      padding: 50px 20px 200px; } }
.template-product .videoWrapper {
  margin-top: -35px; }
  @media only screen and (min-width: 992px) {
    .template-product .videoWrapper {
      margin-top: -150px; } }
.template-product .quiz-container {
  margin-top: 20px;
  margin-bottom: 60px; }
  .template-product .quiz-container .button-wide {
    position: relative; }
    @media only screen and (min-width: 576px) {
      .template-product .quiz-container .button-wide::before, .template-product .quiz-container .button-wide::after {
        content: '';
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
        background-size: cover;
        width: 85px;
        height: 25px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -100px; }
      .template-product .quiz-container .button-wide::after {
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz-alt.gif?v=18426020142028622243");
        background-size: cover;
        left: inherit;
        right: -100px; } }
    @media only screen and (min-width: 992px) {
      .template-product .quiz-container .button-wide::before, .template-product .quiz-container .button-wide::after {
        width: 145px;
        height: 45px;
        left: -155px; }
      .template-product .quiz-container .button-wide::after {
        left: inherit;
        right: -155px; } }
.template-product section.product-slider {
  margin-bottom: 3rem; }
@media only screen and (max-width: 992px) {
  .template-product h2.related {
    max-width: 225px;
    margin: 0 auto 30px; } }
@media only screen and (min-width: 992px) {
  .template-product h2.related {
    font-size: 36px;
    margin: 120px auto 60px; } }
.template-product .spr-pagination-page, .template-product .spr-pagination-deco {
  display: none; }
.template-product .spr-header {
  margin-bottom: 75px; }
  @media only screen and (min-width: 992px) {
    .template-product .spr-header {
      padding: 0 30px; } }
.template-product .spr-review-header-byline {
  font-style: normal;
  opacity: 1; }
  @media only screen and (min-width: 992px) {
    .template-product .spr-review-header-byline strong {
      margin-bottom: 10px;
      display: block; } }
.template-product .spr-review-header {
  margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .template-product .spr-review-header {
      width: 325px; } }
.template-product .spr-review {
  margin-left: -24px;
  margin-right: -24px;
  background: #f9efe5; }
  @media only screen and (min-width: 992px) {
    .template-product .spr-review {
      padding: 60px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .template-product .spr-review > * {
    padding: 0 24px; }
  .template-product .spr-review:nth-child(even) {
    background: white; }
  .template-product .spr-review .spr-icon-star {
    margin-bottom: 10px; }
    .template-product .spr-review .spr-icon-star:before {
      font-size: .9rem; }
      @media only screen and (min-width: 992px) {
        .template-product .spr-review .spr-icon-star:before {
          font-size: 150%; } }
  .template-product .spr-review .spr-review-header-title {
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 5px; }
@media only screen and (min-width: 992px) {
  .template-product .spr-review-content {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 15px; }
  .template-product .spr-review-content-body {
    font-size: 15px;
    line-height: 25px;
    max-width: 625px; }
  .template-product .spr-review-footer {
    width: 100%; }
  .template-product .spr-review-header-starratings {
    margin-bottom: 20px; }
  .template-product .quiz-container h2 {
    line-height: 4.575rem;
    margin: 120px auto 30px;
    max-width: 500px;
    font-size: 1.65rem; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .template-product .quiz-container h2 {
      font-size: 3.7125rem; } }
.template-product .spr-form-review-rating {
  padding-bottom: 5px; }
.template-product .spr-summary-actions a {
  background-color: #ead9b9;
  border: 0.1rem solid #333333;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  padding: 8px 26px;
  font-size: 0.75rem;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 22px;
  font-weight: bold;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  transition: 0.2s ease-in all; }
  .template-product .spr-summary-actions a:hover, .template-product .spr-summary-actions a:focus {
    background-color: #333333;
    color: white;
    outline: none;
    -webkit-transition: 0.2s ease-out all;
    -moz-transition: 0.2s ease-out all;
    -ms-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all; }
  @media only screen and (min-width: 992px) {
    .template-product .spr-summary-actions a {
      font-size: 1.2rem;
      padding: 18px 36px;
      margin: -15px 0 40px 0; } }
.template-product #related-slider p {
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .template-product #related-slider p {
      height: 45px; } }
.template-product #related-slider form s {
  display: none; }
.template-product #thumbs {
  width: 90px;
  flex: initial; }
  .template-product #thumbs span {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 50px;
    opacity: .6;
    display: block;
    cursor: pointer;
    -webkit-transition: ease all 0.4s;
    -moz-transition: ease all 0.4s;
    -ms-transition: ease all 0.4s;
    -o-transition: ease all 0.4s;
    transition: ease all 0.4s; }
    .template-product #thumbs span.active:first-child, .template-product #thumbs span.selected {
      opacity: 1;
      -webkit-transition: ease all 0.4s;
      -moz-transition: ease all 0.4s;
      -ms-transition: ease all 0.4s;
      -o-transition: ease all 0.4s;
      transition: ease all 0.4s; }
.template-product #panel #largeImage {
  cursor: pointer;
  width: 100%; }
.template-product #shopify-product-reviews {
  max-width: 1525px;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .template-product #shopify-product-reviews {
      margin: 140px auto 75px; } }
  .template-product #shopify-product-reviews .spr-container {
    border: none; }
  @media only screen and (min-width: 992px) {
    .template-product #shopify-product-reviews .spr-header-title {
      font-size: 50px;
      margin-bottom: 30px; }
    .template-product #shopify-product-reviews .spr-icon {
      width: 2.2rem; } }
@media only screen and (max-width: 992px) {
  .template-product .add-to-cart-section {
    order: 0;
    margin-top: 20px; }
  .template-product .weight {
    order: 1; }
  .template-product .short-description {
    order: 2; }
  .template-product .reviews-section {
    order: 3; }
  .template-product .add-to-cart-section .match-button {
    height: 33px; } }
@media only screen and (min-width: 992px) {
  .template-product .add-to-cart-section, .template-product .reviews-section {
    text-align: left; }
  .template-product .add-to-cart-section .match-button {
    padding: 1rem 3rem; }
  .template-product .add-to-cart-section {
    margin-bottom: 45px; }
  .template-product div#related-slider {
    max-width: 1140px;
    margin: 0 auto;
    width: 90%; }
    .template-product div#related-slider .button-small {
      background: white; }
      .template-product div#related-slider .button-small:hover, .template-product div#related-slider .button-small:focus {
        background: #101010;
        color: white; } }
.template-product .benefits {
  margin-bottom: 140px; }
  .template-product .benefits.caffeine-cream .benefit-info {
    background: #bcd8ce; }
  .template-product .benefits.gold-clay-mask .benefit-info {
    background: #86648a; }
  .template-product .benefits.leave-in .benefit-info {
    background: #8aa8cc; }
  .template-product .benefits.heat-protectant .benefit-info {
    background: #e48b64; }
  .template-product .benefits.deep-conditioning .benefit-info {
    background: #e4a099; }
  .template-product .benefits.curl-definer .benefit-info {
    background: #f4d0a1; }
  .template-product .benefits.rich-leave-in .benefit-info {
    background: #9ec9e0; }
  @media only screen and (min-width: 992px) {
    .template-product .benefits {
      margin-top: 200px;
      background: #b3e1d7; }
      .template-product .benefits.caffeine-cream {
        background: #bcd8ce; }
      .template-product .benefits.gold-clay-mask {
        background: #86648a; }
      .template-product .benefits.leave-in {
        background: #8aa8cc; }
      .template-product .benefits.heat-protectant {
        background: #e48b64; }
      .template-product .benefits.deep-conditioning {
        background: #e4a099; }
      .template-product .benefits.curl-definer {
        background: #f4d0a1; }
      .template-product .benefits.rich-leave-in {
        background: #9ec9e0; } }
  .template-product .benefits .benefit-header {
    font-style: italic;
    font-weight: 600;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .template-product .benefits .benefit-header {
        text-align: left; } }
  @media only screen and (min-width: 992px) {
    .template-product .benefits ul {
      text-align: left;
      line-height: 32px; } }
  .template-product .benefits ul li {
    line-height: 20px; }
    @media only screen and (min-width: 992px) {
      .template-product .benefits ul li {
        display: inline;
        padding-right: 20px;
        font-size: 1rem; } }
  @media only screen and (min-width: 992px) {
    .template-product .benefits .ingredients-selector {
      text-align: left; } }
  .template-product .benefits .benefit-info {
    background: #b3e1d7;
    padding: 20px 0 75px;
    margin-top: 35px; }
    @media only screen and (min-width: 992px) {
      .template-product .benefits .benefit-info {
        padding: 50px 0 65px; } }
  .template-product .benefits .button-small {
    padding: 3px 15px;
    margin: 8px 5px;
    background: transparent;
    border: 0.1rem solid #333333; }
    @media only screen and (min-width: 992px) {
      .template-product .benefits .button-small {
        padding: 8px 22px;
        font-size: .8rem; } }
    @media only screen and (min-width: 1240px) {
      .template-product .benefits .button-small {
        padding: 14px 28px;
        font-size: 1.1rem; } }
    .template-product .benefits .button-small:first-child {
      margin-top: 20px; }
    .template-product .benefits .button-small:hover, .template-product .benefits .button-small.active {
      background: #333333;
      color: white; }
    .template-product .benefits .button-small:focus {
      background: #a16312;
      color: black; }
  .template-product .benefits p.ing-one, .template-product .benefits p.ing-two, .template-product .benefits p.ing-three {
    display: none;
    padding: 0 10px; }
    @media only screen and (min-width: 992px) {
      .template-product .benefits p.ing-one, .template-product .benefits p.ing-two, .template-product .benefits p.ing-three {
        text-align: left;
        min-height: 80px; } }
    .template-product .benefits p.ing-one.active, .template-product .benefits p.ing-two.active, .template-product .benefits p.ing-three.active {
      display: block; }
  @media only screen and (min-width: 992px) {
    .template-product .benefits .product-ingredients-content {
      position: relative; } }
  .template-product .benefits .product-ingredient {
    max-width: 430px;
    display: none;
    margin: -70px auto; }
    .template-product .benefits .product-ingredient.active {
      display: block;
      width: 85%; }
    @media only screen and (min-width: 992px) {
      .template-product .benefits .product-ingredient {
        margin: 50px auto;
        left: 0;
        right: 0;
        position: absolute; } }
@media only screen and (min-width: 992px) {
  .template-product .how-to-style {
    margin-top: 175px; }
    .template-product .how-to-style .hair-type-info {
      order: 1; }
      .template-product .how-to-style .hair-type-info h2, .template-product .how-to-style .hair-type-info small {
        text-align: left; }
    .template-product .how-to-style .hair-type-selector-content {
      order: 0; } }
.template-product .how-to-style small {
  display: block; }
.template-product .how-to-style .hair-selectors {
  margin: 20px 0 100px; }
  @media only screen and (min-width: 992px) {
    .template-product .how-to-style .hair-selectors .cols.centered {
      justify-content: start; } }
  .template-product .how-to-style .hair-selectors .cols > div {
    padding: 0 5px;
    flex-grow: inherit;
    flex-basis: auto;
    position: relative; }
    .template-product .how-to-style .hair-selectors .cols > div .hair-type {
      opacity: .6;
      width: 50px; }
      @media only screen and (min-width: 992px) {
        .template-product .how-to-style .hair-selectors .cols > div .hair-type {
          width: 70px;
          margin-right: 10px; } }
      @media only screen and (min-width: 1240px) {
        .template-product .how-to-style .hair-selectors .cols > div .hair-type {
          width: 85px;
          margin-right: 10px; } }
      .template-product .how-to-style .hair-selectors .cols > div .hair-type.active, .template-product .how-to-style .hair-selectors .cols > div .hair-type:hover, .template-product .how-to-style .hair-selectors .cols > div .hair-type:focus {
        opacity: 1; }
        .template-product .how-to-style .hair-selectors .cols > div .hair-type.active + small, .template-product .how-to-style .hair-selectors .cols > div .hair-type:hover + small, .template-product .how-to-style .hair-selectors .cols > div .hair-type:focus + small {
          opacity: 1;
          display: block; }
          .template-product .how-to-style .hair-selectors .cols > div .hair-type.active + small::before, .template-product .how-to-style .hair-selectors .cols > div .hair-type:hover + small::before, .template-product .how-to-style .hair-selectors .cols > div .hair-type:focus + small::before {
            content: '';
            display: block;
            border-right: 7px solid rgba(0, 0, 0, 0);
            border-top: 0;
            border-left: 7px solid rgba(0, 0, 0, 0);
            border-bottom: 10px solid #ead9b9;
            width: 14px;
            margin: 0 auto 8px; }
    .template-product .how-to-style .hair-selectors .cols > div small {
      position: absolute;
      left: -35%;
      width: 100px;
      font-weight: 600;
      margin-top: 5px;
      display: none; }
      @media only screen and (min-width: 1240px) {
        .template-product .how-to-style .hair-selectors .cols > div small {
          left: -24%;
          text-align: center;
          width: 170px;
          margin-top: -6px; } }
      .template-product .how-to-style .hair-selectors .cols > div small span {
        display: block;
        font-weight: 400; }
      .template-product .how-to-style .hair-selectors .cols > div small.active {
        display: block; }
        .template-product .how-to-style .hair-selectors .cols > div small.active::before {
          content: '';
          display: block;
          border-right: 7px solid rgba(0, 0, 0, 0);
          border-top: 0;
          border-left: 7px solid rgba(0, 0, 0, 0);
          border-bottom: 10px solid #ead9b9;
          width: 14px;
          margin: 0 auto 8px; }
.template-product .how-to-style .hair-type-selector {
  display: none;
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .template-product .how-to-style .hair-type-selector {
      padding: 30px 30px 30px 0; } }
  .template-product .how-to-style .hair-type-selector.active {
    display: block; }
@media only screen and (min-width: 992px) {
  .template-product main {
    margin-top: 20px; } }
.template-product .trigger-sections {
  text-align: left; }
.template-product .trigger-ing {
  margin-right: 50px; }
.template-product .trigger-ing a::after, .template-product .trigger-hta a::after {
  content: '';
  display: inline-block;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ead9b9;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  margin-left: 10px; }
.template-product .product-max {
  max-width: 1300px; }
.template-product .product-slider .owl-item .product-single-item .border {
  border: 12px solid transparent;
  margin-bottom: 15px; }
.template-product .product-slider .owl-item .product-single-item.caffeine-cream .border {
  border-color: #bcd8ce; }
.template-product .product-slider .owl-item .product-single-item.caffeine-cream h5::after {
  background: #bcd8ce; }
.template-product .product-slider .owl-item .product-single-item.gold-clay-mask .border {
  border-color: #86648a; }
.template-product .product-slider .owl-item .product-single-item.gold-clay-mask h5::after {
  background: #86648a; }
.template-product .product-slider .owl-item .product-single-item.leave-in .border {
  border-color: #8aa8cc; }
.template-product .product-slider .owl-item .product-single-item.leave-in h5::after {
  background: #8aa8cc; }
.template-product .product-slider .owl-item .product-single-item.heat-protectant .border {
  border-color: #e48b64; }
.template-product .product-slider .owl-item .product-single-item.heat-protectant h5::after {
  background: #e48b64; }
.template-product .product-slider .owl-item .product-single-item.deep-conditioning .border {
  border-color: #e4a099; }
.template-product .product-slider .owl-item .product-single-item.deep-conditioning h5::after {
  background: #e4a099; }
.template-product .product-slider .owl-item .product-single-item.curl-definer .border {
  border-color: #f4d0a1; }
.template-product .product-slider .owl-item .product-single-item.curl-definer h5::after {
  background: #f4d0a1; }
.template-product .product-slider .owl-item .product-single-item.rich-leave-in .border {
  border-color: #9ec9e0; }
.template-product .product-slider .owl-item .product-single-item.rich-leave-in h5::after {
  background: #9ec9e0; }
.template-product #related-slider {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .template-product #related-slider {
      padding: 0 50px;
      max-width: 1080px;
      margin: 0 auto; }
      .template-product #related-slider .owl-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 50px;
        right: 0;
        left: 0; }
      .template-product #related-slider .owl-prev, .template-product #related-slider .owl-next {
        background: transparent;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 12px solid #ccc; }
      .template-product #related-slider .owl-prev {
        border-left: 10px solid transparent;
        border-right: 12px solid #ccc;
        position: absolute;
        left: 10px; }
      .template-product #related-slider .owl-next {
        position: absolute;
        right: 10px; } }
  @media only screen and (min-width: 992px) {
    .template-product #related-slider .owl-nav {
      height: 100px; }
    .template-product #related-slider .owl-prev, .template-product #related-slider .owl-next {
      border-top: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 18px solid #ccc;
      right: 5px; }
    .template-product #related-slider .owl-prev {
      border-left: 12px solid transparent;
      border-right: 18px solid #ccc;
      left: 5px;
      right: auto; } }
  @media only screen and (min-width: 1240px) {
    .template-product #related-slider .owl-next {
      right: -5px; }
    .template-product #related-slider .owl-prev {
      left: -5px; } }
.template-product .dark-bg-overlay {
  background: rgba(51, 51, 51, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  display: none; }
  .template-product .dark-bg-overlay .card {
    background: white; }
  .template-product .dark-bg-overlay.active {
    display: block; }
.template-product .spr-header-title {
  position: relative; }
  @media only screen and (min-width: 576px) {
    .template-product .spr-header-title {
      margin-top: 50px; } }
  .template-product .spr-header-title::before {
    content: '';
    background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/hearts.png?v=10059193647899773662") center;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (min-width: 576px) {
      .template-product .spr-header-title::before {
        position: absolute;
        right: inherit;
        left: 200px;
        top: -20px; } }
    @media only screen and (min-width: 992px) {
      .template-product .spr-header-title::before {
        width: 75px;
        height: 75px;
        top: -45px;
        left: 420px; } }
@media only screen and (min-width: 992px) {
  .template-product #shopify-section-footer {
    margin-top: 150px; } }
@media only screen and (min-width: 992px) {
  .template-product .variants {
    text-align: left; } }
.template-product .variants .variant-select {
  font-size: 18px;
  margin: 0 0 2rem;
  border: 0.1rem solid #333;
  height: 3.5rem;
  padding: 0 1.5rem;
  min-width: 250px;
  text-align: center;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .template-product .variants .variant-select::-ms-expand {
    display: none; }
  @media only screen and (max-width: 992px) {
    .template-product .variants .variant-select {
      height: 2.2rem;
      margin: 2rem 0 0; } }
.template-product .variants > div {
  display: inline-block;
  position: relative; }
  .template-product .variants > div:after {
    content: '';
    border: 6px solid transparent;
    border-top: 10px solid #ead9b9;
    position: absolute;
    right: .7rem;
    top: 50%;
    margin-top: -1.3rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; }
    @media only screen and (max-width: 992px) {
      .template-product .variants > div:after {
        margin-top: .7rem; } }
.template-product div .button-small {
  font-weight: bold; }
  .template-product div .button-small.ssquad {
    margin-top: 18px; }
.template-product span.prices {
  text-align: center;
  margin: 0 auto;
  display: block; }
  .template-product span.prices h4 {
    display: inline-block; }
.template-product .compare-at-price {
  text-decoration: line-through;
  opacity: .50;
  margin-right: 5px;
  display: inline-block; }
.template-product .timer-message {
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold; }
  @media only screen and (min-width: 992px) {
    .template-product .timer-message {
      font-size: 17px; } }
@media only screen and (min-width: 992px) {
  .template-product .sale-top {
    max-width: 158px; }
    .template-product .sale-top .match-button {
      font-size: 14px;
      padding: 0.6rem 2rem;
      margin-bottom: 5px; } }
.template-product .countdown-timer .message {
  text-transform: uppercase;
  margin: 15px 0 -10px;
  display: block; }
.template-product .countdown-timer span#claimed-msg {
  font-size: 20px; }
.template-product .countdown-timer #claimed-bar {
  height: auto !important;
  background: #EAEAEA;
  border: 1px solid black;
  display: block;
  max-width: 290px;
  margin: 0 auto; }
.template-product .countdown-timer .claimed-progress {
  height: 30px;
  background: #EE1C25;
  padding: 0.01em 16px;
  text-align: center !important; }
.template-product .countdown-timer div.digital {
  background: #ead8b8;
  width: 65px;
  height: 65px;
  margin: 25px 5px 10px;
  display: inline-block;
  border: 1px solid black;
  font-weight: bold;
  font-size: 25px;
  padding-top: 8px; }
  .template-product .countdown-timer div.digital span {
    display: block;
    font-size: 14px;
    text-transform: uppercase; }
.template-product .countdown-timer .sold-hour {
  font-size: 14px;
  letter-spacing: 0.01rem; }
.template-product .countdown-timer .watch {
  font-size: 14px;
  letter-spacing: 0.01rem; }
  .template-product .countdown-timer .watch:before {
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #89a7cb;
    border-radius: 5px;
    margin-right: 10px; }
  .template-product .countdown-timer .watch:after {
    content: "" !important;
    display: block;
    height: 20px;
    width: 20px;
    background: #b9cbe0;
    border-radius: 10px;
    position: absolute;
    margin-top: -18px;
    margin-left: -4px;
    z-index: -1; }
.template-product .countdown-timer span#claimed {
  display: flex;
  justify-content: space-between;
  height: 25px;
  vertical-align: middle; }
@media only screen and (min-width: 992px) {
  .template-product .countdown-timer .message {
    text-align: left;
    margin-top: -25px; }
  .template-product .countdown-timer #claimed-bar {
    max-width: none;
    width: 100%;
    margin: 0; }
  .template-product .countdown-timer .claimed-progress {
    height: 40px; }
  .template-product .countdown-timer div.digital:first-child {
    margin-left: 0; }
  .template-product .countdown-timer #countdown {
    display: block;
    width: 295px; } }

.template-blog .blog-header {
  margin-top: 40px; }
  .template-blog .blog-header h1 {
    font-weight: bold; }
    @media only screen and (min-width: 992px) {
      .template-blog .blog-header h1 {
        margin-bottom: 50px; } }
  .template-blog .blog-header p {
    max-width: 300px;
    margin: 0 auto 50px; }
    @media only screen and (min-width: 992px) {
      .template-blog .blog-header p {
        max-width: 600px; } }
  .template-blog .blog-header.colored-posts::before {
    content: '';
    background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/crown-02.png?v=8068821270288149135");
    background-size: cover;
    width: 100px;
    height: 52px;
    display: block;
    margin: 0 auto; }
    @media only screen and (min-width: 992px) {
      .template-blog .blog-header.colored-posts::before {
        width: 195px;
        heighT: 100px;
        margin-bottom: 20px; } }
  .template-blog .blog-header.tuts {
    margin-bottom: 60px; }
    .template-blog .blog-header.tuts h1 {
      position: relative;
      margin: 0 auto;
      width: 170px; }
      .template-blog .blog-header.tuts h1::before, .template-blog .blog-header.tuts h1::after {
        content: '';
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/spada.jpg?v=15085528093220217299");
        background-size: cover;
        width: 45px;
        height: 70px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -30px; }
      .template-blog .blog-header.tuts h1::after {
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/spada.jpg?v=15085528093220217299");
        background-size: cover;
        left: inherit;
        right: -30px;
        transform: rotate(180deg); }
      @media only screen and (min-width: 992px) {
        .template-blog .blog-header.tuts h1 {
          width: 315px;
          margin-top: 50px;
          margin-bottom: 100px; }
          .template-blog .blog-header.tuts h1::before, .template-blog .blog-header.tuts h1::after {
            width: 95px;
            height: 135px;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: -85px; }
          .template-blog .blog-header.tuts h1::after {
            background-size: cover;
            left: inherit;
            right: -85px; } }
      @media only screen and (min-width: 992px) {
        .template-blog .blog-header.tuts h1 {
          margin-bottom: 125px; } }
.template-blog section.blog-posts > a {
  display: block; }
.template-blog section.blog-posts a.main-image:focus .article-image {
  outline: 3px dotted #a16312; }
.template-blog section.blog-posts .article-image {
  height: 175px;
  display: block;
  background-size: cover !important; }
  @media only screen and (min-width: 576px) {
    .template-blog section.blog-posts .article-image {
      height: 250px; } }
  @media only screen and (min-width: 992px) {
    .template-blog section.blog-posts .article-image {
      height: 350px; } }
.template-blog section.blog-posts .blog-description {
  border: none;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 768px) {
    .template-blog section.blog-posts .blog-description {
      min-height: 180px; } }
  .template-blog section.blog-posts .blog-description h3 {
    padding-top: 40px;
    font-weight: bold; }
    @media only screen and (min-width: 992px) {
      .template-blog section.blog-posts .blog-description h3 {
        padding-top: 55px; } }
  @media only screen and (min-width: 768px) {
    .template-blog section.blog-posts .blog-description div p {
      padding: 0 30px; } }
@media only screen and (max-width: 768px) {
  .template-blog .post {
    padding: 0; } }
@media only screen and (min-width: 768px) {
  .template-blog .blog-posts.colored-posts::before {
    content: '';
    height: 150px;
    width: 100%;
    background: #ead9b9;
    display: block;
    position: absolute; } }
@media only screen and (min-width: 1240px) {
  .template-blog .blog-posts.colored-posts::before {
    height: 185px; } }
@media only screen and (min-width: 768px) {
  .template-blog section.blog-posts .blog-description {
    border: 1px solid #333333;
    border-top: 0; } }
.template-blog .button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px; }
.template-blog .all-posts {
  max-width: 1240px;
  margin: 0 auto; }
  @media only screen and (min-width: 1240px) {
    .template-blog .all-posts .post:nth-child(even) {
      padding-left: 50px; } }
@media only screen and (min-width: 768px) {
  .template-blog .colored-posts .post:first-child, .template-blog .colored-posts .post:nth-child(2) {
    margin-top: 55px; } }
.template-blog .colored-posts .post .blog-description {
  background: #e4a099; }
.template-blog .colored-posts .post:nth-child(2n+0) .blog-description {
  background: #b3e1d7; }
.template-blog .colored-posts .post:nth-child(3n+0) .blog-description {
  background: #e48b64; }
.template-blog .colored-posts .post:nth-child(4n+0) .blog-description {
  background: #9ec9e0; }
@media only screen and (min-width: 768px) {
  .template-blog .post {
    margin-bottom: 50px; } }
@media only screen and (min-width: 992px) {
  .template-blog .post {
    margin-bottom: 75px; } }
@media only screen and (min-width: 1240px) {
  .template-blog .post {
    margin-bottom: 100px; } }
@media only screen and (min-width: 768px) {
  .template-blog .post .blog-description {
    max-height: 100px; } }
@media only screen and (min-width: 992px) {
  .template-blog .post .blog-description {
    max-height: 250px; } }
.template-blog .pagination {
  text-align: center;
  position: relative; }
.template-blog section.header {
  margin-top: 15px; }
.template-blog .view-more {
  margin-top: 30px; }
  .template-blog .view-more .button {
    margin-top: 10px;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) {
      .template-blog .view-more .button {
        position: relative;
        margin-bottom: 75px; }
        .template-blog .view-more .button::before, .template-blog .view-more .button::after {
          content: '';
          background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
          background-size: cover;
          width: 145px;
          height: 45px;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: -175px; }
        .template-blog .view-more .button::after {
          background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz-alt.gif?v=18426020142028622243");
          background-size: cover;
          left: inherit;
          right: -175px; } }
  @media only screen and (min-width: 992px) {
    .template-blog .view-more .display-4 {
      font-size: 4rem;
      line-height: 4.25rem;
      max-width: 600px;
      margin: 0 auto 3rem; } }
.template-blog input {
  text-align: center;
  padding-bottom: 10px; }

.template-article main article {
  margin-top: 40px; }
  .template-article main article .header p {
    text-align: center; }
.template-article .hero-article img {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: block; }
.template-article .article-content {
  max-width: 760px; }
  .template-article .article-content a {
    color: #0B75CB;
    font-weight: bold;
    text-decoration: underline; }
  .template-article .article-content .date {
    margin: 30px auto 40px;
    font-size: 1rem; }
    @media only screen and (min-width: 992px) {
      .template-article .article-content .date {
        margin: 75px auto; } }
  .template-article .article-content i {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 992px) {
    .template-article .article-content p {
      font-size: 1.2rem; }
    .template-article .article-content img {
      margin: 0 auto;
      display: block; } }
  .template-article .article-content ul.tags {
    text-align: center;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    line-height: 12px;
    font-size: 12px;
    padding: 12px 0;
    font-style: italic; }
    .template-article .article-content ul.tags li {
      display: inline-block;
      line-height: 15px; }
    @media only screen and (min-width: screen-md) {
      .template-article .article-content ul.tags {
        font-size: 15px; } }
.template-article div#shopify-section-footer {
  padding-top: 25px; }

#contact-us .contact-us {
  margin-top: 40px;
  border-bottom: 1px solid #cccccc; }
  #contact-us .contact-us h1 {
    font-weight: 600; }
  #contact-us .contact-us p span {
    font-weight: 600; }
  #contact-us .contact-us p a {
    text-decoration: underline; }
  #contact-us .contact-us label {
    font-size: 14px;
    font-weight: bold; }
  @media only screen and (min-width: 1240px) {
    #contact-us .contact-us {
      padding: 5rem 0 12rem; }
      #contact-us .contact-us h1 {
        text-align: left;
        line-height: 4.25rem;
        margin-bottom: 40px; }
      #contact-us .contact-us p {
        text-align: left; }
      #contact-us .contact-us .container {
        max-width: 1240px; }
      #contact-us .contact-us label {
        font-size: 18px; } }
#contact-us form#contact_form {
  max-width: 450px;
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 1240px) {
    #contact-us form#contact_form {
      margin-top: 100px; } }
#contact-us input[type=text], #contact-us input[type=email] {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  text-align: center;
  display: block;
  width: 75%;
  margin: 0 auto 20px;
  opacity: .7;
  -webkit-transition: 0.2s ease-out all;
  -moz-transition: 0.2s ease-out all;
  -ms-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all; }
  #contact-us input[type=text]:focus, #contact-us input[type=email]:focus {
    opacity: 1;
    -webkit-transition: 0.2s ease-out all;
    -moz-transition: 0.2s ease-out all;
    -ms-transition: 0.2s ease-out all;
    -o-transition: 0.2s ease-out all;
    transition: 0.2s ease-out all; }
  @media only screen and (min-width: 1240px) {
    #contact-us input[type=text], #contact-us input[type=email] {
      text-align: left;
      font-size: 16px;
      padding-bottom: 10px;
      width: 100%; } }
#contact-us p.form-success {
  text-align: center; }
#contact-us p.send-message {
  margin-top: 45px;
  margin-bottom: 50px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #contact-us p.send-message::before, #contact-us p.send-message::after {
      content: '';
      background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
      background-size: cover;
      width: 85px;
      height: 25px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -15px; }
    #contact-us p.send-message::after {
      background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz-alt.gif?v=18426020142028622243");
      background-size: cover;
      left: inherit;
      right: -15px; } }
  @media only screen and (min-width: 992px) {
    #contact-us p.send-message::before, #contact-us p.send-message::after {
      width: 145px;
      height: 45px;
      left: -55px; }
    #contact-us p.send-message::after {
      left: inherit;
      right: -55px; } }
  @media only screen and (min-width: 1240px) {
    #contact-us p.send-message {
      text-align: right; }
      #contact-us p.send-message::after {
        display: none; }
      #contact-us p.send-message::before {
        left: 35px; } }
#contact-us img.chat-bubble {
  width: 90px;
  margin: 0 auto 15px;
  display: block; }
  @media only screen and (min-width: 1240px) {
    #contact-us img.chat-bubble {
      width: 110px;
      margin: 0 0 15px 350px; } }

#results {
  overflow: hidden; }
  #results.closed-modal {
    overflow: auto; }
  #results .results-page .container {
    max-width: 1200px; }
  #results .results-page .text {
    font-size: 0.95rem;
    line-height: 1.5; }
    #results .results-page .text.last em {
      font-weight: bold; }
    @media only screen and (max-width: 992px) {
      #results .results-page .text {
        font-size: 1rem; } }
  #results .results-page .results-header {
    background-color: #f5ecdd;
    margin-bottom: 140px;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    #results .results-page .results-header h1 {
      padding: 2rem 0;
      text-transform: capitalize;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 1px;
      font-size: 3.6rem; }
    #results .results-page .results-header h6 {
      font-size: 1.25rem;
      letter-spacing: 1px; }
    #results .results-page .results-header img {
      margin-bottom: -11rem; }
      @media only screen and (max-width: 768px) {
        #results .results-page .results-header img {
          margin: 0 auto -50%;
          max-width: 80%;
          display: block; } }
    @media only screen and (max-width: 768px) {
      #results .results-page .results-header {
        margin-top: 0 !important;
        padding-top: 2rem; } }
  #results .results-page .discount-email {
    background: rgba(51, 51, 51, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0; }
    #results .results-page .discount-email.closed {
      display: none; }
    #results .results-page .discount-email .card.message {
      top: 90px;
      max-height: 475px; }
      @media only screen and (min-width: 992px) {
        #results .results-page .discount-email .card.message {
          max-height: 490px;
          max-width: 650px;
          top: 0;
          bottom: 0; } }
    #results .results-page .discount-email img.xtava-logo {
      width: 60px;
      margin: 0 auto;
      display: block; }
      @media only screen and (min-width: 992px) {
        #results .results-page .discount-email img.xtava-logo {
          width: 55px; } }
    #results .results-page .discount-email img.coupon-ticket {
      width: 175px;
      display: block;
      margin: -10px auto 15px; }
      @media only screen and (min-width: 992px) {
        #results .results-page .discount-email img.coupon-ticket {
          width: 215px;
          margin: -20px auto 15px; } }
    #results .results-page .discount-email .card-body {
      text-align: center; }
      #results .results-page .discount-email .card-body h1 {
        font-weight: bold;
        margin-bottom: 15px; }
        @media only screen and (min-width: 992px) {
          #results .results-page .discount-email .card-body h1 {
            font-size: 2.45rem;
            line-height: 2.5rem;
            padding: 0 70px;
            margin-bottom: 45px; } }
    #results .results-page .discount-email .success_message, #results .results-page .discount-email .error_message {
      text-align: center; }
    #results .results-page .discount-email .error_message {
      padding: 6px 0;
      color: #ef2215; }
    #results .results-page .discount-email form#email_signup input {
      border: 0.1rem solid #333; }
    @media only screen and (max-width: 992px) {
      #results .results-page .discount-email form#email_signup {
        margin-top: 15px; } }
    @media only screen and (min-width: 992px) {
      #results .results-page .discount-email form#email_signup {
        display: inline-block; }
        #results .results-page .discount-email form#email_signup input {
          width: 250px; } }
    @media only screen and (max-width: 992px) {
      #results .results-page .discount-email .klaviyo_form_actions {
        margin-top: 15px; } }
    #results .results-page .discount-email .klaviyo_form_actions .button {
      background: #f9efe5; }
      #results .results-page .discount-email .klaviyo_form_actions .button:hover {
        background: #333333;
        color: white; }
    @media only screen and (min-width: 992px) {
      #results .results-page .discount-email .klaviyo_field_group, #results .results-page .discount-email .klaviyo_form_actions {
        display: inline-block; }
      #results .results-page .discount-email h3 {
        margin-bottom: 0; }
      #results .results-page .discount-email .klaviyo_field_group {
        padding-right: 40px; } }
  #results .results-page .results-section {
    padding: 50px 0; }
    #results .results-page .results-section .bg-row {
      position: relative; }
      @media only screen and (min-width: 992px) {
        #results .results-page .results-section .bg-row {
          padding-top: 3%; } }
      #results .results-page .results-section .bg-row:before {
        height: 45%;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0; }
        @media only screen and (max-width: 992px) {
          #results .results-page .results-section .bg-row:before {
            position: absolute !important;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0; } }
      @media only screen and (max-width: 992px) {
        #results .results-page .results-section .bg-row .container {
          padding: 0; } }
      @media only screen and (min-width: 992px) {
        #results .results-page .results-section .bg-row .container {
          padding: 0 30px; } }
      #results .results-page .results-section .bg-row img {
        position: relative;
        z-index: 2;
        width: 100%; }
      #results .results-page .results-section .bg-row .thumb2 {
        text-align: center; }
        #results .results-page .results-section .bg-row .thumb2 img {
          max-height: 400px;
          display: inline-block;
          width: auto; }
      #results .results-page .results-section .bg-row .thumb {
        position: absolute;
        bottom: -4rem;
        right: 6rem;
        z-index: 2;
        text-align: right;
        max-width: 250px;
        -ms-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg); }
        @media only screen and (max-width: 992px) {
          #results .results-page .results-section .bg-row .thumb {
            max-width: 150px; } }
        @media only screen and (max-width: 768px) {
          #results .results-page .results-section .bg-row .thumb {
            right: 3rem; } }
        #results .results-page .results-section .bg-row .thumb img {
          display: inline-block;
          width: 100%;
          height: auto;
          max-height: 100%;
          max-width: 25vw; }
    #results .results-page .results-section h2 {
      padding-top: 35px;
      margin-top: 40px;
      position: relative;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1; }
      #results .results-page .results-section h2:before {
        height: 5px;
        width: 110px;
        position: absolute;
        top: 0;
        left: 0;
        content: ''; }
    #results .results-page .results-section .space {
      margin: 2rem 0; }
    #results .results-page .results-section .link.col-12 {
      text-align: right; }
    #results .results-page .results-section .link a {
      text-transform: uppercase;
      border: 1px solid black;
      line-height: 3rem;
      padding: 0 2rem;
      display: inline-block;
      font-size: 1.5rem;
      -webkit-transition: 0.2s ease-in all;
      -moz-transition: 0.2s ease-in all;
      -ms-transition: 0.2s ease-in all;
      -o-transition: 0.2s ease-in all;
      transition: 0.2s ease-in all; }
      #results .results-page .results-section .link a:hover {
        background-color: #333333 !important;
        color: white; }
      @media only screen and (max-width: 992px) {
        #results .results-page .results-section .link a {
          padding: 0 0.75rem;
          font-size: 1rem;
          width: 100%;
          text-align: center; } }
    #results .results-page .results-section.refresh h2 {
      padding-left: 15px; }
      #results .results-page .results-section.refresh h2:before {
        left: 15px; }
    #results .results-page .results-section.protect .link a,
    #results .results-page .results-section.protect h2:before,
    #results .results-page .results-section.protect .bg-row:before {
      background-color: #e4a099; }
    @media only screen and (min-width: 992px) {
      #results .results-page .results-section.protect .first {
        order: 1; }
      #results .results-page .results-section.protect .pad {
        padding-left: 4rem; }
      #results .results-page .results-section.protect .text {
        max-width: 22rem; } }
    #results .results-page .results-section.enhance .link a,
    #results .results-page .results-section.enhance h2:before,
    #results .results-page .results-section.enhance .bg-row:before {
      background-color: #89a7cb; }
    @media only screen and (min-width: 992px) {
      #results .results-page .results-section.enhance .text {
        max-width: 22rem; } }
    #results .results-page .results-section.style .bg-row {
      margin-bottom: 2rem; }
    @media only screen and (min-width: 992px) {
      #results .results-page .results-section.style .container {
        padding: 0 6rem; }
      #results .results-page .results-section.style .text {
        max-width: 22rem; } }
    #results .results-page .results-section.styling-squad .text {
      padding-left: 7rem; }
      #results .results-page .results-section.styling-squad .text h2 {
        line-height: 1;
        margin: 0 0 1.5rem; }
    #results .results-page .results-section.styling-squad .link {
      margin-top: 2rem; }
      #results .results-page .results-section.styling-squad .link a {
        background-color: #ead9b9; }
    #results .results-page .results-section.styling-squad img {
      width: 100%; }
    #results .results-page .results-section.styling-squad .banner h2 {
      margin: 0 0 4rem;
      padding: 0; }
    #results .results-page .results-section.styling-squad .banner .link {
      margin-top: -1.75rem;
      z-index: 0;
      position: relative; }
      #results .results-page .results-section.styling-squad .banner .link a {
        width: auto;
        padding: 0 2rem; }
    #results .results-page .results-section.styling-squad .banner .arrow {
      max-width: 2rem;
      margin-top: 1rem; }
    @media only screen and (max-width: 992px) {
      #results .results-page .results-section {
        padding: 0; }
        #results .results-page .results-section .pad {
          padding: 0 4rem 0 2rem; }
          #results .results-page .results-section .pad .link {
            margin-top: 2rem;
            margin-bottom: 1rem; } }
    @media only screen and (max-width: 576px) {
      #results .results-page .results-section .pad {
        padding: 0 3rem 0 1rem; } }
  #results .results-page .facts .cols {
    -webkit-align-items: start;
    align-items: start; }
  #results .results-page .facts h3 {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px; }
  #results .results-page .facts h1 {
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 1.25rem; }
  @media only screen and (max-width: 768px) {
    #results .results-page .facts .cols {
      padding: 0 2rem; } }
  #results .results-page.straight .refresh .link a,
  #results .results-page.straight .refresh h2:before {
    background-color: #ffd1a0; }
  #results .results-page.straight .refresh .bg-row:before {
    background-color: rgba(255, 209, 160, 0.5); }
  #results .results-page.straight .style .link a,
  #results .results-page.straight .style h2:before {
    background-color: #fd8c62; }
  #results .results-page.straight .style .bg-row:before {
    background-color: rgba(253, 140, 98, 0.5); }
  #results .results-page.wavy .refresh .link a,
  #results .results-page.wavy .refresh h2:before {
    background-color: #b1d9cf; }
  #results .results-page.wavy .refresh .bg-row:before {
    background-color: rgba(177, 217, 207, 0.5); }
  #results .results-page.wavy .style .link a,
  #results .results-page.wavy .style h2:before {
    background-color: #92638d; }
  #results .results-page.wavy .style .bg-row:before {
    background-color: rgba(146, 99, 141, 0.5); }
  #results .results-page.curly .refresh .link a,
  #results .results-page.curly .refresh h2:before {
    background-color: #89cae2; }
  #results .results-page.curly .refresh .bg-row:before {
    background-color: rgba(137, 202, 226, 0.5); }
  #results .results-page.curly .style .link a,
  #results .results-page.curly .style h2:before {
    background-color: #deaac0; }
  #results .results-page.curly .style .bg-row:before {
    background-color: rgba(222, 170, 192, 0.5); }
  #results .results-page.coily .refresh .link a,
  #results .results-page.coily .refresh h2:before {
    background-color: #7caacf; }
  #results .results-page.coily .refresh .bg-row:before {
    background-color: rgba(124, 170, 207, 0.5); }
  #results .results-page.coily .style .link a,
  #results .results-page.coily .style h2:before {
    background-color: #f3a29d; }
  #results .results-page.coily .style .bg-row:before {
    background-color: rgba(243, 162, 157, 0.5); }

#quiz .quiz-page .quiz-header h1 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-left: 35px;
  margin: 0;
  line-height: 1; }
#quiz .quiz-page .quiz {
  background-color: #ead9b9; }
  #quiz .quiz-page .quiz h3 {
    text-transform: capitalize;
    margin: 0 0 30px;
    padding-top: 25px;
    padding-left: 35px; }
  #quiz .quiz-page .quiz .typeform-widget {
    margin-bottom: -150px;
    background: white; }
  #quiz .quiz-page .quiz .clearfix {
    display: inline-block; }

#styling-squad.template-collection .navbar {
  background: white; }
  #styling-squad.template-collection .navbar .navbar-burger span,
  #styling-squad.template-collection .navbar .navbar-burger span:after,
  #styling-squad.template-collection .navbar .navbar-burger span:before {
    background: black; }
@media only screen and (min-width: 992px) {
  #styling-squad.template-collection main {
    padding: 110px 0 0; } }
@media only screen and (min-width: 1240px) {
  #styling-squad .styling-squad .container {
    width: 1100px;
    overflow: hidden; } }
#styling-squad .styling-squad .squad-header {
  background: linear-gradient(270deg, #e48b64, #89cae2, #92638d, #e4a099, #dd9f97);
  background-size: 1000% 1000% !important;
  animation: colorchange 12s infinite;
  -moz-animation: colorchange 12s infinite;
  -webkit-animation: colorchange 12s infinite;
  height: 100%;
  padding: 5rem 0;
  position: relative; }
  @media only screen and (min-width: 992px) {
    #styling-squad .styling-squad .squad-header::after {
      content: '';
      background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/squad_banner.png?v=9713824351528745819") no-repeat right;
      background-size: contain;
      display: block;
      width: 55%;
      height: 100%;
      position: absolute;
      right: 0; } }
  #styling-squad .styling-squad .squad-header h1, #styling-squad .styling-squad .squad-header h3 {
    color: white;
    line-height: 1;
    position: relative;
    z-index: 3; }
  #styling-squad .styling-squad .squad-header h1 {
    font-weight: bold;
    margin: 0 0 3rem; }
  #styling-squad .styling-squad .squad-header h3 {
    font-size: 1.25rem;
    font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7; }
    #styling-squad .styling-squad .squad-header h3 img {
      display: inline-block;
      max-width: 2rem;
      margin-left: 7rem;
      margin-top: -4rem; }
      @media only screen and (max-width: 992px) {
        #styling-squad .styling-squad .squad-header h3 img {
          margin: 0 auto -2rem;
          display: block;
          max-width: 1.5rem; } }
    @media only screen and (max-width: 992px) {
      #styling-squad .styling-squad .squad-header h3 {
        font-size: 1.4rem;
        line-height: 1.2; } }
  @media only screen and (min-width: 992px) {
    #styling-squad .styling-squad .squad-header h1, #styling-squad .styling-squad .squad-header h4 {
      max-width: 62%; } }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .squad-header {
      text-align: center;
      display: block;
      max-height: 100%;
      height: auto;
      padding: 3rem 0 0; }
      #styling-squad .styling-squad .squad-header .container {
        margin-bottom: 0; }
        #styling-squad .styling-squad .squad-header .container h1 {
          line-height: 1.2;
          font-size: 2rem;
          margin-bottom: 2rem; }
        #styling-squad .styling-squad .squad-header .container > img {
          margin: 0 auto; } }
#styling-squad .styling-squad .take {
  padding: 2rem 0 0;
  vertical-align: middle;
  margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .take {
      padding: 1rem 0; } }
  #styling-squad .styling-squad .take h2 {
    display: inline-block;
    font-size: 3.75rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1; }
    @media only screen and (max-width: 992px) {
      #styling-squad .styling-squad .take h2 {
        font-size: 1.65rem;
        line-height: 1.2;
        text-align: center;
        display: block;
        width: 100%; } }
  #styling-squad .styling-squad .take img {
    margin-top: 2rem; }
  #styling-squad .styling-squad .take .take-quiz {
    float: right;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 2.5rem;
    position: relative; }
    #styling-squad .styling-squad .take .take-quiz:hover, #styling-squad .styling-squad .take .take-quiz:focus {
      color: white; }
    @media only screen and (max-width: 992px) {
      #styling-squad .styling-squad .take .take-quiz {
        display: block;
        width: 100%;
        max-width: 220px;
        float: none;
        margin: 1rem auto 0;
        text-align: center;
        padding: 8px 10px; }
        #styling-squad .styling-squad .take .take-quiz::before, #styling-squad .styling-squad .take .take-quiz::after {
          content: '';
          background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/quiz_arrow_static.png?v=3084364648089229137");
          background-size: contain;
          width: 50px;
          height: 25px;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: -65px; }
        #styling-squad .styling-squad .take .take-quiz::before {
          -moz-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
          filter: FlipH;
          -ms-filter: "FlipH"; }
        #styling-squad .styling-squad .take .take-quiz::after {
          background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/quiz_arrow_static.png?v=3084364648089229137");
          left: inherit;
          right: -65px; } }
    @media only screen and (min-width: 1240px) {
      #styling-squad .styling-squad .take .take-quiz::before {
        content: '';
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/quiz_arrow_static.png?v=3084364648089229137");
        background-size: contain;
        left: inherit;
        right: -175px;
        width: 145px;
        height: 45px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; } }
#styling-squad .styling-squad .quiz {
  padding: 4rem 0;
  margin-bottom: 0;
  background: #FAFAFA; }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .quiz {
      padding-top: 1rem; } }
  #styling-squad .styling-squad .quiz .typeform-widget {
    background: white; }
  #styling-squad .styling-squad .quiz .hair-quiz {
    font-size: 1.65rem;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 992px) {
      #styling-squad .styling-squad .quiz .hair-quiz {
        font-size: 0.8rem; } }
    @media only screen and (min-width: 1240px) {
      #styling-squad .styling-squad .quiz .hair-quiz .pad {
        padding: 0 4rem; } }
#styling-squad .styling-squad .meet {
  padding: 2rem 0;
  margin-bottom: 0; }
  #styling-squad .styling-squad .meet h2 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-family: "Karla", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      #styling-squad .styling-squad .meet h2 {
        font-size: 1.1rem; } }
    #styling-squad .styling-squad .meet h2 img {
      max-width: 3rem;
      margin: 0 2rem; }
      @media only screen and (max-width: 768px) {
        #styling-squad .styling-squad .meet h2 img {
          max-width: 0.8rem;
          margin: 0 0.5rem; } }
#styling-squad .styling-squad .promise {
  background: #ead9b9;
  padding: 2rem 0 7rem; }
  @media only screen and (max-width: 768px) {
    #styling-squad .styling-squad .promise {
      padding: 2rem 0 6rem; } }
  #styling-squad .styling-squad .promise h2 {
    font-size: 3.75rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 1rem;
    line-height: normal; }
    @media only screen and (max-width: 768px) {
      #styling-squad .styling-squad .promise h2 {
        font-size: 2rem; } }
  #styling-squad .styling-squad .promise .text {
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.6rem; }
    @media only screen and (max-width: 768px) {
      #styling-squad .styling-squad .promise .text {
        font-size: 1rem; } }
#styling-squad .styling-squad #lifestyle-slider2 {
  margin-top: -4rem;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    #styling-squad .styling-squad #lifestyle-slider2 .owl-nav {
      position: absolute;
      top: -5rem;
      right: 10rem;
      display: inline-block; }
      #styling-squad .styling-squad #lifestyle-slider2 .owl-nav img {
        max-width: 1.5rem; }
      #styling-squad .styling-squad #lifestyle-slider2 .owl-nav > div {
        background: transparent;
        padding: 0;
        opacity: 0.5; }
        #styling-squad .styling-squad #lifestyle-slider2 .owl-nav > div.owl-next {
          transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -webkit-transform: rotate(180deg); }
        #styling-squad .styling-squad #lifestyle-slider2 .owl-nav > div:hover {
          opacity: 1; }
      #styling-squad .styling-squad #lifestyle-slider2 .owl-nav.disabled {
        display: none !important; } }
#styling-squad .styling-squad .all-ingredients {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 992px) {
    #styling-squad .styling-squad .all-ingredients {
      margin-top: -4rem; } }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .all-ingredients {
      margin-bottom: 4rem; } }
  #styling-squad .styling-squad .all-ingredients h2 {
    font-size: 3.75rem;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: normal;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #styling-squad .styling-squad .all-ingredients h2 {
        font-size: 1.65rem; } }
  #styling-squad .styling-squad .all-ingredients .text {
    max-width: 720px;
    font-size: 0.95rem;
    margin: 2rem auto 3rem;
    line-height: 1.6rem; }
    @media only screen and (max-width: 768px) {
      #styling-squad .styling-squad .all-ingredients .text {
        font-size: 1rem;
        margin: 1rem auto 2rem; } }
  #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .item {
    padding: 0 2rem; }
    @media only screen and (max-width: 768px) {
      #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .item {
        padding: 0 1rem; } }
    #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .item img {
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      max-width: 200px;
      margin: 0 auto 1rem; }
    #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .item h5 {
      font-weight: bold;
      margin: 1rem auto; }
  #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .owl-nav img {
    max-width: 1.5rem;
    opacity: 0.15; }
    #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .owl-nav img:hover {
      opacity: 0.3; }
  #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .owl-nav > div {
    background: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    z-index: 2; }
    #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .owl-nav > div.owl-next {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
      @media only screen and (min-width: 1240px) {
        #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .owl-nav > div.owl-next {
          right: -3rem; } }
    @media only screen and (min-width: 1240px) {
      #styling-squad .styling-squad .all-ingredients #ingredients-slider2 .owl-nav > div.owl-prev {
        left: -3rem; } }
@media only screen and (max-width: 992px) {
  #styling-squad .styling-squad .product-list {
    margin-top: 1rem;
    margin-bottom: 4rem; } }
#styling-squad .styling-squad .product-list .crown {
  max-width: 100px;
  margin: 0 auto 2rem;
  padding: 0; }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .product-list .crown {
      max-width: 50px;
      margin: 0 auto 1rem; } }
#styling-squad .styling-squad .product-list h2 {
  line-height: 1; }
#styling-squad .styling-squad .product-list .text {
  max-width: 390px;
  margin: 2rem auto 4rem; }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .product-list .text {
      margin: 2rem auto 2rem; } }
#styling-squad .styling-squad .product-list .thumb {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden; }
  #styling-squad .styling-squad .product-list .thumb.shine-serum {
    background-color: #d1a7bd; }
  #styling-squad .styling-squad .product-list .thumb.perk-up-style-cream {
    background-color: #bcd8ce; }
  #styling-squad .styling-squad .product-list .thumb.deep-conditioning-mask {
    background-color: #e4a099; }
  #styling-squad .styling-squad .product-list .thumb.clarifying-hair-mask {
    background-color: #86648a; }
  #styling-squad .styling-squad .product-list .thumb.leave-in-conditioner-spray {
    background-color: #8aa8cc; }
  #styling-squad .styling-squad .product-list .thumb.curl-definer {
    background-color: #f4d0a1; }
  #styling-squad .styling-squad .product-list .thumb.heat-protectant-spray {
    background-color: #e48b64; }
  #styling-squad .styling-squad .product-list .thumb.rich-leave-in-conditioner {
    background-color: #9ec9e0; }
  #styling-squad .styling-squad .product-list .thumb img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: auto;
    max-height: 95%; }
    #styling-squad .styling-squad .product-list .thumb img:hover {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  #styling-squad .styling-squad .product-list .thumb:before {
    content: "";
    display: block;
    padding-top: 100%; }
#styling-squad .styling-squad .product-list .product {
  padding: 0 3rem;
  margin-bottom: 5rem; }
  #styling-squad .styling-squad .product-list .product h4 {
    margin-top: 1rem;
    line-height: 1; }
  #styling-squad .styling-squad .product-list .product p {
    padding: 0.5rem 0 1rem;
    line-height: 2; }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .product-list .product {
      margin-bottom: 2.5rem; } }
#styling-squad .styling-squad .instagram {
  background: #b1d9cf;
  padding: 2rem 0 0;
  margin-bottom: 0;
  margin-top: 6rem; }
  #styling-squad .styling-squad .instagram h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0;
    line-height: 1; }
    @media only screen and (max-width: 992px) {
      #styling-squad .styling-squad .instagram h2 {
        font-size: 2rem; } }
  @media only screen and (min-width: 1240px) {
    #styling-squad .styling-squad .instagram #instafeed .owl-stage {
      margin-top: 83px; } }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .instagram #instafeed {
      padding: 2.5rem 0; } }
  #styling-squad .styling-squad .instagram #instafeed .owl-item {
    overflow: hidden;
    float: none;
    display: inline-block;
    vertical-align: middle; }
    #styling-squad .styling-squad .instagram #instafeed .owl-item a {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 1240px) {
      #styling-squad .styling-squad .instagram #instafeed .owl-item {
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        #styling-squad .styling-squad .instagram #instafeed .owl-item:hover {
          margin-top: -83px;
          margin-bottom: -83px;
          transform: scale(1.05);
          -moz-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          width: calc(100vw / 6 + 60px) !important;
          height: calc(100vw / 6 + 60px) !important; } }
  @media only screen and (min-width: 1240px) {
    #styling-squad .styling-squad .instagram #instafeed .owl-stage {
      height: calc(100vw / 5) !important; } }
  @media only screen and (max-width: 992px) {
    #styling-squad .styling-squad .instagram #instafeed .owl-stage {
      height: auto !important; } }
#styling-squad #quiz .login-form {
  max-width: 100%; }
  #styling-squad #quiz .login-form .modal-header {
    text-align: left;
    padding: 0 1rem;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: bold; }
  #styling-squad #quiz .login-form .modal-content {
    padding: 0;
    background: none; }

#about-us main {
  padding-top: 10px; }
@media only screen and (min-width: 992px) {
  #about-us .about-us {
    padding-top: 110px; }
    #about-us .about-us .container {
      width: 1200px; } }
@media only screen and (max-width: 768px) {
  #about-us .about-us {
    padding-top: 65px; } }
#about-us .about-us .about-header {
  text-align: center;
  padding: 8rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  #about-us .about-us .about-header h1 {
    padding: 2rem;
    background: white;
    font-weight: bold;
    font-size: 3.75rem;
    display: inline-block;
    margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    #about-us .about-us .about-header {
      padding: 5rem 0; }
      #about-us .about-us .about-header h1 {
        font-size: 2rem; } }
#about-us .about-us .care {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #about-us .about-us .care .crown {
    margin: 0 auto;
    max-width: 100px;
    display: block; }
  #about-us .about-us .care h3 {
    margin: 4rem 0 9rem;
    position: relative;
    z-index: 2; }
  #about-us .about-us .care .image img {
    margin-left: -6rem; }
  @media only screen and (max-width: 992px) {
    #about-us .about-us .care {
      padding-top: 0;
      padding-bottom: 0;
      position: relative; }
      #about-us .about-us .care h3 {
        position: absolute;
        top: 1rem;
        right: 2rem;
        font-size: 1.6rem; }
      #about-us .about-us .care .crown {
        margin: 0 0 10px 3rem; }
      #about-us .about-us .care .text {
        padding: 1rem 2rem 0; } }
  @media only screen and (max-width: 374px) {
    #about-us .about-us .care h3 {
      right: 1rem;
      font-size: 1.4rem; } }
#about-us .about-us .size {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #about-us .about-us .size .image img {
    max-width: 80%; }
  @media only screen and (max-width: 992px) {
    #about-us .about-us .size {
      text-align: center;
      padding-top: 1rem; }
      #about-us .about-us .size .diamond {
        max-width: 70%;
        margin: 0 auto 2rem; } }
#about-us .about-us .skyline {
  background-color: #9ec9e0;
  background-size: auto 90%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 8rem 2rem; }
  #about-us .about-us .skyline h3 {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.2; }
    @media only screen and (min-width: 1580px) {
      #about-us .about-us .skyline h3 {
        max-width: 70%; } }
  @media only screen and (max-width: 992px) {
    #about-us .about-us .skyline {
      padding: 3rem 2rem 0;
      text-align: center;
      background-image: none !important; }
      #about-us .about-us .skyline h3 {
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 2rem; } }
#about-us .about-us .love {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media only screen and (min-width: 1580px) {
    #about-us .about-us .love h3 br {
      display: none; } }
  @media only screen and (max-width: 992px) {
    #about-us .about-us .love {
      text-align: center;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  #about-us .about-us .love .girl {
    max-width: 80%;
    margin-top: 2rem; }
#about-us .about-us h3 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.2; }
  #about-us .about-us h3 img {
    display: inline-block;
    height: 4rem;
    margin: 0 1rem; }
    @media only screen and (max-width: 992px) {
      #about-us .about-us h3 img {
        height: 2rem; } }
  @media only screen and (max-width: 992px) {
    #about-us .about-us h3 {
      font-size: 2rem; } }
#about-us .about-us .text {
  line-height: 1.5;
  font-size: 1.5rem; }
  #about-us .about-us .text em {
    font-weight: bold; }
  @media only screen and (max-width: 992px) {
    #about-us .about-us .text {
      font-size: 0.8rem; } }

.template-404 .img-404 {
  display: block;
  margin: 40px auto 0;
  width: 80%;
  max-width: 500px; }
.template-404 small {
  display: block;
  margin-top: 8px; }
.template-404 .back-button {
  margin-top: 50px; }
  .template-404 .back-button:hover {
    background: #333333;
    color: white; }
.template-404 footer {
  display: none; }
.template-404 .error-page {
  margin-top: -64px;
  margin-bottom: 0; }
  @media only screen and (min-width: 992px) {
    .template-404 .error-page {
      margin-top: -110px; } }
.template-404 main {
  background: linear-gradient(270deg, #e48b64, #89cae2, #92638d, #e4a099, #dd9f97);
  background-size: 1000% 1000%;
  animation: colorchange 12s infinite;
  -moz-animation: colorchange 12s infinite;
  -webkit-animation: colorchange 12s infinite;
  height: 100%; }

.template-account .container {
  max-width: 1100px; }
.template-account main {
  padding-top: 10px; }
.template-account .account-details .account-header img {
  max-width: 100px;
  margin: 0 auto 2rem; }
  @media only screen and (max-width: 992px) {
    .template-account .account-details .account-header img {
      max-width: 50px;
      margin: 0 auto 1rem; } }
.template-account .account-details .account-header h1 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .template-account .account-details .account-header h1 {
      font-size: 2rem; } }
.template-account .account-details .name {
  font-size: 1.65rem; }
  @media only screen and (max-width: 992px) {
    .template-account .account-details .name {
      font-size: 1.3rem; } }
  .template-account .account-details .name h3 {
    display: block;
    margin: 4rem auto 0;
    font-weight: bold; }
.template-account .account-details table {
  width: 100%;
  margin: 6rem auto 0; }
  .template-account .account-details table th {
    background: #ead9b9;
    font-size: 1.25rem;
    padding: 1.5rem;
    text-align: left; }
  .template-account .account-details table tr td {
    font-size: 1.25rem;
    padding: 2.5rem 1.5rem;
    border-bottom: 1px solid black; }
    .template-account .account-details table tr td:first-child {
      border-left: 1px solid black; }
    .template-account .account-details table tr td:last-child {
      border-right: 1px solid black; }
.template-account .account-details .contact-info {
  margin-top: 6rem;
  font-size: 1.65rem;
  line-height: 1.5; }
  .template-account .account-details .contact-info h4, .template-account .account-details .contact-info a {
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.5rem; }
  .template-account .account-details .contact-info p {
    font-size: 1.65rem;
    line-height: 1.5; }
  .template-account .account-details .contact-info a {
    text-transform: uppercase;
    display: block; }
  .template-account .account-details .contact-info .cols {
    -webkit-align-items: start;
    align-items: start; }
  @media only screen and (max-width: 992px) {
    .template-account .account-details .contact-info {
      font-size: 1.25rem; }
      .template-account .account-details .contact-info .pad {
        padding: 0 1rem 2rem; }
        .template-account .account-details .contact-info .pad h4 {
          font-size: 1.25rem; }
      .template-account .account-details .contact-info .buttons .button-small {
        display: inline-block;
        font-size: 0.95rem;
        padding: 8px 25px; }
        .template-account .account-details .contact-info .buttons .button-small:last-child {
          float: right; } }
  @media only screen and (max-width: 400px) {
    .template-account .account-details .contact-info {
      font-size: 1.25rem; }
      .template-account .account-details .contact-info .pad {
        padding: 0 1rem 2rem; }
        .template-account .account-details .contact-info .pad h4 {
          font-size: 1.25rem; }
      .template-account .account-details .contact-info .buttons .button-small {
        font-size: 0.8rem;
        padding: 8px 20px; } }
.template-account .account-details .hide {
  display: none; }
.template-account .account-details .form h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 2rem 0 1rem; }
.template-account .account-details .form input:not([type="checkbox"]), .template-account .account-details .form select {
  border: 1px solid black;
  padding: 0 1.5rem;
  line-height: 3rem;
  height: 3rem;
  color: black;
  margin: 0 auto 1rem;
  width: 100%;
  display: block; }
.template-account .account-details .form .names, .template-account .account-details .form .city {
  text-align: left; }
  @media only screen and (min-width: 1240px) {
    .template-account .account-details .form .names input:not([type="checkbox"]), .template-account .account-details .form .names select, .template-account .account-details .form .city input:not([type="checkbox"]), .template-account .account-details .form .city select {
      width: 32%;
      display: inline-block; }
      .template-account .account-details .form .names input:not([type="checkbox"]):not(:first-child), .template-account .account-details .form .names select:not(:first-child), .template-account .account-details .form .city input:not([type="checkbox"]):not(:first-child), .template-account .account-details .form .city select:not(:first-child) {
        margin-left: 1.7%; } }
  .template-account .account-details .form .names .province, .template-account .account-details .form .city .province {
    width: 100%; }
    @media only screen and (min-width: 1240px) {
      .template-account .account-details .form .names .province, .template-account .account-details .form .city .province {
        width: 32%;
        display: inline-block;
        margin-left: 1.7%; } }
    .template-account .account-details .form .names .province select, .template-account .account-details .form .city .province select {
      width: 100%; }
.template-account .account-details .form .default {
  text-align: left;
  display: block;
  padding: 1rem 0 2rem; }
  .template-account .account-details .form .default input {
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
    -webkit-appearance: checkbox;
    vertical-align: middle; }
.template-account .account-details .form .submits {
  text-align: left; }
  .template-account .account-details .form .submits input {
    width: auto;
    margin: 0;
    display: inline-block; }
  .template-account .account-details .form .submits button {
    border-bottom: 1px solid black;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer; }
    @media only screen and (min-width: 1240px) {
      .template-account .account-details .form .submits button {
        margin-left: 1rem; } }
.template-account .account-details .addresses {
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: left;
  justify-content: left;
  margin-top: 4rem; }
  .template-account .account-details .addresses .single-address {
    padding-top: 1.25rem; }
    .template-account .account-details .addresses .single-address.default {
      padding-top: 0; }
    .template-account .account-details .addresses .single-address h4 {
      font-weight: bold;
      display: block;
      margin: 2rem 0 0;
      line-height: 1.5; }
    .template-account .account-details .addresses .single-address .address-details {
      line-height: 1.5;
      font-size: 1.25rem; }
    .template-account .account-details .addresses .single-address .buttons {
      padding-top: 1rem; }
      .template-account .account-details .addresses .single-address .buttons button {
        color: #ead9b9;
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        line-height: 1; }
        .template-account .account-details .addresses .single-address .buttons button:first-child {
          padding-right: 1rem;
          padding-left: 0;
          border-right: 1px solid #ead9b9; }
        .template-account .account-details .addresses .single-address .buttons button:last-child {
          padding-left: 1rem; }
    .template-account .account-details .addresses .single-address b {
      font-size: 1.65rem; }
    .template-account .account-details .addresses .single-address .default-address {
      color: #9a9a9a;
      font-size: 1.25rem;
      padding-bottom: 0.5rem; }
.template-account .account-details .add-new {
  margin-top: 4rem;
  text-align: center; }

.template-addresses .container {
  max-width: 1100px; }
.template-addresses main {
  padding-top: 10px; }
.template-addresses .account-details .account-header img {
  max-width: 100px;
  margin: 0 auto 2rem; }
  @media only screen and (max-width: 992px) {
    .template-addresses .account-details .account-header img {
      max-width: 50px;
      margin: 0 auto 1rem; } }
.template-addresses .account-details .account-header h1 {
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .template-addresses .account-details .account-header h1 {
      font-size: 2rem; } }
.template-addresses .account-details .name {
  font-size: 1.65rem; }
  @media only screen and (max-width: 992px) {
    .template-addresses .account-details .name {
      font-size: 1.3rem; } }
  .template-addresses .account-details .name h3 {
    display: block;
    margin: 4rem auto 0;
    font-weight: bold; }
.template-addresses .account-details table {
  width: 100%;
  margin: 6rem auto 0; }
  .template-addresses .account-details table th {
    background: #ead9b9;
    font-size: 1.25rem;
    padding: 1.5rem;
    text-align: left; }
  .template-addresses .account-details table tr td {
    font-size: 1.25rem;
    padding: 2.5rem 1.5rem;
    border-bottom: 1px solid black; }
    .template-addresses .account-details table tr td:first-child {
      border-left: 1px solid black; }
    .template-addresses .account-details table tr td:last-child {
      border-right: 1px solid black; }
.template-addresses .account-details .contact-info {
  margin-top: 6rem;
  font-size: 1.65rem;
  line-height: 1.5; }
  .template-addresses .account-details .contact-info h4, .template-addresses .account-details .contact-info a {
    font-size: 1.65rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 0.5rem; }
  .template-addresses .account-details .contact-info p {
    font-size: 1.65rem;
    line-height: 1.5; }
  .template-addresses .account-details .contact-info a {
    text-transform: uppercase;
    display: block; }
  .template-addresses .account-details .contact-info .cols {
    -webkit-align-items: start;
    align-items: start; }
  @media only screen and (max-width: 992px) {
    .template-addresses .account-details .contact-info {
      font-size: 1.25rem; }
      .template-addresses .account-details .contact-info .pad {
        padding: 0 1rem 2rem; }
        .template-addresses .account-details .contact-info .pad h4 {
          font-size: 1.25rem; }
      .template-addresses .account-details .contact-info .buttons .button-small {
        display: inline-block;
        font-size: 0.95rem;
        padding: 8px 25px; }
        .template-addresses .account-details .contact-info .buttons .button-small:last-child {
          float: right; } }
  @media only screen and (max-width: 400px) {
    .template-addresses .account-details .contact-info {
      font-size: 1.25rem; }
      .template-addresses .account-details .contact-info .pad {
        padding: 0 1rem 2rem; }
        .template-addresses .account-details .contact-info .pad h4 {
          font-size: 1.25rem; }
      .template-addresses .account-details .contact-info .buttons .button-small {
        font-size: 0.8rem;
        padding: 8px 20px; } }
.template-addresses .account-details .hide {
  display: none; }
.template-addresses .account-details .form h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 2rem 0 1rem; }
.template-addresses .account-details .form input:not([type="checkbox"]), .template-addresses .account-details .form select {
  border: 1px solid black;
  padding: 0 1.5rem;
  line-height: 3rem;
  height: 3rem;
  color: black;
  margin: 0 auto 1rem;
  width: 100%;
  display: block; }
.template-addresses .account-details .form .names, .template-addresses .account-details .form .city {
  text-align: left; }
  @media only screen and (min-width: 1240px) {
    .template-addresses .account-details .form .names input:not([type="checkbox"]), .template-addresses .account-details .form .names select, .template-addresses .account-details .form .city input:not([type="checkbox"]), .template-addresses .account-details .form .city select {
      width: 32%;
      display: inline-block; }
      .template-addresses .account-details .form .names input:not([type="checkbox"]):not(:first-child), .template-addresses .account-details .form .names select:not(:first-child), .template-addresses .account-details .form .city input:not([type="checkbox"]):not(:first-child), .template-addresses .account-details .form .city select:not(:first-child) {
        margin-left: 1.7%; } }
  .template-addresses .account-details .form .names .province, .template-addresses .account-details .form .city .province {
    width: 100%; }
    @media only screen and (min-width: 1240px) {
      .template-addresses .account-details .form .names .province, .template-addresses .account-details .form .city .province {
        width: 32%;
        display: inline-block;
        margin-left: 1.7%; } }
    .template-addresses .account-details .form .names .province select, .template-addresses .account-details .form .city .province select {
      width: 100%; }
.template-addresses .account-details .form .default {
  text-align: left;
  display: block;
  padding: 1rem 0 2rem; }
  .template-addresses .account-details .form .default input {
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
    -webkit-appearance: checkbox;
    vertical-align: middle; }
.template-addresses .account-details .form .submits {
  text-align: left; }
  .template-addresses .account-details .form .submits input {
    width: auto;
    margin: 0;
    display: inline-block; }
  .template-addresses .account-details .form .submits button {
    border-bottom: 1px solid black;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer; }
    @media only screen and (min-width: 1240px) {
      .template-addresses .account-details .form .submits button {
        margin-left: 1rem; } }
.template-addresses .account-details .addresses {
  -webkit-align-items: start;
  align-items: start;
  -webkit-justify-content: left;
  justify-content: left;
  margin-top: 4rem; }
  .template-addresses .account-details .addresses .single-address {
    padding-top: 1.25rem; }
    .template-addresses .account-details .addresses .single-address.default {
      padding-top: 0; }
    .template-addresses .account-details .addresses .single-address h4 {
      font-weight: bold;
      display: block;
      margin: 2rem 0 0;
      line-height: 1.5; }
    .template-addresses .account-details .addresses .single-address .address-details {
      line-height: 1.5;
      font-size: 1.25rem; }
    .template-addresses .account-details .addresses .single-address .buttons {
      padding-top: 1rem; }
      .template-addresses .account-details .addresses .single-address .buttons button {
        color: #ead9b9;
        font-size: 1.25rem;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        line-height: 1; }
        .template-addresses .account-details .addresses .single-address .buttons button:first-child {
          padding-right: 1rem;
          padding-left: 0;
          border-right: 1px solid #ead9b9; }
        .template-addresses .account-details .addresses .single-address .buttons button:last-child {
          padding-left: 1rem; }
    .template-addresses .account-details .addresses .single-address b {
      font-size: 1.65rem; }
    .template-addresses .account-details .addresses .single-address .default-address {
      color: #9a9a9a;
      font-size: 1.25rem;
      padding-bottom: 0.5rem; }
.template-addresses .account-details .add-new {
  margin-top: 4rem;
  text-align: center; }

.template-cart .cart-content {
  max-width: 1200px; }
  .template-cart .cart-content h1 {
    margin: 4rem auto;
    font-weight: bold; }
  .template-cart .cart-content h3 {
    font-weight: bold;
    margin-bottom: 1rem; }
  .template-cart .cart-content table {
    width: 100%; }
    .template-cart .cart-content table td {
      border-top: 1px solid #dfe0e2;
      padding: 3rem 0; }
      .template-cart .cart-content table td.sub {
        padding: 2rem 0;
        font-size: 0.95rem; }
        .template-cart .cart-content table td.sub span {
          float: right;
          font-weight: bold; }
      .template-cart .cart-content table td.image img {
        max-width: 8rem; }
        @media only screen and (max-width: 992px) {
          .template-cart .cart-content table td.image img {
            max-width: 4rem; } }
      .template-cart .cart-content table td.name {
        vertical-align: top;
        font-size: 1.3rem; }
        .template-cart .cart-content table td.name a {
          display: block;
          font-weight: bold; }
        .template-cart .cart-content table td.name .price {
          font-weight: bold;
          margin-top: 1rem;
          display: inline-block; }
        @media only screen and (max-width: 992px) {
          .template-cart .cart-content table td.name {
            padding-left: 1rem;
            font-size: 0.95rem; } }
      .template-cart .cart-content table td.quantity {
        vertical-align: top; }
        @media only screen and (max-width: 992px) {
          .template-cart .cart-content table td.quantity {
            padding-left: 1rem;
            padding-right: 1rem; } }
        .template-cart .cart-content table td.quantity h6 {
          display: block;
          font-weight: bold;
          font-size: 1.3rem;
          text-align: center;
          line-height: 1;
          margin: 0; }
          @media only screen and (max-width: 992px) {
            .template-cart .cart-content table td.quantity h6 {
              font-size: 0.95rem; } }
        .template-cart .cart-content table td.quantity .quantities {
          border-top: 1px solid #757575;
          border-bottom: 1px solid #757575;
          max-width: 6rem;
          line-height: 2rem;
          margin: 2rem auto 0;
          display: inline-block; }
          @media only screen and (max-width: 992px) {
            .template-cart .cart-content table td.quantity .quantities {
              max-width: 4.2rem;
              line-height: 1.4rem; } }
          .template-cart .cart-content table td.quantity .quantities .increase-items, .template-cart .cart-content table td.quantity .quantities input, .template-cart .cart-content table td.quantity .quantities .reduced-items {
            width: 2rem;
            display: inline-block;
            float: left;
            font-weight: bold;
            padding: 0;
            font-size: 1.25rem; }
            @media only screen and (max-width: 992px) {
              .template-cart .cart-content table td.quantity .quantities .increase-items, .template-cart .cart-content table td.quantity .quantities input, .template-cart .cart-content table td.quantity .quantities .reduced-items {
                max-width: 1.4rem;
                font-size: 0.95rem; } }
          .template-cart .cart-content table td.quantity .quantities .reduced-items {
            text-align: right;
            border-left: 1px solid #757575;
            cursor: pointer; }
          .template-cart .cart-content table td.quantity .quantities .increase-items {
            text-align: left;
            border-right: 1px solid #757575;
            cursor: pointer; }
          .template-cart .cart-content table td.quantity .quantities input {
            text-align: center;
            border: 0;
            outline: none; }
      .template-cart .cart-content table td.remove {
        width: 15%;
        text-align: right; }
        @media only screen and (max-width: 992px) {
          .template-cart .cart-content table td.remove {
            width: 2rem; } }
        .template-cart .cart-content table td.remove img {
          max-width: 2rem; }
  .template-cart .cart-content .buttons {
    text-align: right; }
    .template-cart .cart-content .buttons .update {
      background: transparent; }
      .template-cart .cart-content .buttons .update:hover {
        background: black; }
    .template-cart .cart-content .buttons input:focus {
      background: black;
      border: 0.1rem solid #333; }

@media only screen and (max-width: 768px) {
  .search-results {
    padding: 0 2rem;
    min-height: calc(100vh - 502px); } }
@media only screen and (min-width: 992px) {
  .search-results {
    min-height: calc(100vh - 425px); } }
.search-results .cols.centered {
  -webkit-align-items: left;
  align-items: left;
  -webkit-justify-content: left;
  justify-content: left;
  margin: 0 -15px; }
.search-results h2 {
  font-size: 1.6rem;
  color: #aeaeae;
  border-bottom: 1px solid #aeaeae;
  display: block;
  margin: 2rem 0;
  padding-bottom: 0.3rem; }
  @media only screen and (max-width: 768px) {
    .search-results h2 {
      font-size: 1rem; } }
.search-results .search-header h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 0;
  padding-top: 3rem; }
  @media only screen and (max-width: 768px) {
    .search-results .search-header h1 {
      font-size: 1.3rem;
      padding-top: 3rem; } }
.search-results .search-header .terms {
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .search-results .search-header .terms {
      font-size: 1.3rem; } }
.search-results .search-result {
  text-align: center;
  margin-bottom: 4rem; }
  .search-results .search-result .title {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem;
    display: block;
    min-height: 5rem; }
    @media only screen and (max-width: 768px) {
      .search-results .search-result .title {
        font-size: 1rem; } }
  .search-results .search-result .price {
    font-size: 1.2rem; }
    @media only screen and (max-width: 768px) {
      .search-results .search-result .price {
        font-size: 1rem; } }
  .search-results .search-result .image {
    width: 100%;
    height: 20rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative; }
    .search-results .search-result .image img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-height: 90%;
      max-width: 90%;
      width: auto;
      height: auto;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .search-results .search-result .image:hover img {
      transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    @media only screen and (max-width: 768px) {
      .search-results .search-result .image {
        height: 8rem; } }
  .search-results .search-result .excerpt {
    display: block; }
  .search-results .search-result.article {
    text-align: left; }
    .search-results .search-result.article .title {
      padding: 1rem 0;
      min-height: 1rem; }
    .search-results .search-result.article .image {
      background-size: cover; }

#search-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  opacity: 0;
  z-index: 10000; }
  #search-overlay h3 {
    font-size: 1.2rem;
    margin-top: 5rem; }
  #search-overlay.active {
    display: block;
    opacity: 1; }
  #search-overlay input[type="search"] {
    padding: 0;
    font-size: 5rem;
    font-weight: bold;
    font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  #search-overlay .close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    cursor: pointer; }
    #search-overlay .close svg {
      width: 1.5rem;
      height: 1.5rem; }

#search-overlay-mobile {
  display: block;
  width: 0%;
  height: 2rem;
  position: fixed;
  top: 30px;
  right: 0;
  left: 100%;
  background: white;
  transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  z-index: 10000;
  overflow: hidden;
  line-height: 2rem;
  vertical-align: middle; }
  #search-overlay-mobile.active {
    width: 100%;
    left: 0; }
  #search-overlay-mobile input[type="search"] {
    padding: 0;
    height: 1.2rem;
    font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #aeaeae;
    margin-left: -3rem; }
    #search-overlay-mobile input[type="search"]::-webkit-input-placeholder {
      padding-left: 1rem; }
    #search-overlay-mobile input[type="search"]::-moz-placeholder {
      padding-left: 1rem; }
    #search-overlay-mobile input[type="search"]:-ms-input-placeholder {
      padding-left: 1rem; }
    #search-overlay-mobile input[type="search"]:-moz-placeholder {
      padding-left: 1rem; }
  #search-overlay-mobile .icon {
    width: 1.5rem;
    height: 1.5rem; }
  #search-overlay-mobile button {
    padding: 0 0 0 1rem; }
  #search-overlay-mobile .close {
    text-align: right; }

.icon-search {
  cursor: pointer; }

div.sale-btn {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #edd7b4;
  font-weight: bold;
  padding: 5px 15px !important; }

span.sale-btn {
  padding: 5px 15px !important;
  background: #424345; }

.compared {
  opacity: .5;
  text-decoration: line-through;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding-right: 5px; }

#faq .faq-header {
  padding: 2.5rem 0 1.25rem; }
  #faq .faq-header h1 {
    font-weight: bold; }
  @media only screen and (min-width: 992px) {
    #faq .faq-header {
      padding: 4rem 0 2.5rem; } }
#faq .faq-nav {
  background: #ead9b9;
  padding: 1rem 0 0; }
  #faq .faq-nav img {
    width: 100%;
    max-width: 50px;
    margin: 0 auto 10px;
    display: block;
    opacity: .35;
    cursor: pointer; }
    #faq .faq-nav img.active {
      opacity: 1; }
  #faq .faq-nav p {
    font-weight: bold;
    font-size: .75rem;
    margin-bottom: 0;
    opacity: .35; }
    #faq .faq-nav p.active {
      opacity: 1; }
  #faq .faq-nav .cols div {
    margin-bottom: 1.25rem;
    padding: 0; }
  @media only screen and (min-width: 576px) {
    #faq .faq-nav {
      padding: 2rem 0 1rem; }
      #faq .faq-nav img {
        max-width: 70px; } }
  @media only screen and (min-width: 992px) {
    #faq .faq-nav p {
      font-size: 1.2rem;
      margin-top: 2rem; }
    #faq .faq-nav img {
      max-width: 90px; } }
#faq .faq-qs {
  padding: 1.6rem 0; }
  #faq .faq-qs h3 {
    font-weight: bold;
    margin-bottom: 1.45rem; }
    @media only screen and (min-width: 992px) {
      #faq .faq-qs h3 {
        font-size: 1.75rem;
        margin: 2rem 0 4rem; } }
  #faq .faq-qs .question {
    max-width: 800px;
    margin: 0 auto 25px; }
    #faq .faq-qs .question .question-input {
      display: none; }
      #faq .faq-qs .question .question-input:not(checked) ~ .question-content {
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: .3s ease all; }
      #faq .faq-qs .question .question-input:checked ~ .question-content {
        height: auto;
        display: block;
        background: #f7f7f7;
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all; }
        #faq .faq-qs .question .question-input:checked ~ .question-content p {
          padding: 10px 20px; }
          @media only screen and (min-width: 992px) {
            #faq .faq-qs .question .question-input:checked ~ .question-content p {
              padding: 15px 30px;
              font-size: 1.1rem; } }
      #faq .faq-qs .question .question-input:checked ~ .question-label:after {
        content: '';
        border: 6px solid transparent;
        border-bottom: 10px solid #ead9b9;
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        transform: rotate(120deg); }
    #faq .faq-qs .question .question-label {
      cursor: pointer;
      display: block;
      padding: 12px 20px;
      box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.07);
      position: relative; }
      @media only screen and (min-width: 992px) {
        #faq .faq-qs .question .question-label {
          padding: 15px 30px;
          font-size: 1.2rem; } }
      #faq .faq-qs .question .question-label:focus {
        background: none; }
      #faq .faq-qs .question .question-label:after {
        content: '';
        border: 6px solid transparent;
        border-top: 10px solid #ead9b9;
        position: absolute;
        right: 10px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all; }
        @media only screen and (min-width: 992px) {
          #faq .faq-qs .question .question-label:after {
            margin-top: 7px; } }
  #faq .faq-qs div.container > div {
    display: none; }
    #faq .faq-qs div.container > div.active {
      display: block; }
#faq .know-more {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem; }
  #faq .know-more img.chat-bubble {
    width: 90px;
    margin: 0 auto 15px;
    display: block; }
    @media only screen and (min-width: 992px) {
      #faq .know-more img.chat-bubble {
        width: 150px;
        margin: 0 100px 15px auto; } }
    @media only screen and (min-width: 1240px) {
      #faq .know-more img.chat-bubble {
        margin: 0 165px 15px auto; } }
  #faq .know-more h2 {
    font-weight: bold;
    margin-bottom: 24px; }
    @media only screen and (min-width: 992px) {
      #faq .know-more h2 {
        margin-bottom: 65px; } }
  #faq .know-more a {
    position: relative; }
    @media only screen and (min-width: 576px) {
      #faq .know-more a::before, #faq .know-more a::after {
        content: '';
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
        background-size: cover;
        width: 85px;
        height: 25px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -95px; }
      #faq .know-more a::after {
        background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz-alt.gif?v=18426020142028622243");
        background-size: cover;
        left: inherit;
        right: -95px; } }
    @media only screen and (min-width: 992px) {
      #faq .know-more a {
        font-size: 1.25rem;
        padding: 1rem 2rem; }
        #faq .know-more a::before, #faq .know-more a::after {
          width: 165px;
          height: 55px;
          left: -180px; }
        #faq .know-more a::after {
          left: inherit;
          right: -180px; } }

#warranty {
  height: 100%;
  background: linear-gradient(270deg, #e48b64, #89cae2, #92638d, #e4a099, #dd9f97);
  background-size: 1000% 1000%;
  animation: colorchange 12s infinite;
  -moz-animation: colorchange 12s infinite;
  -webkit-animation: colorchange 12s infinite;
  min-height: 100vh; }
  #warranty main {
    height: 100%;
    padding-top: 0; }
    #warranty main > section {
      margin: 0; }
      #warranty main > section > div {
        padding: 85px 0;
        min-height: 100vh; }
  #warranty img.logo {
    width: 120px;
    margin: 0 auto;
    display: block; }
  #warranty .grain-stops {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 117px;
    text-align: center; }
    #warranty .grain-stops ul, #warranty .grain-stops li {
      line-height: 0;
      display: inline; }
    #warranty .grain-stops li.progress-step {
      background: #dddddd;
      border-radius: 50px;
      display: inline-block;
      width: 30px;
      padding: 15px 0;
      color: #6d6d6d;
      font-weight: bold;
      font-size: 16px;
      position: relative; }
      #warranty .grain-stops li.progress-step:not(:last-child) {
        margin: 0 10px 0 0; }
      #warranty .grain-stops li.progress-step.active {
        background: #ead9b9; }
    #warranty .grain-stops span.connector {
      display: block;
      width: 10px;
      height: 2px;
      position: absolute;
      right: 0;
      background: #ead9b9; }
  @media only screen and (min-width: 992px) {
    #warranty .wizard {
      margin-top: 30px; } }
  #warranty .wizard h1 {
    font-weight: 600;
    color: white; }
  #warranty .wizard h3, #warranty .wizard h5 {
    color: white; }
  #warranty .wizard h4 {
    color: white;
    max-width: 400px;
    margin: 10px auto 0; }
    @media only screen and (min-width: 768px) {
      #warranty .wizard h4 {
        line-height: 1.7rem;
        margin: 30px auto 0; } }
  #warranty .wizard h5 {
    margin-top: 25px;
    max-width: 650px;
    margin: 25px auto 0; }
  #warranty .wizard input {
    background: white;
    border-radius: 50px;
    color: #101010;
    width: 100%;
    padding: 16px 30px;
    max-width: 450px;
    margin-top: 35px;
    font-size: 16px; }
    #warranty .wizard input:focus {
      box-shadow: none; }
    #warranty .wizard input::-webkit-input-placeholder {
      color: #333333;
      font-size: 16px; }
    #warranty .wizard input::-moz-placeholder {
      color: #333333;
      font-size: 16px; }
    #warranty .wizard input:-ms-input-placeholder {
      color: #333333;
      font-size: 16px; }
    #warranty .wizard input:-moz-placeholder {
      color: #333333;
      font-size: 16px; }
  #warranty .wizard .next-button {
    color: #333333;
    text-transform: uppercase;
    font-weight: 800;
    border: 0.2rem solid #333333;
    font-size: 20px;
    margin-top: 25px;
    padding: 8px 35px; }
    #warranty .wizard .next-button:hover, #warranty .wizard .next-button:focus {
      color: white; }
    @media only screen and (min-width: 768px) {
      #warranty .wizard .next-button {
        padding: 12px 70px;
        font-size: 25px; } }
    #warranty .wizard .next-button.grey {
      background: #e2e2e2;
      font-size: 16px;
      margin-top: 10px;
      text-transform: inherit;
      width: 100%; }
      #warranty .wizard .next-button.grey:hover {
        background: #333333; }
      @media only screen and (min-width: 768px) {
        #warranty .wizard .next-button.grey {
          width: 625px;
          text-align: left; } }
  #warranty .wizard .skip-button {
    display: block;
    color: #333333;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: .03rem; }
  #warranty .wizard .products {
    max-width: 730px;
    margin: 30px auto 0; }
  #warranty .wizard .single-product {
    background: white;
    height: 120px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 992px) {
      #warranty .wizard .single-product {
        margin-bottom: 15px; } }
    #warranty .wizard .single-product .amz-img {
      height: 90px;
      width: 90px;
      max-width: none;
      margin-top: 15px; }
    #warranty .wizard .single-product .star-boy {
      text-align: left;
      width: 100%;
      margin-top: 10px;
      line-height: 0; }
      #warranty .wizard .single-product .star-boy li {
        display: inline;
        text-align: left;
        line-height: 0; }
      #warranty .wizard .single-product .star-boy .stars {
        background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/star-boy.png?v=3647861967414561564") no-repeat;
        width: 25px;
        height: 25px;
        outline-width: 0;
        background-position: -1px -192px;
        background-size: 162px 274px;
        display: inline-block; }
        @media only screen and (min-width: 992px) {
          #warranty .wizard .single-product .star-boy .stars {
            width: 34px;
            height: 34px;
            background-position: -5px -297px;
            background-size: 250px 422px; } }
      #warranty .wizard .single-product .star-boy:hover > li .stars {
        background-position: -24px -192px;
        background-size: 162px 274px; }
      #warranty .wizard .single-product .star-boy > li:hover ~ li .stars {
        background-position: -1px -192px;
        background-size: 162px 274px; }
      @media only screen and (min-width: 992px) {
        #warranty .wizard .single-product .star-boy:hover > li .stars {
          background-position: -40px -297px;
          background-size: 250px 422px; }
        #warranty .wizard .single-product .star-boy > li:hover ~ li .stars {
          background-position: -5px -297px;
          background-size: 250px 422px; } }
    #warranty .wizard .single-product p {
      color: #0066c0;
      margin: 15px 0 0;
      text-align: left; }
      #warranty .wizard .single-product p.vendor {
        color: #555;
        margin-top: 0; }
  #warranty .wizard .code-gift {
    background: white;
    border-radius: 50px;
    color: black;
    width: 100%;
    padding: 14px 30px;
    max-width: 550px;
    margin: 35px auto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 8px; }
  #warranty .wizard img.amazon-img {
    display: block;
    margin: 0 auto 10px; }
  #warranty .wizard .wizard-progress {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 0; }
    #warranty .wizard .wizard-progress div {
      color: #333333;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0.05rem; }
      #warranty .wizard .wizard-progress div.active {
        color: white; }
      #warranty .wizard .wizard-progress div span {
        display: block;
        font-weight: 500; }
      #warranty .wizard .wizard-progress div img {
        margin-top: 25px; }
  #warranty #promoSteps {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: block; }
    #warranty #promoSteps .steps > div {
      float: left;
      width: 33.33%;
      text-align: center; }
    #warranty #promoSteps .wrap {
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: center;
      margin: 35px 0 75px; }
      #warranty #promoSteps .wrap > .step {
        display: none; }
        #warranty #promoSteps .wrap > .step.active {
          display: block; }
        #warranty #promoSteps .wrap > .step.step4 h4 {
          margin-bottom: 15px; }
    #warranty #promoSteps .wizard-progress > div {
      display: inline-block;
      text-align: center;
      padding: 0 50px; }
  #warranty #promoSteps .wrap > div {
    width: 100%;
    padding: 0 20px; }
  #warranty .faq-anchor {
    position: fixed;
    left: 60px;
    bottom: 20px;
    font-size: 20px;
    margin: 0;
    color: black;
    z-index: 5;
    padding: 0 15px;
    transition: ease all .4s;
    cursor: pointer; }
    #warranty .faq-anchor::before {
      content: '';
      background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
      background-size: cover;
      width: 55px;
      height: 15px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -60px;
      transition: ease all .4s; }
    #warranty .faq-anchor.active {
      background: #ffffff;
      transition: ease all .4s; }
      #warranty .faq-anchor.active::before {
        transform: rotate(180deg);
        transition: ease all .4s; }
  #warranty .faq {
    color: white;
    position: absolute;
    width: 100%;
    background: #e09f98;
    z-index: 2;
    left: -100%;
    padding: 0 20px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    #warranty .faq.active {
      left: 0;
      -webkit-transition: 0.5s ease all;
      -moz-transition: 0.5s ease all;
      -ms-transition: 0.5s ease all;
      -o-transition: 0.5s ease all;
      transition: 0.5s ease all; }
    #warranty .faq h1 {
      margin-top: 40px;
      display: inline-block;
      position: relative; }
      @media only screen and (min-width: 992px) {
        #warranty .faq h1::before, #warranty .faq h1::after {
          content: '';
          background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz.gif?v=14505000753410549321");
          background-size: cover;
          width: 145px;
          height: 45px;
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: -175px; }
        #warranty .faq h1::after {
          background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/arrow-quiz-alt.gif?v=18426020142028622243");
          background-size: cover;
          left: inherit;
          right: -175px; } }
    #warranty .faq h1, #warranty .faq h3 {
      font-weight: bold; }
    #warranty .faq .questions:not(:last-child) {
      margin-bottom: 40px; }
    #warranty .faq h4 {
      max-width: 700px;
      margin: 0 auto; }
      @media only screen and (min-width: 992px) {
        #warranty .faq h4 {
          line-height: 34px; } }
  #warranty .notification.warning {
    display: inline-block;
    background: #fd8c62;
    font-size: 15px; }
    #warranty .notification.warning:hover {
      background: #fd7a49; }

.button-small {
  text-transform: uppercase; }

.active-modal {
  overflow: hidden; }

.owl-item * {
  touch-action: manipulation; }

a.navbar-item.site-logo.site-header__logo-image.navbar-brand:hover {
  background: transparent; }

nav .quiz-button {
  position: relative; }
  nav .quiz-button:hover, nav .quiz-button:focus {
    background: #333333 !important;
    color: white; }
  nav .quiz-button::before {
    content: '';
    background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/black-arrow.png?v=8964921139028778446");
    background-size: cover;
    width: 36px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -46px; }
    @media only screen and (min-width: 992px) {
      nav .quiz-button::before {
        width: 72px;
        height: 45px;
        left: -100px; } }
nav ul.site-nav {
  font-size: 25px;
  font-family: "Poppins"; }
  @media only screen and (min-width: 992px) {
    nav ul.site-nav {
      margin-top: 50px;
      margin-bottom: 30px; }
      nav ul.site-nav li {
        font-weight: 500;
        font-size: 16px;
        line-height: 30px; }
        nav ul.site-nav li:nth-child(1) {
          font-weight: bold;
          font-size: 36px;
          margin-bottom: 20px; } }
nav small {
  margin-bottom: 10px;
  display: block; }

@media only screen and (min-width: 992px) {
  .drawer nav {
    margin-top: 125px;
    padding: 25px 85px; } }
.drawer nav ul li a:hover {
  opacity: .7; }

@media only screen and (min-width: 992px) {
  .card-header h4 {
    font-size: 1rem; } }
.cta-block {
  background: linear-gradient(270deg, #ead9b9, #f4d0a1);
  background-size: 400% 400%;
  animation: colorchange 4s infinite;
  -webkit-animation: colorchange 4s infinite;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cta-block .cta-link {
    padding: 0; }
  .cta-block p {
    font-size: .75rem;
    font-weight: 600;
    margin: 0; }
    .cta-block p span {
      text-decoration: underline; }
  @media only screen and (min-width: 992px) {
    .cta-block {
      height: 45px; }
      .cta-block p {
        font-size: .85rem; } }

.navbar.enable-cta {
  top: 30px; }
  @media only screen and (min-width: 992px) {
    .navbar.enable-cta {
      top: 45px; } }

.bg-accent {
  background: #b3e1d7;
  padding: 20px 20px 10px; }

.newsletter {
  background: #ead9b9;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 25%; }
  @media only screen and (min-width: 768px) {
    .newsletter {
      padding: 2rem 0; }
      .newsletter .klaviyo_field_group {
        display: inline-block;
        padding-right: 20px; }
      .newsletter .klaviyo_form_actions {
        display: inline-block; }
      .newsletter .klaviyo_messages {
        display: inline-block; } }
  @media only screen and (max-width: 1240px) {
    .newsletter {
      background-image: none !important; }
      .newsletter .arrow {
        display: inline-block;
        margin: 0 auto;
        max-width: 40px; } }
  .newsletter h2 {
    padding-top: 20px;
    font-weight: 600;
    font-size: 1.65rem; }
    @media only screen and (min-width: 992px) {
      .newsletter h2 {
        text-align: left;
        font-size: 2.6rem; } }
  .newsletter p {
    max-width: 250px;
    margin: 0 auto;
    padding: 0 0 25px; }
    @media only screen and (min-width: 992px) {
      .newsletter p {
        text-align: left;
        margin: 0;
        max-width: 400px; } }
  .newsletter input {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .newsletter input {
        margin-bottom: 20px; } }
    .newsletter input:focus {
      box-shadow: 0 0 8px 2px #a16312; }
  .newsletter .button {
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .newsletter .button {
        margin-bottom: 20px; } }
  .newsletter .success_message {
    padding-bottom: 30px; }

i {
  width: 25px;
  height: 25px;
  display: block;
  background-size: 100px; }

.account {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636"); }

.cart {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -25px; }

.search {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -50px; }

.cart {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -25px; }

.twitter {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -75px; }

.facebook {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-y: -25px; }

.instagram {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -25px;
  background-position-y: -25px; }

.youtube {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -50px;
  background-position-y: -25px; }

.pinterest {
  background-image: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/icons.png?v=9540104329893007636");
  background-position-x: -75px;
  background-position-y: -25px; }

.icon-sm i {
  width: 20px;
  height: 20px;
  background-size: 80px;
  font-size: 1.5rem; }
  @media only screen and (min-width: 992px) {
    .icon-sm i {
      width: 35px;
      height: 35px;
      font-size: 2.3rem;
      background-size: 140px; } }
.icon-sm .facebook {
  background-position-y: -20px; }
  @media only screen and (min-width: 992px) {
    .icon-sm .facebook {
      background-position-y: -35px; } }
.icon-sm .instagram {
  background-position-x: -20px;
  background-position-y: -20px; }
  @media only screen and (min-width: 992px) {
    .icon-sm .instagram {
      background-position-x: -35px;
      background-position-y: -35px; } }
.icon-sm .youtube {
  background-position-x: -40px;
  background-position-y: -20px; }
  @media only screen and (min-width: 992px) {
    .icon-sm .youtube {
      background-position-x: -70px;
      background-position-y: -35px; } }
.icon-sm .pinterest {
  background-position-x: -60px;
  background-position-y: -20px; }
  @media only screen and (min-width: 992px) {
    .icon-sm .pinterest {
      background-position-x: -105px;
      background-position-y: -35px; } }
.icon-sm .twitter {
  background-position-x: -60px; }
  @media only screen and (min-width: 992px) {
    .icon-sm .twitter {
      background-position-x: -105px; } }

#shopify-section-blog {
  margin-top: 40px; }
  @media only screen and (min-width: 992px) {
    #shopify-section-blog {
      margin-top: 100px;
      margin-bottom: 75px; } }
  #shopify-section-blog .xt-card {
    background: none;
    position: relative; }
    #shopify-section-blog .xt-card:nth-child(3) {
      padding-top: 20px;
      margin-bottom: 30px; }
    @media only screen and (min-width: 992px) {
      #shopify-section-blog .xt-card:nth-child(2) {
        margin-top: 20px; } }
    #shopify-section-blog .xt-card h2 {
      padding-bottom: 5px;
      margin-bottom: 0;
      font-weight: bold; }
    #shopify-section-blog .xt-card small {
      padding-bottom: 1.5rem;
      display: block; }
      @media only screen and (min-width: 992px) {
        #shopify-section-blog .xt-card small {
          padding-top: 1.6rem;
          padding-bottom: 1rem;
          font-size: 1.4rem; } }
    #shopify-section-blog .xt-card .image-wrapper {
      position: relative;
      padding: 0 30px; }
      #shopify-section-blog .xt-card .image-wrapper img {
        width: 100%; }
        @media only screen and (min-width: 992px) {
          #shopify-section-blog .xt-card .image-wrapper img {
            padding: 0 20px 0 0; } }
    #shopify-section-blog .xt-card .bg-wrap {
      background-color: #b3e1d7;
      padding: 20px 0;
      margin-left: -15px;
      margin-bottom: 22px;
      margin-right: -15px;
      position: relative; }
      #shopify-section-blog .xt-card .bg-wrap.alt {
        background-color: #d1a7bd; }
      #shopify-section-blog .xt-card .bg-wrap h3 {
        font-weight: bold; }
    #shopify-section-blog .xt-card.collection-cta .image-wrapper::after {
      background: #ead9b9; }
    #shopify-section-blog .xt-card.collection-cta .bg-wrap {
      background: #ead9b9; }
      #shopify-section-blog .xt-card.collection-cta .bg-wrap h1 {
        max-width: 260px;
        margin: 0 auto 10px; }
      #shopify-section-blog .xt-card.collection-cta .bg-wrap p::after {
        content: none; }
      #shopify-section-blog .xt-card.collection-cta .bg-wrap .btn {
        margin-top: 25px;
        padding: 10px 25px; }
    #shopify-section-blog .xt-card .button-overlay {
      margin: -28px 0 28px -20px; }
    #shopify-section-blog .xt-card p {
      margin: 15px auto 10px;
      padding: 0 20px; }
      @media only screen and (min-width: 992px) {
        #shopify-section-blog .xt-card p {
          padding-left: 0; } }
      #shopify-section-blog .xt-card p::after {
        display: block;
        content: '';
        margin: 25px auto 0;
        height: 1px;
        width: 30px;
        background: #333333; }
  #shopify-section-blog .blog-background {
    position: relative;
    display: block;
    background: #b3e1d7;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 992px) {
      #shopify-section-blog .blog-background {
        top: 35%; } }
    #shopify-section-blog .blog-background.alt {
      background: #d1a7bd; }
  @media only screen and (min-width: 992px) {
    #shopify-section-blog .blog-background:after {
      content: '';
      background: #b3e1d7;
      bottom: -75px;
      display: block;
      height: 75px;
      position: absolute;
      width: 100%; }
    #shopify-section-blog .blog-background.alt:after {
      background: #d1a7bd; }
    #shopify-section-blog .xt-card:nth-child(3) {
      margin-top: 115px; }
    #shopify-section-blog .xt-card .bg-wrap {
      background: none;
      position: initial;
      text-align: left;
      margin-bottom: 0; }
      #shopify-section-blog .xt-card .bg-wrap.alt {
        padding-left: 30px;
        background: none;
        position: initial;
        margin-bottom: 0; }
        #shopify-section-blog .xt-card .bg-wrap.alt h3 {
          max-width: 400px;
          margin-right: auto;
          margin-left: auto; }
        #shopify-section-blog .xt-card .bg-wrap.alt p {
          margin-right: auto;
          margin-left: auto; }
      #shopify-section-blog .xt-card .bg-wrap:after {
        display: none; }
      #shopify-section-blog .xt-card .bg-wrap h3 {
        padding-top: 100px;
        margin-bottom: 80px; }
    #shopify-section-blog .xt-card .button-overlay .button {
      padding: 1rem 3rem; }
      #shopify-section-blog .xt-card .button-overlay .button:hover, #shopify-section-blog .xt-card .button-overlay .button:focus {
        color: white; }
    #shopify-section-blog .xt-card p {
      max-width: 400px;
      margin-left: 0;
      margin-right: auto; }
      #shopify-section-blog .xt-card p:after {
        margin-left: 0;
        margin-right: auto;
        width: 50px; }
    #shopify-section-blog .image-wrapper.alt {
      order: 2; }
      #shopify-section-blog .image-wrapper.alt img {
        padding: 0 0 0 20px; }
      #shopify-section-blog .image-wrapper.alt .button-overlay {
        margin: -28px -20px 28px 0; } }

.quiz-container h2 {
  line-height: 1.875rem;
  margin: 80px auto 75px;
  font-weight: bold; }
  @media only screen and (max-width: 992px) {
    .quiz-container h2 {
      max-width: 250px;
      margin: 20px auto; } }
.quiz-container p {
  margin-top: 10px;
  padding: 0 10px; }
  @media only screen and (min-width: 768px) {
    .quiz-container p {
      margin: 0 auto 40px;
      font-size: 1.15rem;
      max-width: 500px; } }
  @media only screen and (min-width: 992px) {
    .quiz-container p {
      margin: 15px auto 60px;
      font-size: 1.35rem;
      max-width: 600px; } }
.quiz-container .quiz-images > div {
  padding: 0; }
.quiz-container img {
  display: block;
  margin: 0 auto;
  width: 100%; }
.quiz-container p a:hover,
.quiz-container p a:focus {
  background: #333333;
  border: 2px solid #333333;
  color: white; }

@media only screen and (min-width: 992px) {
  .press {
    padding: 80px 0 40px; } }
.press .press-item {
  margin-bottom: 35px; }
  .press .press-item h2 {
    height: 140px;
    padding-top: 25px;
    font-weight: bold;
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .press .press-item h2 {
        height: 90px; } }
    @media only screen and (min-width: 992px) {
      .press .press-item h2 {
        padding-top: 40px;
        margin-bottom: 60px;
        font-size: 2.5rem;
        height: 130px; } }
    .press .press-item h2:before {
      content: "\201C";
      font-size: 65px;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (min-width: 992px) {
        .press .press-item h2:before {
          font-size: 120px;
          left: initial;
          margin-left: -60px; } }
  .press .press-item .press-image {
    max-width: 90px;
    margin: 0 auto;
    opacity: .45; }
    @media only screen and (min-width: 992px) {
      .press .press-item .press-image {
        max-width: 150px; } }
.press .owl-item.active.center .press-item h2 {
  opacity: 1; }
.press .owl-item.active.center .press-item .press-image {
  opacity: 1; }
.press .owl-item.active.current .press-item h2 {
  opacity: 1; }
.press .owl-item.active.current .press-item .press-image {
  opacity: 1; }
.press div#press-top {
  max-width: 285px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .press div#press-top {
      max-width: 400px; } }
  @media only screen and (min-width: 992px) {
    .press div#press-top {
      max-width: none; } }
.press div#press-bottom::before {
  content: '';
  display: block;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #ead9b9;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  width: 14px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px; }
  @media only screen and (min-width: 992px) {
    .press div#press-bottom::before {
      border-right: 10px solid rgba(0, 0, 0, 0);
      border-top: 16px solid #ead9b9;
      border-left: 10px solid rgba(0, 0, 0, 0);
      width: 20px;
      top: -45px; } }

.back-to-top-sticky {
  position: fixed;
  bottom: -50px;
  opacity: 0;
  z-index: 3;
  bottom: 35px;
  right: 25px;
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  border: 4px solid #B2B2B2;
  background: white;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  @media only screen and (min-width: 768px) {
    .back-to-top-sticky {
      width: 65px;
      height: 65px;
      left: 0;
      right: 0; } }
  .back-to-top-sticky span {
    border: 10px solid transparent;
    border-bottom: 17px solid #B2B2B2;
    width: 20px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      .back-to-top-sticky span {
        border: 12px solid transparent;
        border-bottom: 20px solid #B2B2B2;
        width: 24px;
        height: 39px;
        left: 0;
        right: 0;
        top: -2px;
        margin: auto; } }
  .back-to-top-sticky.appear {
    bottom: 35px;
    opacity: 1;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

p.shopify-challenge__message {
  margin-top: 100px; }

.typeform-widget .typeform-button {
  position: absolute;
  top: auto;
  bottom: 240px !important; }

.typeform-widget .typeform-title {
  top: calc(40% - 50px) !important; }

div#side-modal-notification {
  position: fixed;
  background: white;
  border-radius: 12px;
  width: 320px;
  height: 400px;
  z-index: 5;
  bottom: 60px;
  margin: auto;
  left: -400px;
  transition: .4s ease all;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  transition-delay: 1s; }
  div#side-modal-notification.remove-modal {
    left: -400px !important;
    transition: .4s ease all;
    transition-delay: 0; }
  div#side-modal-notification button.close {
    position: absolute;
    top: 0;
    right: 10px;
    color: white;
    opacity: 1;
    display: block !important; }
    div#side-modal-notification button.close span {
      font-size: 32px; }
  div#side-modal-notification #modal-image {
    border-radius: 12px 12px 0 0;
    height: 215px; }
  div#side-modal-notification p, div#side-modal-notification h4 {
    padding: 0 20px; }
  div#side-modal-notification h4 {
    padding-top: 20px; }
  div#side-modal-notification p {
    margin-bottom: 5px;
    line-height: 28px; }
  div#side-modal-notification .button {
    margin-top: 10px; }
    div#side-modal-notification .button:hover {
      color: white; }

@media screen and (max-width: 800px) {
  div#side-modal-notification {
    display: none; } }
section.recall-banner {
  background: #e9d8be; }
  section.recall-banner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 25px 0;
    max-width: 740px; }

.products-recalled {
  margin-top: 40px;
  margin-bottom: 60px; }
  @media only screen and (min-width: 992px) {
    .products-recalled {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .products-recalled p {
    max-width: 600px;
    margin: 0 auto; }
  .products-recalled .recall {
    height: 5px;
    width: 50px;
    background: #e9d8be; }

.product-recalled {
  border: 1px solid grey;
  position: relative;
  max-width: 900px;
  margin: 40px auto 0;
  display: block; }
  @media only screen and (min-width: 992px) {
    .product-recalled {
      margin: 50px auto 0; } }
  .product-recalled h3 {
    background: #e9d8be;
    font-weight: bold;
    padding: 3px 25px;
    display: inline-block; }
    @media only screen and (max-width: 992px) {
      .product-recalled h3 {
        width: 100%;
        text-align: center;
        padding: 15px 0; } }
  .product-recalled img.product-image {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 992px) {
      .product-recalled img.product-image {
        right: 0;
        margin: 0 0 0 auto; } }
  .product-recalled .product-copy {
    text-align: center;
    margin-top: 20px; }
    @media only screen and (min-width: 992px) {
      .product-recalled .product-copy {
        position: absolute;
        left: 0;
        height: 65px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50%; } }
  .product-recalled .register-product-recall {
    position: absolute;
    left: 0;
    right: 0;
    width: 250px;
    margin: -20px auto 0; }
  .product-recalled .button:hover,
  .product-recalled .button:focus {
    color: white !important; }

.striked {
  text-decoration: line-through;
  opacity: .6; }

.banner-top {
  padding: 30px 0 100px; }
  @media only screen and (min-width: 992px) {
    .banner-top {
      padding: 75px 0 250px;
      background: url("//cdn.shopify.com/s/files/1/1557/2409/t/16/assets/beauty.png?v=12197579459012770558") no-repeat right;
      background-size: contain; }
      .banner-top .container {
        max-width: 1090px; } }
  .banner-top h1 {
    font-weight: bold;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 992px) {
      .banner-top h1 {
        max-width: 500px;
        font-size: 48px;
        line-height: 48px;
        margin-left: 0; } }
    @media only screen and (min-width: 1240px) {
      .banner-top h1 {
        max-width: 600px;
        font-size: 60px;
        line-height: 65px;
        margin-left: 0; } }
  .banner-top p {
    max-width: 365px;
    margin-right: auto;
    margin-left: auto; }
    @media only screen and (min-width: 992px) {
      .banner-top p {
        max-width: 500px;
        padding: 0 5px;
        margin-left: 0; } }
    @media only screen and (min-width: 1240px) {
      .banner-top p {
        max-width: 600px;
        padding: 0 20px;
        margin-left: 0; } }

@media only screen and (min-width: 992px) {
  .gleam-wrap {
    display: flex;
    max-width: 1000px; }
    .gleam-wrap .gleam-image {
      padding-top: 20px; } }
.gleam-widget {
  padding: 0 20px;
  margin-top: -115px; }
  @media only screen and (min-width: 992px) {
    .gleam-widget {
      margin-top: -265px;
      width: 600px;
      margin-left: 30px; } }

.animate-trophia {
  animation-name: flash;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start; }

.animate-trophia-b {
  animation-delay: .666666667s;
  -webkit-animation-delay: .666666667s; }

.animate-trophia-c {
  animation-delay: 1.333333334s;
  -webkit-animation-delay: 1.333333334s; }

@-webkit-keyframes flash {
  0% {
    opacity: 0; }

  33% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes flash {
  0% {
    opacity: 0; }

  33% {
    opacity: 0; }

  66% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.places {
  margin-top: 50px; }
  @media only screen and (min-width: 992px) {
    .places {
      margin-top: 75px;
      display: flex;
      justify-content: space-around;
      max-width: 1000px; } }
  .places .circle-a, .places .circle-b, .places .circle-c {
    width: 135px;
    height: 135px;
    border-radius: 100px;
    margin: -65px auto 0;
    display: block;
    position: relative;
    z-index: -1; }
    @media only screen and (min-width: 992px) {
      .places .circle-a, .places .circle-b, .places .circle-c {
        width: 175px;
        height: 175px;
        border-radius: 100px;
        margin: -60px auto 0; } }
    .places .circle-a img, .places .circle-b img, .places .circle-c img {
      width: 55px;
      position: absolute;
      left: 0;
      right: 0;
      top: 35px;
      bottom: 0;
      margin: auto; }
  .places h2 {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .places h2 {
        font-size: 46px;
        line-height: 40px;
        letter-spacing: 0.035rem; } }
  .places p {
    text-align: center;
    max-width: 250px;
    margin: 10px auto 45px; }
    @media only screen and (min-width: 992px) {
      .places p {
        font-size: .9rem; } }

.banner-top.bundled h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  max-width: 310px;
  margin: 25px auto 10px; }
@media only screen and (min-width: 992px) {
  .banner-top.bundled {
    height: 400px; }
    .banner-top.bundled h1, .banner-top.bundled p, .banner-top.bundled form {
      margin-right: 0;
      margin-left: auto;
      max-width: none;
      width: 600px; }
    .banner-top.bundled h1 {
      font-size: 55px;
      line-height: 60px;
      margin-top: 35px; }
    .banner-top.bundled p {
      font-size: 16px;
      padding: 0 64px; } }
@media only screen and (min-width: 1240px) {
  .banner-top.bundled {
    height: 600px; }
    .banner-top.bundled h1 {
      margin-top: 125px; } }

.bundles {
  margin-top: 30px; }
  .bundles .banner-top {
    padding: 30px 0 60px; }
  .bundles .button-small {
    padding: 14px 28px; }
    @media only screen and (min-width: 992px) {
      .bundles .button-small {
        padding: 15px 40px; } }

#shopify-section-bundle-content .button-small {
  padding: 14px 28px; }
  @media only screen and (min-width: 992px) {
    #shopify-section-bundle-content .button-small {
      padding: 15px 40px; } }

.content-block {
  margin-bottom: 0;
  position: relative;
  height: 350px;
  background-size: cover !important;
  background-position-x: -75px !important;
  background-position-y: 20px !important; }
  .content-block .copy-block {
    max-width: 240px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (min-width: 992px) {
      .content-block .copy-block {
        max-width: 380px;
        right: 50px;
        top: 0;
        margin: auto;
        height: fit-content; }
        .content-block .copy-block h2 {
          max-width: 300px;
          line-height: 45px; } }
  .content-block:nth-child(3) {
    background-position-x: 200px !important;
    background-position-y: -40px !important; }
    .content-block:nth-child(3) .copy-block {
      left: 20px;
      max-width: 200px;
      right: auto;
      top: 38px; }
  .content-block:nth-child(4) {
    background-position-x: -115px !important;
    background-position-y: -60px !important; }
    .content-block:nth-child(4) .copy-block {
      max-width: 260px; }
  .content-block:last-child {
    margin-bottom: 40px; }
  .content-block h2 {
    color: white;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px; }
  @media only screen and (min-width: 992px) {
    .content-block {
      height: 365px;
      background-position-x: 28px !important;
      background-position-y: 40px !important;
      background-size: auto !important; }
      .content-block:nth-child(3) {
        background-position: right !important; }
        .content-block:nth-child(3) .copy-block {
          max-width: 360px;
          left: 60px; }
      .content-block:nth-child(4) {
        background-position: left !important; }
        .content-block:nth-child(4) .copy-block {
          max-width: 400px; }
          .content-block:nth-child(4) .copy-block h2 {
            max-width: 400px; } }
  @media only screen and (min-width: 1240px) {
    .content-block .copy-block {
      right: 0;
      left: 400px;
      margin: auto; }
    .content-block:nth-child(3) .copy-block {
      left: 0;
      right: 400px;
      margin: auto; } }

.bundle-master {
  margin-top: 75px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .bundle-master {
      margin-top: 150px; }
      .bundle-master .container {
        padding: 0 30px; }
      .bundle-master .flex-it {
        display: flex;
        margin-top: 25px;
        margin-bottom: 120px; }
        .bundle-master .flex-it .copy-hero {
          padding-right: 60px;
          padding-top: 10px; }
        .bundle-master .flex-it h2, .bundle-master .flex-it p {
          text-align: left; }
        .bundle-master .flex-it h2 {
          margin-left: 0; }
        .bundle-master .flex-it form {
          display: inline-block; } }
  @media only screen and (min-width: 1240px) {
    .bundle-master .flex-it {
      margin-top: 50px; }
      .bundle-master .flex-it h2 {
        font-size: 50px;
        max-width: 350px;
        line-height: 50px; }
      .bundle-master .flex-it .copy-hero {
        padding-right: 165px; } }
  .bundle-master .bundle-block {
    height: 210px; }
    @media only screen and (min-width: 992px) {
      .bundle-master .bundle-block {
        height: 350px; } }
    @media only screen and (min-width: 1240px) {
      .bundle-master .bundle-block {
        height: 380px; } }
  .bundle-master .bar-banner {
    height: 185px; }
    @media only screen and (min-width: 992px) {
      .bundle-master .bar-banner {
        height: 350px; } }
    @media only screen and (min-width: 1240px) {
      .bundle-master .bar-banner {
        height: 380px; } }
  .bundle-master .collection-hero {
    display: none; }
  .bundle-master img {
    display: block;
    width: 240px;
    margin: -225px auto 0; }
    @media only screen and (min-width: 992px) {
      .bundle-master img {
        width: 400px;
        margin: -420px auto 0 0; }
        .bundle-master img.collection-hero {
          display: block;
          margin: -250px 0 0 auto;
          max-width: 450px;
          width: 100%;
          height: 100%; } }
    @media only screen and (min-width: 1240px) {
      .bundle-master img {
        width: 500px;
        margin: -445px auto 0 0; }
        .bundle-master img.collection-hero {
          max-width: 650px; } }
  .bundle-master h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    max-width: 240px;
    margin: 0 auto 10px; }

.add-footer-cart {
  margin: 40px 0; }
  @media only screen and (min-width: 1240px) {
    .add-footer-cart {
      margin: 80px 0; } }

#shopify-section-jumboland a {
  color: #eff3f6;
  font-weight: bold;
  text-decoration: underline; }

.main-header {
  font-size: 1.65rem;
  line-height: 2.0625rem; }
  @media only screen and (min-width: 992px) {
    .main-header {
      font-size: 3.7125rem;
      line-height: 3.465rem; } }

.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  .skip-main:focus, .skip-main:active {
    padding: 7px 5px;
    color: #101010;
    background: linear-gradient(270deg, #ead9b9, #f4d0a1);
    height: 35px;
    font-size: 0.95rem;
    left: auto;
    width: auto;
    overflow: auto;
    margin: 15px 25%;
    text-align: center;
    z-index: 99999; }

.transcript-block {
  padding: 1.6rem 0; }
  .transcript-block .transcript {
    max-width: 800px;
    margin: 0 auto 25px; }
    .transcript-block .transcript .transcript-input {
      display: none; }
      .transcript-block .transcript .transcript-input:not(checked) ~ .transcript-content {
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: .3s ease all; }
      .transcript-block .transcript .transcript-input:checked ~ .transcript-content {
        height: auto;
        display: block;
        background: #f7f7f7;
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all; }
        .transcript-block .transcript .transcript-input:checked ~ .transcript-content p {
          padding: 10px 20px;
          margin: 0; }
          @media only screen and (min-width: 992px) {
            .transcript-block .transcript .transcript-input:checked ~ .transcript-content p {
              padding: 15px 30px;
              font-size: 1.1rem; } }
      .transcript-block .transcript .transcript-input:checked ~ .transcript-label:after {
        content: '';
        border: 6px solid transparent;
        border-bottom: 10px solid #ead9b9;
        -webkit-transform: rotate(120deg);
        -moz-transform: rotate(120deg);
        -o-transform: rotate(120deg);
        transform: rotate(120deg); }
    .transcript-block .transcript .transcript-label {
      cursor: pointer;
      display: block;
      text-align: center;
      padding: 12px 20px;
      box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.07);
      position: relative; }
      @media only screen and (min-width: 992px) {
        .transcript-block .transcript .transcript-label {
          padding: 15px 30px;
          font-size: 1.2rem; } }
      .transcript-block .transcript .transcript-label:focus {
        background: none; }
      .transcript-block .transcript .transcript-label:after {
        content: '';
        border: 6px solid transparent;
        border-top: 10px solid #ead9b9;
        position: absolute;
        right: 10px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -ms-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all; }
        @media only screen and (min-width: 992px) {
          .transcript-block .transcript .transcript-label:after {
            margin-top: 7px; } }

#sitemap .sitemap-header {
  padding: 2.5rem 0 1.25rem; }
  #sitemap .sitemap-header h1 {
    font-weight: bold; }
  @media only screen and (min-width: 992px) {
    #sitemap .sitemap-header {
      padding: 4rem 0 2.5rem; } }
#sitemap .sitemap-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem; }
  #sitemap .sitemap-content h3 {
    font-weight: bold;
    margin-bottom: 1.275rem; }
  #sitemap .sitemap-content h4 {
    margin-bottom: 1.05rem; }
  #sitemap .sitemap-content ul {
    margin-bottom: 1.5em;
    padding-left: 1.5em; }
  #sitemap .sitemap-content li {
    font-size: 0.88rem;
    line-height: 2; }
    @media only screen and (min-width: 992px) {
      #sitemap .sitemap-content li {
        font-size: 1.04rem; } }
  #sitemap .sitemap-content a:hover {
    color: #775922;
    text-decoration: underline; }

.owl-carousel .owl-item.active:nth-of-type(1) {
  border: 10px solid red; }
