@charset "UTF-8";
/*------------------------------------*\
  #SETTINGS
\*------------------------------------*/
/**
 * Returns the value of the `$key` value of a provided `$map`.
 */
/**
 * Uses `getProperty()` to return a value from the `$colors` map.
 */
/**
 * Uses `getProperty()` to return a value from the `$breakpoints` map.
 */
/*------------------------------------*\
  #TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  #HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #VERTICAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  #TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  #TOOLS
\*------------------------------------*/
/**
 * Responsive Mixin
 * This mixin is designed for a _cleaner_ first approach
 * This means that css isn't overridden but rather replaced for
 * different viewport widths; making it easier to inspect/debug css
 *
 * Usage:
 * @include media-query(exclude-medium)    { ... }
 * @include media-query(medium-up-to-site) 	   { ... }
 * ... etc
 */
/**
 * [Adds styles to allow an element's height scale proportionatelly]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 */
/**
 * [Calculates the percentage aspect ratio (what % height is compared to the width)]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * *****REMEMBER TO USE MARGIN OR PADDING AND NOT TOP/BOTTOM******
 * [Calculates the center of an element in relation to a provided width and height.
 * Useful to place an absolute element at the center of another when
 * the positioned element cannot be the target's child ]
 * @param  {[Number]} $width
 * @param  {[Number]} $height
 * @return {[Number(%)]}
 */
/**
 * [In the  awful case you can't use Flexbox to vertically align something]
 * @param  {[type]} $transform:       false         [Use transforms to align instead of the absolute trick]
 * @param  {[type]} $pos:             absolute      [position type]
 * @param  {[type]} $posAdj:          0             [position adjustment. If $transform is true, this value only affects the 'top' property.]
 * @param  {[type]} $alignHorizontal: false         [Includes horizontal alignment]
 */
/**
 * Generate Enumerated Class
 * Iterates from 0 to the specified length and generates classes that set the specified property
 * @param  {[String]} $classname:       required      [Required: Specify the class name]
 * @param  {[String]} $property:        $classname    [Optional: Specify the enumerated property (if it's different from the name of the class)]
 * @param  {[Number]} $length:          10            [Optional: Specify the end of the loop]
 * @param  {[String]} $units:           null          [Optional: specify units to append to the enumerated property]
 */
/**
 * [Strip the pesky units from values]
 * @param  {[Number]} $value
 */
/**
 * [Fluid Type]
 */
/*------------------------------------*\
  #THIRD-PARTY-LIBS
\*------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding 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 */ }

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

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

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

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

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

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

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

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

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

.slider--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .slider--flex .slick-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .slider--flex .slick-track {
    height: 100%;
    min-width: 100%; }

.slider--flex-align-items.slick-initialized .slick-slide {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  height: auto; }

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

.slick-arrow {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: .5em; }
  .slick-arrow:first-of-type {
    left: 0; }
  .slick-arrow:last-of-type {
    right: 0; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slider--arrows-outer.slick-has-arrows.slider--arrows-size-large {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.slider--arrows-outer.slick-has-arrows.slider--arrows-size-regular, .slider--arrows-outer.slick-has-arrows.slider--arrows-size-small {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.slider--arrows-center .slick-arrow {
  position: absolute;
  top: calc(50% + var(--arrows-adjustment-y, 0px));
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.slider--arrows-tile-center .slick-arrow {
  top: 40%; }

.slider--arrows-size-large .slick-arrow {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 3rem;
  padding: 0; }

.slider--arrows-size-small .slick-arrow {
  font-size: 1.125rem; }

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding-left: 0; }
  .slick-dots .slick-active button:after {
    height: .75rem;
    width: .75rem;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in; }
  .slick-dots li {
    font-size: 0; }
  .slick-dots button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer; }
    .slick-dots button:after {
      display: block;
      width: .5rem;
      height: .5rem;
      border-radius: inherit;
      border: solid .0625rem;
      background-color: currentColor;
      content: ''; }

.slider--dots-outer .slick-dots {
  margin-top: 1rem; }

.slider--dots-inner .slick-dots {
  position: absolute;
  left: 0;
  right: 0; }

.slider--dots-left .slick-dots {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.slider--dots-right .slick-dots {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.slider--meta-dots ul.slick-dots {
  overflow: hidden; }
  .slider--meta-dots ul.slick-dots .back-to-start {
    font-size: 1.25rem;
    opacity: .25;
    line-height: 1rem;
    font-family: 'Arial Unicode MS'; }
    .slider--meta-dots ul.slick-dots .back-to-start:hover {
      opacity: 1;
      cursor: pointer; }

.slider--meta-dots .slick-dots li {
  -webkit-transition: width 0s ease-out .1s, margin 0s ease-out .1s, padding .2s ease-out, -webkit-transform .2s ease-in;
  transition: width 0s ease-out .1s, margin 0s ease-out .1s, padding .2s ease-out, -webkit-transform .2s ease-in;
  transition: transform .2s ease-in, width 0s ease-out .1s, margin 0s ease-out .1s, padding .2s ease-out;
  transition: transform .2s ease-in, width 0s ease-out .1s, margin 0s ease-out .1s, padding .2s ease-out, -webkit-transform .2s ease-in;
  -webkit-transform: translate(0);
          transform: translate(0); }

.slider--meta-dots .slick-dots li.offscreen {
  width: 0px;
  margin: 0;
  padding: 0; }
  .slider--meta-dots .slick-dots li.offscreen--left {
    -webkit-transform: translate(-100vw);
            transform: translate(-100vw); }
  .slider--meta-dots .slick-dots li.offscreen--right {
    -webkit-transform: translate(100vw);
            transform: translate(100vw); }

.slider--meta-dots .meta-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0; }
  .slider--meta-dots .meta-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }

.slider--meta-dots .meta-dot {
  content: '';
  height: 3px;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  background: #000;
  border-radius: 3px;
  outline: none;
  opacity: .25; }
  .slider--meta-dots .meta-dot:hover {
    opacity: 1; }
  .slider--meta-dots .meta-dot.active {
    opacity: 1; }

[class*="slider--pre-layout"]:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden; }

.slider--pre-layout-1:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }

.slider--pre-layout-2:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 50%;
      -ms-flex: 2 0 50%;
          flex: 2 0 50%; }

.slider--pre-layout-3:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 3;
  -webkit-flex: 3 0 33.33333%;
      -ms-flex: 3 0 33.33333%;
          flex: 3 0 33.33333%; }

.slider--pre-layout-4:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 4;
  -webkit-flex: 4 0 25%;
      -ms-flex: 4 0 25%;
          flex: 4 0 25%; }

.slider--pre-layout-5:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 5;
  -webkit-flex: 5 0 20%;
      -ms-flex: 5 0 20%;
          flex: 5 0 20%; }

.slider--pre-layout-6:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 6;
  -webkit-flex: 6 0 16.66667%;
      -ms-flex: 6 0 16.66667%;
          flex: 6 0 16.66667%; }

.slider--pre-layout-7:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 7;
  -webkit-flex: 7 0 14.28571%;
      -ms-flex: 7 0 14.28571%;
          flex: 7 0 14.28571%; }

.slider--pre-layout-8:not(.slick-initialized) > *:not(.slick-item) {
  -webkit-box-flex: 8;
  -webkit-flex: 8 0 12.5%;
      -ms-flex: 8 0 12.5%;
          flex: 8 0 12.5%; }

@media (min-width: 64.0625rem) {
  .slider--pre-layout-lg-1:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .slider--pre-layout-lg-2:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 50%;
        -ms-flex: 2 0 50%;
            flex: 2 0 50%; }
  .slider--pre-layout-lg-3:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0 33.33333%;
        -ms-flex: 3 0 33.33333%;
            flex: 3 0 33.33333%; }
  .slider--pre-layout-lg-4:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 4;
    -webkit-flex: 4 0 25%;
        -ms-flex: 4 0 25%;
            flex: 4 0 25%; }
  .slider--pre-layout-lg-5:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 5;
    -webkit-flex: 5 0 20%;
        -ms-flex: 5 0 20%;
            flex: 5 0 20%; }
  .slider--pre-layout-lg-6:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 6;
    -webkit-flex: 6 0 16.66667%;
        -ms-flex: 6 0 16.66667%;
            flex: 6 0 16.66667%; }
  .slider--pre-layout-lg-7:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 7;
    -webkit-flex: 7 0 14.28571%;
        -ms-flex: 7 0 14.28571%;
            flex: 7 0 14.28571%; }
  .slider--pre-layout-lg-8:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 8;
    -webkit-flex: 8 0 12.5%;
        -ms-flex: 8 0 12.5%;
            flex: 8 0 12.5%; }
  .slider--row:not(.slick-initialized),
  .slider--row .slick-list {
    margin-left: -.5rem;
    margin-right: -.5rem; } }

@media (max-width: 64rem) {
  .slider--row:not(.slick-initialized),
  .slider--row .slick-list {
    margin-left: -.25rem;
    margin-right: -.25rem; } }

@media (min-width: 48rem) {
  .slider--flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .slider--dots-inner .slick-dots {
    bottom: 2.975rem; }
  .slider--pre-layout-md-1:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .slider--pre-layout-md-2:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 50%;
        -ms-flex: 2 0 50%;
            flex: 2 0 50%; }
  .slider--pre-layout-md-3:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0 33.33333%;
        -ms-flex: 3 0 33.33333%;
            flex: 3 0 33.33333%; }
  .slider--pre-layout-md-4:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 4;
    -webkit-flex: 4 0 25%;
        -ms-flex: 4 0 25%;
            flex: 4 0 25%; }
  .slider--pre-layout-md-5:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 5;
    -webkit-flex: 5 0 20%;
        -ms-flex: 5 0 20%;
            flex: 5 0 20%; }
  .slider--pre-layout-md-6:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 6;
    -webkit-flex: 6 0 16.66667%;
        -ms-flex: 6 0 16.66667%;
            flex: 6 0 16.66667%; }
  .slider--pre-layout-md-7:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 7;
    -webkit-flex: 7 0 14.28571%;
        -ms-flex: 7 0 14.28571%;
            flex: 7 0 14.28571%; }
  .slider--pre-layout-md-8:not(.slick-initialized) > *:not(.slick-item) {
    -webkit-box-flex: 8;
    -webkit-flex: 8 0 12.5%;
        -ms-flex: 8 0 12.5%;
            flex: 8 0 12.5%; }
  .d-carousel--peeking .slick-list,
  .carousel--peeking-d .slick-list {
    overflow: visible; }
  .d-carousel--peeking .slick-slide,
  .carousel--peeking-d .slick-slide {
    opacity: 0.5;
    -webkit-transition: opacity .15s .15s ease-in-out;
    transition: opacity .15s .15s ease-in-out; }
  .d-carousel--peeking .slick-active,
  .carousel--peeking-d .slick-active {
    opacity: 1; } }

@media (max-width: 47.9375rem) {
  .slider--dots-inner .slick-dots {
    bottom: .75rem; }
  .m-carousel--peeking .slick-list,
  .carousel--peeking-m .slick-list {
    overflow: visible; }
  .m-carousel--peeking .slick-slide,
  .carousel--peeking-m .slick-slide {
    opacity: 0.5;
    -webkit-transition: opacity .15s .15s ease-in-out;
    transition: opacity .15s .15s ease-in-out; }
  .m-carousel--peeking .slick-active,
  .carousel--peeking-m .slick-active {
    opacity: 1; } }

[data-action="Account-Recommendation"] .product-tile__swatches a {
  display: none; }
  [data-action="Account-Recommendation"] .product-tile__swatches a:nth-child(-n+6) {
    display: block; }

/**
 * FixIt base styles. These can be overriden if necessary.
 */
.fixit-container {
  position: relative; }

.fixit-element.fixit--active {
  position: fixed;
  top: 0; }
  .fixit-element.fixit--active:not(.fixit--respond-to-parent) {
    width: 100%; }

.fixit-element.fixit--bottom, .fixit-element.fixit--docked {
  top: auto;
  bottom: 0; }

.fixit-element.fixit--frozen, .fixit-element.fixit--docked {
  position: absolute; }

.fixit-element--overlay {
  z-index: 1010; }

.fixit-element.fixit--respond-to-parent {
  overflow: hidden;
  -webkit-transition: height 0.66s ease-out 0s;
  transition: height 0.66s ease-out 0s; }

.accountTabsMobile {
  overflow: visible !important; }

@use "sass:math";
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-next-item:before {
    content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-previous-item:before {
    content: "\f120"; }

.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-picture-in-picture-enter:before {
    content: "\f121"; }

.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-picture-in-picture-exit:before {
    content: "\f122"; }

@use "sass:math";
.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%; }

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0; }

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%; }

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%; }

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.77778%; }

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%; }

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

@use "sass:math";
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.vjs-button > .vjs-icon-placeholder {
  display: block; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s; }
  .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }
    .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em;
      margin-right: 0; }
    .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      left: -3.5em;
      -webkit-transition: left 0s;
      transition: left 0s; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 10em;
    -webkit-transition: width 0.1s;
    transition: width 0.1s; }
  .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
    z-index: 1; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
    z-index: 1; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible; }

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px; }

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em; }

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1; }

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%; }

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none; }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none; }

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial; }

.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none; }

.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.video-asset .vjs-menu-button-inline.vjs-slider-active,
.video-asset .vjs-menu-button-inline:focus,
.video-asset .vjs-menu-button-inline:hover,
.video-asset.vjs-no-flex .vjs-menu-button-inline {
  width: 10em; }

.video-asset .vjs-controls-disabled .vjs-big-play-button {
  display: none !important; }

.video-asset .vjs-control {
  width: 3em; }

.video-asset .vjs-menu-button-inline:before {
  width: 1.5em; }

.vjs-menu-button-inline .vjs-menu {
  left: 3em; }

.vjs-paused.vjs-has-started.video-asset .vjs-big-play-button,
.video-asset.vjs-ended .vjs-big-play-button,
.video-asset.vjs-paused .vjs-big-play-button {
  display: block; }

.video-asset .vjs-load-progress div,
.vjs-seeking .vjs-big-play-button,
.vjs-waiting .vjs-big-play-button {
  display: none !important; }

.video-asset .vjs-mouse-display:after,
.video-asset .vjs-play-progress:after {
  padding: 0 .4em .3em; }

.video-asset.vjs-ended .vjs-loading-spinner {
  display: none; }

.video-asset.vjs-ended .vjs-big-play-button {
  display: block !important; }

.video-asset *,
.video-asset:after,
.video-asset:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit; }

.video-asset.vjs-fullscreen,
.video-asset.vjs-fullscreen .vjs-tech {
  width: 100% !important;
  height: 100% !important; }

.video-asset {
  font-size: .875rem;
  overflow: hidden; }

.video-asset .vjs-control {
  color: inherit; }

.video-asset .vjs-menu-button-inline:hover,
.video-asset.vjs-no-flex .vjs-menu-button-inline {
  width: 8.35em; }

.video-asset .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
  height: 3em;
  width: 6.35em; }

.video-asset .vjs-control:focus:before,
.video-asset .vjs-control:hover:before {
  text-shadow: 0 0 1em #FFF, 0 0 1em #FFF, 0 0 1em #FFF; }

.video-asset .vjs-spacer,
.video-asset .vjs-time-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.video-asset .vjs-time-control {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto; }

.video-asset .vjs-time-control.vjs-time-divider {
  width: .875rem; }

.video-asset .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center; }

.video-asset .vjs-time-control.vjs-current-time {
  margin-left: 1em; }

.video-asset .vjs-time-control .vjs-current-time-display,
.video-asset .vjs-time-control .vjs-duration-display {
  width: 100%; }

.video-asset .vjs-time-control .vjs-current-time-display {
  text-align: right; }

.video-asset .vjs-time-control .vjs-duration-display {
  text-align: left; }

.video-asset .vjs-play-progress:before,
.video-asset .vjs-progress-control .vjs-play-progress:before,
.video-asset .vjs-remaining-time,
.video-asset .vjs-volume-level:after,
.video-asset .vjs-volume-level:before,
.video-asset.vjs-live .vjs-time-control.vjs-current-time,
.video-asset.vjs-live .vjs-time-control.vjs-duration,
.video-asset.vjs-live .vjs-time-control.vjs-time-divider,
.video-asset.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none; }

.video-asset.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em; }

.video-asset .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: .5em;
  top: -.5em; }

.video-asset .vjs-progress-control .vjs-load-progress,
.video-asset .vjs-progress-control .vjs-play-progress,
.video-asset .vjs-progress-control .vjs-progress-holder {
  height: 100%; }

.video-asset .vjs-progress-control .vjs-progress-holder {
  margin: 0; }

.video-asset .vjs-progress-control:hover {
  height: 1.5em;
  top: -1.5em; }

.video-asset .vjs-control-bar {
  -webkit-transition: -webkit-transform 213ms ease 0s;
  transition: -webkit-transform 213ms ease 0s;
  transition: transform 213ms ease 0s;
  transition: transform 213ms ease 0s, -webkit-transform 213ms ease 0s; }

.video-asset.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar,
.video-asset.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar,
.video-asset.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar,
.video-asset.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar,
.video-asset.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
  -webkit-transition: -webkit-transform 600ms ease 0s;
  transition: -webkit-transform 600ms ease 0s;
  transition: transform 600ms ease 0s;
  transition: transform 600ms ease 0s, -webkit-transform 600ms ease 0s; }

.video-asset.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control,
.video-asset.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control,
.video-asset.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control,
.video-asset.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control,
.video-asset.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
  height: .25em;
  top: -.25em;
  pointer-events: none;
  -webkit-transition: height 600ms, top 600ms;
  transition: height 600ms, top 600ms; }

.video-asset.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-asset.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-asset.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control,
.video-asset.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control,
.video-asset.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
  opacity: 0;
  -webkit-transition: opacity 600ms ease 600ms;
  transition: opacity 600ms ease 600ms; }

.video-asset.vjs-live .vjs-live-control {
  margin-left: 1em; }

.video-asset .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1em;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: none;
  border-radius: 50%;
  font-size: 3.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  -webkit-transition: border-color 426ms, outline 426ms, background-color 426ms;
  transition: border-color 426ms, outline 426ms, background-color 426ms; }

.video-asset .vjs-menu-button-popup .vjs-menu {
  left: -3em; }

.video-asset .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: transparent;
  width: 12em;
  left: -1.5em;
  padding-bottom: .5em; }

.video-asset .vjs-menu-button-popup .vjs-menu .vjs-menu-item,
.video-asset .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
  background-color: #000;
  margin: .3em 0;
  padding: .5em;
  border-radius: .3em; }

.video-asset .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #4D96E7; }

.video-asset .vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 2.5em;
  border-radius: 50%;
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important; }

.video-asset:hover .vjs-big-play-button,
.video-asset .vjs-big-play-button:focus,
.video-asset .vjs-big-play-button:active {
  background-color: rgba(0, 0, 0, 0.75); }

.video-asset .vjs-loading-spinner {
  border-color: #FFF; }

.video-asset .vjs-control-bar2 {
  background-color: #000; }

.video-asset .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #FFF;
  font-size: .875rem; }

.video-asset .vjs-play-progress,
.video-asset .vjs-volume-level {
  background-color: #df1642; }

.vjs-hidden {
  display: none !important; }

.vjs-tech {
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit; }

.vjs-poster,
.vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none; }

.vjs-poster {
  bottom: 0;
  background-size: cover;
  background-position: center; }
  .vjs-has-started .vjs-poster {
    opacity: 0;
    visibility: hidden; }

.vjs-text-track-display {
  bottom: 3em; }

.vjs-loading-spinner {
  opacity: 0;
  visibility: hidden; }

.vjs-big-play-button {
  z-index: 1; }

.video-js.vjs-user-inactive:not(.vjs-paused) .vjs-play-toggle {
  opacity: 0;
  pointer-events: none; }

.video-js .vjs-play-toggle {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2em;
  width: 2em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 2em;
  font-size: 2rem;
  -webkit-transition: opacity 213ms ease-out;
  transition: opacity 213ms ease-out; }
  .video-js .vjs-play-toggle .vjs-icon-placeholder:before {
    font-size: 1em;
    line-height: inherit; }

/*------------------------------------*\
  #BASE
\*------------------------------------*/
/*------------------------------------*\
  #ADDITIONAL RESETS
\*------------------------------------*/
html {
  font-size: 1rem;
  font-family: "avenir-regular", Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1.38;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  min-width: 320px;
  overflow-anchor: none;
  font-size: 1rem;
  font-weight: 300;
  color: #32323B;
  background-color: #FFF; }

h1 {
  margin: 0; }

hr {
  border: none !important;
  width: 90%;
  margin: auto;
  min-height: 1px; }

iframe {
  border: none; }

img,
video {
  display: block;
  max-width: 100%;
  max-height: 100%; }

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

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

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

address {
  font-style: normal; }

ul, ol, li {
  list-style: none; }

hr {
  border: solid .0625rem; }

*:focus {
  outline-color: #d7d2cb;
  outline-style: auto;
  outline-width: .25rem; }
  .set--hide-click-focus *:focus {
    outline: none; }

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

.promo-banner__body.cms-generic-copy {
  margin: 0 auto; }

.list--reset {
  padding-left: 0; }
  .list--reset li {
    list-style-type: none; }

.set--w-100 {
  width: 100%; }

.set--w-90 {
  width: 90%; }

.set--w-75 {
  width: 75%; }

.set--w-50 {
  width: 50%; }

.set--w-45 {
  width: 45%; }

.set--w-25 {
  width: 25%; }

.set--h-100 {
  height: 100%; }

.set--h-75 {
  height: 75%; }

.set--h-50 {
  height: 50%; }

.set--h-25 {
  height: 25%; }

.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*------------------------------------*\
  Lazy Loading Transitions
\*------------------------------------*/
.blur-up {
  -webkit-transition: -webkit-filter ease-out 107ms;
  transition: -webkit-filter ease-out 107ms;
  transition: filter ease-out 107ms;
  transition: filter ease-out 107ms, -webkit-filter ease-out 107ms; }
  .blur-up.lazyload, .blur-up.lazyloading {
    -webkit-filter: blur(4px);
            filter: blur(4px); }
  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
            filter: blur(0); }

.opacity-up {
  -webkit-transition: opacity ease-out 213ms;
  transition: opacity ease-out 213ms; }
  .opacity-up.lazyload, .opacity-up.lazyloading {
    opacity: 0; }
  .opacity-up.lazyloaded {
    opacity: 1; }

.partial-opacity-up {
  -webkit-transition: opacity ease-out 213ms;
  transition: opacity ease-out 213ms; }
  .partial-opacity-up.lazyload, .partial-opacity-up.lazyloading {
    opacity: .8; }
  .partial-opacity-up.lazyloaded {
    opacity: 1; }

.none-up.lazyload, .none-up.lazyloading {
  opacity: 0; }

/*------------------------------------*\
  Object Fit helpers
\*------------------------------------*/
[class*="object-fit"] {
  width: 100%;
  height: 100%; }

.object-fit--cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.object-fit--contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;'; }

@media (min-width: 48rem) {
  .scrollable--small-up {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

.menu-category {
  padding-top: 5%;
  font-weight: bold;
  font-size: 1rem;
  color: rgba(215, 210, 203, 0.35); }

.menu-category li {
  font-size: 0.875rem;
  font-weight: normal;
  color: rgba(215, 210, 203, 0.35); }

.menu-category-copyright {
  font-weight: 500;
  font-size: 0.875rem;
  color: #ffffff;
  margin-bottom: 0.75rem; }
  .menu-category-copyright li a:first-child {
    padding-left: 0; }
  .menu-category-copyright a {
    padding-left: 5px;
    padding-right: 5px; }

@media (max-width: 47.9375rem) {
  .menu-category-copyright {
    padding-top: 5%;
    text-align: center;
    font-size: 0.75rem;
    line-height: 3.1; }
  .footer__copyright-additional p {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 10%;
    margin: 0 auto; }
  .footerContentsHeading {
    padding: 16px 0 18px; } }

.footerContentsHeading {
  font-weight: bold;
  font-size: medium;
  color: #d7d2cb; }

.logoImage {
  margin-left: -3%; }

@media only screen and (max-width: 768px) {
  .footerContentsHeading {
    margin-top: 3%; } }

/*------------------------------------*\
  #FLEX-GRID
\*------------------------------------*/
/**
 * Flex Grid -
 * Version: 0.3.5
 *
 * Simple grid built with flex box and sass.
 *
 * Matthew Simo - matthew.a.simo@gmail.com
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables:
 * $fg-columns: [Integer | List of Integers] will inform the grid loops how many columns there should be. Can be set as a list to generate multi-base grids.
 * $fg-gutter:  [String | Map of Strings] will inform the grid loops how big each column's gutters should be. Can be set to a list of gutters per namespace (breakpoint).
 */
/**
 * Break point namespace object
 *
 * Set the default namespace object with these defaults with the
 * understanding that you can pass in whatever you might require for your site.
 *
 * $fg-breakpoints is a Sass list with nested lists inside. Each sub list defines two things.
 * 1. The namespace for that breakpoint. (Required) (i.e. xs, sm, md, lg)
 * 2. The min-width measurement for the breakpoint for that namespace. (i.e. 48em, 62em, 75em)
 *
 * Note: These should be in the proper order (at least till libsass handles map keys properly).
 *
 * Note: If the measurement is left out then it will be skipped when generating
 * the grid and applied to global styles.
 *
 */
/**
 * Class Name Defaults
 *
 * Define class names for columns, rows and offsets in case compatibility with other
 * libraries is necessary.
 * $fg-class-grid: [String] used for the grid general classes (i.e. alignment, position, etc.)
 * $fg-class-row: [String] used for the row class
 * $fg-class-col: [String] used for the column class
 * $fg-class-off: [String] used for the offset class
*/
/**
 * Optional setting to add half a column push
 * @type {[Boolean]}
 */
/**
 * Calculate column size percentage
 */
/**
 * Spacing mixin to create uniform margin/padding
 */
/**
 * If there's more than one spacing setting,
 * generates the gutter/spacing per namespace (breakpoint), specific to the namespaced selectors (col-xs, col-lg, etc.).
 */
/**
 * Row wrapper class, flex box parent.
 */
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

[class^="col-"],
[class*=" col-"], .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-height: 1px; }

.flex-justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.flex-align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.flex-align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex-flow-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row; }

.flex-flow-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; }

.flex-flow-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column; }

.flex-flow-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; }

.flex-flow-wrap {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.flex-flow-wrap-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: wrap-reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse; }

.flex-flow-nowrap {
  -webkit-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
          flex-flow: nowrap; }

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-direction-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-direction-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

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

/**
 * Generate a set of grid base selectors for col-.
 * ex.: [class*="col-"], which selects all elements that contain "col-" on their class list.
 * This helps reduce total file size, and avoids a bulky final selector.
 */
/**
 * Determines if the grid should generate a single base, or multiple, using the $fg-columns variable.
 */
/**
 * Generate a set of grid column classes using a namespace
 *
 * .col-[namespace] for intelligent column division
 * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 * .off-[namespace]-reset for resetting a col's offset for that and larger namespaces
 */
/**
 * Build the grid in two steps, to help minimize file size
 * Step 1, for each namespace, create the grid-base
 * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
 */
.row:not(.flex-no-gutters) {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

.col,
[class*="col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.col-1 {
  -webkit-flex-basis: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%;
  max-width: 8.33333%; }

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

.col-2 {
  -webkit-flex-basis: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%;
  max-width: 16.66667%; }

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

.col-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%; }

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

.col-4 {
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  max-width: 33.33333%; }

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

.col-5 {
  -webkit-flex-basis: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%;
  max-width: 41.66667%; }

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

.col-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%; }

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

.col-7 {
  -webkit-flex-basis: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%;
  max-width: 58.33333%; }

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

.col-8 {
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  max-width: 66.66667%; }

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

.col-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%; }

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

.col-10 {
  -webkit-flex-basis: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%;
  max-width: 83.33333%; }

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

.col-11 {
  -webkit-flex-basis: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%;
  max-width: 91.66667%; }

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

.col-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%; }

.off-reset {
  margin-left: 0; }

.col,
.col-n {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  max-width: 100%; }

@media only screen and (min-width: 30rem) {
  .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-sm-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-sm-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .off-sm-3 {
    margin-left: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-sm-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-sm-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .off-sm-6 {
    margin-left: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-sm-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-sm-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .off-sm-9 {
    margin-left: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-sm-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-sm-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .off-sm-reset {
    margin-left: 0; }
  .col-sm,
  .col-sm-n {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; } }

@media only screen and (min-width: 48rem) {
  .col-md-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-md-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-md-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .off-md-3 {
    margin-left: 25%; }
  .col-md-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-md-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-md-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .off-md-6 {
    margin-left: 50%; }
  .col-md-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-md-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-md-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .off-md-9 {
    margin-left: 75%; }
  .col-md-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-md-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-md-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .off-md-reset {
    margin-left: 0; }
  .col-md,
  .col-md-n {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; } }

@media only screen and (min-width: 64.0625rem) {
  .row:not(.flex-no-gutters) {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .col,
  [class*="col-"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-lg-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-lg-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .off-lg-3 {
    margin-left: 25%; }
  .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-lg-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-lg-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .off-lg-6 {
    margin-left: 50%; }
  .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-lg-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-lg-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .off-lg-9 {
    margin-left: 75%; }
  .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-lg-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-lg-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .off-lg-reset {
    margin-left: 0; }
  .col-lg,
  .col-lg-n {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; } }

@media only screen and (min-width: 77.5625rem) {
  .col-xl-1 {
    -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .off-xl-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .off-xl-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .off-xl-3 {
    margin-left: 25%; }
  .col-xl-4 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .off-xl-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .off-xl-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .off-xl-6 {
    margin-left: 50%; }
  .col-xl-7 {
    -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .off-xl-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .off-xl-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%; }
  .off-xl-9 {
    margin-left: 75%; }
  .col-xl-10 {
    -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .off-xl-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .off-xl-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .off-xl-reset {
    margin-left: 0; }
  .col-xl,
  .col-xl-n {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    max-width: 100%; } }

/*------------------------------------*\
  #FLEX-HELPERS
\*------------------------------------*/
.fix--overflow > * {
  max-width: 100%; }

.flex-flow-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

[class*="col-"] > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-col, .flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.flex--0 {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }

.flex--10 {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%; }

.flex--20 {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; }

.flex--30 {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; }

.flex--40 {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }

.flex--45 {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%; }

.flex--50 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }

.flex--55 {
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%; }

.flex--60 {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }

.flex--70 {
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; }

.flex--80 {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%; }

.flex--90 {
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%; }

.flex--100 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.flex-wrapper--0-auto > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.float--left {
  float: left; }

.float--right {
  float: right; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

@media (min-width: 48rem) {
  .order--small-up-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order--small-up-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order--small-up-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order--small-up-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order--small-up-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order--small-up-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order--small-up-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order--small-up-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order--small-up-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order--small-up-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order--small-up-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }

@media (max-width: 47.9375rem) {
  .order--small-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order--small-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order--small-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order--small-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order--small-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order--small-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order--small-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order--small-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order--small-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order--small-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order--small-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }

.page {
  overflow: hidden;
  min-height: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2); }

.main {
  min-height: 20rem; }

/*------------------------------------*\
  #MAX-WIDTH
\*------------------------------------*/
[class*="max-width--"] {
  margin-right: auto;
  margin-left: auto; }

.max-width {
  max-width: 30rem; }
  .max-width--unit {
    max-width: 0.0625rem; }
  .max-width--xxsmall {
    max-width: 20rem; }
  .max-width--xsmall {
    max-width: 30rem; }
  .max-width--small {
    max-width: 47.9375rem; }
  .max-width--medium {
    max-width: 64rem; }
  .max-width--xmedium {
    max-width: 77.5rem; }
  .max-width--large {
    max-width: 90rem; }
  .max-width--xlarge {
    max-width: 120rem; }

.container {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto; }

/*------------------------------------*\
  #BACKGROUND-COLOR
\*------------------------------------*/
.bg--white {
  background-color: #FFF; }

.bg--black {
  background-color: #000; }

.bg--grey-1 {
  background-color: #F2F2F2; }

.bg--grey-2 {
  background-color: #E6E9ED; }

.bg--grey-3 {
  background-color: #E6E6E6; }

.bg--grey-4 {
  background-color: #97A1B0; }

.bg--grey-5 {
  background-color: #707B8C; }

.bg--grey-6 {
  background-color: #485363; }

.bg--grey-7 {
  background-color: #32323B; }

.bg--red {
  background-color: #df1642; }

.bg--blue {
  background-color: #4D96E7; }

.bg--navy {
  background-color: #0f3e72; }

.bg--green {
  background-color: #73bd00; }

.bg--beige {
  background-color: #f5f5dc; }

.bg--grey-glass-1 {
  background-color: rgba(242, 242, 242, 0.5); }

.bg--red-glass {
  background-color: rgba(223, 22, 66, 0.5); }

.bg--blue-glass {
  background-color: rgba(77, 150, 231, 0.5); }

.bg--facebook-blue {
  background-color: #3b5998; }

.bg--google-blue {
  background-color: #4285F4; }

.bg--google-red {
  background-color: #DB4437; }

.bg--instagram-pink {
  background-color: #C62A81; }

.bg--instagram-orange {
  background-color: #F06430; }

.bg--paypal-blue {
  background-color: #009cde; }

.bg--paypal-silver {
  background-color: #eeeeee; }

.bg--primary {
  background-color: #000; }

.bg--secondary {
  background-color: #00A3B2; }

.bg--tertiary {
  background-color: #E7B04D; }

.bg--accent-primary {
  background-color: #0DFFCB; }

.bg--accent-secondary {
  background-color: #DAFF79; }

.bg--accent-tertiary {
  background-color: #28BAFF; }

.bg--beginner {
  background-color: #00ae9a; }

.bg--intermediate {
  background-color: #f69b35; }

.bg--advanced {
  background-color: #ef6c6e; }

.border--white {
  border-color: #FFF; }

.border--black {
  border-color: #000; }

.border--grey-1 {
  border-color: #F2F2F2; }

.border--grey-2 {
  border-color: #E6E9ED; }

.border--grey-3 {
  border-color: #E6E6E6; }

.border--grey-4 {
  border-color: #97A1B0; }

.border--grey-5 {
  border-color: #707B8C; }

.border--grey-6 {
  border-color: #485363; }

.border--grey-7 {
  border-color: #32323B; }

.border--red {
  border-color: #df1642; }

.border--blue {
  border-color: #4D96E7; }

.border--navy {
  border-color: #0f3e72; }

.border--green {
  border-color: #73bd00; }

.border--beige {
  border-color: #f5f5dc; }

.border--grey-glass-1 {
  border-color: rgba(242, 242, 242, 0.5); }

.border--red-glass {
  border-color: rgba(223, 22, 66, 0.5); }

.border--blue-glass {
  border-color: rgba(77, 150, 231, 0.5); }

.border--facebook-blue {
  border-color: #3b5998; }

.border--google-blue {
  border-color: #4285F4; }

.border--google-red {
  border-color: #DB4437; }

.border--instagram-pink {
  border-color: #C62A81; }

.border--instagram-orange {
  border-color: #F06430; }

.border--paypal-blue {
  border-color: #009cde; }

.border--paypal-silver {
  border-color: #eeeeee; }

.border--primary {
  border-color: #000; }

.border--secondary {
  border-color: #00A3B2; }

.border--tertiary {
  border-color: #E7B04D; }

.border--accent-primary {
  border-color: #0DFFCB; }

.border--accent-secondary {
  border-color: #DAFF79; }

.border--accent-tertiary {
  border-color: #28BAFF; }

.border--beginner {
  border-color: #00ae9a; }

.border--intermediate {
  border-color: #f69b35; }

.border--advanced {
  border-color: #ef6c6e; }

.border-width-0px {
  border-width: 0px; }

.border-width-1px {
  border-width: 1px; }

.border-width-2px {
  border-width: 2px; }

.border-width-3px {
  border-width: 3px; }

.border-width-4px {
  border-width: 4px; }

.border-width-5px {
  border-width: 5px; }

.border-width-6px {
  border-width: 6px; }

.border-width-7px {
  border-width: 7px; }

.border-width-8px {
  border-width: 8px; }

.border-width-9px {
  border-width: 9px; }

.border-width-10px {
  border-width: 10px; }

.border-width-11px {
  border-width: 11px; }

.border-width-12px {
  border-width: 12px; }

.border-width-13px {
  border-width: 13px; }

.border-width-14px {
  border-width: 14px; }

.border-width-15px {
  border-width: 15px; }

.border-width-16px {
  border-width: 16px; }

.bg--grey-7,
.bg--black {
  color: #FFF; }

.bg--black-1 {
  background-color: #1d1f2a; }

.bg--white {
  color: #32323B; }

.buffer--titan, .buffer--inner--titan {
  padding-top: 2.5rem; }

.buffer--giant, .buffer--inner--giant {
  padding-top: 1.75rem; }

.buffer--huge, .buffer--inner--huge {
  padding-top: 1.5rem; }

.buffer--large, .buffer--inner--large {
  padding-top: 1.25rem; }

.buffer--medium, .buffer--inner--medium {
  padding-top: 1rem; }

.buffer--small, .buffer--inner--small {
  padding-top: 0.75rem; }

.buffer--tiny, .buffer--inner--tiny {
  padding-top: 0.5rem; }

.buffer--mini, .buffer--inner--mini {
  padding-top: 0.5rem; }

.buffer--micro, .buffer--inner--micro {
  padding-top: 0.25rem; }

.buffer--titan, .buffer--inner--titan {
  padding-bottom: 2.5rem; }

.buffer--giant, .buffer--inner--giant {
  padding-bottom: 1.75rem; }

.buffer--huge, .buffer--inner--huge {
  padding-bottom: 1.5rem; }

.buffer--large, .buffer--inner--large {
  padding-bottom: 1.25rem; }

.buffer--medium, .buffer--inner--medium {
  padding-bottom: 1rem; }

.buffer--small, .buffer--inner--small {
  padding-bottom: 0.75rem; }

.buffer--tiny, .buffer--inner--tiny {
  padding-bottom: 0.5rem; }

.buffer--mini, .buffer--inner--mini {
  padding-bottom: 0.5rem; }

.buffer--micro, .buffer--inner--micro {
  padding-bottom: 0.25rem; }

.buffer--outer--titan {
  margin-top: 2.5rem; }

.buffer--outer--giant {
  margin-top: 1.75rem; }

.buffer--outer--huge {
  margin-top: 1.5rem; }

.buffer--outer--large {
  margin-top: 1.25rem; }

.buffer--outer--medium {
  margin-top: 1rem; }

.buffer--outer--small {
  margin-top: 0.75rem; }

.buffer--outer--tiny {
  margin-top: 0.5rem; }

.buffer--outer--mini {
  margin-top: 0.5rem; }

.buffer--outer--micro {
  margin-top: 0.25rem; }

.buffer--outer--titan {
  margin-bottom: 2.5rem; }

.buffer--outer--giant {
  margin-bottom: 1.75rem; }

.buffer--outer--huge {
  margin-bottom: 1.5rem; }

.buffer--outer--large {
  margin-bottom: 1.25rem; }

.buffer--outer--medium {
  margin-bottom: 1rem; }

.buffer--outer--small {
  margin-bottom: 0.75rem; }

.buffer--outer--tiny {
  margin-bottom: 0.5rem; }

.buffer--outer--mini {
  margin-bottom: 0.5rem; }

.buffer--outer--micro {
  margin-bottom: 0.25rem; }

.gutter--titan, .gutter--inner--titan {
  padding-left: 2.5rem; }

.gutter--giant, .gutter--inner--giant {
  padding-left: 1.75rem; }

.gutter--huge, .gutter--inner--huge {
  padding-left: 1.5rem; }

.gutter--large, .gutter--inner--large {
  padding-left: 1.25rem; }

.gutter--medium, .gutter--inner--medium {
  padding-left: 1rem; }

.gutter--small, .gutter--inner--small {
  padding-left: 0.75rem; }

.gutter--tiny, .gutter--inner--tiny {
  padding-left: 0.5rem; }

.gutter--mini, .gutter--inner--mini {
  padding-left: 0.5rem; }

.gutter--micro, .gutter--inner--micro {
  padding-left: 0.25rem; }

.gutter--titan, .gutter--inner--titan {
  padding-right: 2.5rem; }

.gutter--giant, .gutter--inner--giant {
  padding-right: 1.75rem; }

.gutter--huge, .gutter--inner--huge {
  padding-right: 1.5rem; }

.gutter--large, .gutter--inner--large {
  padding-right: 1.25rem; }

.gutter--medium, .gutter--inner--medium {
  padding-right: 1rem; }

.gutter--small, .gutter--inner--small {
  padding-right: 0.75rem; }

.gutter--tiny, .gutter--inner--tiny {
  padding-right: 0.5rem; }

.gutter--mini, .gutter--inner--mini {
  padding-right: 0.5rem; }

.gutter--micro, .gutter--inner--micro {
  padding-right: 0.25rem; }

.gutter--outer--titan {
  margin-left: 2.5rem; }

.gutter--outer--giant {
  margin-left: 1.75rem; }

.gutter--outer--huge {
  margin-left: 1.5rem; }

.gutter--outer--large {
  margin-left: 1.25rem; }

.gutter--outer--medium {
  margin-left: 1rem; }

.gutter--outer--small {
  margin-left: 0.75rem; }

.gutter--outer--tiny {
  margin-left: 0.5rem; }

.gutter--outer--mini {
  margin-left: 0.5rem; }

.gutter--outer--micro {
  margin-left: 0.25rem; }

.gutter--outer--titan {
  margin-right: 2.5rem; }

.gutter--outer--giant {
  margin-right: 1.75rem; }

.gutter--outer--huge {
  margin-right: 1.5rem; }

.gutter--outer--large {
  margin-right: 1.25rem; }

.gutter--outer--medium {
  margin-right: 1rem; }

.gutter--outer--small {
  margin-right: 0.75rem; }

.gutter--outer--tiny {
  margin-right: 0.5rem; }

.gutter--outer--mini {
  margin-right: 0.5rem; }

.gutter--outer--micro {
  margin-right: 0.25rem; }

.margin--top--titan {
  margin-top: 2.5rem; }

.margin--top--giant {
  margin-top: 1.75rem; }

.margin--top--huge {
  margin-top: 1.5rem; }

.margin--top--large {
  margin-top: 1.25rem; }

.margin--top--medium {
  margin-top: 1rem; }

.margin--top--small {
  margin-top: 0.75rem; }

.margin--top--tiny {
  margin-top: 0.5rem; }

.margin--top--mini {
  margin-top: 0.5rem; }

.margin--top--micro {
  margin-top: 0.25rem; }

.margin--top--auto {
  margin-top: auto; }

.margin--right--titan {
  margin-right: 2.5rem; }

.margin--right--giant {
  margin-right: 1.75rem; }

.margin--right--huge {
  margin-right: 1.5rem; }

.margin--right--large {
  margin-right: 1.25rem; }

.margin--right--medium {
  margin-right: 1rem; }

.margin--right--small {
  margin-right: 0.75rem; }

.margin--right--tiny {
  margin-right: 0.5rem; }

.margin--right--mini {
  margin-right: 0.5rem; }

.margin--right--micro {
  margin-right: 0.25rem; }

.frame--round,
.circle {
  border-radius: 50%; }

.drop-shadow {
  -webkit-box-shadow: 0px 2px 4px 1px #E6E6E6;
          box-shadow: 0px 2px 4px 1px #E6E6E6; }

.col-f {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%; }

.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.position--absolute {
  position: absolute; }

@media (max-width: 120rem) {
  .container {
    max-width: 120rem; } }

@media (min-width: 90.0625rem) {
  .col-lg-f {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 48rem) {
  .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main {
    width: 100%; }
  /*------------------------------------*\
      #MAX-WIDTH
    \*------------------------------------*/
  .container {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem; } }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
      #MAX-WIDTH
    \*------------------------------------*/
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  opacity: 0;
  visibility: hidden; }

.header:after {
  position: absolute; }

.page:after {
  position: fixed; }

.loader-container {
  position: relative; }

/*------------------------------------*\
  #OVERLAYS
\*------------------------------------*/
.set--overlay {
  position: relative;
  cursor: pointer; }

.set--overlay-all:after {
  z-index: 1080; }

.loader,
.set--overlay:after {
  position: absolute; }

.loader,
.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out; }

.set--overlay:after,
.page:not(.set--overlay):after,
.header:not(.set--overlay):after {
  content: ''; }

.loader {
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  opacity: 0;
  visibility: hidden; }
  .loader.set--alt {
    background-color: rgba(0, 0, 0, 0.7); }
    .loader.set--alt .loader-indicator {
      background-image: url("../images/loading-white.svg"); }
  .loader:not(.set--alt) {
    background-color: rgba(255, 255, 255, 0.6); }
    .loader:not(.set--alt) .loader-indicator {
      background-image: url("../images/loading.svg"); }
  .loader.set--fixed {
    position: fixed; }
  .loader.set--visible {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 320ms;
            transition-duration: 320ms;
    opacity: 1;
    visibility: inherit; }

.loader-indicator {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 8rem;
  max-height: 8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.loader-message {
  max-width: 20.625rem;
  padding: 0 1rem;
  text-align: center;
  font-weight: 700;
  color: #00A3B2;
  background-color: rgba(255, 255, 255, 0.75); }

/*------------------------------------*\
  #OPTIONAL
\*------------------------------------*/
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit; }

.button {
  display: inline-block;
  padding: .75em 1.25em;
  margin: .5em;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-size: 0.75rem;
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  white-space: nowrap;
  line-height: 1.67;
  max-width: 100%;
  cursor: pointer; }
  .button:hover:not([disabled]):not(.disabled) {
    opacity: 0.65; }
  .button[disabled], .button.disabled {
    background-color: #E6E9ED;
    border-color: #E6E9ED;
    color: #707B8C;
    cursor: not-allowed; }

@media screen and (max-width: 768px) {
  .button--review {
    width: 100%; } }

.button--review {
  margin: 0;
  max-width: 100%; }

.button--snug {
  margin: 0;
  max-width: 100%; }

.signInEmptyCartButton {
  background-color: black;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 768px) {
  .button--wide {
    width: 100%; } }

.button--wide {
  width: 24rem; }

.button--w-240 {
  width: 15rem; }

.button--small {
  padding: .5em 1em; }

.button--large {
  padding: .85em 2.5em; }

.button--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.button--fluid {
  padding-right: 0;
  padding-left: 0; }

.button--primary {
  background-color: #000;
  border-color: #000;
  color: #FFF; }
  .button--primary:hover:not([disabled]):not(.disabled), .button--primary:focus:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #FFF;
    color: #000; }
  .button--primary.full-bleed {
    margin: 0;
    max-width: none; }
  .button--primary.marg-bottom {
    margin-bottom: 1.25rem; }

.button--primary-outline {
  color: #000;
  background-color: #FFF; }
  .button--primary-outline:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #000;
    border-color: #000;
    color: #FFF; }

.button--secondary {
  background-color: #FFF;
  border-color: #FFF;
  color: #000; }
  .button--secondary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #000;
    color: #FFF; }

.button--secondary-outline {
  color: #000; }
  .button--secondary-outline:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #000;
    border-color: #000;
    color: #FFF; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .button-group.button-layout--wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .button-group.button-layout--flat * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .button-group:not(.button-layout--flat) .button:not(.button--link) {
    width: 14rem; }
  .button-group .button--link {
    padding-left: 0;
    padding-right: 0; }

.button--link {
  border: 1px solid transparent;
  border-bottom: 1px solid #000; }

.button--link-cancel {
  border: 1px solid #000; }

.button--secondary--link {
  border: 1px solid transparent;
  color: #FFF;
  border-bottom: 1px solid #FFF; }

.button--cross-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  .button--cross-close:hover {
    background-color: #E6E6E6; }

.product-add__button {
  margin-left: 0;
  margin-right: 0; }

.product-download-pattern {
  margin-left: 0;
  margin-right: 0; }

/*------------------------------------*\
  #CHIPS
\*------------------------------------*/
.chip {
  display: inline-block;
  min-width: 3em;
  padding: .3em 0.5em;
  border: solid 0.0625rem #97A1B0;
  border-radius: 0;
  text-align: center;
  font-weight: 700; }
  .chip:hover {
    border-color: #32323B; }
  .chip.selected {
    border-color: #000;
    background-color: #000;
    color: #FFF; }

/*------------------------------------*\
  #PILLS
\*------------------------------------*/
.pill {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .3em .85em;
  border: solid .0625rem;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #E6E6E6; }
  .pill:hover {
    background-color: #000;
    border-color: #FFF;
    color: #FFF; }

.pill--icon-left {
  padding-left: .35em; }

.pill--icon-right {
  padding-right: .5em; }

.pill__icon--actionable:hover {
  opacity: .5; }

.pill__icon--swatch {
  border: solid 0.0625rem #FFF; }

.pill__icon--left {
  margin-right: .5em; }

.pill__icon--right {
  margin-left: 1em; }

.emptyCartPage {
  width: 15%; }

@media only screen and (max-width: 767px) {
  .emptyCartPage {
    width: 60%;
    padding-top: 2%; } }

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .emptyCartPage {
    width: 30%; } }

.link, .link--primary {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out; }
  .link:hover, .link--primary:hover {
    opacity: .7; }

.link--primary {
  display: inline-block;
  text-decoration: underline;
  font-weight: 500; }

.link--underline {
  text-decoration: underline; }

.link--underline-hover:hover, .link--underline-hover:focus {
  text-decoration: underline; }

.link--highlight-hover:hover, .link--highlight-hover:focus {
  color: #000; }

/**
 *  Utility classes for buttons and pseudo buttons
 */
.cursor--pointer:hover {
  cursor: pointer; }

.cursor--not-allowed:hover {
  cursor: not-allowed; }

/*------------------------------------*\
  #ICONS - Mapped to the static svg directory file names
\*------------------------------------*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .35em;
  vertical-align: middle;
  fill: currentColor; }
  .icon svg {
    width: 100%;
    height: 100%;
    fill: inherit; }

.icon--titan {
  width: 2.5rem; }

.icon--giant {
  width: 1.75rem; }

.icon--huge {
  width: 1.5rem; }

.icon--large {
  width: 1.25rem; }

.icon--medium {
  width: 1rem; }

.icon--small {
  width: 0.75rem; }

.icon--tiny {
  width: 0.5rem; }

.icon--mini {
  width: 0.5rem; }

.icon--micro {
  width: 0.25rem; }

.icon--titan {
  height: 2.5rem; }

.icon--giant {
  height: 1.75rem; }

.icon--huge {
  height: 1.5rem; }

.icon--large {
  height: 1.25rem; }

.icon--medium {
  height: 1rem; }

.icon--small {
  height: 0.75rem; }

.icon--tiny {
  height: 0.5rem; }

.icon--mini {
  height: 0.5rem; }

.icon--micro {
  height: 0.25rem; }

.icon--rotate-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.icon--rotate-up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.icon--rotate-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.icon--set-left {
  margin-right: .6em; }

.icon--set-left-short {
  margin-right: .35em; }

.icon--set-right {
  margin-left: .6em; }

.icon--set-right-short {
  margin-left: .35em; }

.icon--inline-align-center {
  vertical-align: middle; }

.toggle--active .icon--toggle-flip {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

/*------------------------------------*\
  #INPUT-RESETS
\*------------------------------------*/
input[type="password"],
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="number"],
select,
textarea {
  font-family: inherit;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: solid 1px #d2d2d2;
  outline: none; }
  input[type="password"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #97A1B0; }
  input[type="password"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #97A1B0; }
  input[type="password"]::-ms-input-placeholder,
  input[type="date"]::-ms-input-placeholder,
  input[type="text"]::-ms-input-placeholder,
  input[type="tel"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="number"]::-ms-input-placeholder,
  select::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #97A1B0; }
  input[type="password"]::placeholder,
  input[type="date"]::placeholder,
  input[type="text"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="email"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #97A1B0; }
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="date"]:focus::-webkit-input-placeholder,
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: #E6E6E6; }
  input[type="password"]:focus::-moz-placeholder,
  input[type="date"]:focus::-moz-placeholder,
  input[type="text"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  input[type="number"]:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: #E6E6E6; }
  input[type="password"]:focus::-ms-input-placeholder,
  input[type="date"]:focus::-ms-input-placeholder,
  input[type="text"]:focus::-ms-input-placeholder,
  input[type="tel"]:focus::-ms-input-placeholder,
  input[type="email"]:focus::-ms-input-placeholder,
  input[type="search"]:focus::-ms-input-placeholder,
  input[type="number"]:focus::-ms-input-placeholder,
  select:focus::-ms-input-placeholder,
  textarea:focus::-ms-input-placeholder {
    color: #E6E6E6; }
  input[type="password"]:focus::placeholder,
  input[type="date"]:focus::placeholder,
  input[type="text"]:focus::placeholder,
  input[type="tel"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  input[type="number"]:focus::placeholder,
  select:focus::placeholder,
  textarea:focus::placeholder {
    color: #E6E6E6; }
  input[type="password"].disabled, input[type="password"][disabled],
  input[type="date"].disabled,
  input[type="date"][disabled],
  input[type="text"].disabled,
  input[type="text"][disabled],
  input[type="tel"].disabled,
  input[type="tel"][disabled],
  input[type="email"].disabled,
  input[type="email"][disabled],
  input[type="search"].disabled,
  input[type="search"][disabled],
  input[type="number"].disabled,
  input[type="number"][disabled],
  select.disabled,
  select[disabled],
  textarea.disabled,
  textarea[disabled] {
    color: #97A1B0;
    cursor: not-allowed; }
  input[type="password"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  input[type="date"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  input[type="text"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  input[type="tel"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  input[type="email"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  input[type="search"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  input[type="number"]:not([disabled]):not([readonly]):not(.is-invalid):focus,
  select:not([disabled]):not([readonly]):not(.is-invalid):focus,
  textarea:not([disabled]):not([readonly]):not(.is-invalid):focus {
    border-color: #32323B; }

input[type="file"] {
  cursor: pointer; }
  input[type="file"].disabled, input[type="file"][disabled] {
    cursor: not-allowed; }

input::-webkit-contacts-auto-fill-button {
  position: relative;
  right: 1.5rem; }

textarea {
  display: block;
  width: 100%;
  resize: none; }

select {
  color: inherit; }
  select::-webkit-outer-spin-button, select::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  select::-ms-expand {
    display: none; }

option {
  color: #32323B; }

/*------------------------------------*\
  #FORM-COPY
\*------------------------------------*/
.form-intro__title {
  margin-bottom: .75em; }

.form-intro__copy {
  margin-bottom: 1.75em; }

.form-control-disclaimer {
  margin-top: .75em; }

.form-control-description {
  margin-top: .25em;
  font-size: 0.875rem;
  color: #707B8C; }

.reset {
  margin-top: 2.5rem; }

.show-hide {
  position: relative; }
  .show-hide .icon {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer; }

/*------------------------------------*\
  #TEXT AND SELECTS
\*------------------------------------*/
.form-control {
  width: 100%;
  height: 2.5rem;
  padding-right: .625rem;
  padding-left: .625rem;
  background-color: #FFF; }
  .form-control.is-invalid {
    border-color: #df1642;
    background-color: white;
    color: #df1642; }
  .form-control.remove--border-styles {
    border-radius: 0;
    border-color: transparent; }

.form-control--small {
  height: 2.5rem; }

.form-control--textarea {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
  min-height: 4.5rem; }

.custom-select,
.form-control--select {
  padding-right: 2rem;
  background-size: .85em .85em;
  background-repeat: no-repeat;
  background-position: calc(100% - .5em) center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2332323B' d='M20.4 4.7L12 12.4 3.6 4.7 0 8.1l12 11 12-11z'/%3E%3C/svg%3E");
  -webkit-transition: color 107ms ease-in-out;
  transition: color 107ms ease-in-out; }
  .custom-select:-internal-autofill-selected,
  .form-control--select:-internal-autofill-selected {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2332323B' d='M20.4 4.7L12 12.4 3.6 4.7 0 8.1l12 11 12-11z'/%3E%3C/svg%3E") !important; }
  @media (max-width: 47.9375rem) {
    .custom-select,
    .form-control--select {
      padding-right: 2rem; } }

.form-control-label {
  display: inline-block;
  font-family: "avenir-demi", sans-serif;
  margin-bottom: .25rem;
  color: #767676;
  font-size: 0.75rem; }
  .required .form-control-label:after {
    content: "*";
    color: #df1642; }

.form-control-label--bold {
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: .875rem;
  margin-bottom: 20px; }

/*------------------------------------*\
  #CHECKBOXES AND RADIOS
\*------------------------------------*/
.form-check {
  position: relative; }
  .form-check.billing-save {
    margin-bottom: 15px; }

.form-check-input {
  position: absolute;
  left: 0;
  opacity: 0; }
  .form-check-input.stock-toggle {
    opacity: 1;
    position: relative; }
  .form-check-input.paymentInput {
    z-index: 1;
    width: 100%;
    height: 100%; }

[class*="form-check-label"] {
  display: block;
  position: relative;
  padding-left: 1.9em;
  line-height: 1.3;
  -webkit-transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: color 213ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  [class*="form-check-label"]:before, [class*="form-check-label"]:after {
    position: absolute; }
  [class*="form-check-label"]:before {
    top: 0;
    left: 0;
    border: solid 0.0625rem #707B8C;
    border-radius: 0;
    content: '';
    width: 1.25em;
    height: 1.25em; }
  [class*="form-check-label"]:after {
    top: .2125em;
    left: .2em;
    width: .85em;
    height: .85em; }
  [class*="form-check-label"].shipping-radio:before {
    border: none; }

.margin--top--small {
  margin-top: .75rem; }

.form-check-label:after {
  opacity: 0;
  line-height: 0.85;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23000' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

.form-check-label--radio {
  cursor: pointer; }
  .form-check-label--radio:before {
    border-radius: 50%; }

.form-check-label--toggle {
  cursor: pointer;
  border-radius: .75rem;
  border: 1px solid #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .25rem .5rem;
  font-size: 0.625rem;
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 1.5rem; }
  .form-check-label--toggle:before {
    border-radius: 50%;
    background-color: #000;
    height: 1rem;
    width: 1rem;
    margin: .1875rem .25rem; }
  .form-check-label--toggle span {
    vertical-align: middle; }
  .form-check-label--toggle span:first-child {
    color: #FFF; }
  .form-check-label--toggle span:last-child {
    color: #000; }

.form-check-input:checked + .form-check-label--toggle {
  background-color: #000; }
  .form-check-input:checked + .form-check-label--toggle:before {
    background-color: #FFF;
    left: auto;
    right: 0; }

.form-check-input:checked + .form-check-label,
.form-check-label.set--checked {
  color: inherit; }
  .form-check-input:checked + .form-check-label:before,
  .form-check-label.set--checked:before {
    background-color: #000;
    border-color: #000; }
  .form-check-input:checked + .form-check-label:after,
  .form-check-label.set--checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }
  .form-check-input:checked + .form-check-label.shipping-radio,
  .form-check-label.set--checked.shipping-radio {
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 500; }
    .form-check-input:checked + .form-check-label.shipping-radio:before,
    .form-check-label.set--checked.shipping-radio:before {
      background-color: #FFF;
      border-color: #FFF;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .form-check-input:checked + .form-check-label.shipping-radio:after,
    .form-check-label.set--checked.shipping-radio:after {
      content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23000' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }

.form-check-label.no-checkbox {
  padding-left: 0px;
  display: inline-block; }
  .form-check-label.no-checkbox:before, .form-check-label.no-checkbox:after {
    display: none; }

.form-check-input:checked + .form-check-label--radio:before,
.form-check-label--radio.set--checked:before {
  -webkit-box-shadow: inset 0 0 0 1rem #000;
          box-shadow: inset 0 0 0 1rem #000; }

.form-check-input + .form-check-label--student {
  border: 1px solid #d2d2d2;
  padding: .75em 1.25em;
  padding-left: 1.9em; }

.form-check-input:checked + .form-check-label--student {
  border: 2px solid #000; }
  .form-check-input:checked + .form-check-label--student:after {
    margin-top: .625rem;
    margin-left: .25rem; }

.form-check-input:focus + [class*="form-check-label"],
[class*="form-check-label"]:focus {
  outline: none; }
  .form-check-input:focus + [class*="form-check-label"]:before,
  [class*="form-check-label"]:focus:before {
    border-color: #000; }

.form-check-input:disabled + [class*="form-check-label"]:before,
[class*="form-check-label"].disabled:before {
  background-color: #F2F2F2;
  border-color: #E6E9ED; }

.form-check-input:disabled + [class*="form-check-label"]:after,
[class*="form-check-label"].disabled:after {
  color: #E6E9ED; }

.form-check-input.error + [class*="form-check-label"]:before {
  border-color: #df1642; }

/*------------------------------------*\
  #FORM GROUPS
\*------------------------------------*/
.form-group {
  margin-bottom: 1.25rem; }

.form-group--no-spacing {
  margin-bottom: 0; }

.form-check-list__item:not(:last-child) {
  margin-bottom: 1rem; }

.form-divider--top {
  border-top: 1px solid #E6E9ED; }

.form-divider--bottom {
  border-bottom: 1px solid #E6E9ED; }

.form-section:not(:first-child) {
  margin-top: 1.6rem; }

/*------------------------------------*\
  #FORM ACTIONS
\*------------------------------------*/
.form-actions {
  margin-top: 2rem; }

/*------------------------------------*\
  #FORM VALIDATION
\*------------------------------------*/
.success-feedback,
.invalid-feedback,
.form-invalid-feedback {
  display: block;
  margin-top: .25rem;
  font-size: 0.875rem; }
  .success-feedback:not(.set--visible),
  .invalid-feedback:not(.set--visible),
  .form-invalid-feedback:not(.set--visible) {
    position: absolute;
    opacity: 0;
    visibility: hidden; }

.invalid-feedback,
.form-invalid-feedback {
  color: #df1642; }

.success-feedback {
  color: #73bd00; }

.form-invalid-feedback {
  margin-bottom: 1em; }

/*------------------------------------*\
  #FORM CONSTRAINTS
\*------------------------------------*/
.form-group--constraints .constraints-list {
  background: #f6f6f6;
  padding: 25px; }
  .form-group--constraints .constraints-list .constraint-heading {
    margin-bottom: 20px; }
  .form-group--constraints .constraints-list .form-control__constraint {
    line-height: 1.5rem; }
    .form-group--constraints .constraints-list .form-control__constraint .icon {
      display: none; }
    .form-group--constraints .constraints-list .form-control__constraint.set--constraint-pass .icon {
      display: inline-block; }

.form-group--constraints .invalid-feedback.set--visible {
  display: none; }

.set--constraint-fail {
  color: #df1642; }

.set--constraint-pass {
  color: #73bd00; }

@media (-ms-high-contrast: active) {
  .form-check-label:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23FFF' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E"); }
  .form-check-label--radio:after {
    border: solid .5rem; } }

.step-msg {
  color: #df1642; }

.input-counter-container {
  position: relative; }
  .input-counter-container:hover .min-qty {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 1; }
  .input-counter-container .min-qty {
    font-size: .85rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    border: 1px solid;
    padding: 5px 10px;
    text-align: center;
    opacity: 0;
    bottom: -45px;
    background: white;
    width: 7.9375rem;
    left: -15px; }
    .input-counter-container .min-qty:after, .input-counter-container .min-qty:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .input-counter-container .min-qty:after {
      border-bottom-color: white;
      border-width: 10px;
      margin-left: -10px; }
    .input-counter-container .min-qty:before {
      border-bottom-color: black;
      border-width: 12px;
      margin-left: -12px; }
  .input-counter-container .increment {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    cursor: pointer; }
    .input-counter-container .increment svg {
      margin: 0;
      display: inherit; }
  .input-counter-container .input-increase {
    right: -7px;
    left: inherit; }
  .input-counter-container input {
    border: 1px solid;
    width: 55px;
    height: 48px;
    margin: 0 21px;
    font-weight: bold;
    text-align: center; }
  .input-counter-container input[type=number] {
    -moz-appearance: textfield; }
  .input-counter-container input::-webkit-outer-spin-button,
  .input-counter-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0px; }

[data-action="Cart-Show"] .product-attribute__head {
  display: none; }

[data-action="Cart-Show"] input {
  width: 46px;
  height: 40px;
  font-size: 14px; }

#siteSearch {
  border: none;
  border-bottom: 1px solid #000; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #siteSearch {
      font-size: 0.63rem; } }
  @media (max-width: 47.9375rem) {
    #siteSearch {
      font-size: 0.8rem; } }

input.stock-toggle {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 53px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-box-shadow: inset -20px 0 0 0 #ffffff;
          box-shadow: inset -20px 0 0 0 #ffffff;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms; }
  input.stock-toggle:before {
    content: "OFF";
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 10px;
    top: 6px; }
  input.stock-toggle:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
    background-color: black;
    border-radius: 50%;
    -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
  input.stock-toggle:checked:before {
    content: "ON";
    left: 4px; }
  input.stock-toggle:checked:after {
    right: 5px;
    left: unset;
    -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
            box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }

.librarySearchButton {
  padding-top: 2%;
  padding-left: 10px; }

@media only screen and (max-width: 767px) {
  .searchBoxPatternLibrary {
    width: 86% !important;
    margin-left: 2%; } }

.nosearchresult {
  text-align: center;
  padding-top: 5%;
  font-weight: bold; }

.pattern-UI {
  background-color: lightgrey;
  margin: inherit;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0; }

.librarySiteSearchBox {
  border-radius: 25px !important; }

.search_new {
  border-radius: 25px !important; }

@media only screen and (max-width: 450px) {
  .librarySearchButton {
    padding-top: 3%; } }

@media only screen and (max-width: 767px) {
  .searchBoxHeader {
    width: 90%;
    padding-right: 0 !important;
    margin: 0 auto; }
  .searchButtonHeader {
    padding-top: 2%; }
  .modal--generic__content {
    padding: 0 12px; } }

.pattern-band-UI {
  padding: 0 3.5rem; }

.pattern-library-search#siteLibrarySearch {
  border: none;
  border-bottom: 1px solid lightgrey !important;
  background-color: #f1f0ed; }
  @media (max-width: 47.9375rem) {
    .pattern-library-search#siteLibrarySearch {
      padding-left: 0; } }

.page-contactUs-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px; }

.page-contactUs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contactUs-Submitbtn {
  padding: 14px 32px;
  border-radius: 12px;
  border: solid 1px #1d1f2a;
  background-color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal;
  text-transform: initial;
  color: #fff;
  margin: 15px 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contactUs-Submitbtn:hover {
  color: #1d1f2a;
  background-color: #fff; }

.contact-us-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contactUs_msg_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px; }

.contactUs_msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px; }

.StripeElement {
  border: 1px solid #1d1f2a;
  padding: 11px; }

.video-asset {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 426ms ease-out;
  transition: opacity 426ms ease-out; }
  .video-asset.video-asset--fit {
    width: 100%;
    height: 100%; }
  .video-asset.video-asset--natural {
    max-width: 100%;
    height: auto; }
  .video-asset.video-asset--ratio-wide {
    width: 100%; }

.video-asset--natural video.vjs-tech {
  position: initial; }

.video-asset--ratio-wide {
  position: relative; }
  .video-asset--ratio-wide:before {
    display: block;
    content: '';
    padding-bottom: 56.25%;
    width: 100%; }

.video-asset--overlay-poster {
  background-color: transparent; }
  .video-asset--overlay-poster .vjs-tech {
    opacity: 0;
    -webkit-transition: opacity 426ms ease-out;
    transition: opacity 426ms ease-out; }

.video-asset__overlay {
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out; }
  .set--video-playing.set--video-overlay-hide-playing .video-asset__overlay,
  .set--video-playing.set--video-overlay-show-hover:not(:hover) .video-asset__overlay,
  .set--video-played.set--video-overlay-hide-permanent .video-asset__overlay {
    opacity: 0;
    visibility: hidden; }
  .set--video-manual .video-asset__overlay,
  .set--video-has-controls .video-asset__overlay {
    pointer-events: none; }
    .set--video-manual .video-asset__overlay > *,
    .set--video-has-controls .video-asset__overlay > * {
      pointer-events: initial; }

.set--video-no-controls.set--video-autoplay .video-asset {
  pointer-events: none; }

.set--video-ready .video-asset {
  opacity: 1; }

.set--video-played .vjs-tech {
  opacity: 1; }

/**
 * TABLE OF CONTENTS
 *
 * COMPONENTS
 * headerCommons...................Contains header global styles.
 * headerBanner....................Styles for the header top banner.
 * headerFlyout...................Styles for category navigation.
 * headerSearch...................Styles for the header search.
 * headerMinicart.................Minicart styles.
 *
 */
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/**
 * Contains global styles for the header.
 * This stylesheet should not include component specific styles.
 */
.header {
  z-index: 111;
  position: relative;
  background-color: #FFF;
  cursor: initial;
  border-bottom: 1px solid #E6E6E6; }
  .header.set--overlay {
    -webkit-box-shadow: none;
            box-shadow: none; }

.header__logo-img {
  width: 100%;
  fill: currentColor; }

.header__skip-to-main {
  position: absolute;
  top: 1rem;
  left: 2rem;
  z-index: 1000; }
  .header__skip-to-main:not(:focus) {
    pointer-events: none;
    opacity: 0; }

.header__hamburger-menu {
  padding-right: 1em; }

@media (min-width: 64.0625rem) {
  .header__utility-item:not(:last-child) {
    margin-right: .75rem; } }

@media (min-width: 48rem) {
  .header__main {
    padding: 1em 2.5em; }
  .header__main__row-1 {
    padding: 1.5em 3em 1em; }
  .header__main__row-2 {
    padding: 0 2em; }
  .header__logo__wrapper .header__logo {
    -webkit-flex-shrink: .8;
        -ms-flex-negative: .8;
            flex-shrink: .8;
    max-width: none;
    height: 3rem; } }

@media (max-width: 47.9375rem) {
  .header__main {
    padding: 1em .5em .25em; }
  .header__logo__wrapper .header__logo {
    position: absolute;
    left: calc(50% - 4rem);
    right: calc(50% - 4rem);
    max-width: 6rem; } }

.header-row-2-width {
  width: 100%; }

.header__utility-label.display-large--only {
  display: block; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .header__utility-label {
    margin-left: 0; } }

@media only screen and (max-device-width: 1023px) {
  .header__utility-label.display-large--only {
    display: none; } }

.header__account.header__utility-item.order-1 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__utility-item.header-flyout__secondary-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__utility-item.header-flyout__secondary-link .icon-chevron--down {
    width: 12px;
    height: 12px; }

/******** pre-header content **********/
.pre-header__slot-wrapper {
  z-index: 111; }
  .pre-header__slot-wrapper .selector-for-pre-header-content {
    background-color: #000 !important; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .positioner__wrapper {
      padding: 0px 2em; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .positioner__foreground {
      position: relative;
      -webkit-box-align: end;
      -webkit-align-items: end;
          -ms-flex-align: end;
              align-items: end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .positioner__content {
      margin: 0; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .text-and-image__container {
      padding: 0; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .footer__social-icon .icon {
      font-size: 26px;
      margin: 0 6px; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .positioner__background {
      display: none; }

@media only screen and (max-width: 640px) {
  .pre-header__slot-wrapper .selector-for-pre-header-content {
    padding: 0px 0; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .footer__social-icon .icon {
      font-size: 26px;
      margin: 0 4px; }
    .pre-header__slot-wrapper .selector-for-pre-header-content .header-social__icons .positioner__foreground {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .header-flyout__anchor.level-1 {
    padding: .5rem; } }

@media (min-width: 120.0625rem) {
  .header-flyout__container:not(.level-1):not(.level-2) {
    padding-left: 8rem; } }

@media (min-width: 48rem) {
  .header-flyout:hover .header-flyout__anchor.level-1:not(.mega-item--active):not(:hover), .header-flyout.mega--active .header-flyout__anchor.level-1:not(.mega-item--active):not(:hover) {
    opacity: 1; }
  .header-flyout__anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-flyout__anchor.level-1 {
      padding: 1em;
      font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
      font-size: 1rem;
      height: 4rem; }
    .header-flyout__anchor--view-all {
      text-decoration: underline; }
  .header-flyout__list {
    max-width: 100%;
    position: relative; }
    .header-flyout__list.level-1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: unset; }
    .header-flyout__list:not(.level-1) .header-flyout__item {
      padding: .5em 0; }
    .header-flyout__list li.header-flyout__item.level-1:last-child {
      margin-left: auto; }
      .header-flyout__list li.header-flyout__item.level-1:last-child span {
        padding: 10px; }
  .header-flyout__list-title {
    padding-bottom: .5rem; }
  .header-flyout__item {
    background-color: #FFF;
    font-size: 0.875rem; }
    .header-flyout__item.level-3 {
      font-size: 0.875rem; }
  .header-flyout__anchor {
    font-size: 0.875rem;
    font-family: "avenir-regular", sans-serif; }
    .header-flyout__anchor.level-1 {
      display: block; }
      .header-flyout__anchor.level-1.mega-item--active {
        -webkit-box-shadow: inset 0 -0.25rem #000;
                box-shadow: inset 0 -0.25rem #000; }
    .header-flyout__anchor:not(.level-1) .icon {
      visibility: hidden; }
    .header-flyout__anchor:not(.level-1):hover, .header-flyout__anchor:not(.level-1).mega-item--active {
      font-family: "avenir-bold", sans-serif; }
      .header-flyout__anchor:not(.level-1):hover > .icon, .header-flyout__anchor:not(.level-1).mega-item--active > .icon {
        visibility: visible; }
  .header-flyout__container {
    background-color: #FFF; }
    .header-flyout__container.level-1 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-height: calc(100% - 3.375rem); }
    .header-flyout__container:not(.level-1) {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      background-color: #FFF;
      padding: 2em 1em;
      min-width: 25vw; }
      .header-flyout__container:not(.level-1).mega-item--active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        visibility: inherit;
        font-family: "avenir-bold", sans-serif; }
        .header-flyout__container:not(.level-1).mega-item--active > .icon {
          visibility: visible; }
        .header-flyout__container:not(.level-1).mega-item--active > .header-flyout__back.level-2 {
          display: none; }
      .header-flyout__container:not(.level-1):not(.mega-item--active) {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        opacity: 0;
        visibility: hidden; }
      .header-flyout__container:not(.level-1).level-2 {
        top: 4rem;
        width: 1225px;
        width: 100%;
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        padding-left: 3.5rem;
        padding-top: 2.5rem;
        -webkit-box-shadow: 0px 4px 4px 1px #E6E6E6;
                box-shadow: 0px 4px 4px 1px #E6E6E6;
        max-width: 120rem;
        max-height: calc(100vh - 12.5rem);
        overflow-y: scroll;
        overflow-x: hidden;
        /* Chrome, Safari and Opera */
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        .header-flyout__container:not(.level-1).level-2::-webkit-scrollbar {
          display: none; }
      .header-flyout__container:not(.level-1):not(.level-2) {
        left: 100%;
        border-left: 1px solid #E6E6E6;
        height: auto;
        min-height: calc(100% + 2rem);
        margin-left: 0;
        height: calc(600px - 2.5rem);
        margin-left: -1rem;
        padding-top: 0;
        padding-left: calc(.175*(100vw - 767px) + 1rem);
        width: 100vw;
        max-width: calc(1918px - 23.375rem);
        max-height: 28rem;
        overflow-y: scroll;
        overflow-x: hidden;
        /* Chrome, Safari and Opera */
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        .header-flyout__container:not(.level-1):not(.level-2)::-webkit-scrollbar {
          display: none; }
        .header-flyout__container:not(.level-1):not(.level-2).mega-item--active > .header-flyout__back {
          opacity: 1;
          position: absolute;
          width: 2rem;
          left: 1.5rem;
          top: .5rem; }
  .header-flyout__promos {
    border-left: 1px solid #E6E6E6; }
    .header-flyout__promos > section {
      height: 100%; }
  .header-flyout__promos--top-categories {
    border-right: 1px solid #E6E6E6; }
    .header-flyout__promos--top-categories .html-slot-container,
    .header-flyout__promos--top-categories .module-container {
      width: 14rem; }
  .header-flyout__promos--videos,
  .header-flyout__promos--seasonal,
  .header-flyout__promos--projects,
  .header-flyout__promos--new-arrivals,
  .header-flyout__promos--classes,
  .header-flyout__promos--coupons-and-deals,
  .headery-flyout__promos--shopping-promos {
    padding: 0 5.25rem; }
  .header-flyout__promos--coupons-and-deals {
    border-left: 1px solid #E6E6E6; }
  #flyout-coupons-and-deals.mega-item--active {
    -webkit-box-shadow: inset 0 -0.25rem #df1642;
            box-shadow: inset 0 -0.25rem #df1642; }
  .header__utility__wrapper {
    position: relative; }
  .header-links {
    z-index: 11;
    position: absolute;
    right: 0;
    top: 3.5rem;
    height: auto;
    background-color: #FFF;
    display: none;
    min-width: 250px;
    cursor: default; }
  .header-links:hover,
  .header__account:hover .header-links,
  .header__login:hover ~ .header-links {
    display: block; }
  .header-flyout__secondary-link {
    margin: 1rem 0.2rem;
    white-space: nowrap;
    cursor: pointer; } }

@media (max-width: 47.9375rem) {
  .header-flyout {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    padding-right: 2.5em;
    background: #73bd00; }
    .header-flyout:not(.flyout-toggle--active) {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0;
      visibility: hidden; }
    .header-flyout.flyout-toggle--active {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: inherit; }
      .header-flyout.flyout-toggle--active .header-flyout__close {
        opacity: 1; }
      .header-flyout.flyout-toggle--active .header-flyout__anchor.level-1,
      .header-flyout.flyout-toggle--active .header-flyout__secondary-link {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        font-size: 18px;
        font-weight: 600; }
    .header-flyout .header__logo {
      height: 2rem; }
  .header-flyout__head {
    position: relative;
    background-color: #FFF;
    padding-bottom: 0;
    padding-top: 1.25rem;
    background: #fce300;
    height: 50px; }
  .header-flyout__close {
    z-index: 2;
    margin-left: auto;
    opacity: 0;
    -webkit-transition: opacity 213ms ease-out 213ms;
    transition: opacity 213ms ease-out 213ms; } }
  @media (max-width: 47.9375rem) and (max-width: 47.9375rem) {
    .header-flyout__close {
      top: 0.3em; } }

@media (max-width: 47.9375rem) {
  .header-flyout__back {
    left: 0;
    bottom: 100%;
    opacity: 0;
    background-color: #FFF;
    padding: 1rem 1.25rem;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out; }
    .header-flyout__back .icon {
      margin-right: 1.5rem; }
  .header-flyout__container {
    background-color: #FFF; }
    .header-flyout__container.level-1 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-height: calc(100% - 3.375rem); }
    .header-flyout__container:not(.level-1) {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-height: calc(100vh - 3.5rem);
      background-color: #FFF;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 213ms;
              transition-duration: 213ms;
      -webkit-transition-timing-function: ease-in;
              transition-timing-function: ease-in; }
      .header-flyout__container:not(.level-1).mega-item--active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        opacity: 1;
        visibility: inherit; }
        .header-flyout__container:not(.level-1).mega-item--active > .header-flyout__back {
          opacity: 1;
          -webkit-transition-duration: 213ms;
                  transition-duration: 213ms;
          -webkit-transition-delay: 213ms;
                  transition-delay: 213ms;
          font-size: 22px;
          font-weight: 600;
          color: #091010; }
      .header-flyout__container:not(.level-1):not(.mega-item--active) {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        opacity: 0;
        visibility: hidden; }
      .header-flyout__container:not(.level-1) .header-flyout__anchor {
        padding: 1rem 1.25rem 1rem 0;
        font-size: 18px;
        font-weight: normal;
        color: #1d1f2a;
        line-height: 1.33; }
  .header-flyout__anchor--coupons-and-deals .icon {
    margin-left: 0; }
  .header-flyout__list.level-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header-flyout__list.level-1 li:last-child span {
      padding: 10px; }
  .header-flyout__list-title {
    padding: 1rem 1.25rem 1rem 3.5rem; }
  .header-flyout__item {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    border-bottom: 1px solid #d7d2cb;
    margin: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header-flyout__item--coupons-and-deals {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .header-flyout__scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .header-flyout__anchor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-flyout__back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-flyout__secondary-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-flyout__anchor.level-1,
  .header-flyout__secondary-link {
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-delay: 107ms;
            transition-delay: 107ms; }
    .header-flyout__anchor.level-1.mobile-only,
    .header-flyout__secondary-link.mobile-only {
      padding-left: 0; }
  .header-flyout__anchor--parent {
    font-weight: 700; }
  .header-flyout__secondary-link {
    color: #1d1f2a; }
  .header-flyout__tertiary .header__logo {
    display: none; }
  .header-flyout__secondary-link .header__utility-label {
    font-size: 16px; }
  .header-flyout__secondary-link .SignOut {
    font-size: 16px; } }

.header-flyout {
  background-color: rgba(215, 210, 203, 0.7) !important; }

.align-pattern-library {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 47.9375rem) {
  .header-flyout__secondary.header-links {
    background-color: #f1f0ed; } }

@media (max-width: 47.9375rem) {
  .backBtnforMainmenu {
    position: absolute;
    top: -50px;
    text-transform: capitalize;
    font-size: 16px !important;
    background-color: #fce300 !important; } }

@media (max-width: 47.9375rem) {
  .sublevelMenuName {
    margin: 10px 15px 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #091010;
    border-bottom: 1px solid #d7d2cb;
    padding: 5px 0 10px 0; } }

.header-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 1180px) {
  .closeBtn-menu {
    position: absolute;
    right: 10px; } }

.site-search {
  position: relative; }

input[type="search"].site-search__field {
  width: 100%;
  padding: .5em; }

.site-search__button {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.site-search__button-icon {
  margin: 0; }

.site-search__suggestions-container {
  z-index: 1;
  position: absolute;
  min-width: 55vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 750px;
  overflow-x: hidden;
  -webkit-box-shadow: 0 50px 45px -20px rgba(150, 140, 131, 0.2);
          box-shadow: 0 50px 45px -20px rgba(150, 140, 131, 0.2);
  background-color: #fff; }
  .site-search__suggestions-container::-webkit-scrollbar {
    display: none; }

.site-search__suggestions-list {
  padding: 2.5rem 0;
  background-color: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button.site-search__suggestions-close {
  top: 2rem;
  right: 1rem; }
  button.site-search__suggestions-close:hover, button.site-search__suggestions-close:focus {
    background-color: #E6E6E6; }

.site-search__suggestions-title {
  margin-bottom: 1rem; }

.site-search__suggestions-name {
  text-align: center; }

.site-search__suggestions-item {
  margin: 1.25rem 0;
  font-size: 1rem;
  display: block;
  color: #1d1f2a;
  line-height: 1.31;
  font-weight: normal;
  font-family: 'avenir-regular'; }

.site-search__suggestions-matches--products {
  margin-left: -.5rem;
  margin-right: -.5rem; }

.site-search__suggestions-image-wrap {
  overflow: hidden; }

.site-search__suggestions-image {
  max-height: none;
  margin: .5em; }

@media (min-width: 48rem) {
  .site-search {
    position: relative; }
  .site-search__suggestions-container {
    min-width: 48rem; }
  .site-search__suggestions-list {
    -webkit-box-shadow: 0px 4px 4px 1px #E6E6E6;
            box-shadow: 0px 4px 4px 1px #E6E6E6; }
  .site-search__body > div {
    padding: 0 2.5rem; }
    .site-search__body > div:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      border-right: 4px dotted #E6E6E6; }
  .site-search__suggestions-section:not(:last-of-type):after {
    content: ' ';
    display: block;
    width: 90%;
    margin: 1.5rem auto;
    border: 0.5px solid #E6E6E6; } }

@media (max-width: 47.9375rem) {
  .header__search__wrapper {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    max-width: 100vw;
    width: 100vw;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: .5em; }
  .site-search__suggestions-container {
    width: 100vw;
    max-height: calc(100vh - 8rem);
    overflow: scroll; }
  .site-search__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .site-search__suggestions-section:after {
    content: ' ';
    display: block;
    width: 90%;
    margin: 1.5rem auto;
    border: 0.5px solid #E6E6E6; } }

@media only screen and (max-width: 767px) {
  .searchButtonHeader {
    padding-top: 2%; } }

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .searchButtonHeader {
    margin-right: -3%;
    padding-top: 0; }
  input::-webkit-input-placeholder {
    font-size: small; }
  input::-moz-placeholder {
    font-size: small; }
  input::-ms-input-placeholder {
    font-size: small; }
  input::placeholder {
    font-size: small; } }

.header__minicart {
  position: relative; }
  .header__minicart.set--has-items .header__minicart-link--no-items {
    display: none; }
  .header__minicart:not(.set--has-items) .header__minicart-link--has-items {
    display: none; }

.header__minicart-link {
  position: relative; }

.header__minicart-link--active {
  position: absolute;
  width: 2.54875rem;
  height: 1.5rem;
  z-index: 1;
  display: none; }
  @media (min-width: 48rem) {
    .toggle--active .header__minicart-link--active {
      display: block; } }

.header__minicart-qty {
  position: absolute;
  top: 0;
  left: 72%;
  min-width: 1rem;
  height: 1rem;
  padding-right: .25em;
  padding-left: .25em;
  background-color: #FFF;
  border-radius: 1rem;
  color: #000;
  font-size: 12px; }

.header__minicart-dropdown {
  z-index: 11;
  position: absolute;
  right: 0;
  top: 2rem;
  height: auto;
  background-color: #FFF;
  cursor: default; }
  .header__minicart-dropdown.toggle--active {
    display: block; }
  .header__minicart-dropdown:not(.toggle--active) {
    visibility: hidden;
    display: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: visibility 0s ease-in-out 213ms, -webkit-transform 213ms ease-in-out;
    transition: visibility 0s ease-in-out 213ms, -webkit-transform 213ms ease-in-out;
    transition: transform 213ms ease-in-out, visibility 0s ease-in-out 213ms;
    transition: transform 213ms ease-in-out, visibility 0s ease-in-out 213ms, -webkit-transform 213ms ease-in-out; }

.minicart__header,
.minicart__footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.minicart__header {
  padding: 1rem 0; }
  .minicart__header .minicart__promo.minicart_header {
    padding: 2rem 0; }

.minicart__promo {
  position: static;
  width: 425px;
  height: 3.4375rem;
  -webkit-transform: translate(-49px, -16px);
          transform: translate(-49px, -16px); }
  .minicart__promo::after {
    display: block;
    content: ''; }
  .minicart__promo .approaching-discounts {
    background-color: #E6E9ED;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.75rem;
    font-weight: 800; }

.minicart__header-anchor--tagline {
  margin-right: .2875rem; }

.minicart__error .form-invalid-feedback {
  margin-top: 1rem; }

.minicart__line-item,
.product-line-item__minicart {
  padding-bottom: 0.9375rem;
  border-bottom: solid 1px #E6E6E6;
  overflow-x: hidden; }
  .minicart__line-item:last-of-type,
  .product-line-item__minicart:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }

.minicart__line-item--label {
  padding-bottom: 0.9375rem; }

.minicart__line-items {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-overflow-scrolling: touch;
  min-height: 18.25rem;
  max-height: 18.25rem;
  overflow-y: auto; }
  .minicart__line-items .product-line-item {
    padding-bottom: 0;
    padding-top: 1.275rem; }

.minicart__footer {
  margin-top: auto;
  border-top: solid 1px #000;
  padding-top: .9375rem; }

.minicart__footer-totals {
  padding-bottom: 2rem; }

.minicart__footer-promo {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.minicart__footer-message {
  margin-top: 1em; }

.minicart__footer-actions {
  margin-top: 1.5rem;
  margin-bottom: 1.1875rem; }
  .minicart__footer-actions button {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

.minicart__footer-section--copy {
  max-width: 30rem;
  margin: 0 auto; }

.minicart__footer-section--price {
  float: right; }

@media (min-width: 48rem) {
  .header__minicart-dropdown {
    width: 26.45rem;
    padding: 0 3rem; } }

@media (max-width: 47.9375rem) {
  .header__minicart-dropdown {
    width: 100vw;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    padding-left: 2.5em;
    background: #73bd00; }
    .header__minicart-dropdown > * {
      background: #FFF; } }

/***** updated css ********/
.header__minicart-dropdown {
  width: 375px;
  padding: 0 25px; }
  .header__minicart-dropdown .minicart__header {
    border-bottom: 1px solid #d7d2cb;
    margin-bottom: 15px; }
  .header__minicart-dropdown .minicart__header .minicart__header-anchor {
    font-family: 'avenir-regular';
    font-size: 26px;
    font-weight: 600;
    color: #1d1f2a; }
  .header__minicart-dropdown .minicart__header .minicart__header-anchor span {
    font-family: 'avenir-regular';
    font-size: 15px;
    color: #1d1f2a; }
  .header__minicart-dropdown .minicart__line-items {
    max-height: 410px; }
  .header__minicart-dropdown .minicart__line-items::-webkit-scrollbar {
    width: 8px;
    background-color: #f1f0ed; }
  .header__minicart-dropdown .minicart__line-items::-webkit-scrollbar-thumb {
    background: #b2b0ae; }
  .header__minicart-dropdown .product-line-item__details {
    margin: 0;
    padding-bottom: 13px;
    padding-right: 30px; }
  .header__minicart-dropdown .minicart__line-items .product-line-item {
    padding-top: 13px; }
  .header__minicart-dropdown .product-line-item:not(:last-child) {
    border-bottom: 5px dotted #f1f0ed;
    padding-top: 13px; }
  .header__minicart-dropdown .product-line-item__details .col-3 {
    background: rgba(215, 210, 203, 0.15); }
  .header__minicart-dropdown .product-line-item__details .col-3 a {
    width: 100%; }
  .header__minicart-dropdown .product-line-item__details .col-3 a img {
    padding: 5px 5px; }
  .header__minicart-dropdown .product-line-item__details .col-9 {
    padding-left: 10px; }
  .header__minicart-dropdown .product-line-item__name {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: normal;
    color: #1d1f2a;
    margin-bottom: 0px;
    display: inline-block; }
  .header__minicart-dropdown .product-line-item__name:hover {
    opacity: 1; }
  .header__minicart-dropdown .product-line-item__attribute {
    margin-bottom: 3px; }
  .header__minicart-dropdown .product-line-item__attribute .product-line-item__attribute-key {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    color: #1d1f2a; }
  .header__minicart-dropdown .product-line-item__attribute .product-line-item__attribute-value {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    color: #1d1f2a; }
  .header__minicart-dropdown .mini-cart-line-item-pricing span {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    color: #1d1f2a; }
  .header__minicart-dropdown .mini-cart-line-item-pricing .value {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    color: #1d1f2a; }
  .header__minicart-dropdown .minicart__footer {
    border-top: 1px solid #d7d2cb;
    padding-top: 20px; }
  .header__minicart-dropdown .minicart__footer-totals {
    padding-bottom: 20px; }
  .header__minicart-dropdown .minicart__footer .minicart__footer-section--copy p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #1d1f2a; }
  .header__minicart-dropdown .minicart__footer .minicart__footer-section--price {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    color: #1d1f2a; }
  .header__minicart-dropdown .minicart__footer-actions {
    margin-top: 20px; }
  .header__minicart-dropdown .minicart__footer-actions a {
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 22px;
    font-weight: 500;
    text-transform: inherit;
    padding: 6px 32px;
    border-radius: 50px;
    background-color: #1d1f2a; }
  .header__minicart-dropdown .minicart__footer-actions a:hover:not([disabled]):not(.disabled), .header__minicart-dropdown .minicart__footer-actions a:focus:not([disabled]):not(.disabled) {
    background-color: #fff;
    color: #1d1f2a; }
  .header__minicart-dropdown .minicart__footer .minicart__header-anchor {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    color: #1d1f2a;
    text-transform: inherit; }
  .header__minicart-dropdown .minicart_close {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    text-align: center; }
  .header__minicart-dropdown .minicart_close svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 3px; }
  .header__minicart-dropdown .minicart__product-remove {
    position: absolute;
    right: 1px; }
  .header__minicart-dropdown .minicart__product-remove svg {
    width: 20px;
    height: 20px; }

@media (max-width: 760px) {
  .header__minicart-dropdown {
    background: #fff; } }

@media (max-width: 480px) {
  .header__minicart-dropdown {
    background: #fff;
    width: 100%; }
  .header__minicart-dropdown .minicart__line-items {
    min-height: 375px; }
  .header__minicart-dropdown .minicart__line-items .product-line-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 13px; } }

.store__dropdown__address-title {
  padding: .5em 0; }

.store__dropdown {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0s, -webkit-transform 213ms ease-in-out;
  transition: visibility 0s, -webkit-transform 213ms ease-in-out;
  transition: transform 213ms ease-in-out, visibility 0s;
  transition: transform 213ms ease-in-out, visibility 0s, -webkit-transform 213ms ease-in-out; }

.store__dropdown-close {
  margin: .5em; }

@media (min-width: 48rem) {
  .store__details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.75rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .store__dropdown {
    position: absolute;
    right: 0;
    min-width: 30rem; } }

@media (max-width: 47.9375rem) {
  .store__details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.875rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .my-store {
    margin-right: 2em;
    font-size: 0.875rem; }
  .store__dropdown {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .store__dropdown__info,
  .store__dropdown__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.pre-header__content:not(.slick-initialized) .pre-header__item:not(:first-of-type) {
  display: none; }

.pre-header {
  position: relative;
  margin: auto;
  max-width: 100vw;
  width: 100%; }
  .pre-header .text__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 0.75rem;
    font-family: "avenir-demi", sans-serif;
    color: #FFF;
    line-height: 1.67;
    letter-spacing: 0.5px; }
    .pre-header .text__content > * {
      padding: 0 .5em;
      line-height: 1.2rem;
      white-space: nowrap;
      font-family: "avenir-regular", sans-serif;
      color: #FFF;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 0;
              flex: 0 1 0;
      -ms-flex: 0 1 0; }
  .pre-header .button {
    margin: 0 !important;
    padding: 0 !important; }
  .pre-header .slick-arrow {
    font-size: 0.75rem;
    max-height: 2rem;
    max-width: 2rem;
    background: #000; }

@media (min-width: 48rem) {
  .pre-header {
    max-width: 100vw; }
    .pre-header .text__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 0.875rem; }
      .pre-header .text__content > * {
        white-space: normal;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
            -ms-flex: 0 auto;
                flex: 0 auto;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: unset; }
    .pre-header .slick-arrow {
      font-size: 0.875rem; } }

.footer .footer__main-content {
  padding-top: 30px;
  margin-bottom: 0; }

.footer__info-group .footer__heading {
  margin: 1em 0;
  font-size: 0.875rem;
  font-family: "avenir-bold", sans-serif;
  color: #d7d2cb;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal; }
  @media (max-width: 767px) {
    .footer__info-group .footer__heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 767px) {
    .footer__info-group .footer__heading .assetTitle-width {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .footer__info-group .footer__heading .icon {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    @media (max-width: 767px) {
      .footer__info-group .footer__heading .icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto; } }
  .footer__info-group .footer__heading.toggle--active .icon {
    -webkit-transform: scale(-1);
            transform: scale(-1); }

.footer__info-group li {
  color: #d7d2cb; }
  .footer__info-group li:not(:last-child) {
    margin-bottom: .5em; }

.footer__info-group a:hover {
  text-decoration: underline; }

@media (min-width: 120.0625rem) {
  .footer__info-group--social-icons {
    margin-left: -.625rem; } }

.footer__info-group--social-icons .content-asset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 1em; }

.footer__info-group:last-child {
  border-bottom: none;
  padding-left: 15px; }
  @media (max-width: 47.9375rem) {
    .footer__info-group:last-child {
      padding-left: 0; } }

.footer__social-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem; }
  .footer__social-icon .icon {
    font-size: 32px; }
    @media (max-width: 1180px) {
      .footer__social-icon .icon {
        font-size: 28px; } }
    @media (max-width: 1023px) {
      .footer__social-icon .icon {
        font-size: 22px; } }
    @media (max-width: 47.9375rem) {
      .footer__social-icon .icon {
        font-size: 24px; } }
  .footer__social-icon:last-child .icon {
    margin-right: 0 !important; }

.content-asset .footer__social-icon .icon {
  margin: 0 0.70rem 0 0; }

@media (max-width: 1199px) {
  .footer_qrcode--main {
    display: none !important; } }

.footer-downloadLink {
  display: none; }
  @media (max-width: 1199px) {
    .footer-downloadLink {
      display: block; } }

.footer-qrcode-maintext {
  color: #d7d2cb; }

.footer_qrcode-des {
  color: #d7d2cb; }

.footer__info-group--phone-btn {
  color: #1d1f2a;
  border-radius: 6px;
  margin-top: 8%; }
  .footer__info-group--phone-btn .phone-btnLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1199px) {
      .footer__info-group--phone-btn .phone-btnLink {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767px) {
      .footer__info-group--phone-btn .phone-btnLink {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .footer__info-group--phone-btn .phone-btnLink .googlePlayBtn {
      width: 60%;
      height: auto;
      max-width: inherit;
      max-height: inherit; }
    .footer__info-group--phone-btn .phone-btnLink .appstoreBtn {
      width: 50%;
      height: auto;
      max-width: inherit;
      max-height: inherit; }

@media (max-width: 47.9375rem) {
  .footer__links-list:not(.toggle--active) {
    display: none; }
  .footer__links-list.toggle--active {
    margin-bottom: 1rem; }
  .footer__info-group .footer__heading.toggle--active .icon.expanded {
    display: block; }
  .footer__info-group .footer__heading .expanded {
    display: none; }
  .footer__info-group .footer__heading.toggle--active .icon {
    display: none; } }

@media (min-width: 48rem) {
  .footer__heading {
    margin: 1.25em 0; }
  .footer__main-content {
    margin-bottom: 3rem;
    padding: 0 4%; }
  .footer__secondary-content {
    margin-top: -0.5rem;
    padding: 2% 4%; }
  .footer__heading {
    margin-bottom: 1em; }
  .footer__copyright-title:after {
    display: inline-block;
    margin: 0 .25rem 0 .75rem;
    content: '|'; } }

@media (max-width: 47.9375rem) {
  .footer__secondary-content {
    margin-top: -4rem; }
  .footer__info-group {
    border-bottom: solid 1px #E6E6E6; }
    .footer__info-group li {
      color: #d7d2cb;
      letter-spacing: normal;
      font-weight: normal;
      font-stretch: normal; }
      .footer__info-group li:not(:last-child) {
        margin-bottom: 1.5em; }
    .footer__info-group--social-icons .content-asset {
      padding-top: 2em;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px; }
  .footer__heading {
    padding-top: .75em;
    padding-bottom: .75em; }
  .footer__links-list.toggle--active {
    margin-bottom: 1rem; }
  .footer__copyright {
    font-size: 0.875rem; }
  .footer__copyright-title,
  .footer__copyright-description {
    display: block; }
  .footer__copyright-title {
    margin-bottom: .5em; }
  .footer__copyright-additional {
    margin-top: 2em; }
  .footer__social {
    margin-bottom: 2.75rem; }
  .footer__info-group--phone-msg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center !important; }
  .footer__info-group--phone-des {
    max-width: 18rem;
    margin: 0 auto; } }

@media (min-width: 64.0625rem) {
  .footer_qrcode-des {
    min-width: 18rem; } }

.bgImg {
  background-image: url("../images/footer-dotted-img.png");
  background-position: right 0px top;
  background-repeat: repeat-y; }
  @media (max-width: 767px) {
    .bgImg {
      background-image: none; } }

.footer-logo-container {
  padding: 1% 4%;
  margin-left: 0 !important;
  margin-top: -64px; }
  @media (max-width: 1199px) {
    .footer-logo-container {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .footer-logo-container {
      padding-bottom: 30px;
      padding-top: 40px;
      margin: 0 !important; } }
  .footer-logo-container .footer-logo-img {
    padding: 0; }
    .footer-logo-container .footer-logo-img .header__logo {
      margin: 0;
      display: inline-block;
      height: 50px;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      @media (max-width: 767px) {
        .footer-logo-container .footer-logo-img .header__logo {
          max-width: none; } }

.footer__info-group--qrcode-img {
  margin-top: 15px; }

@media (max-width: 1199px) {
  .footer__info-group--phone-msg {
    text-align: left;
    padding-top: 0; } }

.price {
  color: #000;
  font-size: 1.5rem; }
  .price .strike-through {
    opacity: .6; }
  .price .price__item .value {
    margin-right: .5em; }
  .price .price__item .value:empty {
    margin-right: 0; }
  .price .starting,
  .price .range,
  .price .sales {
    font-weight: 500; }
  .price .tiered table {
    border-top: solid 0.0625rem #E6E6E6;
    margin: 0;
    width: 100%; }
    .price .tiered table tr:nth-child(odd) {
      background-color: #E6E9ED; }
  .price .tiered td,
  .price .tiered span.price {
    font-size: 0.875rem;
    font-weight: 500; }
  .price .tiered td {
    padding: 0.313rem; }
    .price .tiered td.quantity {
      font-weight: normal;
      text-align: right; }
    .price .tiered td.value {
      text-align: left; }
  .price .tiered .table-header {
    font-size: 1.125rem;
    padding: 0.313rem; }
  .price .tiered .column-header {
    font-size: 1rem;
    padding: 0.313rem;
    font-weight: normal; }
  .price .tiered .column-header.quantity {
    text-align: right; }
  .price .savings {
    font-size: 0.75rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  @media (min-width: 48rem) {
    .price .savings {
      margin-left: 1rem;
      font-size: 0.875rem; } }

.pdp-main__price .price .strike-through {
  opacity: 1; }

.pdp-main__price .price.flex-flow-wrap {
  font-size: 26px;
  font-family: 'avenir-demi';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pdp-main__price .price .price__item .value.sales--price {
  color: #dc3a18;
  font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif; }

.pdp-main__price .price .savings {
  display: inline-block;
  margin-left: 0; }
  .pdp-main__price .price .savings .price-diff {
    font-size: .875rem; }

.orderHistory-breadcrumb-hidden span.breadcrumbs__item:first-child {
  display: none; }

.breadcrumbs {
  margin: 1rem;
  display: block;
  text-align: center; }

.breadcrumbs--spaced {
  margin-top: 1rem; }

.breadcrumbs__item:not(:last-child) {
  font-size: .75rem;
  margin: 0 .5em 10px .5em;
  display: inline; }

.breadcrumbs__item:first-child {
  margin-left: 0; }

.breadcrumbs__item:last-of-type:not(:first-of-type) {
  font-size: 1.5rem;
  display: block; }

.pdp-breadcrumbs__item:last-of-type:not(:first-of-type) {
  font-size: .75rem;
  display: inline; }

.pdp__breadcrumbs .breadcrumbs__item {
  text-transform: none; }

.breadcrumbs__separator {
  display: inline-block;
  margin: 0 .5em; }

@media (max-width: 47.9375rem) {
  .product-breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit; }
  .info-icon .icon {
    border-radius: 1.25rem;
    background-color: black;
    width: 1.0rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    height: 1.0rem;
    line-height: 1.5;
    vertical-align: super; }
  .info-icon .tooltip {
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border: 0.1em solid;
    padding: 10px;
    line-height: 1;
    background-color: white;
    -webkit-box-shadow: 5px 5px #888888;
            box-shadow: 5px 5px #888888;
    font-size: 0.928rem;
    min-width: 9.5rem;
    max-width: 15rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    margin-left: 4px;
    -webkit-animation: fade-in 0.5s linear forwards;
            animation: fade-in 0.5s linear forwards; }

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

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

.tooltip {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  vertical-align: middle; }

.tooltip--field-label {
  margin-bottom: .25rem; }

.tooltip__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer; }

.tooltip__trigger-icon {
  width: 100%;
  height: 100%;
  width: 15px; }

.tooltip__content {
  z-index: 2;
  position: absolute;
  min-width: 14.5rem;
  padding: 1em;
  border: solid 0.0625rem #32323B;
  border-radius: 0;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1), transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  opacity: 0;
  visibility: hidden; }
  .tooltip__content:before, .tooltip__content:after {
    position: absolute;
    width: 0;
    height: 0;
    content: ''; }
  .tooltip__content.set--top {
    bottom: calc(100% + 1.125rem);
    -webkit-transform: translateY(0.5rem) scale(0.8);
            transform: translateY(0.5rem) scale(0.8); }
    .tooltip__content.set--top.set--right {
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      border-bottom-right-radius: 0; }
    .tooltip__content.set--top.set--left {
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      border-bottom-left-radius: 0; }
    .tooltip__content.set--top:before {
      top: calc(100% + .0625rem);
      border-top: 0.7125rem solid #32323B; }
  .tooltip__content.set--right {
    right: -.25rem; }
    .tooltip__content.set--right:before {
      right: .75rem;
      border-left: .8125rem solid transparent; }
  .tooltip__content.set--left {
    left: -.25rem; }
    .tooltip__content.set--left:before {
      left: .75rem;
      border-right: .8125rem solid transparent; }
  .tooltip__content.set--center {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip__content.set--bottom {
    top: calc(100% + .75rem);
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem); }
    .tooltip__content.set--bottom.set--right {
      -webkit-transform-origin: top right;
              transform-origin: top right;
      border-top-right-radius: 0; }
    .tooltip__content.set--bottom.set--left {
      -webkit-transform-origin: top left;
              transform-origin: top left;
      border-top-left-radius: 0; }
    .tooltip__content.set--bottom:before {
      bottom: calc(100% + .0625rem);
      border-bottom: 0.7125rem solid #32323B; }
  .tooltip__content.set--tooltip-active {
    opacity: 1;
    visibility: inherit; }
    .tooltip__content.set--tooltip-active:not(.set--center) {
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }
    .tooltip__content.set--tooltip-active.set--center {
      -webkit-transform: translate(-50%, 0) scale(1);
              transform: translate(-50%, 0) scale(1); }

.tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 #E6E6E6;
          box-shadow: inset 0 -0.0625rem 0 0 #E6E6E6; }

.tab-nav--nounderline {
  -webkit-box-shadow: none;
          box-shadow: none; }

.tab-nav__item {
  padding-top: .5em;
  padding-bottom: .75em;
  text-align: center;
  font-weight: 500;
  -webkit-transition-property: color, -webkit-box-shadow;
  transition-property: color, -webkit-box-shadow;
  transition-property: box-shadow, color;
  transition-property: box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1.25);
          transition-timing-function: cubic-bezier(0.4, 0.9, 0.3, 1.25);
  cursor: pointer;
  max-width: 20rem; }
  .tab-nav__item:hover:not(.toggle--active) {
    color: #97A1B0; }
  .tab-nav .tab-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .tab-nav__item.toggle--active,
  .tab-nav__item-check.toggle--active + .tab-nav__item {
    -webkit-box-shadow: inset 0 -0.25rem 0 0 #000;
            box-shadow: inset 0 -0.25rem 0 0 #000; }

.tab-nav__item--underline {
  margin: 0 2.5rem; }
  .tab-nav .tab-nav__item--underline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

.tab-nav__item-check {
  position: absolute;
  opacity: 0; }

.tab-content {
  position: relative; }

.tab-content__panel:not(.toggle--active) {
  display: none; }

.pdp-recommendations-tabs .tab-nav__item.toggle--active {
  font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif; }

.product__horizontal-rec-zone:not(.toggle--active) {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden; }

.inline-prompt-container {
  position: relative; }

.inline-prompt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #32323B;
  white-space: normal;
  -webkit-transition: opacity 107ms ease-out, visibility 107ms ease-out;
  transition: opacity 107ms ease-out, visibility 107ms ease-out; }
  .inline-prompt:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.inline-prompt__body {
  max-width: 20rem; }

.inline-prompt__footer {
  margin-top: 1rem; }

.dropdown-box {
  position: relative; }
  @media only screen and (max-device-width: 1200px) {
    .dropdown-box {
      width: auto;
      margin: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.dropdown-box__trigger {
  border: solid 0.0625rem #E6E9ED; }

.dropdown-box__list {
  z-index: 2;
  position: absolute;
  top: calc(100% - .0625rem);
  right: 0;
  min-width: 16rem;
  background-color: #FFF;
  border: solid 1px #E6E9ED; }
  .dropdown-box__list:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.dropdown-box__library {
  z-index: 2;
  position: absolute;
  top: calc(100% - .0625rem);
  min-width: 16rem;
  background-color: #FFF;
  border: solid 1px #E6E9ED; }
  .dropdown-box__library:not(.toggle--active) {
    opacity: 0;
    visibility: hidden; }

.dropdown-box__anchor {
  display: block;
  white-space: nowrap;
  padding: .25rem 1rem;
  font-size: 0.75rem; }
  .dropdown-box__anchor:hover, .dropdown-box__anchor:focus {
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif; }
  .dropdown-box__anchor.selected {
    background-color: #FFF;
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
    color: #000; }

@media (max-width: 47.9375rem) {
  .dropdown-box__list--small-expanded {
    position: relative;
    top: initial;
    border: none; }
    .dropdown-box__list--small-expanded:not(.toggle--active) {
      opacity: 1;
      visibility: inherit; } }

isapplepay {
  display: none !important; }

.swatch--color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  height: 3.5rem;
  width: 3.5rem;
  -webkit-flex-basis: 3.5rem;
      -ms-flex-preferred-size: 3.5rem;
          flex-basis: 3.5rem;
  margin: .5rem;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  position: relative; }
  .swatch--color.selected {
    -webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 7px #000;
            box-shadow: 0 0 0 5px #FFF, 0 0 0 7px #000; }
  .swatch--color:hover:not(.disabled):not(.unselectable) {
    -webkit-box-shadow: 0 0 0 6px #FFF, 0 0 0 7px #d2d2d2;
            box-shadow: 0 0 0 6px #FFF, 0 0 0 7px #d2d2d2; }
  .swatch--color.disabled, .swatch--color.unselectable {
    opacity: 0.2;
    cursor: not-allowed; }
  .swatch--color:hover .info {
    opacity: 1; }
  .swatch--color .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .75rem;
    position: absolute;
    border: 1px solid #000;
    padding: .5rem;
    text-align: center;
    min-width: 4.5rem;
    opacity: 0;
    background: #FFF;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    pointer-events: none; }
    .swatch--color .info:after, .swatch--color .info:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
  .swatch--color .info--arrow-up {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .swatch--color .info--arrow-up:after, .swatch--color .info--arrow-up:before {
      bottom: 100%;
      left: 50%; }
    .swatch--color .info--arrow-up:after {
      border-bottom-color: #FFF;
      border-width: 10px;
      margin-left: -10px; }
    .swatch--color .info--arrow-up:before {
      border-bottom-color: #000;
      border-width: 12px;
      margin-left: -12px; }
  .swatch--color .info--arrow-down {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .swatch--color .info--arrow-down:after, .swatch--color .info--arrow-down:before {
      top: 100%;
      right: 50%; }
    .swatch--color .info--arrow-down:after {
      border-top-color: #FFF;
      border-width: 10px;
      margin-right: -10px; }
    .swatch--color .info--arrow-down:before {
      border-top-color: #000;
      border-width: 12px;
      margin-right: -12px; }

.swatch--variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid #d2d2d2;
  height: 3.5rem;
  width: 3.5rem;
  -webkit-flex-basis: 3.5rem;
      -ms-flex-preferred-size: 3.5rem;
          flex-basis: 3.5rem;
  margin: .5rem;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  position: relative; }
  .swatch--variant.selected {
    -webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 7px #000;
            box-shadow: 0 0 0 5px #FFF, 0 0 0 7px #000; }
  .swatch--variant:hover:not(.disabled):not(.unselectable) {
    -webkit-box-shadow: 0 0 0 6px #FFF, 0 0 0 7px #d2d2d2;
            box-shadow: 0 0 0 6px #FFF, 0 0 0 7px #d2d2d2; }
  .swatch--variant.disabled, .swatch--variant.unselectable {
    opacity: 0.2;
    cursor: not-allowed; }
  .swatch--variant:hover .info {
    opacity: 1; }
  .swatch--variant .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .75rem;
    position: absolute;
    border: 1px solid #000;
    padding: .5rem;
    text-align: center;
    min-width: 4.5rem;
    opacity: 0;
    background: #FFF;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    pointer-events: none; }
    .swatch--variant .info:after, .swatch--variant .info:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
  .swatch--variant .info--arrow-up {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
    .swatch--variant .info--arrow-up:after, .swatch--variant .info--arrow-up:before {
      bottom: 100%;
      left: 50%; }
    .swatch--variant .info--arrow-up:after {
      border-bottom-color: #FFF;
      border-width: 10px;
      margin-left: -10px; }
    .swatch--variant .info--arrow-up:before {
      border-bottom-color: #000;
      border-width: 12px;
      margin-left: -12px; }
  .swatch--variant .info--arrow-down {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .swatch--variant .info--arrow-down:after, .swatch--variant .info--arrow-down:before {
      top: 100%;
      right: 50%; }
    .swatch--variant .info--arrow-down:after {
      border-top-color: #FFF;
      border-width: 10px;
      margin-right: -10px; }
    .swatch--variant .info--arrow-down:before {
      border-top-color: #000;
      border-width: 12px;
      margin-right: -12px; }

.swatch__icon--color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: inherit;
  height: inherit;
  border-radius: 50%; }

.swatch--color-small {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.25rem;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem; }
  .swatch--color-small.selected:before {
    width: 1rem;
    height: 1rem; }
  .swatch--color-small.selected:after {
    width: .75rem;
    height: .75rem; }

.swatch--color-large {
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.1875rem;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem; }
  .swatch--color-large.selected:before {
    width: 1rem;
    height: 1rem; }
  .swatch--color-large.selected:after {
    width: .75rem;
    height: .75rem; }

.swatch--color-white {
  background-color: #FFF; }

.swatch--color-black {
  background-color: #000; }

.swatch--color-grey-1 {
  background-color: #F2F2F2; }

.swatch--color-grey-2 {
  background-color: #E6E9ED; }

.swatch--color-grey-3 {
  background-color: #E6E6E6; }

.swatch--color-grey-4 {
  background-color: #97A1B0; }

.swatch--color-grey-5 {
  background-color: #707B8C; }

.swatch--color-grey-6 {
  background-color: #485363; }

.swatch--color-grey-7 {
  background-color: #32323B; }

.swatch--color-red {
  background-color: #df1642; }

.swatch--color-blue {
  background-color: #4D96E7; }

.swatch--color-navy {
  background-color: #0f3e72; }

.swatch--color-green {
  background-color: #73bd00; }

.swatch--color-beige {
  background-color: #f5f5dc; }

.swatch--color-grey-glass-1 {
  background-color: rgba(242, 242, 242, 0.5); }

.swatch--color-red-glass {
  background-color: rgba(223, 22, 66, 0.5); }

.swatch--color-blue-glass {
  background-color: rgba(77, 150, 231, 0.5); }

.swatch--color-facebook-blue {
  background-color: #3b5998; }

.swatch--color-google-blue {
  background-color: #4285F4; }

.swatch--color-google-red {
  background-color: #DB4437; }

.swatch--color-instagram-pink {
  background-color: #C62A81; }

.swatch--color-instagram-orange {
  background-color: #F06430; }

.swatch--color-paypal-blue {
  background-color: #009cde; }

.swatch--color-paypal-silver {
  background-color: #eeeeee; }

.swatch--color-primary {
  background-color: #000; }

.swatch--color-secondary {
  background-color: #00A3B2; }

.swatch--color-tertiary {
  background-color: #E7B04D; }

.swatch--color-accent-primary {
  background-color: #0DFFCB; }

.swatch--color-accent-secondary {
  background-color: #DAFF79; }

.swatch--color-accent-tertiary {
  background-color: #28BAFF; }

.swatch--color-beginner {
  background-color: #00ae9a; }

.swatch--color-intermediate {
  background-color: #f69b35; }

.swatch--color-advanced {
  background-color: #ef6c6e; }

.refinement__swatch-color-item {
  padding: .25rem;
  -webkit-flex-basis: 3.5rem;
      -ms-flex-preferred-size: 3.5rem;
          flex-basis: 3.5rem; }

.product-line-item {
  position: relative; }
  .product-line-item:not(:last-child) {
    border-bottom: solid 0.0625rem #E6E6E6; }
  .product-line-item.set--in-wishlist .product-line-item__wishlist-add {
    display: none; }
  .product-line-item.set--in-wishlist .product-line-item__wishlist-remove {
    display: inline-block; }

.product-line-item--wishlist.set--removed-wishlist .product-line-item__wishlist-revert {
  display: block; }

.product-line-item--wishlist.set--removed-wishlist .product-line-item__main {
  display: none; }

.product-line-item--shipment {
  margin-bottom: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: dashed 0.0625rem #E6E9ED; }

.product-line-item__media-link {
  display: block; }

.product-line-item__header {
  margin-bottom: .25em; }

.product-line-item__footer {
  margin-top: 1.25rem; }

.product-line-item__attribute:not(:last-child),
.product-line-item__action:not(:last-child) {
  margin-bottom: .25em; }

.product-line-item__actions {
  margin-top: 1.25rem;
  white-space: nowrap; }

.product-line-item__wishlist-remove {
  display: none; }

.product-line-item__wishlist-revert {
  display: none; }

.cart__line-item:nth-of-type(1) {
  border-top: 1px solid #E6E6E6; }

.cart__line-item .product-line-item__details {
  font-size: 0.875rem; }

@media (max-width: 47.9375rem) {
  .cart__line-item .product-line-item__availability {
    text-align: left; } }

.cart__line-item .product-line-item__name {
  font-size: 0.875rem; }

.cart__line-item .product-line-item__details--copy.disabled:after {
  content: '';
  position: absolute;
  visibility: visible;
  width: 12.5rem;
  height: 9.6875rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 50%;
  pointer-events: none; }

.cart__line-item--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.line-item__shipping--form {
  margin-bottom: 1.9375rem; }

.product-line-item__total-price {
  text-align: right; }
  .product-line-item__total-price .pricing {
    font-size: 0.875rem;
    font-weight: 500; }
  .product-line-item__total-price .product-line-item__promotions--callout {
    display: none; }
  .product-line-item__total-price .product-line-item__promotions--applied {
    display: block;
    font-size: 0.75rem;
    color: #dc3a18;
    text-decoration: underline; }

.product-line-item--save-for-later:first-of-type {
  margin-top: 1.3125rem;
  border-top: 1px solid #000; }

.product-line-item--save-for-later:last-of-type {
  border-bottom: 1px solid #000; }

.product-line-item--save-for-later .savings {
  display: none; }

.product-line-item--save-for-later .price .value {
  font-size: 0.875rem; }

.product-line-item--save-for-later .price__sales {
  font-weight: 700;
  font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif; }

@media (min-width: 48rem) {
  .product-line-item--save-for-later .product-line-item__image {
    margin-right: 1.5rem;
    max-width: 6.875rem; } }

.product-line-item--saveforlater__details {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.product-line-item--order + .address-summary {
  display: none; }

@media (min-width: 64.0625rem) {
  .product-line-item--order .product-line-item__qty-pricing,
  .product-line-item--minicart .product-line-item__qty-pricing,
  .product-line-item--wishlist .product-line-item__qty-pricing {
    margin-top: 1.25rem; } }

@media (max-width: 64rem) {
  .product-line-item__qty-pricing {
    margin-top: 1rem; }
  .cart__line-item--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
    padding-bottom: 1.375rem; }
  .cart__line-item--shipping__item {
    padding-top: 1.75rem;
    margin-bottom: 2.6875rem;
    max-width: 80%;
    margin: 0 auto; }
    .cart__line-item--shipping__item:first-of-type {
      margin-bottom: 1.0625rem;
      padding-bottom: 1.1875rem;
      border-bottom: 1px solid #E6E6E6; }
  .product-line-item__actions {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; } }

@media (min-width: 48rem) {
  .product-line-item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .product-line-item__qty-pricing {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .product-line-item__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .product-line-item__action:not(:last-child) {
    margin-right: 1rem; }
  .product-line-item__details--minicart {
    padding-bottom: 1.3125rem; } }

@media (max-width: 47.9375rem) {
  .product-line-item {
    padding-top: 1.25rem;
    padding-bottom: 0.8375rem; }
    .product-line-item:not(:last-child) {
      border-bottom: solid 0.0625rem #000; }
  .product-line-item__actions {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start; }
  .product-line-item--minicart {
    padding-right: 1rem;
    padding-left: 1rem; }
  .cart__line-item--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1.375rem; }
  .product-line-item__details--copy {
    margin-left: .875rem; }
  .cart__line-item--shipping {
    max-width: 19.1875rem;
    margin: 0 auto;
    margin-top: 1.75rem;
    margin-bottom: 2.6875rem; }
  .product-line-item__total-price .pricing {
    font-size: 1rem;
    font-weight: 500; } }

.cart__line-item--shipping .item {
  margin-bottom: 25px; }

.cart__line-item--shipping input {
  display: none; }

.cart__line-item--shipping .name,
.cart__line-item--shipping .ship-details {
  margin-left: 30px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.cart__line-item--shipping label {
  position: relative;
  cursor: pointer; }

.cart__line-item--shipping input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: transparent;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  background: white;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 100%;
  left: 0px;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset; }

.cart__line-item--shipping input[type="radio"]:checked + label:before {
  background: black; }

.product-grid__item .product > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-line-item__action.product-line-item__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0; }
  .product-line-item__action.product-line-item__remove a {
    margin: .5em;
    font-size: 0.75rem;
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    line-height: 1.67;
    max-width: 100%; }
    .product-line-item__action.product-line-item__remove a:hover:not([disabled]):not(.disabled), .product-line-item__action.product-line-item__remove a:focus:not([disabled]):not(.disabled) {
      opacity: 1;
      background-color: #FFF;
      color: #000; }

@media (max-width: 767px) {
  .product-line-item__action.product-line-item__remove {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.product-badges {
  position: absolute;
  top: 0;
  left: 0; }

.product-badge {
  margin: .25rem 0;
  padding: .25rem .5rem;
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  display: inline-block;
  border-radius: 50px; }
  .product-badge:nth-of-type(1) {
    background-color: #73bd00; }
  .product-badge:nth-of-type(2) {
    background-color: #000; }

.product-promos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.product-promo {
  margin: 0;
  padding: .25rem .5rem;
  color: #FFF;
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .product-promo:nth-of-type(1) {
    background-color: #dc3a18; }
  .product-promo:nth-of-type(2) {
    background-color: #000; }

.ditto-customize {
  display: none; }
  .ditto-customize .product-badge {
    background-color: black; }

.card-number-wrapper::after {
  content: '';
  position: absolute;
  right: 3px;
  background-repeat: no-repeat;
  background-image: url("../../images/credit.png");
  background-size: contain;
  width: 48px;
  height: 30px;
  top: 5px; }

.credit-card-icon {
  width: 48px;
  height: 30px; }
  .credit-card-icon::after {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-image: url("../../images/credit.png");
    background-size: contain;
    width: 48px;
    height: 30px;
    top: 0; }

.card-number-wrapper,
.credit-card-icon {
  position: relative; }
  .card-number-wrapper[data-type="visa"]::after, .card-number-wrapper[data-type="VI"]::after,
  .credit-card-icon[data-type="visa"]::after,
  .credit-card-icon[data-type="VI"]::after {
    background-image: url("../../images/icon-credit-card-visa.svg");
    background-size: contain; }
  .card-number-wrapper[data-type="mastercard"]::after, .card-number-wrapper[data-type="MC"]::after,
  .credit-card-icon[data-type="mastercard"]::after,
  .credit-card-icon[data-type="MC"]::after {
    background-image: url("../../images/icon-credit-card-mastercard.svg");
    background-size: contain; }
  .card-number-wrapper[data-type="amex"]::after, .card-number-wrapper[data-type="AX"]::after,
  .credit-card-icon[data-type="amex"]::after,
  .credit-card-icon[data-type="AX"]::after {
    background-image: url("../../images/icon-credit-card-amex.svg");
    background-size: contain; }
  .card-number-wrapper[data-type="discover"]::after, .card-number-wrapper[data-type="DI"]::after,
  .credit-card-icon[data-type="discover"]::after,
  .credit-card-icon[data-type="DI"]::after {
    background-image: url("../../images/icon-credit-card-discover.svg");
    background-size: contain; }
  .card-number-wrapper[data-type="maestro"]::after,
  .credit-card-icon[data-type="maestro"]::after {
    background-image: url("../../images/payment-types.png");
    background-size: auto;
    background-position: -95px -156px; }

.consent-notification {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
  .consent-notification:not(.toggle--active) {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden; }

.consent-notification__close {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  margin-top: 1rem; }

@media (min-width: 48rem) {
  .consent-notification {
    padding: 0.5625rem 0rem 0.5rem 0rem;
    border-color: grey;
    background-color: #d7dbe2;
    border: solid .125rem;
    border-bottom: none;
    border-right: 0;
    border-left: 0; }
  .consent-notification__copy {
    max-width: 30.875rem;
    padding-left: 2.75rem;
    padding-right: 2rem; }
  .consent-notification__actions {
    min-width: 14rem; } }

@media (max-width: 47.9375rem) {
  .consent-notification {
    padding: 2rem 2rem 2.5rem;
    border-top: solid .125rem; }
  .consent-notification.form-actions {
    width: 100%; }
  .consent-notification__copy {
    margin-top: 1rem; }
  .consent-notification__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tracking-consent {
    text-align: center; }
  .consent-notification__close {
    font-size: 1.5rem; } }

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .consent-notification {
    padding: 5%; } }

@media only screen and (max-width: 768px) {
  .consent-notification {
    background-color: #d7dbe2; } }

.product-add__container {
  margin-top: auto;
  text-align: center; }

.subscription-button {
  max-width: 18%; }

.pdp-main {
  padding: 1rem 0; }

@media (min-width: 48rem) {
  .pdp-main__section--addtobag {
    margin-top: 2.8125rem; } }

.pdp-main__section--addtobag .product-add__button {
  max-width: 372px;
  padding: .875rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #000;
  color: #FFF; }

.product-attribute {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 25px 25px; }

.product-attribute.product-attribute--size {
  border-bottom: 4px dotted #fff; }

.product-attribute:last-child {
  border-bottom: 0;
  padding-bottom: 0; }

.product-attribute__head {
  padding: 0px 7px 15px 0; }

.product-attribute__label {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #1d1f2a; }

.size-chart__anchor {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  color: #1d1f2a; }

.size-chart__anchor .size-chart {
  margin-top: 3px; }

.product-attribute--variationAttribute .product-attribute__contents {
  max-height: 16rem;
  overflow: scroll;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1rem 0; }

.product-attribute__head-qty {
  position: absolute;
  margin-top: 1rem; }

.product-attribute--qty {
  -webkit-flex-basis: 8.375rem;
      -ms-flex-preferred-size: 8.375rem;
          flex-basis: 8.375rem;
  max-width: 100%;
  width: 100%; }

.input-counter-container {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.product-attribute__swatch {
  height: 2.7rem;
  width: 2.7rem;
  margin: 4px 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9%;
      -ms-flex: 0 0 9%;
          flex: 0 0 9%; }

.product-attribute__swatch.swatch--variant:hover:not(.disabled):not(.unselectable) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #1d1f2a;
  background-color: #fce300; }

.product-attribute__swatch.swatch--variant.selected {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #1d1f2a;
  background-color: #fce300; }

.product-attribute__swatch_square {
  height: 7.5rem;
  width: 7.5rem;
  -webkit-flex-basis: 7.5rem;
      -ms-flex-preferred-size: 7.5rem;
          flex-basis: 7.5rem; }

.size-chart {
  margin-top: .5rem; }

.product-availability__label {
  margin-right: .625em; }

.product-pickup {
  margin-top: 1rem; }

.product-common__wishlist {
  position: absolute;
  z-index: 2;
  top: 4%;
  left: 98%; }

.product-common__social-item:not(:last-child) {
  margin-right: 1.0375rem; }

.product-tabs__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.375rem;
  margin-bottom: 4.375rem; }

.product-tab__item {
  display: none; }
  .product-tab__item.set--mobile-tab {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 2rem; }

.product-tab__button {
  padding: 1.625rem 0 1.5rem;
  border-bottom: 1px solid #E6E6E6;
  width: 100%; }
  .product-tab__button:first-of-type {
    border-top: 1px solid #E6E6E6; }
  .product-tab__button .icon {
    float: right; }
  .product-tab__button .icon-close {
    display: none; }
  .product-tab__button.set--mobile-tab {
    border-bottom: 0; }
    .product-tab__button.set--mobile-tab .icon-open {
      display: none; }
    .product-tab__button.set--mobile-tab .icon-close {
      display: block; }
  .product-tab__button .set--mobile-tab {
    display: block; }

.pdp-recommendations-tabs-title {
  margin-left: 2.5625rem;
  margin-top: 1.75rem; }
  .pdp-recommendations-tabs-title:first-of-type {
    margin-left: 0; }

.product-promotions__item {
  margin-top: 10px;
  position: relative; }

.pdp-chemical-warning {
  margin-top: 0.75rem; }

.product-common__social-button {
  cursor: pointer;
  color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal; }

.product-common__social-button .icon {
  float: left;
  margin: 0px 8px 0 0;
  fill: none;
  width: 17px;
  height: 18px; }

.product-common__social-icons {
  display: none;
  position: absolute;
  top: 1.5rem; }

.product-common__social-button.toggle--active + .product-common__social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.pdp-main__class {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }

.pdp-main__class-description {
  padding: 1.125rem 0; }

.pdp-class--bg {
  padding: .2rem .875rem;
  margin-right: .5rem;
  max-width: 5.62rem; }

.pdp-class__beginner--bg {
  background-color: #00ae9a; }

.pdp-class__intermediate--bg {
  background-color: #f69b35; }

.pdp-class__advanced--bg {
  background-color: #ef6c6e; }

.pdp-class__time {
  margin-left: .4375rem; }
  .pdp-class__time .icon {
    vertical-align: text-bottom; }

.pdp-class__carousel {
  margin-top: 1.5rem;
  padding-right: 50px; }
  .pdp-class__carousel .slick-list {
    margin: 0 -.9375rem; }
  .pdp-class__carousel .slick-slide {
    margin: 0 .9375rem; }
  .pdp-class__carousel .slick-next {
    right: -2.5rem;
    width: 6rem;
    font-size: 2rem; }
  .pdp-class__carousel .slick-prev {
    display: none !important;
    left: -2.5rem; }

.mini-cart-line-item-pricing .value,
.mini-cart-line-item-pricing .price,
.mini-cart-line-item-pricing .sales {
  font-size: 1rem; }

.mini-cart-line-item-pricing {
  font-size: 0.875rem; }
  .mini-cart-line-item-pricing .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mini-cart-line-item-pricing .price__original {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .mini-cart-line-item-pricing .price__original,
  .mini-cart-line-item-pricing .value,
  .mini-cart-line-item-pricing .price__sales {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mini-cart-line-item-pricing .price__sales {
    margin-left: 0;
    color: #dc3a18; }
  .mini-cart-line-item-pricing .savings {
    display: none; }
  .mini-cart-line-item-pricing .text--strike__total {
    display: none; }
    .mini-cart-line-item-pricing .text--strike__total ~ .pricing {
      color: #dc3a18; }

.pdp-class__card {
  width: 148px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  border: 2px solid #97A1B0;
  position: relative;
  margin: 0 auto; }
  .pdp-class__card button {
    background: #d2d2d2; }
  .pdp-class__card.active {
    border: 2px solid #212121;
    background-color: #212121;
    color: #FFF; }
    .pdp-class__card.active .pdp-class__card--details {
      background-color: #FFF;
      color: #000; }
    .pdp-class__card.active .pdp-class__schedule--content {
      background-color: #000;
      color: #FFF; }
  .pdp-class__card.full {
    border: 2px solid #97A1B0;
    color: #97A1B0; }
    .pdp-class__card.full .pdp-class__card--details {
      background-color: #F2F2F2;
      color: #707B8C; }
    .pdp-class__card.full .pdp-class__card-date {
      color: #000; }
    .pdp-class__card.full .pdp-class__card--full {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

@media (max-width: 47.9375rem) {
  .pdp-class__card {
    width: inherit; }
  .slick-list {
    overflow: visible; } }

.pdp-class__card--full {
  height: 1.5rem;
  width: 3.0625rem;
  background-color: #dc3a18;
  color: #FFF;
  text-align: center;
  left: 0;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none; }

.pdp-class__card--date {
  cursor: pointer; }

.pdp-class__card--details {
  margin-top: 1.25rem;
  padding: .625rem;
  background-color: #F2F2F2; }

.pdp-class__schedule--action {
  padding: 0.5625rem 0; }
  .pdp-class__schedule--action .icon-close {
    display: none; }
  .pdp-class__schedule--action.set--class-schedule .icon-close {
    display: inline; }
  .pdp-class__schedule--action.set--class-schedule .icon-open {
    display: none; }

.pdp-class__schedule--content {
  display: none; }
  .pdp-class__schedule--content.set--class-schedule {
    display: block; }

.pdp-class__supplies--content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.pdp-class__supplies--list {
  margin-top: 1.0625rem; }
  .pdp-class__supplies--list li::before {
    content: '';
    height: 1rem;
    width: 1rem;
    background-image: url(../../images/checkmark.png);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .625rem;
    vertical-align: sub; }

.pdp-class__actionables {
  margin-top: 2rem; }

.pdp-collections {
  margin-bottom: 4.43rem;
  margin-top: 2.5rem; }

.pdp-collections-header {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.4375rem; }

.pdp-collections-action {
  padding-bottom: 4rem; }

.kidsWarnings {
  margin: 0 0.5rem; }

.pdp-project__actionables--button .icon,
.pdp-class__actionables--button .icon {
  vertical-align: middle; }

@media (min-width: 48rem) {
  .product-attribute--last:not(.product-attribute--color) {
    max-width: 100%; }
  .product-attribute--qty {
    -webkit-flex-basis: 8.375rem;
        -ms-flex-preferred-size: 8.375rem;
            flex-basis: 8.375rem;
    max-width: 8.375rem; }
  .product-attribute__head-qty {
    position: relative;
    margin-top: 0;
    margin-bottom: 2rem; }
  .product-attribute--variationAttribute .product-attribute__contents.product-attribute--swatches--many {
    padding-top: 2.5rem; }
  .product-tabs__content {
    max-width: 1108px;
    margin: 0 auto;
    padding: 3.1875rem 0; }
  .product-tab__item {
    display: none; }
    .product-tab__item.toggle--active {
      display: block; }
  .pdp-class__time {
    margin-left: .5rem; }
  .pdp-main__class-description,
  .pdp-class__beginner,
  .pdp-class__intermediate,
  .pdp-class__advanced {
    font-size: 0.875rem; }
  .pdp-class__supplies--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .pdp-collections {
    margin-bottom: 3.5rem; }
    .pdp-collections .product-list {
      padding-top: 0;
      padding-bottom: 0; }
  .pdp-collections-action {
    padding-bottom: 3.4375rem; }
  .pdp-project__actionables--button,
  .pdp-class__actionables--button {
    max-width: 19.125rem; } }

.pdp-main__marketing {
  margin-top: 1.5rem; }
  @media (min-width: 48rem) {
    .pdp-main__marketing {
      margin-right: .5rem;
      max-width: 23.4375rem;
      margin-top: 2rem; } }

@media (max-width: 47.9375rem) {
  .pdp-main__class-description,
  .pdp-class__beginner,
  .pdp-class__intermediate,
  .pdp-class__advanced {
    font-size: 0.75rem; }
  .pdp-class__supplies {
    margin-top: 1.75rem; }
    .pdp-class__supplies:first-of-type {
      margin-top: 0; }
  .pdp-class__actionables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .product-attribute--swatches--many {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.minicart__line-item .price__sales {
  margin-left: 0;
  color: #dc3a18; }

.price__sales {
  margin-left: 0;
  color: #dc3a18; }

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5; }

.product-attribute__staticContent {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px; }

.product-attribute__staticContent svg {
  width: 58px;
  height: 45px;
  vertical-align: top;
  display: inline-block; }

.product-attribute__staticContent span {
  font-family: 'avenir-regular';
  font-weight: 400;
  font-size: 16px;
  color: #1d1f2a;
  line-height: 1.31;
  max-width: 82%;
  margin-left: 5px;
  margin-top: 7px; }

.product-attribute__label {
  font-size: 16px;
  font-weight: 600;
  font-family: 'avenir-regular';
  color: #1d1f2a; }

.product-attribute__label.product-attribute__label--size .size_allignment {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
  color: #1d1f2a; }

.product-attribute__label .size_allignment {
  min-width: 75px;
  display: inline-block; }

.product-attribute__label--size .size_allignment {
  min-width: auto; }

.product-attribute__selected-value {
  font-size: 16px;
  font-weight: normal;
  font-family: 'avenir-regular' !important;
  color: #1d1f2a;
  text-transform: inherit; }

.product-attribute__staticTitle {
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.product-attribute__staticTitle span {
  font-size: 22px;
  font-weight: 600;
  font-family: 'avenir-regular';
  color: #1d1f2a; }

.product-attribute__staticTitle svg {
  width: 21px;
  height: 21px;
  margin-left: auto;
  cursor: pointer; }

.product-attribute__contents .product-attribute__swatch_square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 10rem;
  border: solid 1px #d7d2cb;
  background: #fff;
  border-radius: 4px;
  padding: 6px 7px 10px 7px;
  margin: 4px 8px 4px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%; }

.product-attribute__contents .swatch--variant.selected {
  border: solid 1px #1d1f2a;
  -webkit-box-shadow: none;
          box-shadow: none; }

.product-attribute__contents .product-attribute__swatch_square:hover:not(.disabled):not(.unselectable) {
  border: solid 2px #1d1f2a;
  -webkit-box-shadow: none;
          box-shadow: none; }

.product-attribute__contents .product-attribute__swatch_square svg {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  background: #cccccc1f; }

.product-attribute__contents .swatch--variant.selected svg {
  border: solid 2px #fce300; }

.product-attribute__contents .product-attribute__swatch_square strong {
  font-size: 14px;
  font-weight: 600;
  font-family: 'avenir-regular';
  text-transform: lowercase;
  line-height: 1.33;
  color: #1d1f2a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 39px; }

.product-attribute--Length .product-attribute__contents .product-attribute__swatch_square {
  height: 2rem;
  width: auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #d7d2cb;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 0 5px 5px 0; }

.product-attribute--Length .product-attribute__contents .product-attribute__swatch_square strong {
  display: none; }

.product-attribute--Length .product-attribute__contents .swatch--variant.selected {
  border: solid 1px #1d1f2a;
  background-color: #fce300; }

.product-attribute--Length .product-attribute__swatch_square:hover:not(.disabled):not(.unselectable) {
  border: solid 1px #1d1f2a; }

.product-attribute--Length .product-attribute__contents .product-attribute__swatch_square p {
  font-family: 'avenir-regular';
  font-weight: 600;
  color: #1d1f2a; }

.product-attribute--size .product-attribute__swatch strong {
  display: none; }

.product-attribute__list hr {
  width: 91%;
  margin: auto;
  min-height: 1px;
  background: #d7d2cb; }

.product-attribute__head {
  padding-bottom: 0; }

.product-attribute__contents {
  padding-top: 15px; }

.select-size-now {
  font-family: 'avenir-regular' !important;
  font-weight: 600 !important;
  font-size: 14px;
  color: #db5858 !important;
  padding-top: 15px;
  padding-left: 5px; }

/*********** design name **********/
.designName-Wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 25px 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 4px dotted #fff;
  margin-top: 30px; }

.designName-Inside .product-design_name {
  font-size: 22px;
  font-weight: 600;
  font-family: 'avenir-regular';
  color: #1d1f2a;
  margin-bottom: 10px;
  display: inline-block; }

.designName-Inside input {
  display: block;
  border-radius: 4px;
  border: solid 1px #b6ada5;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 15px; }

.pdp-main__availability {
  margin-top: 0 !important; }

/**** details and description css ***/
.tab-detailsanddescription .tab-detailsanddescription-inside {
  padding-bottom: 25px; }
  .tab-detailsanddescription .tab-detailsanddescription-inside .tab-detailsanddescription-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px; }
    .tab-detailsanddescription .tab-detailsanddescription-inside .tab-detailsanddescription-heading svg {
      width: 52px;
      height: 58px;
      margin-right: 15px; }
    .tab-detailsanddescription .tab-detailsanddescription-inside .tab-detailsanddescription-heading h5 {
      font-size: large;
      font-family: 'avenir-bold'; }
  .tab-detailsanddescription .tab-detailsanddescription-inside .cms-generic-copy {
    padding: 0 5px; }
  .tab-detailsanddescription .tab-detailsanddescription-inside .col-md-12 {
    padding: 0; }
  .tab-detailsanddescription .tab-detailsanddescription-inside .pdp__details {
    display: none; }
  .tab-detailsanddescription .tab-detailsanddescription-inside .pdp__description-tab {
    padding-bottom: 0; }
  .tab-detailsanddescription .tab-detailsanddescription-inside .cms-generic-copy[data-product-component="patternFit"] {
    text-transform: capitalize; }

.careers__header {
  position: relative;
  background-color: #F2F2F2;
  border-bottom: 1px solid #E6E6E6;
  z-index: 1; }
  .careers__header + .marketing-landing__main {
    min-height: 315px; }
  .careers__header nav.dropdown-menu--careers {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .85rem;
    padding: 0 3rem; }
  .careers__header .dropdown-menu__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  .careers__header .dropdown-menu__section:first-of-type {
    margin-right: auto; }
  .careers__header .careers-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    z-index: 3;
    background-color: #FFF;
    padding: 1.5em;
    padding-left: 0; }
  .careers__header .careers-dropdown__menu {
    min-height: 275px;
    max-width: 33%;
    border-right: 1px solid #E6E6E6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .careers__header .dropdown-menu__container--career-areas:not(.mega-item--active) {
    display: none; }
  .careers__header .dropdown-menu__header {
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
    font-size: 1rem; }
  .careers__header .dropdown-menu__button {
    max-width: 200px;
    padding: .75em 0 .5em;
    border-bottom-width: .25em;
    border-bottom-style: solid;
    border-bottom-color: transparent; }
    .careers__header .dropdown-menu__button:hover, .careers__header .dropdown-menu__button.mega-item--active {
      border-bottom-color: #000; }
  .careers__header .dropdown-menu__item {
    padding-left: 2.5em; }
    .careers__header .dropdown-menu__item:not(.no-hover):hover {
      background: #F2F2F2; }
  .careers__header .dropdown-menu__ada-expand {
    opacity: 0;
    pointer-events: none;
    padding: 0; }
    .careers__header .dropdown-menu__ada-expand:focus {
      opacity: 1;
      pointer-events: all; }
  .careers__header .dropdown-menu__banner__wrapper {
    position: absolute;
    width: 100%;
    left: 0; }

@media (min-width: 48rem) {
  .dropdown-menu__button:hover {
    border-bottom-color: #000; }
  .dropdown-menu__banner__wrapper {
    top: 2.5rem; } }

@media (max-width: 47.9375rem) {
  .careers__header nav.dropdown-menu--careers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0; }
  .careers__header .careers-dropdown {
    display: block;
    min-height: 100vh;
    padding: 0; }
  .careers__header .careers-dropdown__menu {
    max-width: 100%;
    border-right: none; }
  .careers__header .careers-dropdown__promo {
    display: none; }
  .careers__header .dropdown-menu__target {
    z-index: 3; }
  .careers__header .dropdown-menu__button {
    max-width: 100%;
    padding: .75em .75em .5em; }
  .careers__header .navigation--careers:not(.mobile-menu--open) ~ .dropdown-menu__section {
    display: none; }
  .careers__header .dropdown-icon--arrow-down {
    display: inline-block;
    margin-left: 1em; }
  .careers__header .mobile-menu--open .dropdown-icon--arrow-down {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .15s ease-in;
    transition: -webkit-transform .15s ease-in;
    transition: transform .15s ease-in;
    transition: transform .15s ease-in, -webkit-transform .15s ease-in;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .careers__header .dropdown-menu__banner__wrapper {
    top: 0; } }

/*------------------------------------*\
  #TRUMPS
\*------------------------------------*/
/*------------------------------------*\
  #TEXT SIZE
\*------------------------------------*/
.heading-type--zetta {
  font-size: 8.875rem; }

.heading-type--yotta {
  font-size: 7.375rem; }

.heading-type--exa {
  font-size: 6.25rem; }

.heading-type--h1 {
  font-size: 5.125rem; }

.heading-type--h2 {
  font-size: 4.375rem; }

.heading-type--h3 {
  font-size: 3.5rem; }

.heading-type--h4 {
  font-size: 3rem; }

.heading-type--h5 {
  font-size: 2.5rem; }

.heading-type--h6 {
  font-size: 2rem; }

.font-size--medium {
  font-size: 1rem;
  letter-spacing: 0.2px; }

.font-size--titan {
  font-size: 2.5rem;
  letter-spacing: 0.2px; }

.font-size--giant {
  font-size: 1.75rem;
  letter-spacing: 0.2px; }

.font-size--huge {
  font-size: 1.5rem;
  letter-spacing: 0.2px; }

.font-size--large, .body-type--kilo {
  font-size: 1.25rem;
  letter-spacing: 0.2px; }

.font-size--small {
  font-size: 0.875rem;
  letter-spacing: 0.2px; }

.font-size--mini,
.font-size--tiny {
  font-size: 0.75rem;
  letter-spacing: 0.5px; }

.font-size--micro {
  font-size: 0.625rem;
  letter-spacing: 0.5px; }

[class*="fluid-type"] {
  line-height: normal; }

.fluid-type--giant-h5 {
  font-size: 1.75rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--giant-h5 {
      font-size: calc(1.75rem + 0.75 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--giant-h5 {
      font-size: 2.5rem; } }

.fluid-type--large-h5 {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--large-h5 {
      font-size: calc(1.25rem + 1.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--large-h5 {
      font-size: 2.5rem; } }

.fluid-type--huge-h6 {
  font-size: 1.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--huge-h6 {
      font-size: calc(1.5rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--huge-h6 {
      font-size: 2rem; } }

.fluid-type--large-giant {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--large-giant {
      font-size: calc(1.25rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--large-giant {
      font-size: 1.75rem; } }

.fluid-type--large-huge {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--large-huge {
      font-size: calc(1.25rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--large-huge {
      font-size: 1.5rem; } }

.fluid-type--medium-large {
  font-size: 1rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--medium-large {
      font-size: calc(1rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--medium-large {
      font-size: 1.25rem; } }

.fluid-type--small-medium {
  font-size: 0.875rem; }
  @media screen and (min-width: 47.9375rem) {
    .fluid-type--small-medium {
      font-size: calc(0.875rem + 0.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .fluid-type--small-medium {
      font-size: 1rem; } }

/*------------------------------------*\
  #TEXT FAMILIES
\*------------------------------------*/
.font-family--sans {
  font-family: "avenir-regular", Montserrat, Helvetica, Arial, sans-serif; }

.product-line-staging {
  width: 1px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #d7d2cb; }

.font-family--sans-bold {
  font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif; }

.font-family--sans-condensed {
  font-family: "avenir-condensed", Montserrat, Helvetica, Arial, sans-serif; }

.font-family--sans-demi {
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif; }

.font-family--cursive {
  font-family: "felisha-regular"; }

.font-family--serif {
  font-family: "felisha-regular", Unna, Times, serif; }

.font-family--cursive {
  font-family: "felisha-regular"; }

/*------------------------------------*\
  #CMS GENERIC COPY
\*------------------------------------*/
.cms-generic-copy--dont-apply-this-nonsense {
  line-height: 1.63; }
  .cms-generic-copy--dont-apply-this-nonsense h1, .cms-generic-copy--dont-apply-this-nonsense h2, .cms-generic-copy--dont-apply-this-nonsense h3, .cms-generic-copy--dont-apply-this-nonsense h4, .cms-generic-copy--dont-apply-this-nonsense h5, .cms-generic-copy--dont-apply-this-nonsense h6 {
    margin-bottom: .5em;
    line-height: 0.85;
    text-transform: uppercase; }
    .cms-generic-copy--dont-apply-this-nonsense h1:not(:first-child), .cms-generic-copy--dont-apply-this-nonsense h2:not(:first-child), .cms-generic-copy--dont-apply-this-nonsense h3:not(:first-child), .cms-generic-copy--dont-apply-this-nonsense h4:not(:first-child), .cms-generic-copy--dont-apply-this-nonsense h5:not(:first-child), .cms-generic-copy--dont-apply-this-nonsense h6:not(:first-child) {
      margin-top: 1.5em; }
  .cms-generic-copy--dont-apply-this-nonsense a {
    text-decoration: underline;
    font-weight: 500; }
    .cms-generic-copy--dont-apply-this-nonsense a:hover, .cms-generic-copy--dont-apply-this-nonsense a:focus {
      opacity: .7; }
  .cms-generic-copy--dont-apply-this-nonsense ul,
  .cms-generic-copy--dont-apply-this-nonsense ol,
  .cms-generic-copy--dont-apply-this-nonsense p + p {
    margin-top: .5rem; }
  .cms-generic-copy--dont-apply-this-nonsense ol,
  .cms-generic-copy--dont-apply-this-nonsense ul {
    margin-bottom: .5rem;
    padding-left: 1em;
    list-style-type: none; }
    .cms-generic-copy--dont-apply-this-nonsense ol li,
    .cms-generic-copy--dont-apply-this-nonsense ul li {
      position: relative; }
      .cms-generic-copy--dont-apply-this-nonsense ol li:before,
      .cms-generic-copy--dont-apply-this-nonsense ul li:before {
        color: #000;
        position: absolute;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto; }
    .cms-generic-copy--dont-apply-this-nonsense ol li:not(:last-child),
    .cms-generic-copy--dont-apply-this-nonsense ul li:not(:last-child) {
      margin-bottom: .25em; }
  .cms-generic-copy--dont-apply-this-nonsense ol {
    counter-reset: orderedItem; }
    .cms-generic-copy--dont-apply-this-nonsense ol > li {
      counter-increment: orderedItem; }
      .cms-generic-copy--dont-apply-this-nonsense ol > li:before {
        display: inline-block;
        min-width: 1em;
        left: -1.5em;
        text-align: right;
        content: counter(orderedItem) "."; }
  .cms-generic-copy--dont-apply-this-nonsense ul > li:before {
    left: -0.55em;
    font-size: 2em;
    line-height: 0.65;
    content: '•'; }
  .cms-generic-copy--dont-apply-this-nonsense table {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: solid .0625rem;
    border-collapse: collapse; }
  .cms-generic-copy--dont-apply-this-nonsense th, .cms-generic-copy--dont-apply-this-nonsense td {
    border: solid .0625rem;
    padding: 0.5rem; }
  .cms-generic-copy--dont-apply-this-nonsense th {
    background-color: #E6E9ED; }

/*------------------------------------*\
  #TEXT LINE HEIGHT
\*------------------------------------*/
.text-line--collapse {
  line-height: 0; }

.text-line--reset {
  line-height: 1; }

.text-line--reduce {
  line-height: 0.85; }

.text-line--small {
  line-height: 1.19; }

.text-line--medium {
  line-height: 1.38; }

.text-line--large {
  line-height: 1.5; }

.text-line--huge {
  line-height: 1.63; }

.text-line--giant {
  line-height: 1.75; }

.text-line--titan {
  line-height: 1.9; }

/*------------------------------------*\
  #TEXT ALIGNMENT
\*------------------------------------*/
.text-align--left {
  text-align: left; }

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

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

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

/*------------------------------------*\
  #TEXT STYLING
\*------------------------------------*/
.font-weight--light {
  font-weight: 300; }

.font-weight--normal {
  font-family: "avenir-regular", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400; }

.font-weight--semibold {
  font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500; }

.font-weight--bold {
  font-family: "avenir-bold", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 700; }

.font-weight--extrabold {
  font-weight: 800; }

.font-style--italic {
  font-style: italic; }

.text--underline {
  text-decoration: underline; }

.text--strike {
  text-decoration: line-through; }

.text--uppercase {
  text-transform: uppercase; }

.text--lowercase {
  text-transform: lowercase; }

.text--capitalize {
  text-transform: capitalize; }

.text--initial {
  text-transform: initial; }

.text--nowrap {
  white-space: nowrap; }

.text--stroke {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: .0625rem; }

/*------------------------------------*\
  #TEXT SPACING
\*------------------------------------*/
.word-spacing--large {
  word-spacing: 100vw; }

/*------------------------------------*\
  #TEXT COLOR
\*------------------------------------*/
.text-color--white {
  color: #FFF; }

.text-color--black {
  color: #000; }

.text-color--grey-1 {
  color: #F2F2F2; }

.text-color--grey-2 {
  color: #E6E9ED; }

.text-color--grey-3 {
  color: #E6E6E6; }

.text-color--grey-4 {
  color: #97A1B0; }

.text-color--grey-5 {
  color: #707B8C; }

.text-color--grey-6 {
  color: #485363; }

.text-color--grey-7 {
  color: #32323B; }

.text-color--red {
  color: #df1642; }

.text-color--blue {
  color: #4D96E7; }

.text-color--navy {
  color: #0f3e72; }

.text-color--green {
  color: #73bd00; }

.text-color--beige {
  color: #f5f5dc; }

.text-color--grey-glass-1 {
  color: rgba(242, 242, 242, 0.5); }

.text-color--red-glass {
  color: rgba(223, 22, 66, 0.5); }

.text-color--blue-glass {
  color: rgba(77, 150, 231, 0.5); }

.text-color--facebook-blue {
  color: #3b5998; }

.text-color--google-blue {
  color: #4285F4; }

.text-color--google-red {
  color: #DB4437; }

.text-color--instagram-pink {
  color: #C62A81; }

.text-color--instagram-orange {
  color: #F06430; }

.text-color--paypal-blue {
  color: #009cde; }

.text-color--paypal-silver {
  color: #eeeeee; }

.text-color--primary {
  color: #000; }

.text-color--secondary {
  color: #00A3B2; }

.text-color--tertiary {
  color: #E7B04D; }

.text-color--accent-primary {
  color: #0DFFCB; }

.text-color--accent-secondary {
  color: #DAFF79; }

.text-color--accent-tertiary {
  color: #28BAFF; }

.text-color--beginner {
  color: #00ae9a; }

.text-color--intermediate {
  color: #f69b35; }

.text-color--advanced {
  color: #ef6c6e; }

.text-color--initial {
  color: initial; }

@media (min-width: 48rem) {
  /*------------------------------------*\
      #TEXT ALIGNMENT
    \*------------------------------------*/
  .text-align--small-up-center {
    text-align: center; } }

@media (max-width: 64rem) {
  /*------------------------------------*\
      #TEXT ALIGNMENT
    \*------------------------------------*/
  .text-align--medium-center {
    text-align: center; } }

.product-img-split {
  margin-right: 20px; }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
      #TEXT ALIGNMENT
    \*------------------------------------*/
  .text-align--small-center {
    text-align: center; }
  .product-line-staging {
    display: block;
    width: 100%;
    height: 1px;
    margin: 10px 0px; } }

.detailsTab {
  font-weight: bold;
  font-size: large; }

.size-chart-style {
  border: 1px solid black;
  border-collapse: collapse;
  margin: 0.1em; }
  .size-chart-style td, .size-chart-style th {
    font-size: x-small;
    padding-left: 2em;
    text-align: center; }
    .size-chart-style td:last-child, .size-chart-style th:last-child {
      padding-right: 2em; }

.size-chart-style th, .size-chart-style td:first-child {
  font-weight: bold; }

table.size-chart-style {
  margin: 2em; }

.modal-size-chart div {
  padding: 0 !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important; }

.modal-size-chart div button {
  right: 0.5em !important;
  top: 0 !important; }

.hidden {
  display: none !important; }

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

.set--visible {
  opacity: 1;
  visibility: inherit; }

.set--invisible {
  opacity: 0;
  visibility: hidden; }

.set--no-opacity {
  opacity: 0; }

.pointer--none {
  pointer-events: none; }

img[src=""] {
  opacity: 0;
  visibility: hidden; }

/*------------------------------------*\
  #VIEWPORT VISIBILITY
\*------------------------------------*/
@media (min-width: 30.0625rem) {
  .display--xsmall-only {
    display: none !important; } }

@media (min-width: 48rem) {
  .display--small-only {
    display: none !important; } }

@media (min-width: 64.0625rem) {
  .display--medium-only,
  .display--medium-down {
    display: none !important; } }

@media (max-width: 64rem) {
  .display--medium-up {
    display: none !important; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .display--hide-medium {
    display: none !important; } }

@media (max-width: 47.9375rem) {
  .display--small-up,
  .display--medium-only {
    display: none !important; } }

/*------------------------------------*\
  #MODULES
\*------------------------------------*/
/*------------------------------------*\
  #MODULE COMPONENTS
\*------------------------------------*/
.component-overlay-container {
  position: relative;
  max-width: 100%; }

.component-overlay {
  position: absolute;
  overflow: hidden; }

.component-overlay--start {
  top: 0;
  left: 0; }

.component-overlay--center {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.component-v-align--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.component-v-align--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: auto; }

.component-v-align--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto; }

.component-h-align--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.component-h-align--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto; }

.component-h-align--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto; }

/*------------------------------------*\
  #MODULE IMAGES
\*------------------------------------*/
.component-image {
  -o-object-position: var(--focal-point-x) var(--focal-point-y);
     object-position: var(--focal-point-x) var(--focal-point-y); }

/*------------------------------------*\
  #MODULE CONTAINERS
\*------------------------------------*/
.module-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.module-container__description {
  margin-top: .5em; }

/*------------------------------------*\
  #MODULE GRID
\*------------------------------------*/
.module-grid {
  margin-top: -.75rem;
  margin-bottom: -.75rem; }

.module-grid__item {
  margin-top: .75rem;
  margin-bottom: .75rem; }

@media (min-width: 64.0625rem) {
  /*------------------------------------*\
      #MODULE CONTAINERS
    \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 6rem; }
  .module-container--spacing-bottom-large {
    padding-bottom: 6rem; }
  .module-container--spacing-top-regular {
    padding-top: 4.25rem; }
  .module-container--spacing-bottom-regular {
    padding-bottom: 4.25rem; }
  .module-container--spacing-top-small {
    padding-top: 2.25rem; }
  .module-container--spacing-bottom-small {
    padding-bottom: 2.25rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  /*------------------------------------*\
      #MODULE CONTAINERS
    \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 4.25rem; }
  .module-container--spacing-bottom-large {
    padding-bottom: 4.25rem; }
  .module-container--spacing-top-regular {
    padding-top: 2.5rem; }
  .module-container--spacing-bottom-regular {
    padding-bottom: 2.5rem; }
  .module-container--spacing-top-small {
    padding-top: 1.25rem; }
  .module-container--spacing-bottom-small {
    padding-bottom: 1.25rem; } }

@media (max-width: 64rem) {
  /*------------------------------------*\
      #MODULE IMAGES
    \*------------------------------------*/
  .component-image--md-focal {
    -o-object-position: var(--focal-point-x-md) var(--focal-point-y-md);
       object-position: var(--focal-point-x-md) var(--focal-point-y-md); } }

@media (min-width: 48rem) {
  /*------------------------------------*\
      #MODULE COMPONENTS
    \*------------------------------------*/
  .component-overlay--small-up {
    position: absolute;
    overflow: hidden; }
  .component-max-w--10 {
    max-width: 10%; }
  .component-max-w--20 {
    max-width: 20%; }
  .component-max-w--30 {
    max-width: 30%; }
  .component-max-w--40 {
    max-width: 40%; }
  .component-max-w--50 {
    max-width: 50%; }
  .component-max-w--60 {
    max-width: 60%; }
  .component-max-w--70 {
    max-width: 70%; }
  .component-max-w--80 {
    max-width: 80%; }
  .component-max-w--90 {
    max-width: 90%; }
  .component-max-w--100 {
    max-width: 100%; }
  .module-container__header:not(:last-child) {
    margin-bottom: 2.25rem; } }

@media (max-width: 47.9375rem) {
  /*------------------------------------*\
      #MODULE COMPONENTS
    \*------------------------------------*/
  .component-overlay--small {
    position: absolute;
    overflow: hidden; }
  /*------------------------------------*\
      #MODULE IMAGES
    \*------------------------------------*/
  .component-image--sm-focal {
    -o-object-position: var(--focal-point-x-sm) var(--focal-point-y-sm);
       object-position: var(--focal-point-x-sm) var(--focal-point-y-sm); }
  /*------------------------------------*\
      #MODULE CONTAINERS
    \*------------------------------------*/
  .module-container--spacing-top-large {
    padding-top: 2.5rem; }
  .module-container--spacing-bottom-large {
    padding-bottom: 2.5rem; }
  .module-container--spacing-top-regular {
    padding-top: 1.75rem; }
  .module-container--spacing-bottom-regular {
    padding-bottom: 1.75rem; }
  .module-container--spacing-top-small {
    padding-top: 1rem; }
  .module-container--spacing-bottom-small {
    padding-bottom: 1rem; }
  .module-container__header:not(:last-child) {
    margin-bottom: 1.25rem; } }

.my-pattern--headtitle {
  font-weight: bold;
  font-size: 2rem;
  color: #1d1f2a;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal;
  margin-bottom: 1.6rem; }

.my-pattern-subscribed--headtitle {
  font-weight: bold;
  font-size: 2.3rem;
  color: #1d1f2a;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: normal; }

.my-pattern--desc {
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  color: #1d1f2a;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal; }

.my-pattern-subscribed--desc {
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  color: #1d1f2a;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  margin-top: 1.6rem; }

.text-style-1 {
  text-decoration: underline;
  color: #000;
  font-weight: bold; }

.how-to-get--started {
  font-size: 1.6rem;
  font-style: bold;
  text-align: center;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  margin: 2rem 2rem 1rem 2rem; }

.shop-patterns {
  padding: 12px 32px;
  border-radius: 6px;
  background-color: #1d1f2a;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  width: 100%;
  border: 1px solid; }

.borderbg {
  border: solid 1px #b6ada5;
  background-color: #fff;
  padding: 24px 8px 0 8px; }
  @media (min-width: 48rem) {
    .borderbg {
      -webkit-flex-basis: 42%;
          -ms-flex-preferred-size: 42%;
              flex-basis: 42%;
      margin-right: 12px;
      margin-left: 12px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .borderbg {
      -webkit-flex-basis: 46%;
          -ms-flex-preferred-size: 46%;
              flex-basis: 46%;
      margin-right: 12px;
      margin-left: 12px; } }

.shop-pattern-bg {
  background-color: #f9f9f8;
  margin-top: 2rem;
  padding-top: 0.5rem; }

.button-bg {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.circle-image {
  position: relative;
  border-radius: 50%;
  background-color: #f1f0ed;
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.circle-image .img1 {
  width: 34px; }

.circle-image .img2 {
  width: 70px; }

.circle-image .img3 {
  width: 50px; }

.heading1 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.4px;
  color: #1d1f2a;
  margin-bottom: 10px; }
  @media (min-width: 48rem) {
    .heading1 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 0.75rem; } }

.heading2 {
  font-size: 1.3rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #1d1f2a;
  margin-bottom: 10px;
  font-family: 'RockwellNova-Bold'; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .heading2 {
      min-height: 50px; } }
  @media (max-width: 64rem) {
    .heading2 {
      font-size: 1rem;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      min-height: 2.25rem; } }

.Pattern-desc {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1d1f2a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 62px; }
  @media (max-width: 64rem) {
    .Pattern-desc {
      font-size: 0.87rem; } }

.pattern-list {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1d1f2a; }
  @media (max-width: 64rem) {
    .pattern-list {
      font-size: 1rem; } }

.min-height {
  min-height: 3rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .min-height {
      min-height: 4rem; } }
  @media (max-width: 64rem) {
    .min-height {
      min-height: 5.3rem; } }

.button-fullwidth {
  width: 100%;
  margin: 0 0; }

.icon-top-margin {
  margin-top: 1rem; }

.pattern-lib-bg--banner {
  font-size: 1rem; }

.pattern-description {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #1d1f2a;
  margin-left: 10px; }
  @media (max-width: 64rem) {
    .pattern-description {
      font-size: 1rem; } }

@media (max-width: 47.9375rem) {
  .row-gap {
    gap: 2rem; } }

.subscribed-date-banner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  margin-top: 10px;
  color: #1d1f2a;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-size: 1rem; }
  @media (max-width: 47.9375rem) {
    .subscribed-date-banner {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 0.87rem; } }

/********** byop-modal-css **********/
.byop-upload-modal .byop-upload-text {
  font-family: 'avenir-bold';
  font-size: 32px; }

.byop-upload-modal form {
  margin-top: 10px; }

.byop-upload-modal .form-group {
  margin-bottom: 10px; }

.byop-upload-modal .form-group label {
  font-family: 'avenir-regular';
  font-size: 15px;
  color: #32323B; }

.byop-upload-modal .file-input {
  padding: 0; }
  .byop-upload-modal .file-input .button {
    margin: 0; }
  .byop-upload-modal .file-input span.label {
    font-size: 16px;
    font-family: 'avenir-regular'; }

.byop-upload-modal p.warning-message {
  font-size: 18px;
  font-family: 'avenir-bold'; }

.byop-upload-modal #cancleUploadedPdfBtn {
  margin-left: 0; }

.byop-upload-modal .breadcrumbs--spaced .button {
  font-family: 'avenir-regular';
  font-size: 13px; }

#modal-Pattern-lib-folderModal .window-modal__content .window-modal__close {
  top: -10px;
  right: 0px; }

html.cancel-scroll--force {
  overflow: hidden;
  height: 100%; }

.cancel-scroll body {
  overflow: hidden; }

.cancel-scroll--force body {
  overflow: hidden;
  height: 100%; }

.window-modal {
  z-index: 10000;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility; }
  .window-modal.modal-active {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms; }
  .window-modal:not(.modal-active) {
    pointer-events: none;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    opacity: 0;
    visibility: hidden; }
  .window-modal.modal-in-background {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none; }

.window-modal__content {
  position: relative;
  width: 100%;
  min-height: 6.25rem;
  background-color: #FFF;
  -webkit-transition-property: top, bottom, right, left, height, opacity, visibility, -webkit-transform;
  transition-property: top, bottom, right, left, height, opacity, visibility, -webkit-transform;
  transition-property: top, bottom, right, left, height, transform, opacity, visibility;
  transition-property: top, bottom, right, left, height, transform, opacity, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms; }
  .modal-active .window-modal__content {
    -webkit-transition-duration: 213ms;
            transition-duration: 213ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .modal-in-background .window-modal__content > * {
    opacity: .5; }
  .window-modal__content > .modal-container--static {
    display: block; }

.window-modal__close {
  z-index: 10;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2.5em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  padding-bottom: 0.4em;
  -webkit-transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  .window-modal__close:hover {
    background-color: #E6E6E6; }
  .window-modal__close:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 37 37'%3E%3Cpath fill='%2332323B' d='M36.533 3.533L33 0 18.267 14.733 3.533 0 0 3.533l14.733 14.734L0 33l3.533 3.533L18.267 21.8 33 36.533 36.533 33 21.8 18.267z' /%3E%3C/svg%3E");
    width: 0.875rem;
    height: 0.875rem;
    display: inline-block; }

/*------------------------------------*\
  #UTILITY-MODAL-CLASSES
\*------------------------------------*/
.modal-container--static {
  display: none; }

.modal--full .window-modal__content {
  max-width: none; }

.modal--flex .window-modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.modal--hideable.modal-in-background {
  opacity: 0;
  visibility: hidden; }

/*------------------------------------*\
  #GENERIC-MODAL
  Use these if you don't know what else to use.
\*------------------------------------*/
.add_ToCart_product_actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end; }

.modal--generic__title {
  line-height: 1.06; }

.modal--generic__description {
  margin-top: .75em;
  line-height: 1.5; }
  .modal--generic__description.center {
    text-align: center;
    font-size: .875rem; }

.modal--generic__content {
  margin-top: 2rem; }

.modal--generic__actions {
  margin-top: auto; }
  .modal--generic__actions .button.reset {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }

.modal--generic__action {
  margin-top: 2.5rem; }

.modal--generic__scrollable {
  max-height: 17.5rem;
  padding-bottom: 1.25rem; }

/*------------------------------------*\
  #SPECIAL-CASES
\*------------------------------------*/
.modal--quickview .window-modal__content {
  max-width: 60rem; }

.modal--store-locator .window-modal__content {
  max-width: 38rem;
  padding: 2rem; }

.modal--newPayment .window-modal__content {
  padding: 40px;
  max-width: 600px; }

#modal-addToCartModal {
  background-color: rgba(215, 210, 203, 0.9); }

#modal-addToCartModal .window-modal__content {
  max-width: 667px; }

#modal-addToCartModal .window-modal__content .window-modal__close {
  top: 10px;
  background-color: transparent; }

.card_heading {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-color: #fce300;
  padding: 20px 5px; }

.addtocart_button {
  padding: 10px 20px;
  border-top: 1px solid rgba(215, 210, 203, 0.9);
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.addtocart_productimage {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.addtocart_productimagelink {
  width: 170px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ffffff;
  overflow: hidden;
  padding: 8px 6.8px 8.9px 7.6px; }

.addtocart_details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.addTocartButton_checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 6px;
  height: 46px;
  background-color: #1d1f2a;
  font-family: avenir-regular;
  font-size: 18px;
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  text-transform: capitalize; }

.addTocartButton_continueBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 6px;
  height: 46px;
  font-size: 18px;
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  text-transform: capitalize;
  color: #1d1f2a;
  background-color: #FFF; }

.addTocartButton_continueBtn:hover {
  opacity: 1 !important;
  background-color: #1d1f2a;
  border-color: #1d1f2a;
  color: #FFF; }

.addToproduct_desc {
  padding: 2rem; }

.product_info_header {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #1d1f2a; }

.addtocart-message {
  padding-top: 10.5rem; }

.error_addToCartModal {
  width: 100%;
  height: 248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.product_info_key {
  font-size: 14px;
  font-weight: 600; }

.product_info_value {
  font-size: 14px;
  font-weight: normal; }

.product_brand {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 1.3px;
  color: rgba(29, 31, 42, 0.75);
  text-transform: uppercase; }

.modal--addToCart .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.modal--addToCart .modal-container {
  margin-top: 0px;
  background-color: #f7f6f5; }

.modal--addToCart .window-modal__content {
  max-width: 60%;
  min-height: 20rem; }

.modal--addToCart .bottom-options,
.modal--addToCart .minicart__line-items,
.modal--addToCart .product-image,
.modal--addToCart .product-info {
  margin-left: 2rem; }

.modal--addToCart .row-item {
  margin-top: 10px; }

.modal--addToCart .price-container > * {
  display: inline-block; }

.modal--addToCart .category {
  color: #767676; }

.modal--addToCart .ship-to-me {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d2d2d2; }
  .modal--addToCart .ship-to-me .ship-details {
    margin-left: 30px;
    margin-top: 15px; }

.modal--addToCart .store-pickup {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .modal--addToCart .store-pickup .change {
    text-decoration: underline; }
  .modal--addToCart .store-pickup .pickup-details {
    margin-top: 15px;
    display: inline-block; }

.modal--addToCart input {
  display: none; }

.modal--addToCart label {
  position: relative;
  margin-left: 30px;
  cursor: pointer; }

.modal--addToCart input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: transparent;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  left: -30px;
  background: white;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset; }

.modal--addToCart input[type="radio"]:checked + label:before {
  background: black; }

@media (max-width: 47.9375rem) {
  .modal--addToCart {
    margin: 0 auto; }
    .modal--addToCart .window-modal__content {
      margin: 0 auto;
      max-width: calc(100% - 40px); }
    .modal--addToCart .modal-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .modal--addToCart .bottom-options {
      width: 100%; }
      .modal--addToCart .bottom-options .button {
        width: 100%; }
    .modal--addToCart #modal-addToCartModal .window-modal__content {
      max-width: 100%; } }

@media (min-width: 48rem) {
  .cancel-scroll--sm-up body {
    overflow: hidden; }
  .window-modal__content {
    width: calc(100% - 20rem);
    margin: auto;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    visibility: hidden; }
    .modal-active .window-modal__content {
      -webkit-transition-delay: 107ms;
              transition-delay: 107ms;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: inherit; }
    .modal-in-background .window-modal__content {
      -webkit-transform: scale(0.9) translateY(2rem);
              transform: scale(0.9) translateY(2rem); }
  /*------------------------------------*\
      #GENERIC-MODAL
      Use these if you don't know what else to use.
    \*------------------------------------*/
  input.stock-toggle {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    width: 53px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 50px;
    -webkit-box-shadow: inset -20px 0 0 0 #ffffff;
            box-shadow: inset -20px 0 0 0 #ffffff;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms; }
    input.stock-toggle:before {
      content: "OFF";
      position: absolute;
      right: 4px;
      top: 0;
      font-size: 10px;
      top: 6px; }
    input.stock-toggle:after {
      content: "";
      position: absolute;
      top: 2px;
      left: 5px;
      width: 18px;
      height: 18px;
      background-color: black;
      border-radius: 50%;
      -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
    input.stock-toggle:checked:before {
      content: "ON";
      left: 4px; }
    input.stock-toggle:checked:after {
      right: 5px;
      left: unset;
      -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
              box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }
  .modal--changeStore ::-webkit-scrollbar {
    display: none; }
  .modal--changeStore .window-modal__content {
    padding: 40px;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 40%;
    max-width: 550px;
    overflow: scroll; }
    .modal--changeStore .window-modal__content .modal-header {
      margin-bottom: 1em; }
    .modal--changeStore .window-modal__content .store-name {
      margin-bottom: 8px; }
    .modal--changeStore .window-modal__content .store-hour-container {
      margin-top: 12px; }
      .modal--changeStore .window-modal__content .store-hour-container .hours {
        padding-right: 4px; }
      .modal--changeStore .window-modal__content .store-hour-container .store-hours {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        white-space: nowrap;
        text-overflow: inherit; }
      .modal--changeStore .window-modal__content .store-hour-container .icon {
        margin-top: 3px;
        -webkit-transition: all .3s;
        transition: all .3s; }
      .modal--changeStore .window-modal__content .store-hour-container.active .store-hours {
        -webkit-line-clamp: 1000; }
      .modal--changeStore .window-modal__content .store-hour-container.active .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .modal--changeStore .window-modal__content address {
      font-size: 0.9em; }
    .modal--changeStore .window-modal__content .distance {
      padding-left: 5px;
      color: #767676; }
    .modal--changeStore .window-modal__content .store-locator__result-item {
      border-bottom: 1px solid #000; }
      .modal--changeStore .window-modal__content .store-locator__result-item.current-store .button {
        border-color: #73bd00; }
    .modal--changeStore .window-modal__content input[type="text"] {
      padding: 0;
      border: none;
      border-bottom: 1px solid #d2d2d2; }
    .modal--changeStore .window-modal__content .input {
      position: relative; }
      .modal--changeStore .window-modal__content .input .pseudo-submit {
        position: absolute;
        right: 0;
        bottom: 0;
        background: white; }
    .modal--changeStore .window-modal__content .store-locator__form {
      margin-bottom: 0; }
    .modal--changeStore .window-modal__content .actions {
      width: 50%;
      padding: 1.25rem 0rem 1.25rem 1rem; }
    .modal--changeStore .window-modal__content .store-locator__result-content {
      width: 50%;
      padding: 1.25rem 1rem 1.25rem 0; }
    .modal--changeStore .window-modal__content .set-my-store {
      width: 100%;
      margin: 0;
      margin-bottom: 50px; }
    .modal--changeStore .window-modal__content .options {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .modal--changeStore .window-modal__content .store-locator__result-check:checked + .store-locator__result-content,
    .modal--changeStore .window-modal__content .store-locator__result-content:hover {
      background: white; }
    .modal--changeStore .window-modal__content .item-option .link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .modal--changeStore .window-modal__content .item-option .link .icon {
        margin-bottom: 10px;
        cursor: pointer; }
      .modal--changeStore .window-modal__content .item-option .link .description {
        font-size: .75rem; }
    .modal--changeStore .window-modal__content input.stock-toggle {
      position: relative;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      width: 53px;
      height: 24px;
      background-color: #ffffff;
      border: 1px solid black;
      border-radius: 50px;
      -webkit-box-shadow: inset -20px 0 0 0 #ffffff;
              box-shadow: inset -20px 0 0 0 #ffffff;
      -webkit-transition-duration: 200ms;
              transition-duration: 200ms; }
      .modal--changeStore .window-modal__content input.stock-toggle:before {
        content: "OFF";
        position: absolute;
        right: 4px;
        top: 0;
        font-size: 10px;
        top: 6px; }
      .modal--changeStore .window-modal__content input.stock-toggle:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 5px;
        width: 18px;
        height: 18px;
        background-color: black;
        border-radius: 50%;
        -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2); }
      .modal--changeStore .window-modal__content input.stock-toggle:checked:before {
        content: "ON";
        left: 4px; }
      .modal--changeStore .window-modal__content input.stock-toggle:checked:after {
        right: 5px;
        left: inherit;
        -webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
                box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05); }
    .modal--changeStore .window-modal__content .my-store {
      border-bottom: none; }
      .modal--changeStore .window-modal__content .my-store .product-count {
        display: none; }
    .modal--changeStore .window-modal__content .other-stores {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .modal--changeStore .window-modal__content .pdp {
      border-top: 2px solid black;
      border-bottom: 2px solid black;
      padding: 40px 0; }
      .modal--changeStore .window-modal__content .pdp .font-weight--bold {
        padding-right: 10px; }
    .modal--changeStore .window-modal__content .count {
      margin-bottom: 15px;
      color: #65a300;
      padding-left: 10px; }
      .modal--changeStore .window-modal__content .count.limited {
        color: #e77615; }
      .modal--changeStore .window-modal__content .count.oos {
        color: #dc3a18; }
  .modal--generic .window-modal__content {
    max-width: 29rem;
    min-height: 21.25rem;
    padding: 2.5rem; }
  .modal--prompt .window-modal__content {
    max-width: 26rem;
    min-height: 16rem;
    padding: 2rem; }
  .modal--auth {
    padding: 2rem; } }

@media (max-width: 47.9375rem) {
  html.cancel-scroll {
    overflow: hidden;
    height: 100%; }
  .window-modal__content {
    top: 100%;
    margin-top: auto; }
    .modal-active .window-modal__content {
      top: 0; }
    .modal-in-background .window-modal__content {
      -webkit-transform: translateY(55%);
              transform: translateY(55%); }
  /*------------------------------------*\
      #GENERIC-MODAL
      Use these if you don't know what else to use.
    \*------------------------------------*/
  .modal--generic .window-modal__content {
    min-height: 20rem;
    padding-top: 2.5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 3.75rem; }
  .modal--prompt .window-modal__content {
    min-height: 16rem;
    padding-top: 2rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 3.75rem; }
  .modal--product-zoom .window-modal__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /*------------------------------------*\
      #UTILITY-MODAL-CLASSES
    \*------------------------------------*/
  .modal--small-full {
    background-color: #FFF; }
    .modal--small-full .window-modal__content {
      min-height: 100%;
      padding-bottom: 3.75rem; } }

@media (min-width: 48rem) {
  #modal-addressVerification .window-modal__content {
    max-width: 37.125rem; } }

@media (max-width: 47.9375rem) {
  #modal-addressVerification .window-modal__content {
    margin-top: 0;
    max-width: 90%;
    margin: 0 auto; } }

#modal-addressVerification .address-validation-title {
  margin: .325em 0; }
  @media (max-width: 47.9375rem) {
    #modal-addressVerification .address-validation-title {
      text-align: center; } }

#modal-addressVerification .address-validation-tile {
  margin: 1.5em 0; }
  @media (max-width: 47.9375rem) {
    #modal-addressVerification .address-validation-tile {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; } }

#modal-addressVerification .address-validation-tile--caption {
  margin-bottom: .625rem; }

#modal-addressVerification .address-validation-tile--caption--content {
  line-height: 1.3;
  margin: 1.5em 0;
  min-height: 3.75rem; }
  @media (max-width: 47.9375rem) {
    #modal-addressVerification .address-validation-tile--caption--content {
      margin: 1em 0;
      min-height: auto; } }

#modal-addressVerification .address-validation-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 48rem) {
    #modal-addressVerification .address-validation-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

#modal-addressVerification .button {
  margin-left: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 9.0625rem; }

.img-border {
  border: solid; }

/*** size chart modal ***/
.modal-size-chart {
  background-color: #d7d2cbe6;
  overflow: hidden; }

.modal-size-chart .window-modal__content {
  outline: none; }

.modal-size-chart .window-modal__content .product-size-nonDitto {
  display: block;
  -o-object-fit: contain;
     object-fit: contain; }

.modal-size-chart .window-modal__content .product-size-nonDitto img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: auto; }

.modal-size-chart .window-modal__content .product-size-nonDitto .mainImage_ZoomInModal {
  height: 660px;
  margin: 1rem; }

#size_chart_nonDitto {
  margin: 0; }

#size_chart_nonDitto a {
  text-decoration: underline; }

.modal-size-chart table.size-chart-style {
  overflow-x: scroll;
  width: 750px;
  max-width: 750px;
  height: 550px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  margin: 25px 20px; }

.modal-size-chart table.size-chart-style tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 780px;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.product-mainImageHeader .window-modal__content:before {
  content: "";
  width: 100%;
  height: 55px;
  background: #fce300; }

.product-mainImageHeader .window-modal__content {
  padding: 0; }

.modal-size-chart .window-modal__content:before {
  content: "";
  width: 100%;
  height: 55px;
  background: #fce300; }

.modal-size-chart .size-chart__title {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-align: center;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 17px; }

.modal-size-chart div .window-modal__close {
  top: 5px !important;
  background-color: transparent; }

.modal-size-chart table.size-chart-style::-webkit-scrollbar {
  height: 8px;
  width: 8px; }

.modal-size-chart table.size-chart-style::-webkit-scrollbar-thumb {
  background: #fce300; }

.modal-size-chart table.size-chart-style::-webkit-scrollbar-track {
  background: #aaaaab; }

.modal-size-chart .size-chart-style {
  border: solid 1px #d7d2cb;
  border-collapse: collapse;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.modal-size-chart .size-chart-style th, .modal-size-chart .size-chart-style td {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.modal-size-chart .size-chart-style th {
  background: #fce300;
  font-family: 'avenir-regular';
  font-size: 13px;
  font-weight: 600 !important;
  color: #1d1f2a;
  text-align: center;
  padding: 5px 14px;
  border-bottom: solid 1px #d7d2cb; }

.modal-size-chart .size-chart-style td {
  background: #fff;
  font-family: 'avenir-regular';
  font-size: 13px;
  font-weight: 600 !important;
  color: #1d1f2a;
  text-align: center;
  padding: 5px 14px;
  border-bottom: solid 1px #d7d2cb; }

.modal-size-chart .size-chart-style:nth-child(1) th {
  width: 230px; }

.modal-size-chart .size-chart-style th:nth-child(1), .modal-size-chart .size-chart-style td:nth-child(1) {
  background: #55575f;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modal-size-chart .size-chart-style th:nth-child(1) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.modal-size-chart tr.size-chart-style:nth-child(1) {
  position: fixed;
  width: 230px; }

.modal-size-chart tr.size-chart-style:nth-child(2) {
  margin-left: 230px; }

.modal-size-chart tr.size-chart-style:nth-child(2) td {
  width: 75px; }

.modal-size-chart tr.size-chart-style td:nth-child(2) {
  width: 95px; }

.modal-size-chart table.girls-cm-size-chart, .modal-size-chart table.boys-in-size-chart, .modal-size-chart table.boys-cm-size-chart {
  display: none; }

.modal-size-chart .chart-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 23px 0px 23px !important;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: -10px; }
  .modal-size-chart .chart-block .measurement__toggle {
    margin-left: auto; }
  .modal-size-chart .chart-block .boys-measurement__toggle {
    display: none; }
  .modal-size-chart .chart-block .kids-chart__toggle a {
    font-family: 'avenir-regular';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    text-align: center;
    letter-spacing: 1px;
    color: #1d1f2a;
    padding: 6px 14px 6px;
    background-color: #f1f0ed;
    cursor: pointer;
    height: 33px;
    width: 63px;
    display: inline-block; }
  .modal-size-chart .chart-block .kids-chart__toggle a.active {
    color: #f1f0ed;
    background-color: #1d1f2a; }
  .modal-size-chart .chart-block .girls-tab {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .modal-size-chart .chart-block .boys-tab {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: -4px; }
  .modal-size-chart .chart-block .measurement__toggle a {
    font-family: 'avenir-regular';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    text-align: center;
    letter-spacing: 1px;
    color: #1d1f2a;
    padding: 6px 14px 6px;
    background-color: #f1f0ed;
    cursor: pointer;
    height: 33px;
    width: 50px;
    display: inline-block; }
  .modal-size-chart .chart-block .girls-cm-tab {
    margin-left: -4px; }
  .modal-size-chart .chart-block .boys-cm-tab {
    margin-left: -4px; }
  .modal-size-chart .chart-block .measurement__toggle a.active {
    color: #f1f0ed;
    background-color: #1d1f2a; }
  .modal-size-chart .chart-block .girls-in-tab {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .modal-size-chart .chart-block .girls-cm-tab {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .modal-size-chart .chart-block .boys-in-tab {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px; }
  .modal-size-chart .chart-block .boys-cm-tab {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .modal-size-chart .chart-block .measurement__toggle {
    display: none; }
  .modal-size-chart .chart-block .measurement__toggle.active {
    display: inline-block; }

@media (max-width: 768px) {
  .modal-size-chart .window-modal__content {
    width: 95%;
    max-width: 95% !important;
    margin: auto;
    margin-top: 15px;
    min-height: 640px;
    max-height: 640px; }
  .modal-size-chart table.size-chart-style {
    width: 95%;
    max-width: 95%; } }

@media (max-width: 760px) {
  .modal-size-chart tr.size-chart-style:nth-child(1) {
    margin-left: -2px; }
  .modal-size-chart tr.size-chart-style:nth-child(2) {
    margin-left: 228px; } }

@media (max-width: 480px) {
  .modal-size-chart table.size-chart-style {
    width: 90%;
    max-width: 90%; } }

.product_main_imgModal .window-modal__content {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 41rem;
  min-height: 43.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product_main_imgModal .window-modal__content div img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%; }

.margin--auto {
  margin: auto; }

.heading_modal_customization {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media (max-width: 760px) {
  .product_main_imgModal .window-modal__content {
    margin: 0 auto;
    max-width: 95%;
    min-height: auto; } }

#modal-isLoggedInFirstTime .window-modal__content {
  max-width: 700px !important; }
  #modal-isLoggedInFirstTime .window-modal__content .isLoggedInFirstTime {
    margin: auto;
    font-size: 20px;
    font-family: 'avenir-regular';
    font-weight: 600;
    padding: 0 25px;
    text-align: center;
    line-height: 30px;
    display: block !important; }
  #modal-isLoggedInFirstTime .window-modal__content p:nth-child(1) {
    padding-top: 20px; }
  #modal-isLoggedInFirstTime .window-modal__content .isLoggedInFirstTimeLink {
    text-decoration: underline;
    font-weight: 700;
    color: black; }
  #modal-isLoggedInFirstTime .window-modal__content .helping_message {
    font-family: 'avenir-bold';
    padding-bottom: 20px; }

.product-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product-tile .price {
    font-size: 1.125em;
    margin-bottom: 0; }
    .product-tile .price .tiered {
      font-size: 0.875em; }
      .product-tile .price .tiered .value {
        font-weight: bold; }

.product-tile--default {
  position: relative;
  overflow: hidden; }

.product-tile--overlay {
  padding: 1.25rem; }

.product-tile__anchor {
  display: block; }

.product-tile__header {
  position: relative; }

.product-tile__body {
  position: relative;
  padding-top: 1rem;
  padding-bottom: .5rem; }

.product-tile__footer {
  position: relative;
  min-height: 3.5rem;
  margin-top: auto; }

.product-tile__media--default {
  display: block;
  overflow: hidden;
  position: relative; }
  .product-tile__media--default:before {
    display: block;
    content: '';
    padding-bottom: 100%;
    width: 100%; }
  .product-tile__media--default:hover .product-tile__image {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    mix-blend-mode: initial; }
  .product-tile__media--default:hover .product-tile__image--secondary.lazyloaded {
    background-color: white;
    opacity: 1;
    visibility: inherit; }
  .product-tile__media--default:before {
    background-color: #F2F2F2; }

.product-tile__image {
  max-height: none;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 213ms;
          transition-duration: 213ms;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  mix-blend-mode: darken; }
  .product-tile__image.product-tile--fabric {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }

.product-tile__image--secondary {
  opacity: 0;
  visibility: hidden; }

.product-tile__body-section:not(:first-child) {
  margin-top: .5rem; }

.product-tile__swatches {
  margin-top: auto; }

.product-tile__swatches + .product-tile__footer {
  margin-top: auto; }

.product-tile__swatch:not(:last-child) {
  margin-right: .5rem; }

.product-tile__quickview {
  position: absolute;
  top: 0;
  right: 1rem;
  margin-top: 100%;
  -webkit-transform: translateY(calc(-100% - 1rem));
          transform: translateY(calc(-100% - 1rem));
  opacity: 0; }
  .product-tile:hover .product-tile__quickview, .product-tile__quickview:focus {
    opacity: 1; }

.product-tile__wishlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: .5em; }
  .product-tile__wishlist.set--in-wishlist .product-tile__wishlist-add {
    display: none; }
  .product-tile__wishlist.set--in-wishlist .product-tile__wishlist-remove {
    display: block; }

.product-tile__wishlist-remove {
  display: none; }

.product-tile__wishlist_lib {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em; }

@media (min-width: 48rem) {
  .product-tile .product-add__container {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1;
    opacity: 0;
    -o-object-fit: contain;
       object-fit: contain;
    height: 40px; }
    .product-tile .product-add__container .product-add__button {
      margin: 0; }
  .product-tile:hover .product-add__container {
    opacity: 1; }
  .product-tile .product-add__button:hover .product-add__container {
    opacity: 0; } }

@media (min-width: 48rem) {
  .product-grid__item--hover .product-tile:hover .product-tile__body {
    opacity: 1;
    background-color: #FFF; }
  .product-grid__item--hover .product-tile__body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    padding: 2.3125rem 1.5rem; }
  .product-grid__item--hover .product-tile--default {
    max-height: 12.9375rem; }
  .product-grid__item--hover .product-add__container {
    bottom: 150px; }
  .product-grid__item--hover p.product-tile__body-section {
    font-weight: 700; }
  .product-grid__item--hover .product-tile__wishlist {
    display: none; }
  .product-grid__item--hover .product-add__button {
    max-width: 9.25rem; } }

.product-list__carousel .slick-slide {
  padding-top: 10px;
  position: relative; }

.component-overlay--center {
  background: #fff; }

.product-badges__wrapper {
  position: absolute;
  top: -6px;
  z-index: 111111;
  left: 6px; }

.product-badge__wrapper_pl {
  position: absolute;
  top: -6px;
  left: 6px; }

.product-badges_pl {
  background-color: #fce300 !important; }

.product-badges__wrapper .product-badge {
  padding: 5px 8px 4px;
  border-radius: 50px;
  background-color: #fce300 !important;
  color: #1d1f2a;
  font-family: 'avenir-regular';
  font-size: 12px;
  font-weight: 600;
  margin: 0; }

.product-tile__body-section {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #1d1f2a;
  font-family: 'avenir-regular'; }

.product-tile__body .price__item {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
  text-align: left;
  font-family: 'avenir-regular'; }

.tab-nav__item {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 10px; }

.tab-nav__item.toggle--active {
  border-bottom: solid 4px #fce300;
  -webkit-box-shadow: none;
          box-shadow: none; }

.tab-nav__item h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'avenir-regular';
  color: rgba(29, 31, 42, 0.75);
  text-transform: none;
  letter-spacing: 0; }

.tab-nav__item.toggle--active h3 {
  color: #1d1f2a; }

/*********** product list css ***********/
.page[data-action="Search-Show"] .main {
  background-color: #f1f0ed;
  padding-top: 20px; }

.page[data-action="Search-Show"] .product {
  position: relative; }

.page[data-action="Search-Show"] .product-tile {
  position: static; }

.page[data-action="Search-Show"] .product-tile__header {
  position: static; }

.page[data-action="Search-Show"] .product-badges__wrapper {
  position: inherit;
  top: auto;
  left: auto; }

.page[data-action="Search-Show"] .product-badges {
  position: static;
  top: auto;
  left: auto; }

.page[data-action="Search-Show"] .product-badges__wrapper .product-badge {
  padding: 5px 9px 5px;
  letter-spacing: 1.2px;
  font-size: 11px;
  position: absolute;
  top: 7px;
  left: 5px; }

.page[data-action="Search-Show"] .product-tile__wishlist {
  top: 30px;
  right: 10px; }

.page[data-action="Search-Show"] .product-tile .product-add__container {
  bottom: auto; }

.page[data-action="Search-Show"] .product-badges__wrapper br {
  display: none; }

.page[data-action="MyPatternLibrary-MyLibrary"] {
  background-color: #f1f0ed; }

.page[data-action="MyPatternLibrary-MyLibrary"] .main {
  background-color: #f1f0ed;
  padding-top: 20px;
  max-width: 90rem;
  margin: 0 auto; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product {
  position: relative; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-tile {
  position: static; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-tile__header {
  position: static; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-badges__wrapper {
  position: inherit;
  top: auto;
  left: auto; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-badges {
  position: static;
  top: auto;
  left: auto; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-badges__wrapper .product-badge {
  padding: 5px 9px 5px;
  letter-spacing: 1.2px;
  font-size: 11px;
  position: absolute;
  top: 7px;
  left: 5px; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-tile__wishlist {
  top: 18px;
  right: 10px; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-tile .product-add__container {
  bottom: auto; }

.page[data-action="MyPatternLibrary-MyLibrary"] .product-badges__wrapper br {
  display: none; }

.page[data-action="MyPatternLibrary-MyLibraryFolder"] {
  background-color: #f1f0ed; }
  .page[data-action="MyPatternLibrary-MyLibraryFolder"] .main {
    background-color: #f1f0ed;
    padding-top: 20px;
    max-width: 90rem;
    margin: 0 auto; }

.pattern-lib-main-title {
  margin-left: 2rem;
  padding-left: 1rem;
  font-size: 30px;
  font-family: 'avenir-bold'; }
  @media (max-width: 47.9375rem) {
    .pattern-lib-main-title {
      margin-left: 0;
      padding-left: 0.5rem;
      margin-bottom: 0.5rem !important;
      font-size: 22px; } }

.pattern-library-productgrid {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1rem; }
  @media (max-width: 47.9375rem) {
    .pattern-library-productgrid {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }

.pattern-library-tile {
  border: 2px solid  #d7d2cb;
  border-radius: 4px;
  background-color: #f9f9f8; }

.pattern-library-promo {
  position: absolute;
  top: -3rem;
  left: 0.5rem;
  border-radius: 100px;
  background-color: #e9e7e3;
  padding: 5px 7px;
  color: #1d1f2a;
  font-size: 0.62rem; }

.promo-parent {
  position: relative; }

.pattern-subscribed-parent {
  top: -3rem;
  left: 0.5rem;
  position: absolute; }

.pattern-subscribed {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #d7d2cb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.subscriber-img {
  width: 1rem;
  height: 1.13rem; }

.pattern-library-tile--body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #f9f9f8; }

.thick-hr {
  height: 2px; }

.dateAdded, .dateModified {
  margin-top: 10px; }

.dateAdded span, .dateModified span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.33;
  color: #1d1f2a; }

.pattern-lib-filter {
  background-position: calc(100% - 2em) center;
  padding-right: 2rem; }

.pattern-lib-subscribedDate {
  color: #1d1f2a;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  padding-right: 3rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto; }
  @media (max-width: 47.9375rem) {
    .pattern-lib-subscribedDate {
      margin-left: 0;
      font-size: 0.87rem;
      margin-bottom: 10px; } }

@media only screen and (max-device-width: 1200px) {
  .patt-lib-address-summary {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.pattern-lib-search .form-control {
  height: 2rem;
  background-color: #f1f0ed;
  padding-left: 0;
  padding-right: 3rem;
  background-position: calc(100% - 2em) center; }
  @media (max-width: 47.9375rem) {
    .pattern-lib-search .form-control {
      padding: 0 2rem 0 0; } }

.patt-lin-header-search {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pattern-lib-brand-name {
  font-size: 0.87rem;
  color: rgba(29, 31, 42, 0.75);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.4px; }

.pattern-lib-design-name {
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.24px;
  color: #1d1f2a;
  margin-top: 10px;
  overflow-wrap: break-word; }
  @media (max-width: 47.9375rem) {
    .pattern-lib-design-name {
      font-size: 1rem; } }

.pattern-lib-prod-name {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.24px;
  color: rgba(29, 31, 42, 0.75);
  margin-top: 10px; }

.folderSelection-none {
  display: none; }

.product-badge__wrapper_pl {
  position: absolute;
  top: -6px;
  left: 6px; }

.sub-date-info {
  font-size: 0.87rem;
  margin-left: -8px; }

.product-badges_pl {
  background-color: #fce300 !important; }

.pattern-lib-footer {
  background-color: #f9f9f8; }

.active .folder-layout {
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 1.3px;
  color: #333;
  font-size: 1rem; }

.non-active {
  color: #787878;
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 1.3px; }

.filter-item-size {
  font-size: 1rem;
  color: #1d1f2a;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal; }

.account-card__row {
  padding: 10px 0; }

@media (max-width: 47.9375rem) {
  .event-type.pattern-lib-event {
    margin: 0;
    width: 50%;
    text-align: center; } }

@media (max-width: 47.9375rem) {
  .event-type.pattern-lib-event a {
    width: 100%;
    display: inline-block; } }

@media (max-width: 47.9375rem) {
  .pattern-lib-parent .account-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 47.9375rem) {
  .pattern-lib-product--grid .product {
    padding: 0.5rem !important; } }

@media (max-width: 47.9375rem) {
  .pattern-lib-product--grid .product-tile__media--default {
    height: 182px; } }

@media (max-width: 47.9375rem) {
  .pattern-lib-parent .pattern-band-UI {
    padding: 0 1.5rem; } }

.page[data-action="MyPatternLibrary-MyLibrary"] .clear-seacrh, .page[data-action="MyPatternLibrary-MyLibrary"] .clear-filter {
  margin-left: 2rem;
  padding-left: 1rem; }
  @media (max-width: 47.9375rem) {
    .page[data-action="MyPatternLibrary-MyLibrary"] .clear-seacrh, .page[data-action="MyPatternLibrary-MyLibrary"] .clear-filter {
      margin: 0 auto;
      padding: 10px;
      text-align: center; } }

.page[data-action="MyPatternLibrary-MyLibrary"] .show-result {
  padding-top: 10px;
  font-size: 1rem;
  color: rgba(29, 31, 42, 0.75);
  font-family: 'avenir-regular';
  font-weight: normal; }
  .page[data-action="MyPatternLibrary-MyLibrary"] .show-result .step-msg {
    color: #1d1f2a;
    font-weight: 500;
    font-size: 1rem;
    margin-left: 20px;
    color: rgba(29, 31, 42, 0.75);
    -webkit-text-decoration-color: rgba(29, 31, 42, 0.75);
            text-decoration-color: rgba(29, 31, 42, 0.75); }

.page[data-action="MyPatternLibrary-MyLibrary"] .no-result-found {
  padding-top: 30px;
  font-family: 'avenir-regular';
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #1d1f2a;
  line-height: 1.18; }

.pattern-lib-parent .step-msg {
  color: #1d1f2a;
  font-weight: 500;
  font-size: 0.87rem;
  margin-left: 20px; }

.pattern-lib-parent .show-result {
  padding-top: 10px; }

.pattern-lib-parent .sort-option {
  padding: 20px; }

.pattern-lib-refine--item {
  padding: 20px 20px 0 20px; }
  @media (max-width: 47.9375rem) {
    .pattern-lib-refine--item {
      min-width: 10rem; } }

.pattern-lib-refine--item .refinement__boolean-item :not(:last-child) {
  margin-bottom: 15px; }

.pattern-lib-refine--item .form-check-label::before {
  border: solid 2px #d7d2cb;
  border-radius: 3px; }

.pattern-lib-refine--item .button--primary-outline {
  margin-left: 0;
  font-weight: 600;
  line-height: 45px;
  height: 45px;
  color: #000;
  border-radius: 6px;
  border: solid 1px #000;
  background-color: #fff;
  padding: 0 0;
  text-transform: inherit;
  font-size: 1rem; }
  @media (max-width: 47.9375rem) {
    .pattern-lib-refine--item .button--primary-outline {
      font-size: 0.87rem; } }

.pattern-lib-folderselection {
  text-align: center;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.4); }

.myfolder-subfolder {
  margin: 0; }

.myfolder-subfolder-title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #1d1f2a;
  font-family: 'avenir-bold'; }
  @media (max-width: 47.9375rem) {
    .myfolder-subfolder-title {
      font-size: 18px;
      line-height: 1.22; } }

.myfolder-UI {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 30px 50px; }
  @media (max-width: 47.9375rem) {
    .myfolder-UI {
      padding: 15px 10px 0; } }

.myfolder-UI .product-grid__item {
  padding: 1rem; }

.myfolder-UI .product-grid__item .product {
  border: solid 1px #d7d2cb;
  padding: 0; }

.myfolder-UI .myfolder-grid {
  background-color: #fff; }

.product-border {
  border: solid 1px #d7d2cb; }

.myfolder-UI .product-tile__body {
  padding: 12px 6px;
  background-color: #f7f6f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 47.9375rem) {
    .myfolder-UI .product-tile__body {
      min-height: 76px; } }

.icon--subfolders, .icon--createFolder {
  width: 120px;
  margin: 0 auto; }

.icon-plus, .icon-vertical-dots {
  width: 1rem;
  height: 1rem;
  margin-top: 3px;
  vertical-align: middle; }

#modal-Pattern-lib-folderModal .button--primary.cancel {
  background-color: #fff;
  border-radius: 6px;
  color: #1d1f2a;
  font-size: 0.87rem;
  text-transform: none; }
  #modal-Pattern-lib-folderModal .button--primary.cancel:hover {
    opacity: 1;
    background-color: #1d1f2a;
    color: #FFF; }

#modal-Pattern-lib-folderModal .button--primary.save {
  border-radius: 6px;
  font-size: 0.87rem;
  text-transform: none;
  opacity: 1;
  background-color: #1d1f2a; }
  #modal-Pattern-lib-folderModal .button--primary.save:hover {
    opacity: 1;
    background-color: #FFF;
    color: #1d1f2a; }

#modal-Pattern-lib-folderModal .button--primary.save.button[disabled] {
  background-color: #E6E9ED;
  border-color: #E6E9ED;
  color: #707B8C;
  cursor: not-allowed; }

.DeletePattern-button .button--primary.not-toDelete, .deleteFolder .button--primary.not-toDelete {
  border-radius: 6px;
  font-size: 0.87rem;
  background-color: #fff;
  color: #1d1f2a;
  text-transform: none; }
  .DeletePattern-button .button--primary.not-toDelete:hover, .deleteFolder .button--primary.not-toDelete:hover {
    opacity: 1;
    background-color: #1d1f2a;
    color: #FFF; }

.DeletePattern-button .button--primary.yes-toDelete, .deleteFolder .button--primary.yes-toDelete {
  border-radius: 6px;
  font-size: 0.87rem;
  text-transform: none;
  opacity: 1;
  background-color: #1d1f2a; }

@media (max-width: 47.9375rem) {
  .pattern-lib-display-small {
    padding: 0 15px; } }

#modal-Pattern-lib-folderModal .window-modal__content::before {
  width: 100%;
  height: 50px;
  background: #fce300;
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#modal-Pattern-lib-folderModal {
  background-color: #d7d2cbe6; }

#modal-Pattern-lib-folderModal .window-modal__content {
  width: 450px;
  max-width: 80%;
  margin: auto; }
  @media (max-width: 47.9375rem) {
    #modal-Pattern-lib-folderModal .window-modal__content {
      width: 100%;
      max-width: 100%; } }

#modal-Pattern-lib-folderModal .window-modal__content .window-modal__close {
  top: -6px;
  right: -0.5em;
  background-color: transparent; }

.new-folder-updated-pattern-lib .button-distance, .addToFolder-Modal .button-distance, .DeletePattern-Modal .button-distance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 47.9375rem) {
    .new-folder-updated-pattern-lib .button-distance, .addToFolder-Modal .button-distance, .DeletePattern-Modal .button-distance {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 47.9375rem) {
  .addtoFolder-display-small {
    margin-left: 10px; } }

.new-folder-updated-pattern-lib {
  text-align: left; }

.new-folder-updated-pattern-lib .new-folder-update {
  text-align: left;
  margin: 0; }

.new-folder-updated-pattern-lib .top-border, .add-to-folder-border .top-border, .DeletePattern-button .top-border {
  border-top: 1px solid #d7d2cb;
  padding-top: 12px; }

.new-folder-updated-pattern-lib input {
  margin-top: 10px; }

.new-folder-updated-pattern-lib label {
  font-size: 0.87rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #1d1f2a; }

.new-folder-updated-pattern-lib .account-main__title, .addToFolder-Modal .account-main__title, .DeletePattern-Modal .account-main__title,
.deleteFolder .account-main__title {
  font-size: 1.37rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  padding: 0 1rem; }

.new-folder-updated-pattern-lib .new-folder-update {
  padding: 0 1rem; }

.add-to-folder-pattern-lib {
  text-align: left; }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .addToFolder-Modal .bottom-options .options-container {
    margin-left: 8px; } }

#modal-Pattern-lib-folderModal .window-modal__content .custom-fabric-modal {
  padding: 1rem 0.5rem; }

input[type="text"]#folderName {
  padding: 1rem; }

.addToFolder-Modal {
  display: none; }

.Add-to-folder, .delete-Pattern {
  cursor: pointer; }

.top-hr {
  border-top: 1px solid #d7d2cb;
  padding: 10px 0; }

.bottom-hr {
  border-bottom: 1px solid #d7d2cb;
  padding: 10px 0; }

.top-bottom-hr {
  border-top: 1px solid #d7d2cb;
  border-bottom: 1px solid #d7d2cb;
  padding: 10px 0; }

.my-pattern-menu div:last-of-type {
  border-bottom: 1px solid #d7d2cb;
  margin-bottom: 20px; }

#FolderOption-Modal {
  display: block; }

#my-folder-menu {
  display: block; }

.DeletePattern-Modal {
  display: none; }

.backbtn {
  position: absolute;
  top: 15px;
  left: 10px; }

.backbtn .back-button {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #1d1f2a; }

.addtoExisting {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.31;
  letter-spacing: normal;
  color: #1d1f2a; }

.pattern-lib-selector {
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 600; }
  .pattern-lib-selector:focus {
    border: none; }

#addressSelector {
  display: none; }

.AddNewFolder {
  display: none; }

.deletePattern-desc p, .deleteFolder-desc p {
  color: rgba(29, 31, 42, 0.75);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  font-size: 1rem;
  padding: 0 1rem; }

/* dropdown selection css for model box */
#addressSelector {
  background-color: #fff;
  border: 1px solid #d7d2cb; }

select.addressSelector option:checked {
  background-color: #f1f0ed; }

.addToFolder-Modal .create-folder-text {
  margin-top: 10px;
  display: none;
  font-size: 0.75rem; }

.newFolder-container {
  margin-left: 20px; }

.addToFolder-Modal .options-container .form-check-label--radio::before {
  content: " ";
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #000;
  background-color: transparent;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none; }

.addToFolder-Modal .options-container .form-check-input:checked + label:after {
  content: " ";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  background: #000;
  top: 4.8px;
  left: 5px; }

.page[data-action="MyPatternLibrary-MyLibrary"] .account-main__title, .page[data-action="MyPatternLibrary-MyLibraryFolder"] .account-main__title {
  margin-bottom: 0;
  font-size: 30px;
  font-family: 'avenir-bold'; }
  @media (max-width: 47.9375rem) {
    .page[data-action="MyPatternLibrary-MyLibrary"] .account-main__title, .page[data-action="MyPatternLibrary-MyLibraryFolder"] .account-main__title {
      font-size: 22px; } }

.page[data-action="MyPatternLibrary-MyLibrary"] .pattern-lib-heading-container, .page[data-action="MyPatternLibrary-MyLibraryFolder"] .pattern-lib-heading-container {
  margin-bottom: 1em;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media (max-width: 47.9375rem) {
    .page[data-action="MyPatternLibrary-MyLibrary"] .pattern-lib-heading-container, .page[data-action="MyPatternLibrary-MyLibraryFolder"] .pattern-lib-heading-container {
      margin: 0.5em !important; } }

.product-new-badge {
  left: 79% !important;
  background-color: #1D1F2A !important;
  color: #fff !important; }

.quickview__main {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.quickview__attribute-list,
.quickview__availability {
  margin-top: 1.5rem; }

.quickview__promotions {
  margin-bottom: .75rem; }

@media (min-width: 48rem) {
  .quickview__footer {
    margin-top: auto; } }

@media (max-width: 47.9375rem) {
  .quickview__footer {
    margin-top: 2rem; } }

@media (min-width: 64.0625rem) {
  .content-grid {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; }
  .content-grid__item {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  [class*="masonry-grid__column"]:not(:last-child) {
    margin-bottom: 1rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .content-grid {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem; }
  .content-grid__item {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  [class*="masonry-grid__column"]:not(:last-child) {
    margin-bottom: 0.5rem; } }

@media (min-width: 48rem) {
  .masonry-grid--4up {
    position: relative; }
    .masonry-grid--4up:before {
      display: block;
      content: '';
      padding-bottom: 64.81203%;
      width: 100%; }
  .masonry-grid--3up {
    position: relative; }
    .masonry-grid--3up:before {
      display: block;
      content: '';
      padding-bottom: 47.5188%;
      width: 100%; }
  .masonry-grid__column-grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%; }
  .masonry-grid__column-grow-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 50%;
        -ms-flex: 2 1 50%;
            flex: 2 1 50%; }
  .masonry-grid__column-grow-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 75%;
        -ms-flex: 3 1 75%;
            flex: 3 1 75%; }
  .masonry-grid__column-grow-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4 1 100%;
        -ms-flex: 4 1 100%;
            flex: 4 1 100%; } }

@media (max-width: 47.9375rem) {
  .content-grid__item,
  .masonry-grid__item {
    margin-bottom: 1.25rem; } }

.promo-banner {
  padding-top: .25rem;
  padding-bottom: .25rem; }

.promo-banner__actions {
  margin-left: .25rem; }

.promo-banner__cta:not(:last-child) {
  margin-right: .25rem; }

.hero .slick-arrow,
.hero .icon--hero {
  height: 5rem;
  width: 5rem;
  cursor: pointer; }

.hero .content-hpos--left .text-and-image__container:not([class*=gutter--outer]) {
  margin-left: 9vw; }
  @media (max-width: 47.9375rem) {
    .hero .content-hpos--left .text-and-image__container:not([class*=gutter--outer]) {
      margin-left: 0; } }

.hero .content-hpos--right .text-and-image__container:not([class*=gutter--outer]) {
  margin-right: 7vw; }

.hero .content-vpos--top .text-and-image__container:not([class*=buffer--outer]) {
  margin-top: 5vw; }

.hero .content-vpos--bottom .text-and-image__container:not([class*=buffer--outer]) {
  margin-bottom: 5vw; }

.content-bg-decorate {
  border-radius: 10px; }

.hrline {
  width: 100px;
  height: 4px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fce300; }

.bg-padding {
  padding: 2rem 0; }

.my-pattern-lib-custom-head {
  font-size: 1.3rem;
  font-weight: bold; }

.dotted-slot-parent {
  height: 284px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 32px 0; }

.dotted-slot {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 8px;
  border-style: dashed;
  border: 2px dashed #c9c9c9;
  background-color: #fff;
  color: #a6a6a6;
  font-size: 1.6rem;
  padding: 4rem;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.my-pattern-lib-subtitle {
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal; }

.button-full-width .button-cta.cta-text {
  width: 100%;
  margin: 10px; }
  .button-full-width .button-cta.cta-text .button.button--primary-outline {
    width: 100%;
    margin: 0 0;
    text-transform: none;
    font-size: 1.1rem;
    padding: 10px 32px;
    border-radius: 6px; }

.selector-for-pattern-loggedinuser--2, .selector-for-pattern-guestlogin--2 {
  max-width: 90rem;
  margin: 0 auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .selector-for-pattern-loggedinuser--2 .positioner__wrapper, .selector-for-pattern-guestlogin--2 .positioner__wrapper {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .selector-for-pattern-loggedinuser--2 .positioner__wrapper, .selector-for-pattern-guestlogin--2 .positioner__wrapper {
      height: 100% !important; } }
  .selector-for-pattern-loggedinuser--2 .button-cta.cta-text, .selector-for-pattern-guestlogin--2 .button-cta.cta-text {
    width: 100%; }
    .selector-for-pattern-loggedinuser--2 .button-cta.cta-text .button.button--primary-outline, .selector-for-pattern-guestlogin--2 .button-cta.cta-text .button.button--primary-outline {
      width: 100%;
      margin: 10px auto; }
  .selector-for-pattern-loggedinuser--2 .icon-top-margin .icon, .selector-for-pattern-guestlogin--2 .icon-top-margin .icon {
    margin: 0; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .selector-for-pattern-loggedinuser--2 .positioner-frame .positioner, .selector-for-pattern-guestlogin--2 .positioner-frame .positioner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .selector-for-pattern-loggedinuser--2 .positioner__content-asset .text-and-image__container.content-bg-decorate, .selector-for-pattern-guestlogin--2 .positioner__content-asset .text-and-image__container.content-bg-decorate {
    margin-left: 4vw;
    padding: 20px;
    gap: 24px;
    max-width: 62%; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
      .selector-for-pattern-loggedinuser--2 .positioner__content-asset .text-and-image__container.content-bg-decorate, .selector-for-pattern-guestlogin--2 .positioner__content-asset .text-and-image__container.content-bg-decorate {
        max-width: 100%;
        margin-left: 0; } }
    @media (max-width: 767px) {
      .selector-for-pattern-loggedinuser--2 .positioner__content-asset .text-and-image__container.content-bg-decorate, .selector-for-pattern-guestlogin--2 .positioner__content-asset .text-and-image__container.content-bg-decorate {
        max-width: 100%;
        margin-left: 0; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .selector-for-pattern-loggedinuser--2 .positioner--fit-image .positioner__foreground, .selector-for-pattern-guestlogin--2 .positioner--fit-image .positioner__foreground {
      position: static;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  .selector-for-pattern-loggedinuser--2 .text__content-description.description-text h3, .selector-for-pattern-guestlogin--2 .text__content-description.description-text h3 {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 0.56px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .selector-for-pattern-loggedinuser--2 .positioner__content, .selector-for-pattern-guestlogin--2 .positioner__content {
      margin: 0;
      width: 100%; } }
  @media (max-width: 767px) {
    .selector-for-pattern-loggedinuser--2 .positioner__content, .selector-for-pattern-guestlogin--2 .positioner__content {
      margin: 0; } }

.page[data-action="MyPatternLibrary-MyLibrary"] .button-full-width .button-cta.cta-text {
  margin: 0; }

.content-tile {
  position: relative; }
  .content-tile:hover .content-tile__title,
  .content-tile:hover .content-tile__description {
    opacity: .75; }

.content-tile--ratio-inherit {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.content-tile__aspect-ratio--inherit {
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }
  .content-tile__aspect-ratio--inherit:before {
    display: block;
    content: '';
    padding-bottom: 103.125%;
    width: 100%; }

.content-tile--style-default.content-tile--size-large .content-tile__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-default.content-tile--size-large .content-tile__title {
      font-size: calc(2.5rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-default.content-tile--size-large .content-tile__title {
      font-size: 3.5rem; } }

.content-tile--style-default.content-tile--size-regular .content-tile__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-default.content-tile--size-regular .content-tile__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-default.content-tile--size-regular .content-tile__title {
      font-size: 2.5rem; } }

.content-tile--style-default.content-tile--size-small .content-tile__title {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-default.content-tile--size-small .content-tile__title {
      font-size: calc(1.25rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-default.content-tile--size-small .content-tile__title {
      font-size: 1.75rem; } }

.content-tile--style-feature.content-tile--size-large .content-tile__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-feature.content-tile--size-large .content-tile__title {
      font-size: calc(2.5rem + 2.625 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-feature.content-tile--size-large .content-tile__title {
      font-size: 5.125rem; } }

.content-tile--style-feature.content-tile--size-regular .content-tile__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-feature.content-tile--size-regular .content-tile__title {
      font-size: calc(2.5rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-feature.content-tile--size-regular .content-tile__title {
      font-size: 3.5rem; } }

.content-tile--style-feature.content-tile--size-small .content-tile__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .content-tile--style-feature.content-tile--size-small .content-tile__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .content-tile--style-feature.content-tile--size-small .content-tile__title {
      font-size: 2.5rem; } }

.content-tile__aspect-ratio--square {
  position: relative; }
  .content-tile__aspect-ratio--square:before {
    display: block;
    content: '';
    padding-bottom: 104.16667%;
    width: 100%; }

.content-tile__aspect-ratio--wide {
  position: relative; }
  .content-tile__aspect-ratio--wide:before {
    display: block;
    content: '';
    padding-bottom: 71.42857%;
    width: 100%; }

.content-tile__aspect-ratio--tall {
  position: relative; }
  .content-tile__aspect-ratio--tall:before {
    display: block;
    content: '';
    padding-bottom: 140%;
    width: 100%; }

.content-tile__content-wrap {
  z-index: 1; }

.content-tile__title,
.content-tile__description {
  -webkit-transition: opacity 107ms ease-in-out;
  transition: opacity 107ms ease-in-out; }

.content-tile__actions {
  margin-right: -.25rem;
  margin-left: -.25rem; }

.content-tile__cta {
  margin-right: .25rem;
  margin-left: .25rem; }
  .content-tile__cta:not(:last-child) {
    margin-bottom: .75rem; }

@media (min-width: 64.0625rem) {
  .content-tile--style-feature .content-tile__content-wrap.set--text-overlay, .content-tile--style-feature .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2.75rem;
    padding-left: 2.75rem; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .content-tile--style-feature .content-tile__content-wrap.set--text-overlay, .content-tile--style-feature .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 48rem) {
  .content-tile--style-default .content-tile__content-wrap.set--text-overlay, .content-tile--style-default .content-tile__content-wrap.set--text-overlay-large {
    padding-right: 2rem;
    padding-left: 2rem; }
  .content-tile--style-default .content-tile__description {
    margin-top: .5em; }
  .content-tile--style-default .content-tile__actions:not(:first-child) {
    margin-top: 1rem; }
  .content-tile--style-feature .content-tile__description {
    margin-top: .8125rem; }
  .content-tile--style-feature .content-tile__actions:not(:first-child) {
    margin-top: 2rem; }
  .content-tile__content-wrap.set--text-overlay, .content-tile__content-wrap.set--text-overlay-large {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .content-tile__content-wrap.set--text-after, .content-tile__content-wrap.set--text-after-large {
    padding-top: 1rem; }
  .content-tile__content-wrap.set--text-before, .content-tile__content-wrap.set--text-before-large {
    padding-bottom: 1rem; } }

@media (max-width: 47.9375rem) {
  .content-tile__content-wrap.set--text-overlay, .content-tile__content-wrap.set--text-overlay-small {
    padding: 1.35rem; }
  .content-tile__content-wrap.set--text-after, .content-tile__content-wrap.set--text-after-small {
    padding-top: .75rem; }
  .content-tile__content-wrap.set--text-before, .content-tile__content-wrap.set--text-before-small {
    padding-bottom: .75rem; }
  .content-tile__description {
    margin-top: .35rem; }
  .content-tile__actions:not(:first-child) {
    margin-top: .825rem; } }

.descriptive-card {
  border: solid 0.0625rem #E6E9ED; }

.descriptive-card--size-large .descriptive-card__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .descriptive-card--size-large .descriptive-card__title {
      font-size: calc(2.5rem + 1.875 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .descriptive-card--size-large .descriptive-card__title {
      font-size: 4.375rem; } }

.descriptive-card--size-regular .descriptive-card__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .descriptive-card--size-regular .descriptive-card__title {
      font-size: calc(2rem + 1 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .descriptive-card--size-regular .descriptive-card__title {
      font-size: 3rem; } }

.descriptive-card--size-small .descriptive-card__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .descriptive-card--size-small .descriptive-card__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .descriptive-card--size-small .descriptive-card__title {
      font-size: 2.5rem; } }

.descriptive-card__actions {
  margin-right: -.75rem;
  margin-left: -.75rem; }

.descriptive-card__cta {
  margin-right: .75rem;
  margin-left: .75rem; }
  .descriptive-card__cta:not(:last-child) {
    margin-bottom: 1.5rem; }

@media (min-width: 48rem) {
  .descriptive-card:not(:last-child) {
    margin-bottom: 5.25rem; }
  .descriptive-card__media {
    position: relative; }
    .descriptive-card__media:before {
      display: block;
      content: '';
      padding-bottom: 61.24031%;
      width: 100%; }
  .descriptive-card__background {
    padding-top: 1.8rem;
    padding-bottom: 2.25rem; }
  .descriptive-card__description {
    margin-top: .25em; }
  .descriptive-card__actions {
    margin-top: 1.5rem; } }

@media (max-width: 47.9375rem) {
  .descriptive-card:not(:last-child) {
    margin-bottom: 1.875rem; }
  .descriptive-card__media {
    position: relative; }
    .descriptive-card__media:before {
      display: block;
      content: '';
      padding-bottom: 62.5%;
      width: 100%; }
  .descriptive-card__background {
    padding-top: 3rem;
    padding-bottom: 3.5rem; }
  .descriptive-card__description {
    margin-top: .875em; }
  .descriptive-card__actions {
    margin-top: 1.75rem; } }

.media-collection-item--size-large .media-collection-item__title {
  font-size: 3rem; }
  @media screen and (min-width: 47.9375rem) {
    .media-collection-item--size-large .media-collection-item__title {
      font-size: calc(3rem + 2.125 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .media-collection-item--size-large .media-collection-item__title {
      font-size: 5.125rem; } }

.media-collection-item--size-regular .media-collection-item__title {
  font-size: 2.5rem; }
  @media screen and (min-width: 47.9375rem) {
    .media-collection-item--size-regular .media-collection-item__title {
      font-size: calc(2.5rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .media-collection-item--size-regular .media-collection-item__title {
      font-size: 3rem; } }

.media-collection-item--size-small .media-collection-item__title {
  font-size: 2rem; }
  @media screen and (min-width: 47.9375rem) {
    .media-collection-item--size-small .media-collection-item__title {
      font-size: calc(2rem + 0.5 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .media-collection-item--size-small .media-collection-item__title {
      font-size: 2.5rem; } }

.media-collection-item__description {
  margin-top: .875em; }

.media-collection-item__actions {
  margin-right: -.25rem;
  margin-left: -.25rem; }

.media-collection-item__cta {
  margin-right: .25rem;
  margin-left: .25rem; }
  .media-collection-item__cta:not(:last-child) {
    margin-bottom: .75rem; }

@media (min-width: 48rem) {
  .media-collection__col:nth-child(n + 3) {
    margin-top: 2rem; }
  .media-collection-item__content-wrap {
    padding: 3.5rem 1.5rem; }
  .media-collection-item__actions {
    margin-top: 2.125rem; }
  .media-collection-item__product-list:not(:first-child) {
    margin-top: 3.125rem; } }

@media (max-width: 47.9375rem) {
  .media-collection__col:not(:last-child) {
    margin-bottom: 2rem; }
  .media-collection-item__content-wrap {
    padding: 1.5rem 1rem; }
  .media-collection-item__actions {
    margin-top: 1rem; }
  .media-collection-item__product-list:not(:first-child) {
    margin-top: 2.25rem; } }

.product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: grid;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  grid-template-columns: auto;
  grid-auto-flow: dense; }
  .product-grid > * {
    min-width: 0; }

.product-grid__item .product,
.product-grid__item .promo {
  padding: 1em; }

.product-border {
  border: 0.1em solid;
  border-radius: 5%;
  margin-left: 1em;
  padding: 0; }

.subscription {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.product-grid__item .product,
.product-grid__item .product-tile,
.product-grid__item .promo {
  height: 100%; }

.span--0 {
  -ms-grid-column-span: 0;
  grid-column: span 0; }

.span--1 {
  -ms-grid-column-span: 1;
  grid-column: span 1; }

.span--2 {
  -ms-grid-column-span: 2;
  grid-column: span 2; }

.span--3 {
  -ms-grid-column-span: 3;
  grid-column: span 3; }

.span--4 {
  -ms-grid-column-span: 4;
  grid-column: span 4; }

.span--5 {
  -ms-grid-column-span: 5;
  grid-column: span 5; }

.span--full {
  grid-column-start: 1;
  grid-column-end: -1;
  -webkit-box-flex: 99;
  -webkit-flex: 99;
      -ms-flex: 99;
          flex: 99;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

@media (max-width: 47.9375rem) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr; }
    .product-grid .span--2,
    .product-grid .span--3,
    .product-grid .span--4,
    .product-grid .span--5 {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
  .product-grid__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

@media (min-width: 48rem) and (max-width: 64rem) {
  .product-grid {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr; }
    .product-grid .span--2 {
      -webkit-flex-basis: 66.66%;
          -ms-flex-preferred-size: 66.66%;
              flex-basis: 66.66%; }
    .product-grid .span--3,
    .product-grid .span--4,
    .product-grid .span--5 {
      -ms-grid-column-span: 3;
      grid-column: span 3;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
  .product-grid__item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%; } }

@media (min-width: 64.0625rem) and (max-width: 90rem) {
  .product-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; }
    .product-grid .span--2 {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
    .product-grid .span--3 {
      -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%; }
    .product-grid .span--4,
    .product-grid .span--5 {
      -ms-grid-column-span: 4;
      grid-column: span 4;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
  .product-grid__item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }

@media (min-width: 90.0625rem) {
  .product-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; }
    .product-grid .span--2 {
      -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%; }
    .product-grid .span--3 {
      -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%; }
    .product-grid .span--4 {
      -webkit-flex-basis: 80%;
          -ms-flex-preferred-size: 80%;
              flex-basis: 80%; }
    .product-grid .span--5 {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
  .product-grid__item {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%; } }

.flex-justify-left {
  -webkit-box-pack: left !important;
  -webkit-justify-content: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important; }

#uploadedPdfPatternName {
  font-family: sans-serif;
  font-weight: 200;
  font-size: 16px; }

.file-input {
  display: inline-block;
  text-align: left;
  background: #f7f6f5;
  padding: 5px 0;
  position: relative;
  border-radius: 3px;
  width: 100%;
  cursor: pointer; }

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer; }

.file-input > .button {
  display: inline-block;
  cursor: pointer !important;
  background: #000;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
  color: #fff;
  text-transform: none; }

.file-input:hover > .button {
  background: #fce300;
  color: #000;
  cursor: pointer !important; }

.file-input > .label {
  color: #000;
  white-space: nowrap;
  opacity: .6; }

.file-input.-chosen > .label {
  opacity: 1; }

.product-list__carousel.slick-initialized {
  max-width: calc(100% - 4.75rem);
  margin-left: auto;
  margin-right: auto; }

.product-list__carousel:not(.slick-initialized) {
  padding-right: 3.125rem;
  padding-left: 3.125rem; }

.product-list__carousel--recently {
  margin-bottom: 4.125rem; }

.product-list__carousel--title {
  font-size: 1.25rem; }
  @media screen and (min-width: 47.9375rem) {
    .product-list__carousel--title {
      font-size: calc(1.25rem + 0.25 * ((100vw - 47.9375rem) / 42.0625)); } }
  @media screen and (min-width: 90rem) {
    .product-list__carousel--title {
      font-size: 1.5rem; } }

.pdp__recommendations {
  margin-top: 4.125rem; }
  @media (min-width: 48rem) {
    .pdp__recommendations {
      margin-top: 6.1875rem; } }
  .pdp__recommendations .pdp-recommendations-header--title {
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    font-size: 1.5rem;
    position: relative;
    top: -10.5rem; }
    .pdp__recommendations .pdp-recommendations-header--title span {
      margin-left: .375rem;
      font-family: "felisha-regular";
      font-size: 2rem; }

@media (max-width: 47.9375rem) {
  .product-list__carousel.slick-initialized {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto; }
  .product-list__carousel .slick-dots {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

.html-block--size-large {
  font-size: 1.25rem; }

.html-block--size-small {
  font-size: 0.875rem; }

.html-block__copy:not(:only-child).set--text-after {
  margin-top: 2rem; }

.html-block__copy:not(:only-child).set--text-before {
  margin-bottom: 2rem; }

.html-block__actions {
  margin-right: -.5rem;
  margin-left: -.5rem; }
  .html-block__actions:not(:only-child) {
    margin-top: 2rem; }

.html-block__cta {
  margin-right: .5rem;
  margin-left: .5rem; }
  .html-block__cta:not(:last-child) {
    margin-bottom: 1rem; }

@media (min-width: 48rem) {
  .html-block:not(:last-child),
  .html-block-list__item:not(:last-child) {
    margin-bottom: 2rem; }
  .html-block__copy:not(:only-child).set--text-after-large {
    margin-top: 2rem; }
  .html-block__copy:not(:only-child).set--text-before-large {
    margin-bottom: 2rem; } }

@media (max-width: 47.9375rem) {
  .html-block:not(:last-child),
  .html-block-list__item:not(:last-child) {
    margin-bottom: 3rem; }
  .html-block__copy:not(:only-child).set--text-after-small {
    margin-top: 2rem; }
  .html-block__copy:not(:only-child).set--text-before-small {
    margin-bottom: 2rem; } }

.text-and-image__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .text-and-image__container.buttons--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .text-and-image__container.buttons--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .text-and-image__container.buttons--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .text-and-image__container.buttons--bottom .button__container {
    margin-top: auto; }

.image__container {
  width: 100%;
  overflow: hidden; }

.image__frame {
  width: 100%; }

.image__content {
  width: 100%; }

.text__content {
  text-align: center;
  font-family: "avenir-regular", sans-serif;
  line-height: 1.5; }
  .text__content .hat-text:not([class*=font-family]), .text__content .title-text:not([class*=font-family]), .text__content .subtitle-text:not([class*=font-family]) {
    font-family: "avenir-demi", Montserrat, Helvetica, Arial, sans-serif; }
  .text__content .title-text:not([class*=font-size]):not([class*=heading-type]) {
    font-size: 1.5rem; }

.button-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.button-layout--stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.button-layout--flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

[class*=content-width] {
  max-width: 100vw; }

.content-width--small {
  width: 16rem; }

.content-width--medium {
  width: 20rem; }

.content-width--large {
  width: 24rem; }

.content-width--huge {
  width: 28rem; }

.content-width--giant {
  width: 32rem; }

.content-width--full {
  width: calc(100% - 2rem);
  max-width: calc(100vw - 2rem); }

.content-width--full-bleed {
  width: 100%;
  max-width: 100vw; }

.content-scroll-mobile--medium {
  max-height: 10rem;
  overflow-y: scroll; }

.content-layout--it-b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .content-layout--it-b .image__container:not([class*=flex--]),
  .content-layout--it-b .text__container {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .content-layout--it-b .button__container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }

.positioner {
  position: relative;
  height: 100%; }

.positioner-frame {
  width: 100%;
  height: 100%; }

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

.positioner__background-frame {
  height: 100%;
  width: 100%; }

.positioner__background-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.positioner__foreground {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  pointer-events: none;
  top: 0; }

.content-hpos--default {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-hpos--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.content-hpos--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-hpos--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.content-vpos--default {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.content-vpos--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.content-vpos--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.content-vpos--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.positioner__content {
  margin: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: auto;
  z-index: 1;
  max-width: 100%; }
  .positioner__content .text-and-image__container:not([class*=buffer]) {
    padding-top: 1em;
    padding-bottom: 1em; }
  .positioner__content .text-and-image__container:not([class*=gutter]) {
    padding-left: 1em;
    padding-right: 1em; }

.positioner--fit-image .positioner__foreground {
  position: absolute;
  top: 0; }
  @media (max-width: 47.9375rem) {
    .positioner--fit-image .positioner__foreground {
      position: static;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.positioner--fit-content .positioner__background {
  position: absolute;
  top: 0; }

.hero .positioner--fit-default .positioner__foreground,
.large-video .positioner--fit-default .positioner__foreground,
.tall-3x1 .positioner--fit-default .positioner__foreground,
.large-2x1 .positioner--fit-default .positioner__foreground,
.nx1 .positioner--fit-default .positioner__foreground {
  position: absolute;
  top: 0; }

.home-asset-col .positioner--fit-default .positioner__background,
.short-3x1 .positioner--fit-default .positioner__background,
.card-panel .positioner--fit-default .positioner__background,
.promo .positioner--fit-default .positioner__background {
  position: absolute;
  top: 0; }

/* Desktop Positioning Styles */
@media (min-width: 48rem) {
  .positioner__background--mobile {
    display: none; } }

/* Mobile stacking styles */
@media (max-width: 47.9375rem) {
  .positioner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .positioner__background--desktop {
    display: none; } }

input.subscription-banner__field {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  text-align: center; }

@media (min-width: 48rem) {
  .subscription-banner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media (min-width: 64.0625rem) {
  input.subscription-banner__field {
    text-align: left; }
  .subscription-banner__description {
    margin-bottom: .85em;
    text-align: center; } }

@media (max-width: 47.9375rem) {
  .subscription-banner {
    padding-top: 1rem;
    padding-bottom: 1.5rem; } }

footer.footer {
  border-top: solid 20px #fce300; }

.subscription-banner {
  background-color: #d7d2cb;
  padding: 40px 4%;
  background-image: url("../images/footer-subscription-bg.png");
  background-position: right 0px top;
  background-repeat: repeat-y; }
  .subscription-banner .max-width--large {
    max-width: 100%;
    padding: 0; }
  .subscription-banner .subscription-banner__inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .subscription-banner .subscription-banner__heading {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #1d1f2a;
    padding-bottom: 10px; }
  .subscription-banner .subscription-banner__description {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    color: #1d1f2a;
    margin: 0; }
  .subscription-banner .subscription-email__text {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    max-width: 30%; }
  .subscription-banner .subscription-email__input {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
    position: relative;
    padding-left: 30px; }
  .subscription-banner .subscription-banner__email-icon {
    position: absolute;
    left: 22px;
    top: 2px;
    font-size: 24px; }
  .subscription-banner .subscription-banner__field {
    background: transparent;
    padding: 5px 5px 13px 35px;
    line-height: initial;
    color: #1d1f2a;
    font-family: 'avenir-regular';
    font-size: 15px;
    text-align: left;
    width: 100%; }
  .subscription-banner .subscription-banner__field::-webkit-input-placeholder {
    color: #1d1f2a;
    font-family: 'avenir-regular';
    font-size: 15px; }
  .subscription-banner .subscription-banner__action {
    position: absolute;
    right: 10px;
    width: auto;
    top: 3px; }
  .subscription-banner .subscription-banner__action-icon {
    font-size: 12px; }

@media only screen and (min-width: 2400px) {
  .subscription-banner {
    background-image: none;
    padding: 0 0; }
    .subscription-banner .max-width--large {
      max-width: 120rem;
      padding: 40px 3%;
      background-image: url(../images/footer-subscription-bg.png);
      background-position: right 0px top;
      background-repeat: repeat-y; } }

@media only screen and (max-width: 1024px) {
  .subscription-banner .subscription-email__text {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%; }
  .subscription-banner .subscription-email__input {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%; }
  .subscription-banner .subscription-banner__heading {
    font-size: 22px; }
  .subscription-banner .subscription-banner__description {
    font-size: 16px; } }

@media only screen and (max-width: 768px) {
  .subscription-banner .subscription-email__text {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .subscription-banner .subscription-email__input {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .subscription-banner .subscription-banner__heading {
    font-size: 22px; }
  .subscription-banner .subscription-banner__description {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .subscription-banner {
    padding: 50px 25px 35px 25px;
    background-repeat: repeat; }
    .subscription-banner .subscription-email__text {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%;
      padding: 0 0;
      padding-bottom: 25px; }
    .subscription-banner .subscription-email__input {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%;
      padding: 0 0;
      padding-left: 0; }
    .subscription-banner .subscription-banner__email-icon {
      left: 0;
      margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .subscription-banner {
    padding: 50px 25px 35px 25px; } }

@media (min-width: 48rem) {
  .featured-categories__category-image {
    margin: 0 auto; }
  .featured-categories__category-container {
    margin-bottom: 3.0625rem; }
  .featured-categories__title-text {
    margin-bottom: .5rem; } }

@media (max-width: 47.9375rem) {
  .featured-categories__category-container {
    margin-bottom: 2.5rem; } }

@media (min-width: 48rem) {
  .visual-navigation__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 47.9375rem) {
  .visual-navigation__list {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
    overflow-x: scroll;
    padding-bottom: 1rem; } }

.visual-nav {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #32323B; }
  .visual-nav__title-text h3 {
    font-size: 1.25rem;
    margin: 0; }
  .visual-nav__category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em; }
    .visual-nav__category-container {
      padding: 1em;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      min-width: 120px; }
    .visual-nav__category-image {
      height: 120px;
      width: 120px;
      -o-object-fit: contain;
         object-fit: contain; }
      .visual-nav__category-image__frame-style--round {
        border-radius: 50%;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .visual-nav__category-name {
      margin-top: .5em; }

.visual-nav__button {
  padding: 0 1em;
  border: 1px solid #d2d2d2; }

@media (max-width: 47.9375rem) {
  .visual-nav {
    margin: 0.5em; }
    .visual-nav__categories {
      overflow-x: scroll;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: 0; }
    .visual-nav__category {
      border-radius: .5em;
      border-width: 2px;
      border-style: solid; }
      .visual-nav__category.horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0.5em; }
        .visual-nav__category.horizontal .visual-nav__category-image {
          height: 60px;
          width: 60px; }
        .visual-nav__category.horizontal .visual-nav__category-name {
          margin: .5em; } }

.ratings__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.85; }

.ratings__stars__container {
  width: auto;
  position: relative;
  display: inline-block; }
  .ratings__stars__container svg {
    height: 1rem;
    width: 1rem;
    margin: 0; }

.ratings__stars--foreground {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

.ratings__stars--background {
  display: inline-block; }

.ratings__count {
  font-size: .75rem;
  margin-left: .5rem; }

.large-2x1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .large-2x1 .positioner__wrapper {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 20rem; }

.large-2x1__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

@media (min-width: 48rem) {
  .large-2x1 .positioner__wrapper:first-of-type {
    margin-right: .5rem; }
  .large-2x1 .positioner__wrapper:last-of-type {
    margin-left: .5rem; } }

@media (max-width: 47.9375rem) {
  .large-2x1 .positioner__wrapper {
    margin: 1em 0; } }

.tall-3x1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .tall-3x1 .positioner__wrapper {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 20rem; }
  .tall-3x1 .positioner__background {
    padding-bottom: 5rem; }
  .tall-3x1 .text-and-image__container {
    border-bottom: 4px solid;
    border-color: #73bd00; }
  .tall-3x1 .content-vpos--default {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }

.tall-3x1__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

@media (min-width: 48rem) {
  .tall-3x1 .positioner__wrapper:first-of-type {
    margin-right: .5rem; }
  .tall-3x1 .positioner__wrapper:last-of-type {
    margin-left: .5rem; } }

@media (max-width: 47.9375rem) {
  .tall-3x1 .positioner__wrapper {
    margin: 1em 0; } }

.short-3x1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .short-3x1 .positioner__wrapper {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 20rem; }

.short-3x1__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

@media (min-width: 48rem) {
  .short-3x1 .positioner__wrapper:first-of-type {
    margin-right: 1rem; }
  .short-3x1 .positioner__wrapper:last-of-type {
    margin-left: 1rem; } }

@media (max-width: 47.9375rem) {
  .short-3x1 .positioner__wrapper {
    margin: 1em 0; } }

.subevent-3x1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .subevent-3x1 .text-and-image__container {
    height: 100%; }
  .subevent-3x1 .slick-dots button:after {
    -webkit-filter: invert(100%);
            filter: invert(100%); }

.subevent-3x1__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

@media (min-width: 48rem) {
  .subevent-3x1__title {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .subevent-3x1__content {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .subevent-3x1__content .slick-list {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100%;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
    .subevent-3x1__content .slick-track {
      height: 100%;
      min-width: 100%; } }

@media (max-width: 47.9375rem) {
  .subevent-3x1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.card-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .card-panel .positioner__content,
  .card-panel .positioner__content-asset {
    margin: 0;
    height: 100%; }
  .card-panel .text-and-image__container {
    -webkit-flex-basis: 30rem;
        -ms-flex-preferred-size: 30rem;
            flex-basis: 30rem;
    min-width: 20rem;
    min-height: 11rem;
    padding: 2rem;
    border-style: solid;
    height: 100%; }
    .card-panel .text-and-image__container:not([class*=border-width]) {
      border-width: 1px; }

.card-panel__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

@media (max-width: 47.9375rem) {
  .card-panel .positioner__wrapper {
    margin: 1em 0; } }

.coupon-grid {
  max-width: 1920px;
  margin: auto; }
  .coupon-grid .slick-track {
    max-width: unset; }
  .coupon-grid .coupon__wrapper {
    min-width: 300px;
    -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
            flex-basis: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .coupon-grid .coupon__wrapper > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  .coupon-grid .coupon-body {
    margin: 0 .75em;
    padding: 0 1em 1em;
    border: 1px dashed #d2d2d2;
    border-top: 4px solid #73bd00;
    max-width: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .coupon-grid .coupon-body .cta__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .coupon-grid .coupon-body .cta__content-cta {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto; }
  .coupon-grid .coupon__pre-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3em;
        -ms-flex: 0 0 3em;
            flex: 0 0 3em;
    line-height: 3em; }
  .coupon-grid .coupon__content-title {
    padding-bottom: .25em;
    color: #000; }
  .coupon-grid .coupon__content-barcode {
    max-height: 200px; }
    .coupon-grid .coupon__content-barcode img {
      width: 100%;
      height: auto; }
  .coupon-grid .coupon__availability {
    border-bottom: 1px solid #d2d2d2;
    margin: 0 -1em;
    max-width: unset; }
  .coupon-grid .coupon__promo-title {
    padding-bottom: .5em; }
  .coupon-grid .coupon__exclusion {
    max-width: unset;
    border-top: 1px solid #d2d2d2;
    margin: 0 -1em;
    padding-bottom: 0; }
  .coupon-grid .coupon__exclusion-title {
    cursor: pointer; }
  .coupon-grid .coupon__exclusion-copy {
    white-space: pre-line;
    line-height: 1.5em;
    margin-top: .5em;
    display: none; }
    .coupon-grid .coupon__exclusion-copy.toggle--active {
      display: block; }
  .coupon-grid .coupon--applied {
    background: #FFF;
    cursor: default;
    position: relative;
    color: transparent;
    pointer-events: none; }
    .coupon-grid .coupon--applied::before {
      content: '✓ APPLIED TO BAG';
      position: absolute;
      color: #d2d2d2;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      white-space: nowrap; }

@media (min-width: 48rem) {
  .coupon__app-promo {
    display: none; } }

.grid-3x2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .grid-3x2 .text-and-image__container {
    -webkit-flex-basis: 29%;
        -ms-flex-preferred-size: 29%;
            flex-basis: 29%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 20rem;
    min-height: 11rem;
    margin: 1.875rem;
    padding: 2rem; }

.grid-3x2__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

.product-promo-4x1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative; }
  .product-promo-4x1 .text-and-image__container {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 11rem;
    padding: 1rem; }

.product-promo-4x1__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

.product-promo-4x1__content-item {
  position: relative; }

.product-promo__item-image-banner {
  position: absolute;
  padding: .25rem .5rem; }
  .product-promo__item-image-banner.top-right {
    top: 1.5rem;
    right: 1rem; }
  .product-promo__item-image-banner.top-left {
    top: 1.5rem;
    left: 1rem; }
  .product-promo__item-image-banner.bottom-right {
    top: 40%;
    right: 1rem; }
  .product-promo__item-image-banner.bottom-left {
    top: 40%;
    left: 1rem; }

@media (min-width: 48rem) {
  .product-promo-4x1__content-item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; } }

@media (max-width: 47.9375rem) {
  .product-promo-4x1.mobile-layout--2x2 .product-promo-4x1__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .product-promo-4x1.mobile-layout--2x2 .product-promo-4x1__content .product-promo-4x1__content-item {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      max-width: 50%; }
  .product-promo-4x1.mobile-layout--2x2 .button-group,
  .product-promo-4x1.mobile-layout--2x2 .button-cta {
    max-width: 100%; }
  .product-promo-4x1.mobile-layout--2x2 .button {
    margin-left: 0;
    margin-right: 0; } }

.home-asset-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .home-asset-col .positioner__wrapper {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    min-width: 20rem; }
  .home-asset-col .positioner__content {
    margin: 0; }
  .home-asset-col .slick-arrow,
  .home-asset-col .icon--hero {
    height: 5rem;
    width: 5rem;
    cursor: pointer; }

.home-asset-col__wrapper {
  display: block;
  margin: auto;
  width: 100%;
  position: relative; }

@media (max-width: 47.9375rem) {
  .home-asset-col .positioner__wrapper {
    margin: 1em 0; } }

.page[data-action="StripeCustom-GetSubscriptionPlan"] .main {
  background-color: #f1f0ed; }

.page[data-action="Subscription-QRSubscriptionLandingPageStart"] .main {
  background-color: #f1f0ed; }

.page[data-action="Subscription-QRSubscriptionLandingPagePlans"] .main {
  background-color: #f1f0ed; }

.subscription-list-container .text__content .apps-wrapper__title::after {
  content: "";
  border-top: 5px solid #fce300;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  position: absolute; }

.subscription-list-container .text__content .apps-wrapper__title h3 {
  font-family: 'RockwellNova';
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #1d1f2a;
  padding: 12px; }

.subscription-list-container .text__content-subtitle.subtitle-text {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #1d1f2a;
  margin-top: 16px; }
  .subscription-list-container .text__content-subtitle.subtitle-text .small-text {
    font-family: 'avenir-regular';
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: 1.3px;
    text-align: center;
    color: #1d1f2a;
    text-transform: uppercase; }

.subscription-list-container .home-asset-col__content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  gap: 40px;
  z-index: 1; }
  @media (max-width: 767px) {
    .subscription-list-container .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 25px; } }

.subscription-list-container .positioner__wrapper {
  background-color: #fff;
  border-radius: 6px;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  min-width: auto;
  position: relative; }
  @media (max-width: 767px) {
    .subscription-list-container .positioner__wrapper:first-of-type {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .subscription-list-container .positioner__wrapper:last-of-type {
      margin-left: 0; } }
  .subscription-list-container .positioner__wrapper::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    border: 1px solid #fae300;
    content: '';
    z-index: -1; }

.subscription-list-container .button-cta.cta-text {
  width: 100%; }

.subscription-list-container .button.button--primary {
  padding: 16px 32px;
  border-radius: 50px;
  width: 100% !important;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  text-transform: inherit; }

.subscription-list-container .text__content-description.description-text p {
  margin: 0 auto;
  width: 90%;
  font-size: 18px;
  color: #1d1f2a;
  font-family: 'avenir-regular';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  border-bottom: 4px dotted  #f1f0ed;
  padding-bottom: 20px;
  line-height: 1.33; }

.subscription-list-container .text__content-description.description-text ul {
  margin-top: 20px; }
  @media (max-width: 1023px) {
    .subscription-list-container .text__content-description.description-text ul {
      min-height: 135px; } }
  @media (max-width: 767px) {
    .subscription-list-container .text__content-description.description-text ul {
      min-height: auto; } }
  .subscription-list-container .text__content-description.description-text ul li {
    list-style-type: disc;
    list-style-image: url("../images/Ditto-Triangle.svg");
    text-align: left;
    margin-left: 35px;
    font-family: 'avenir-regular';
    font-weight: normal;
    font-stretch: normal;
    font-size: 18px;
    padding-left: 10px; }

.subscription-list-container .button__container {
  padding: 0px 18px; }

.home-asset-col__wrapper.selector-for-subscription-list {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .home-asset-col__wrapper.selector-for-subscription-list {
      padding: 0 15px; } }

.subscription-features .text__content-title.title-text {
  position: relative; }
  .subscription-features .text__content-title.title-text h4 {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #1d1f2a;
    font-family: 'avenir-regular';
    text-transform: uppercase; }

.subscription-features .text__container .text__content-subtitle.subtitle-text.text-align-left {
  position: relative;
  text-align: left !important;
  padding-bottom: 12px; }
  .subscription-features .text__container .text__content-subtitle.subtitle-text.text-align-left span {
    font-family: 'RockwellNova';
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #1d1f2a;
    text-align: left !important;
    text-transform: inherit; }
    @media (max-width: 767px) {
      .subscription-features .text__container .text__content-subtitle.subtitle-text.text-align-left span {
        line-height: 1.2;
        margin-right: 58px;
        display: block; } }
    .subscription-features .text__container .text__content-subtitle.subtitle-text.text-align-left span::after {
      content: "";
      border-bottom: 5px solid #fce300;
      display: inline-block;
      left: 0;
      bottom: 0;
      width: 100px;
      position: absolute; }
  .subscription-features .text__container .text__content-subtitle.subtitle-text.text-align-left .icon {
    margin-left: 0; }
    @media (max-width: 767px) {
      .subscription-features .text__container .text__content-subtitle.subtitle-text.text-align-left .icon {
        position: absolute;
        top: 4px;
        right: 0; } }

.subscription-features .home-asset-col__title {
  margin-top: 30px; }
  .subscription-features .home-asset-col__title::before {
    content: "";
    border-top: 5px solid #fce300;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    position: absolute; }
  .subscription-features .home-asset-col__title h3 {
    font-family: 'RockwellNova';
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a; }
    @media (max-width: 767px) {
      .subscription-features .home-asset-col__title h3 {
        font-size: 22px; } }

.subscription-features .text__content-description.description-text {
  margin-top: 15px; }
  .subscription-features .text__content-description.description-text p {
    font-size: 18px;
    font-family: 'avenir-regular';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #1d1f2a;
    text-align: left; }
  .subscription-features .text__content-description.description-text ul {
    margin-top: 20px;
    position: relative; }
    .subscription-features .text__content-description.description-text ul li {
      text-align: left;
      margin-left: 28px;
      font-weight: 500;
      font-family: 'avenir-regular';
      font-weight: normal;
      font-stretch: normal;
      font-size: 18px;
      padding: 6px;
      line-height: 1.22; }
      .subscription-features .text__content-description.description-text ul li::before {
        content: url("../images/Icon_Check.svg");
        position: absolute;
        left: 0; }

.subscription-features .positioner__wrapper {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  min-width: auto;
  position: relative;
  margin: 0 auto;
  background: rgba(150, 140, 131, 0.5);
  border-radius: 8px;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .subscription-features .positioner__wrapper {
      margin-bottom: 24px; } }

.subscription-features .text-and-image__container.subscription-features {
  padding: 40px; }
  @media (max-width: 767px) {
    .subscription-features .text-and-image__container.subscription-features {
      padding: 20px; } }

@media (max-width: 767px) {
  .subscription-features .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.home-asset-col__wrapper.selector-for-subscription-features {
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .home-asset-col__wrapper.selector-for-subscription-features {
      padding: 0 15px; } }

.ditto-projector-info .positioner__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  min-width: auto;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 90px; }
  @media (max-width: 767px) {
    .ditto-projector-info .positioner__wrapper {
      width: 100%;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding: 10px; } }

.ditto-projector-info .image__container {
  position: absolute;
  left: 0;
  top: 20px;
  display: inline-block;
  width: auto; }
  @media (max-width: 767px) {
    .ditto-projector-info .image__container {
      width: 78px; } }
  .ditto-projector-info .image__container .image__frame {
    background: transparent;
    width: auto;
    height: auto; }

.ditto-projector-info .text__content.text-align-- {
  text-align: left; }
  .ditto-projector-info .text__content.text-align-- .text__content-title.title-text {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    color: #1d1f2a;
    font-family: 'avenir-regular';
    padding: 0px 20px 5px 110px; }
    @media (max-width: 767px) {
      .ditto-projector-info .text__content.text-align-- .text__content-title.title-text {
        padding: 15px 0px 0px 84px; } }
  .ditto-projector-info .text__content.text-align-- .text__content-description.description-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #1d1f2a;
    font-family: 'avenir-regular';
    padding: 0px 230px 0 110px; }
    @media (max-width: 767px) {
      .ditto-projector-info .text__content.text-align-- .text__content-description.description-text {
        padding: 0;
        margin-top: 45px; } }

@media (max-width: 767px) {
  .ditto-projector-info .home-seet-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.home-asset-col__wrapper.selector-for-ditto-projector-info {
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .home-asset-col__wrapper.selector-for-ditto-projector-info {
      padding: 0 15px; } }

.qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  margin: 0 auto;
  position: relative;
  min-width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-height: 450px;
  margin-bottom: 40px;
  border-radius: 6px;
  margin-right: 1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type {
      height: 100%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type {
      margin: 0;
      min-height: 100%;
      margin-right: 0; } }
  .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .text-and-image__container {
    padding: 0;
    max-width: 100%; }
  .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 6px; }
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container .image__content {
      height: 450px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container .image__content {
          height: 100%; } }
      @media (max-width: 767px) {
        .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container .image__content {
          height: 100%; } }
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
      height: 450px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
          height: 100%; } }
      @media (max-width: 767px) {
        .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
          height: 100%; } }
  .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .text__container .text__content-title.title-text {
    font-size: 13px;
    font-family: 'avenir-regular';
    text-align: center;
    color: #1d1f2a;
    font-weight: 600;
    line-height: 1.46;
    font-style: normal;
    text-transform: uppercase; }
  .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text {
    font-size: 35px;
    font-weight: 800;
    font-family: 'RockwellNova';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #1d1f2a;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text {
        font-size: 32px; } }
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text::after {
      content: "";
      border-bottom: 5px solid #fce300;
      display: inline-block;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100px;
      position: absolute;
      margin: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .positioner__foreground.content-hpos--default.content-vpos--default {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 767px) {
    .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .positioner__foreground.content-hpos--default.content-vpos--default {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .qrCodeLanding-guestCustomer .positioner__wrapper:first-of-type .positioner__content {
    width: 100%; }

.qrCodeLanding-guestCustomer .positioner__wrapper:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin: 0 auto;
  position: relative;
  min-width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: #ffffff;
  min-height: 450px;
  margin-bottom: 40px;
  border-radius: 6px;
  margin-left: 1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-guestCustomer .positioner__wrapper:last-of-type {
      min-height: 450px;
      -webkit-flex-basis: 55%;
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-guestCustomer .positioner__wrapper:last-of-type {
      margin-left: 0;
      min-height: 100%; } }

@media (max-width: 767px) {
  .qrCodeLanding-guestCustomer .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.qrCodeLanding-guestCustomer .home-asset-col__title .home-asset-col__title-text::before {
  content: "";
  border-top: 5px solid #fce300;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  position: absolute; }

.qrCodeLanding-guestCustomer .home-asset-col__title .home-asset-col__title-text h3 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1d1f2a;
  padding: 12px; }

.qrCodeLanding-guestCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
  font-family: 'avenir-bold';
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1d1f2a; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .qrCodeLanding-guestCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .qrCodeLanding-guestCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
      font-size: 22px; } }

.qrCodeLanding-guestCustomer .text__content-description.description-text {
  margin-top: 24px; }
  .qrCodeLanding-guestCustomer .text__content-description.description-text .ditto-subscription-details {
    border-bottom: 4px dotted  #f1f0ed;
    padding-bottom: 20px;
    line-height: 1.33; }
    .qrCodeLanding-guestCustomer .text__content-description.description-text .ditto-subscription-details p {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #1d1f2a;
      padding: 5px 0; }
      @media (max-width: 767px) {
        .qrCodeLanding-guestCustomer .text__content-description.description-text .ditto-subscription-details p {
          font-size: 14px; } }
    .qrCodeLanding-guestCustomer .text__content-description.description-text .ditto-subscription-details p:first-child {
      font-weight: 600; }
  .qrCodeLanding-guestCustomer .text__content-description.description-text .get-started p:first-of-type {
    font-size: 22px;
    font-family: 'avenir-regular';
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    padding: 18px 0;
    color: #1d1f2a; }
  .qrCodeLanding-guestCustomer .text__content-description.description-text .get-started p:last-of-type {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    font-family: 'avenir-regular';
    color: #1d1f2a;
    padding: 0px 88px 15px 88px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .qrCodeLanding-guestCustomer .text__content-description.description-text .get-started p:last-of-type {
        padding: 0px 15px 22px 15px; } }
    @media (max-width: 767px) {
      .qrCodeLanding-guestCustomer .text__content-description.description-text .get-started p:last-of-type {
        padding: 10px 0 20px 0;
        font-size: 14px; } }

.qrCodeLanding-guestCustomer .button__container .button-cta.cta-text {
  width: 48%;
  margin-right: 10px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .qrCodeLanding-guestCustomer .button__container .button-cta.cta-text {
      width: 44%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-guestCustomer .button__container .button-cta.cta-text {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1rem; } }
  .qrCodeLanding-guestCustomer .button__container .button-cta.cta-text .button--primary {
    border-radius: 6px;
    border: solid 1px #1d1f2a;
    background-color: #fff;
    font-size: 18px;
    font-family: 'avenir-regular';
    font-weight: 600;
    color: #1d1f2a;
    text-transform: inherit;
    width: 100%;
    margin: 0; }
    .qrCodeLanding-guestCustomer .button__container .button-cta.cta-text .button--primary:hover {
      background-color: #1d1f2a;
      color: #fff; }

.qrCodeLanding-guestCustomer .button__container .button-secondary-cta {
  width: 48%;
  margin-left: 10px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .qrCodeLanding-guestCustomer .button__container .button-secondary-cta {
      width: 44%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-guestCustomer .button__container .button-secondary-cta {
      width: 100%;
      margin-left: 0;
      margin-bottom: 1rem; } }
  .qrCodeLanding-guestCustomer .button__container .button-secondary-cta .button--primary {
    border-radius: 6px;
    border: solid 1px #1d1f2a;
    text-transform: inherit;
    font-size: 18px;
    font-family: 'avenir-regular';
    background-color: #1d1f2a;
    font-weight: 600;
    width: 100%;
    margin: 0; }
    .qrCodeLanding-guestCustomer .button__container .button-secondary-cta .button--primary:hover {
      background-color: #fff;
      color: #1d1f2a; }

.selector-for-qrCodeLanding-guestCustomer {
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .selector-for-qrCodeLanding-guestCustomer {
      padding: 0 15px; } }

.qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  margin: 0 auto;
  position: relative;
  min-width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-height: 410px;
  margin-bottom: 40px;
  border-radius: 6px;
  margin-right: 1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type {
      min-height: 100%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type {
      margin: 0;
      min-height: 100%;
      margin-right: 0; } }
  .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .text-and-image__container {
    padding: 0; }
  .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container {
    width: 100%;
    border-radius: 6px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container .image__content {
      height: 410px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container .image__content {
          height: 100%; } }
      @media (max-width: 767px) {
        .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container .image__content {
          height: 100%; } }
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
      height: 410px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
          height: 100%; } }
      @media (max-width: 767px) {
        .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
          height: 100%; } }
  .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .text__container .text__content-title.title-text {
    font-size: 13px;
    font-family: 'avenir-regular';
    text-align: center;
    color: #1d1f2a;
    font-weight: 600;
    line-height: 1.46;
    font-style: normal;
    text-transform: uppercase; }
  .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text {
    font-size: 35px;
    font-weight: 800;
    font-family: 'RockwellNova';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #1d1f2a;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text {
        font-size: 32px;
        padding: 0 20px 20px; } }
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text::after {
      content: "";
      border-bottom: 5px solid #fce300;
      display: inline-block;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100px;
      position: absolute;
      margin: auto; }
  .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .positioner__content {
    width: 100%; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .positioner__foreground.content-hpos--default.content-vpos--default {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 767px) {
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:first-of-type .positioner__foreground.content-hpos--default.content-vpos--default {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.qrCodeLanding-loggedInCustomer .positioner__wrapper:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin: 0 auto;
  position: relative;
  min-width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: #ffffff;
  height: 410px;
  margin-bottom: 40px;
  border-radius: 6px;
  margin-left: 1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:last-of-type {
      height: 410px;
      -webkit-flex-basis: 55%;
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-loggedInCustomer .positioner__wrapper:last-of-type {
      margin-left: 0; } }

@media (max-width: 767px) {
  .qrCodeLanding-loggedInCustomer .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.qrCodeLanding-loggedInCustomer .home-asset-col__title .home-asset-col__title-text::before {
  content: "";
  border-top: 5px solid #fce300;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  position: absolute; }

.qrCodeLanding-loggedInCustomer .home-asset-col__title .home-asset-col__title-text h3 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1d1f2a;
  padding: 12px; }

.qrCodeLanding-loggedInCustomer .text__content-hat.hat-text.apps-wrapper__title {
  border-bottom: 4px dotted #f1f0ed;
  padding-bottom: 20px; }
  .qrCodeLanding-loggedInCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
    font-family: 'avenir-bold';
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #1d1f2a; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .qrCodeLanding-loggedInCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .qrCodeLanding-loggedInCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 1.18;
        border-bottom: none;
        padding-bottom: 0; } }

.qrCodeLanding-loggedInCustomer .text__content-description.description-text {
  margin-top: 24px; }
  .qrCodeLanding-loggedInCustomer .text__content-description.description-text .ditto-subscription-details {
    border-bottom: 4px dotted  #f1f0ed;
    padding-bottom: 20px;
    line-height: 1.33; }
    .qrCodeLanding-loggedInCustomer .text__content-description.description-text .ditto-subscription-details p {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #1d1f2a;
      padding: 5px 0; }
      @media (max-width: 767px) {
        .qrCodeLanding-loggedInCustomer .text__content-description.description-text .ditto-subscription-details p {
          font-size: 14px; } }
  .qrCodeLanding-loggedInCustomer .text__content-description.description-text .get-started-loggedInuser p:first-of-type {
    font-size: 16px;
    font-family: 'avenir-regular';
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    padding: 18px 20px;
    color: #1d1f2a; }
    @media (max-width: 767px) {
      .qrCodeLanding-loggedInCustomer .text__content-description.description-text .get-started-loggedInuser p:first-of-type {
        padding: 10px 0px 12px;
        line-height: 1.71; } }
  .qrCodeLanding-loggedInCustomer .text__content-description.description-text .get-started-loggedInuser p:last-of-type {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    font-family: 'avenir-regular';
    color: #1d1f2a;
    padding: 10px 20px 24px 20px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .qrCodeLanding-loggedInCustomer .text__content-description.description-text .get-started-loggedInuser p:last-of-type {
        padding: 0px 15px 22px 15px; } }
    @media (max-width: 767px) {
      .qrCodeLanding-loggedInCustomer .text__content-description.description-text .get-started-loggedInuser p:last-of-type {
        padding: 10px 0px 24px 0px;
        font-size: 14px;
        line-height: 1.71; } }

@media (max-width: 767px) {
  .qrCodeLanding-loggedInCustomer .button__container .button-cta.cta-text {
    width: 100%;
    margin-bottom: 20px; } }

.qrCodeLanding-loggedInCustomer .button__container .button-cta.cta-text .button--primary {
  border-radius: 6px;
  border: solid 1px #1d1f2a;
  font-size: 18px;
  background-color: #1d1f2a;
  font-family: 'avenir-regular';
  text-transform: inherit;
  font-weight: 600; }
  .qrCodeLanding-loggedInCustomer .button__container .button-cta.cta-text .button--primary:hover {
    color: #1d1f2a;
    background-color: #fff; }
  @media (max-width: 767px) {
    .qrCodeLanding-loggedInCustomer .button__container .button-cta.cta-text .button--primary {
      width: 100%;
      margin: 0; } }

.selector-for-qrCodeLanding-loggedInCustomer {
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .selector-for-qrCodeLanding-loggedInCustomer {
      padding: 0 15px; } }

.qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  margin: 0 auto;
  position: relative;
  min-width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-height: 410px;
  margin-bottom: 40px;
  border-radius: 6px;
  margin-right: 1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type {
      height: 100%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type {
      margin: 0;
      min-height: 100%;
      margin-right: 0; } }
  .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .text-and-image__container {
    padding: 0; }
  .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 6px; }
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container .image__content {
      height: 410px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container .image__content {
          height: 100%; } }
      @media (max-width: 767px) {
        .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container .image__content {
          height: 100%; } }
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
      height: 410px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
          height: 100%; } }
      @media (max-width: 767px) {
        .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .image__container .image__frame {
          height: 100%; } }
  .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .text__container .text__content-title.title-text {
    font-size: 13px;
    font-family: 'avenir-regular';
    text-align: center;
    color: #1d1f2a;
    font-weight: 600;
    line-height: 1.46;
    font-style: normal;
    text-transform: uppercase; }
  .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text {
    font-size: 35px;
    font-weight: 800;
    font-family: 'RockwellNova';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #1d1f2a;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text {
        font-size: 32px;
        padding: 0 20px 20px; } }
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .text__container .text__content-subtitle.subtitle-text::after {
      content: "";
      border-bottom: 5px solid #fce300;
      display: inline-block;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100px;
      position: absolute;
      margin: auto; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .positioner__foreground.content-hpos--default.content-vpos--default {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 767px) {
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:first-of-type .positioner__foreground.content-hpos--default.content-vpos--default {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.qrCodeLanding-subscribedCustomer .positioner__wrapper:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin: 0 auto;
  position: relative;
  min-width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: #ffffff;
  min-height: 410px;
  margin-bottom: 40px;
  border-radius: 6px;
  margin-left: 1rem; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:last-of-type {
      min-height: 410px;
      -webkit-flex-basis: 55%;
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%; } }
  @media (max-width: 767px) {
    .qrCodeLanding-subscribedCustomer .positioner__wrapper:last-of-type {
      margin-left: 0; } }

@media (max-width: 767px) {
  .qrCodeLanding-subscribedCustomer .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.qrCodeLanding-subscribedCustomer .home-asset-col__title .home-asset-col__title-text::before {
  content: "";
  border-top: 5px solid #fce300;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  position: absolute; }

.qrCodeLanding-subscribedCustomer .home-asset-col__title .home-asset-col__title-text h3 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1d1f2a;
  padding: 12px; }

.qrCodeLanding-subscribedCustomer .text__content-hat.hat-text.apps-wrapper__title {
  border-bottom: 4px dotted #f1f0ed;
  padding-bottom: 20px; }
  .qrCodeLanding-subscribedCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
    font-family: 'avenir-bold';
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #1d1f2a; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .qrCodeLanding-subscribedCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .qrCodeLanding-subscribedCustomer .text__content-hat.hat-text.apps-wrapper__title h3 {
        font-size: 22px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 1.18;
        border-bottom: none;
        padding-bottom: 0; } }

.qrCodeLanding-subscribedCustomer .text__content-description.description-text {
  margin-top: 24px; }
  .qrCodeLanding-subscribedCustomer .text__content-description.description-text .ditto-subscription-details {
    border-bottom: 4px dotted  #f1f0ed;
    padding-bottom: 20px;
    line-height: 1.33; }
    .qrCodeLanding-subscribedCustomer .text__content-description.description-text .ditto-subscription-details p {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: normal;
      color: #1d1f2a;
      padding: 5px 0; }
      @media (max-width: 767px) {
        .qrCodeLanding-subscribedCustomer .text__content-description.description-text .ditto-subscription-details p {
          font-size: 14px; } }
  .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser p:first-of-type {
    font-size: 16px;
    font-family: 'avenir-regular';
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    padding: 18px 20px;
    color: #1d1f2a; }
    @media (max-width: 767px) {
      .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser p:first-of-type {
        padding: 10px 0px 12px;
        line-height: 1.71; } }
  .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser .cus-supportNo {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    color: #1d1f2a;
    font-family: 'avenir-regular';
    padding: 18px 20px; }
    @media (max-width: 767px) {
      .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser .cus-supportNo {
        padding: 18px 0;
        font-size: 16px; } }
  .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser p:last-of-type {
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    font-family: 'RockwellNova';
    color: #1d1f2a;
    padding: 10px 20px 12px 20px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser p:last-of-type {
        padding: 0px 15px 22px 15px; } }
    @media (max-width: 767px) {
      .qrCodeLanding-subscribedCustomer .text__content-description.description-text .get-started-subscribeduser p:last-of-type {
        padding: 10px 0px 24px 0px;
        font-size: 16px;
        line-height: 1.71; } }

.selector-for-qrCodeLanding-subscribedCustomer {
  max-width: 90rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .selector-for-qrCodeLanding-subscribedCustomer {
      padding: 0 15px; } }

.serialNoLandingPage_Container {
  max-width: 90rem;
  margin: 0 auto !important;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .serialNoLandingPage_Container {
      padding: 0 15px; } }
  .serialNoLandingPage_Container .serialInner_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .serialNoLandingPage_Container .serialInner_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0; } }
  .serialNoLandingPage_Container .home-asset-col__wrapper {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    min-width: auto;
    position: relative;
    margin: 0;
    min-height: 620px;
    margin-bottom: 30px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .serialNoLandingPage_Container .home-asset-col__wrapper {
        height: 100%; } }
    @media (max-width: 767px) {
      .serialNoLandingPage_Container .home-asset-col__wrapper {
        height: 100%;
        margin-bottom: 0; } }
  .serialNoLandingPage_Container .positioner__content .text-and-image__container {
    padding: 0; }
  .serialNoLandingPage_Container .positioner__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    min-height: 620px;
    margin-bottom: 30px; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .serialNoLandingPage_Container .positioner__wrapper {
        min-height: 100%; } }
    @media (max-width: 767px) {
      .serialNoLandingPage_Container .positioner__wrapper {
        min-height: 100%;
        margin: 0; } }
    .serialNoLandingPage_Container .positioner__wrapper .padd-15 {
      padding: 15px; }
  .serialNoLandingPage_Container .text__content.text-align-- {
    margin: 8px;
    text-align: center; }
  .serialNoLandingPage_Container .text__content-hat.hat-text.apps-wrapper__title h3 {
    font-family: 'avenir-bold';
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #1d1f2a;
    text-align: left; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .serialNoLandingPage_Container .text__content-hat.hat-text.apps-wrapper__title h3 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .serialNoLandingPage_Container .text__content-hat.hat-text.apps-wrapper__title h3 {
        font-size: 22px; } }
  .serialNoLandingPage_Container .text__content .text__content-description.description-text {
    border-bottom: 4px dotted #f1f0ed;
    padding-bottom: 32px; }
    .serialNoLandingPage_Container .text__content .text__content-description.description-text p {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: normal;
      color: #1d1f2a;
      padding: 15px 0;
      text-align: left; }
      @media (max-width: 767px) {
        .serialNoLandingPage_Container .text__content .text__content-description.description-text p {
          font-size: 14px; } }
  .serialNoLandingPage_Container .text__content .serial-number-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .serialNoLandingPage_Container .text__content .serial-number-container .serialNoText {
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      color: #1d1f2a;
      font-family: 'avenir-regular'; }
    .serialNoLandingPage_Container .text__content .serial-number-container .serialNo-format {
      margin-left: auto; }
      .serialNoLandingPage_Container .text__content .serial-number-container .serialNo-format p {
        margin-left: auto;
        font-family: 'avenir-regular';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        color: #968c83; }
  .serialNoLandingPage_Container .serialNo_input {
    border: solid 1px #d7d2cb;
    border-radius: 4px;
    padding: 12px; }
  .serialNoLandingPage_Container .choose-subscription-container .title-text {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    font-family: 'avenir-bold';
    margin-top: 30px; }
  .serialNoLandingPage_Container .choose-subscription-container .description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    text-align: left;
    color: #1d1f2a;
    font-family: 'avenir-regular';
    margin: 10px 0 20px 0; }
  .serialNoLandingPage_Container .choose-subscription-container .view-details {
    color: #1d1f2a;
    font-weight: 600;
    font-size: 16px;
    font-family: 'avenir-regular';
    text-decoration: underline; }
  .serialNoLandingPage_Container .choose-subscription-container .choose-subscription-plan {
    text-align: left;
    margin: 5px 0; }
    .serialNoLandingPage_Container .choose-subscription-container .choose-subscription-plan .plan-name {
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.38;
      color: #1d1f2a;
      font-family: 'avenir-regular'; }
    .serialNoLandingPage_Container .choose-subscription-container .choose-subscription-plan .plan-price {
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      color: #1d1f2a;
      font-family: 'avenir-regular';
      font-weight: 800; }
    .serialNoLandingPage_Container .choose-subscription-container .choose-subscription-plan .form-check-input.subscriptionPlanlist {
      z-index: 1;
      width: 100%;
      cursor: pointer; }
    .serialNoLandingPage_Container .choose-subscription-container .choose-subscription-plan .form-check-label--radio::before {
      content: " ";
      display: inline-block;
      margin: 0 10px 0 0;
      width: 20px;
      height: 20px;
      border-radius: 11px;
      border: 1px solid #000;
      background-color: transparent;
      text-align: center;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .serialNoLandingPage_Container .choose-subscription-container .choose-subscription-plan .form-check-input:checked + label:after {
      content: " ";
      border-radius: 50%;
      width: 10px;
      height: 10px;
      display: block;
      background: #000;
      top: 4.8px;
      left: 5px; }
  .serialNoLandingPage_Container .button__container.choose-plan-btn {
    border-top: 4px dotted #f1f0ed;
    padding-top: 32px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .serialNoLandingPage_Container .button__container.choose-plan-btn .button-cta.cta-text {
      width: 47%;
      margin-right: 10px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .serialNoLandingPage_Container .button__container.choose-plan-btn .button-cta.cta-text {
          width: 46%; } }
      @media (max-width: 767px) {
        .serialNoLandingPage_Container .button__container.choose-plan-btn .button-cta.cta-text {
          width: 100%;
          margin-right: 0;
          margin-bottom: 1rem; } }
      .serialNoLandingPage_Container .button__container.choose-plan-btn .button-cta.cta-text .button--primary {
        border-radius: 6px;
        border: solid 1px #1d1f2a;
        background-color: #fff;
        font-size: 18px;
        font-family: 'avenir-regular';
        color: #1d1f2a;
        text-transform: inherit;
        width: 100%;
        margin: 0; }
        .serialNoLandingPage_Container .button__container.choose-plan-btn .button-cta.cta-text .button--primary:hover {
          background-color: #1d1f2a;
          color: #fff; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
          .serialNoLandingPage_Container .button__container.choose-plan-btn .button-cta.cta-text .button--primary {
            font-size: 16px; } }
    .serialNoLandingPage_Container .button__container.choose-plan-btn .button-secondary-cta {
      width: 47%;
      margin-left: 10px; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .serialNoLandingPage_Container .button__container.choose-plan-btn .button-secondary-cta {
          width: 46%; } }
      @media (max-width: 767px) {
        .serialNoLandingPage_Container .button__container.choose-plan-btn .button-secondary-cta {
          width: 100%;
          margin-left: 0;
          margin-bottom: 1rem; } }
      .serialNoLandingPage_Container .button__container.choose-plan-btn .button-secondary-cta .button--primary {
        border-radius: 6px;
        border: solid 1px #1d1f2a;
        text-transform: inherit;
        font-size: 18px;
        font-family: 'avenir-regular';
        background-color: #1d1f2a;
        width: 100%;
        margin: 0; }
        .serialNoLandingPage_Container .button__container.choose-plan-btn .button-secondary-cta .button--primary:hover {
          background-color: #fff;
          color: #1d1f2a; }
        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
          .serialNoLandingPage_Container .button__container.choose-plan-btn .button-secondary-cta .button--primary {
            font-size: 16px; } }

.home-asset-col__title.serialNoTtitleText .home-asset-col__title-text::before {
  content: "";
  border-top: 5px solid #fce300;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  position: absolute; }

.home-asset-col__title.serialNoTtitleText .home-asset-col__title-text h3 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1d1f2a;
  padding: 12px; }

.serialNoLandingPage_Img .image__frame {
  height: 550px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .serialNoLandingPage_Img .image__frame {
      height: 100%; } }
  @media (max-width: 767px) {
    .serialNoLandingPage_Img .image__frame {
      height: 100%; } }
  .serialNoLandingPage_Img .image__frame .image__content {
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .serialNoLandingPage_Img .image__frame .image__content {
        height: 100%; } }
    @media (max-width: 767px) {
      .serialNoLandingPage_Img .image__frame .image__content {
        height: 100%; } }

.serialNoLandingPage_Img .text__content-hat.hat-text {
  padding: 15px; }

@media (max-width: 767px) {
  .serialNoLandingPage_Img .positioner__wrapper {
    margin-bottom: 40px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  .serialNoLandingPage_Img .positioner__foreground {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 767px) {
  .serialNoLandingPage_Img .positioner__foreground {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

#error-message, #reason-error-message {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #da4100;
  text-align: left !important;
  display: none; }

#error-serial {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #da4100;
  text-align: left !important;
  display: none; }

#error-planselected {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #da4100;
  text-align: left !important;
  display: none; }

.plan-details_summery_tag {
  width: 100%; }
  .plan-details_summery_tag .summary_subscription-plan-card-content {
    display: block;
    width: 100%;
    padding: 0 1.5rem; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description {
      border-radius: 16px;
      padding: 1rem !important;
      border: none !important;
      -webkit-box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
              box-shadow: #ccdbe8 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: start;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li {
      position: relative;
      left: 0;
      color: #000;
      list-style: none;
      margin: 4px 0;
      border-left: 3px solid #fce300;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li br {
        display: none; }
      .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li span, .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li font {
        position: relative;
        padding: 1px;
        padding-left: 2px;
        display: inline-block;
        z-index: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:hover {
      left: 10px; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:hover span {
      color: #111; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fce300;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    .plan-details_summery_tag .summary_subscription-plan-card-content .text__content-description ul li:hover:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.plan-details_summery_tag[open] > .plan-summary-details .expand {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.plan-summary-details {
  outline: none;
  /* Hides marker on Chrome */
  list-style: none;
  width: 100%; }
  .plan-summary-details .summary-content {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .plan-summary-details .expand {
    cursor: pointer;
    font-size: 19px;
    font-weight: 900;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    width: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 31px; }
  .plan-summary-details .selected_plan_label_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }

.plan-summary-details::marker,
.plan-summary-details::-webkit-details-marker {
  /* Hides marker on Safari */
  display: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e2321;
  -webkit-transition: 0.4s;
  -webkit-box-shadow: 2px 6px 25px #1e2321;
          box-shadow: 2px 6px 25px #1e2321;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow;
  transition: 0.6s ease transform, 0.6s box-shadow, 0.6s -webkit-box-shadow; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .slider {
  background-color: #fae300; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #fae300;
          box-shadow: 0 0 1px #fae300; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.containerbox .toggle-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .containerbox .toggle-btn span {
    font-size: 20px;
    font-weight: 600; }

/* PRICE */
#cancellation-reason {
  padding: 10px; }

#other-reason {
  padding: 10px;
  margin-top: 10px; }

#num-months {
  padding: 10px;
  text-align: center; }

.page[data-action="Home-Show"] .main {
  background-color: #f1f0ed; }

.page[data-action="Sites-ditto-Site"] .main {
  background-color: #f1f0ed; }

.selector-for-home-main-top .max-width--xlarge {
  max-width: 100%; }

.selector-for-home-main-top .positioner__content {
  margin: 0;
  width: 100%;
  height: 810px; }

.selector-for-home-main-top .positioner__content iframe {
  width: 100%;
  height: 810px; }

.selector-for-home-main-top .positioner__content .text-and-image__container {
  padding: 0; }

.selector-for-home-main-top .home-wrapper__banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 810px;
  background-position: bottom left !important; }

.selector-for-home-main-top .home-wrapper__banner .play-pause__actions img {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer; }

.selector-for-home-zone-one {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }
  .selector-for-home-zone-one .article-right-zone-one {
    padding: 0;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 85%;
    padding-left: 40px !important; }
  .selector-for-home-zone-one .text__content {
    text-align: left; }
  .selector-for-home-zone-one .article-right-title {
    padding-bottom: 20px; }
  .selector-for-home-zone-one .article-right-title span {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 46px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    color: #1d1f2a; }
  .selector-for-home-zone-one .article-right-description {
    padding-bottom: 25px; }
  .selector-for-home-zone-one .article-right-description p {
    font-family: 'RockwellNova';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a; }
  .selector-for-home-zone-one .article-right-zone-one .button-group a.button {
    margin: 0;
    margin-right: 8px;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    text-transform: inherit;
    width: auto !important;
    padding: 8px 28px;
    border: solid 1px #1d1f2a;
    border-radius: 6px; }
  .selector-for-home-zone-one .positioner__wrapper:first-child .positioner__background-image {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .selector-for-home-zone-one .positioner__wrapper:last-child .positioner__background-image {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .selector-for-home-zone-one .positioner__background-frame {
    position: relative;
    overflow: hidden; }
  .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:before {
    content: "";
    background: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/ve772d162b4214abe6cc6f6e685a28cfe7b94ed77/Dots_Light_white.png);
    background-size: cover;
    display: inline-block;
    width: 52%;
    height: 46px;
    position: absolute;
    right: -4px;
    top: -21px; }
  .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:after {
    content: "";
    background: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/ve772d162b4214abe6cc6f6e685a28cfe7b94ed77/Dots_Light_white.png);
    background-size: cover;
    display: inline-block;
    width: 52%;
    height: 46px;
    position: absolute;
    right: -4px;
    top: 32px;
    background-repeat: repeat; }

.selector-for-home-zone-two, .selector-for-home-zone-two-bottom {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }
  .selector-for-home-zone-two .short-3x1 .positioner__wrapper, .selector-for-home-zone-two-bottom .short-3x1 .positioner__wrapper {
    background: #fff;
    border-radius: 6px;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    min-width: auto; }
  .selector-for-home-zone-two img.image__content, .selector-for-home-zone-two-bottom img.image__content {
    height: 70px;
    width: auto;
    margin: auto; }
  .selector-for-home-zone-two .apps-wrapper.text-align--left .image__content, .selector-for-home-zone-two-bottom .apps-wrapper.text-align--left .image__content {
    margin: inherit; }
  .selector-for-home-zone-two .apps-wrapper.text-align--center .image__content, .selector-for-home-zone-two-bottom .apps-wrapper.text-align--center .image__content {
    margin: auto; }
  .selector-for-home-zone-two .apps-wrapper.text-align--right .image__content, .selector-for-home-zone-two-bottom .apps-wrapper.text-align--right .image__content {
    display: inline-block; }
  .selector-for-home-zone-two .apps-wrapper__title h5, .selector-for-home-zone-two-bottom .apps-wrapper__title h5 {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 26px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #1d1f2a;
    padding-top: 20px;
    max-width: 82%;
    text-align: left; }
  .selector-for-home-zone-two .apps-wrapper__title.text-align--center h5, .selector-for-home-zone-two-bottom .apps-wrapper__title.text-align--center h5 {
    margin: auto;
    text-align: center; }
  .selector-for-home-zone-two .apps-wrapper__title.text-align--right h5, .selector-for-home-zone-two-bottom .apps-wrapper__title.text-align--right h5 {
    margin-left: auto;
    text-align: right; }
  .selector-for-home-zone-two .description-text p, .selector-for-home-zone-two-bottom .description-text p {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #1d1f2a;
    padding-top: 20px;
    text-align: left; }
  .selector-for-home-zone-two .description-text.text-align--center p, .selector-for-home-zone-two-bottom .description-text.text-align--center p {
    text-align: center; }
  .selector-for-home-zone-two .description-text.text-align--right p, .selector-for-home-zone-two-bottom .description-text.text-align--right p {
    text-align: right; }
  .selector-for-home-zone-two .apps-wrapper__title, .selector-for-home-zone-two-bottom .apps-wrapper__title {
    position: relative;
    padding-bottom: 20px; }
  .selector-for-home-zone-two .apps-wrapper__title h5:after, .selector-for-home-zone-two-bottom .apps-wrapper__title h5:after {
    content: "";
    border-bottom: 5px dotted #fce300;
    display: inline-block;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .selector-for-home-zone-two .apps-wrapper__title.text-align--center h5:after, .selector-for-home-zone-two-bottom .apps-wrapper__title.text-align--center h5:after {
    left: 0;
    right: 0;
    margin: auto; }
  .selector-for-home-zone-two .apps-wrapper__title.text-align--right h5:after, .selector-for-home-zone-two-bottom .apps-wrapper__title.text-align--right h5:after {
    left: auto;
    right: 0;
    margin: auto; }

.selector-for-home-zone-three {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }
  .selector-for-home-zone-three .positioner__wrapper:first-child .positioner__background-image {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .selector-for-home-zone-three .positioner__wrapper:last-child .positioner__background-image {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .selector-for-home-zone-three .image__container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .selector-for-home-zone-three .image__container .image__content {
    width: auto;
    height: 80px;
    margin-left: -12px; }
  .selector-for-home-zone-three .text__content {
    text-align: left; }
  .selector-for-home-zone-three .sustainability-right-title {
    padding-bottom: 5px; }
  .selector-for-home-zone-three .sustainability-right-title span {
    font-family: 'avenir-regular';
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase; }
  .selector-for-home-zone-three .sustainability-right-description h5 {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 38px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative; }
  .selector-for-home-zone-three .sustainability-right-description h5:after {
    content: "";
    width: 16%;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0; }
  .selector-for-home-zone-three .sustainability-right-description p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #fff; }
  .selector-for-home-zone-three .sustainability-right-zone-one {
    padding: 0;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 82%;
    padding-left: 40px !important; }

.selector-for-home-zone-four:before {
  content: "";
  background-image: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/dw85a96ace/light-grey-with-dots.png) !important;
  background-size: 95px 95px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: space; }

.selector-for-home-zone-four {
  position: relative; }
  .selector-for-home-zone-four .home-asset-col {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 30px;
    padding-top: 70px;
    padding-bottom: 120px; }
  .selector-for-home-zone-four .home-asset-col__title-text {
    padding-top: 25px;
    padding-bottom: 55px;
    position: relative; }
  .selector-for-home-zone-four .home-asset-col__title-text:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto; }
  .selector-for-home-zone-four .home-asset-col__title-text h3 {
    font-family: 'RockwellNova-Bold';
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #1d1f2a; }
  .selector-for-home-zone-four .positioner__wrapper {
    background: #fff;
    gap: 24px;
    border: solid 1px #b6ada5;
    border-radius: 6px;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    margin-right: 1rem; }
  .selector-for-home-zone-four .positioner__wrapper:last-child {
    margin-left: auto;
    margin-right: 0; }
  .selector-for-home-zone-four .positioner__wrapper .subscription-wrapper {
    padding: 0; }
  .selector-for-home-zone-four .image__container {
    position: absolute;
    left: 24px;
    top: 24px;
    display: inline-block;
    width: auto; }
  .selector-for-home-zone-four .image__frame {
    background: #f1f0ed;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 5px; }
  .selector-for-home-zone-four .image__content {
    height: 80px;
    width: auto;
    margin: 0 auto;
    margin-top: 4px; }
  .selector-for-home-zone-four .subscription-wrapper-ditto .image__container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0px;
    top: 60px; }
  .selector-for-home-zone-four .subscription-wrapper-ditto .image__frame {
    background: transparent;
    width: auto;
    height: auto; }
  .selector-for-home-zone-four .subscription-wrapper-ditto .image__content {
    margin: 0;
    height: 40px; }
  .selector-for-home-zone-four .subscription-title {
    padding: 30px 20px 0 145px;
    display: inline-block;
    text-align: left; }
  .selector-for-home-zone-four .subscription-title strong {
    font-family: 'avenir-regular';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.4px;
    text-align: left;
    color: #1d1f2a;
    text-transform: uppercase; }
  .selector-for-home-zone-four .subscription-title h5 {
    font-family: 'RockwellNova-Bold';
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding: 7px 0 12px 0; }
  .selector-for-home-zone-four .subscription-title p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #1d1f2a;
    min-height: 78px; }
  .selector-for-home-zone-four .subscription-title strong {
    font-family: 'RockwellNova-Bold';
    font-size: 26px;
    font-weight: bold;
    padding-top: 15px;
    display: inline-block;
    min-height: 50px; }
  .selector-for-home-zone-four .subscription-description {
    background-color: #f9f9f8;
    padding: 20px 35px;
    margin-top: 30px; }
  .selector-for-home-zone-four .subscription-description li {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    min-height: 33px; }
  .selector-for-home-zone-four .subscription-description li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px; }
  .selector-for-home-zone-four .button__container {
    background-color: #f9f9f8;
    padding: 20px 30px 20px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 175px;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .selector-for-home-zone-four .button__container .button-group {
    width: 100%; }
  .selector-for-home-zone-four .button__container .button-group div {
    margin: 7px 0px; }
  .selector-for-home-zone-four .button__container .button-cta {
    width: 100%; }
  .selector-for-home-zone-four .button__container .button-cta .button {
    width: 100% !important;
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    padding: 10px 5px; }
  .selector-for-home-zone-four .button__container .button-cta .button img {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -5px; }
  .selector-for-home-zone-four .button__container .button-secondary-cta {
    width: 100%; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    width: 100% !important;
    padding: 10px 28px;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    margin: 0;
    text-transform: inherit; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a img {
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -2px; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }
  .selector-for-home-zone-four .button__container .button-cta .button:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }

.selector-for-home-zone-four-bottom .button-secondary-cta a {
  border-radius: 6px;
  background-color: #fce300;
  padding: 13px 14px;
  font-family: 'avenir-regular';
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #1d1f2a;
  border: 1px solid #fce300;
  width: 310px !important;
  display: inline-block;
  text-transform: inherit; }

.selector-for-home-zone-four-bottom .button-secondary-cta a:hover {
  background: #1d1f2a;
  color: #fff;
  border: 1px solid #1d1f2a; }

.selector-for-home-zone-five .positioner__background-image {
  -o-object-position: bottom;
     object-position: bottom; }

.selector-for-home-zone-five .text__content-hat {
  position: relative;
  padding-top: 25px; }

.selector-for-home-zone-five .text__content-hat:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fce300;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }

.selector-for-home-zone-five .text__content-hat span {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff; }

.selector-for-home-zone-five .button-secondary-cta {
  text-align: center;
  margin-top: 30px; }

.selector-for-home-zone-five .button-secondary-cta a {
  border-radius: 6px;
  background-color: #fce300;
  padding: 13px 14px;
  font-family: 'avenir-regular';
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #1d1f2a;
  border: 1px solid #fce300;
  width: 310px !important;
  display: inline-block;
  text-transform: inherit; }

.selector-for-home-zone-five .button-secondary-cta a:hover {
  background: #1d1f2a;
  color: #fff;
  border: 1px solid #1d1f2a; }

.page[data-action="Home-Show"] .product-list {
  max-width: 90rem;
  margin: 0 auto;
  padding: 30px 30px 60px 30px; }
  .page[data-action="Home-Show"] .product-list .product-list__carousel--tile {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    color: #1d1f2a;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px; }
  .page[data-action="Home-Show"] .product-list .product-list__carousel--tile:after {
    content: "";
    width: 150px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto; }
  .page[data-action="Home-Show"] .product-list .product-add__container {
    top: auto;
    bottom: auto;
    background: transparent; }
  .page[data-action="Home-Show"] .product-list .product-add__container .product-add__button {
    background: #fff;
    font-family: 'avenir-regular';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000; }
  .page[data-action="Home-Show"] .product-list .product-add__container .product-add__button:hover:not([disabled]):not(.disabled) {
    color: #fff;
    background: #000;
    opacity: 1; }
  .page[data-action="Home-Show"] .product-list .product-badges__wrapper {
    position: inherit;
    top: auto;
    left: auto; }
  .page[data-action="Home-Show"] .product-list .product-badges {
    position: static;
    top: auto;
    left: auto; }
  .page[data-action="Home-Show"] .product-list .product-badges__wrapper .product-badge {
    padding: 5px 9px 5px;
    letter-spacing: 1.2px;
    font-size: 11px;
    position: absolute;
    top: 0px;
    left: 5px; }
  .page[data-action="Home-Show"] .product-list .product-badges__wrapper br {
    display: none; }
  .page[data-action="Home-Show"] .product-list .product-tile--default {
    position: inherit; }
  .page[data-action="Home-Show"] .product-list .product-tile__header {
    position: inherit; }
  .page[data-action="Home-Show"] .product-list .product-tile__body .product-brand a.link {
    font-size: 14px;
    font-family: 'avenir-bold';
    text-transform: uppercase;
    color: rgba(29, 31, 42, 0.75);
    text-decoration: none;
    padding-bottom: 10px;
    letter-spacing: 1.4px; }
  .page[data-action="Home-Show"] .product-list .product-tile__body-section {
    font-size: 20px;
    font-weight: 600; }
  .page[data-action="Home-Show"] .product-list .product-tile__body .price__item {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block; }
  .page[data-action="Home-Show"] .product-list .product-tile__wishlist {
    top: 10px;
    right: 10px; }

@media only screen and (max-width: 1024px) {
  .selector-for-home-main-top .home-wrapper__banner {
    height: 600px; }
  .selector-for-home-main-top .positioner__content {
    height: 600px; }
  .selector-for-home-main-top .positioner__content iframe {
    height: 600px; }
  .selector-for-home-zone-one .article-right-zone-one {
    max-width: 87%; }
  .selector-for-home-zone-one .article-right-title span {
    font-size: 40px; }
  .selector-for-home-zone-one .article-right-zone-one .button-group a.button {
    font-size: 16px; }
  .selector-for-home-zone-two .apps-wrapper__title h5, .selector-for-home-zone-two-bottom .apps-wrapper__title h5 {
    font-size: 24px;
    max-width: 85%; }
  .selector-for-home-zone-two .description-text p, .selector-for-home-zone-two-bottom .description-text p {
    font-size: 15px; }
  .selector-for-home-zone-three .sustainability-right-description h5 {
    font-size: 34px; }
  .selector-for-home-zone-three .sustainability-right-description p {
    font-size: 16px; }
  .selector-for-home-zone-three .image__container .image__content {
    height: 70px; }
  .selector-for-home-zone-four .home-asset-col {
    padding-top: 55px;
    padding-bottom: 100px; }
  .selector-for-home-zone-four .home-asset-col__title-text {
    padding-top: 25px;
    padding-bottom: 40px; }
  .selector-for-home-zone-four .home-asset-col__title-text h3 {
    font-size: 36px; }
  .selector-for-home-zone-four .subscription-title p {
    min-height: 105px; }
  .selector-for-home-zone-four .subscription-title h5 {
    font-size: 24px; }
  .selector-for-home-zone-four .subscription-title p {
    font-size: 16px; }
  .selector-for-home-zone-four .subscription-title strong {
    padding-top: 0;
    font-size: 24px; }
  .selector-for-home-zone-four .button__container .button-cta .button {
    font-size: 16px; }
  .selector-for-home-zone-four .button__container .button-cta .button img {
    max-width: 85px; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a {
    font-size: 16px; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a img {
    max-width: 100px; }
  .selector-for-home-zone-four .button__container {
    padding: 15px 30px 15px 30px;
    min-height: 155px; }
  .selector-for-home-zone-five .text__content-hat span {
    font-size: 35px; }
  .selector-for-home-zone-five .button-secondary-cta a {
    font-size: 18px; } }

@media only screen and (max-width: 825px) {
  .selector-for-home-main-top .home-wrapper__banner {
    height: 500px; }
  .selector-for-home-main-top .positioner__content {
    height: 500px; }
  .selector-for-home-main-top .positioner__content iframe {
    height: 500px; }
  .selector-for-home-main-top .home-wrapper__banner .play-pause__actions img {
    width: 50px;
    height: 50px; }
  .selector-for-home-zone-one {
    padding: 0 20px; }
    .selector-for-home-zone-one .article-right-zone-one {
      max-width: 100%;
      padding-left: 25px !important; }
    .selector-for-home-zone-one .article-right-title span {
      font-size: 35px; }
    .selector-for-home-zone-one .article-right-zone-one .button-group a.button {
      font-size: 14px; }
  .selector-for-home-zone-two, .selector-for-home-zone-two-bottom {
    padding: 0 20px; }
    .selector-for-home-zone-two .short-3x1 .positioner__wrapper, .selector-for-home-zone-two-bottom .short-3x1 .positioner__wrapper {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%; }
    .selector-for-home-zone-two .short-3x1 .positioner__wrapper:first-of-type, .selector-for-home-zone-two-bottom .short-3x1 .positioner__wrapper:first-of-type {
      margin-right: 5px; }
    .selector-for-home-zone-two .short-3x1 .positioner__wrapper:last-of-type, .selector-for-home-zone-two-bottom .short-3x1 .positioner__wrapper:last-of-type {
      margin-left: 5px; }
    .selector-for-home-zone-two .apps-wrapper__title h5, .selector-for-home-zone-two-bottom .apps-wrapper__title h5 {
      max-width: 100%;
      font-size: 19px; }
    .selector-for-home-zone-two .apps-wrapper, .selector-for-home-zone-two-bottom .apps-wrapper {
      padding-left: 0;
      padding-right: 0; }
  .selector-for-home-zone-three {
    padding: 0 20px; }
  .selector-for-home-zone-four .home-asset-col {
    padding: 0 20px;
    padding-top: 55px;
    padding-bottom: 100px; }
  .selector-for-home-zone-four .home-asset-col__title-text h3 {
    font-size: 34px; }
  .selector-for-home-zone-four .positioner__wrapper:first-of-type {
    margin-right: 5px; }
  .selector-for-home-zone-four .positioner__wrapper:last-of-type {
    margin-left: 5px; }
  .selector-for-home-zone-four .button__container {
    padding: 15px 15px 15px 15px;
    min-height: 145px; }
  .selector-for-home-zone-four .button__container .button-cta .button {
    font-size: 14px; }
  .selector-for-home-zone-four .button__container .button-cta .button img {
    max-width: 75px; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a img {
    max-width: 90px; }
  .selector-for-home-zone-four .subscription-title {
    padding: 25px 20px 0 115px; }
  .selector-for-home-zone-four .subscription-wrapper-ditto .image__content {
    height: 30px; }
  .selector-for-home-zone-four .image__frame {
    width: 80px;
    height: 80px; }
  .selector-for-home-zone-four .image__content {
    height: 60px;
    margin-top: 5px; }
  .selector-for-home-zone-four .subscription-title h5 {
    font-size: 22px; }
  .selector-for-home-zone-four .subscription-title p {
    font-size: 15px; }
  .selector-for-home-zone-five .text__content-hat span {
    font-size: 33px; }
  .selector-for-home-zone-five .button-secondary-cta a {
    font-size: 16px; } }

@media only screen and (max-width: 768px) {
  .selector-for-home-zone-three {
    padding: 0 20px; }
    .selector-for-home-zone-three .sustainability-right-zone-one {
      max-width: 90%;
      padding-left: 25px !important; }
  .selector-for-home-zone-four .subscription-title p {
    min-height: 130px; } }

@media only screen and (max-width: 760px) {
  .selector-for-home-main-top .home-wrapper__banner {
    height: 300px; }
  .selector-for-home-main-top .positioner__content {
    height: 300px; }
  .selector-for-home-main-top .positioner__content iframe {
    height: 300px; }
  .selector-for-home-main-top .home-wrapper__banner .play-pause__actions img {
    width: 40px;
    height: 40px; }
  .selector-for-home-zone-one {
    min-height: auto; }
    .selector-for-home-zone-one .home-asset-col .positioner__wrapper {
      height: auto !important;
      margin: 0; }
    .selector-for-home-zone-one .home-asset-col .positioner__wrapper:first-of-type {
      height: 350px !important; }
    .selector-for-home-zone-one .home-asset-col .positioner__wrapper:last-of-type {
      height: 450px !important; }
    .selector-for-home-zone-one .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .selector-for-home-zone-one .positioner__wrapper:first-child .positioner__background-image {
      height: 350px;
      max-height: inherit;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 0;
      border-top-right-radius: 6px; }
    .selector-for-home-zone-one .positioner__wrapper:first-child .positioner__background {
      position: relative; }
    .selector-for-home-zone-one .positioner__wrapper:first-child .text-and-image__container {
      padding: 0; }
    .selector-for-home-zone-one .positioner__wrapper:last-child .positioner__background {
      height: 100%; }
    .selector-for-home-zone-one .positioner__wrapper:last-child .positioner__background-image {
      border-top-right-radius: 0;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px; }
    .selector-for-home-zone-one .button-group {
      margin-bottom: 20px; }
    .selector-for-home-zone-one .article-right-title span {
      font-size: 32px; }
    .selector-for-home-zone-one .article-right-zone-one .button-group a.button {
      font-size: 18px;
      width: 100% !important; }
    .selector-for-home-zone-one .positioner__content .article-right-zone-one {
      max-width: 100%;
      padding-left: 25px !important;
      padding-top: 25px !important;
      padding-right: 25px !important; }
    .selector-for-home-zone-one .positioner__content .article-right-zone-one .button__container {
      width: 100%;
      padding-top: 10px; }
    .selector-for-home-zone-one .positioner__content .article-right-zone-one .button-group div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; }
    .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:before {
      content: "";
      background: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/dw85a96ace/Dots_Light_white.png);
      background-size: cover;
      display: inline-block;
      width: 19%;
      height: 51px;
      position: absolute;
      right: -67px;
      top: 38%;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:after {
      display: none; }
  .selector-for-home-zone-two .short-3x1 .positioner__wrapper, .selector-for-home-zone-two-bottom .short-3x1 .positioner__wrapper {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0 !important;
    margin-top: 7px;
    margin-bottom: 7px; }
  .selector-for-home-zone-two .short-3x1 .positioner__wrapper:last-of-type, .selector-for-home-zone-two-bottom .short-3x1 .positioner__wrapper:last-of-type {
    margin-left: 0; }
  .selector-for-home-zone-two .apps-wrapper__title h5, .selector-for-home-zone-two-bottom .apps-wrapper__title h5 {
    font-size: 26px; }
  .selector-for-home-zone-two .description-text p, .selector-for-home-zone-two-bottom .description-text p {
    font-size: 16px; }
  .selector-for-home-zone-two-bottom {
    margin-top: 0 !important; }
  .selector-for-home-zone-three {
    padding: 0 20px; }
    .selector-for-home-zone-three .positioner__wrapper {
      margin: 0; }
    .selector-for-home-zone-three .positioner__wrapper:first-of-type {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .selector-for-home-zone-three .positioner__wrapper:last-of-type {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .selector-for-home-zone-three .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .selector-for-home-zone-three .sustainability-right-zone-one {
      max-width: 100%;
      padding-left: 20px !important;
      padding-bottom: 30px !important; }
    .selector-for-home-zone-three .positioner__wrapper:last-child .positioner__background-image {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 0;
      border-top-left-radius: 6px; }
    .selector-for-home-zone-three .positioner__wrapper:first-of-type .positioner__background {
      position: relative; }
    .selector-for-home-zone-three .positioner__wrapper:first-child .positioner__background-image {
      border-top-left-radius: 0;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      height: 450px; }
    .selector-for-home-zone-three .positioner__wrapper:first-child .text-and-image__container {
      padding: 0; }
    .selector-for-home-zone-three .image__container .text__container {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .selector-for-home-zone-three .image__container {
      margin-left: -15px;
      margin-bottom: 20px; }
    .selector-for-home-zone-three .image__container .image__content {
      height: 100px;
      margin-left: -5px; }
    .selector-for-home-zone-three .sustainability-right-description h5 {
      font-size: 26px; }
    .selector-for-home-zone-three .sustainability-right-description p {
      font-size: 15px; }
    .selector-for-home-zone-three .text__container {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .selector-for-home-zone-three .text-and-image__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  .selector-for-home-zone-four .home-asset-col {
    padding-bottom: 70px; }
  .selector-for-home-zone-four .home-asset-col__title-text h3 {
    font-size: 26px; }
  .selector-for-home-zone-four .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .selector-for-home-zone-four .positioner__wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .selector-for-home-zone-four .subscription-title p {
    min-height: auto;
    padding-bottom: 10px; }
  .selector-for-home-zone-four .subscription-title h5 {
    font-size: 20px;
    padding-bottom: 15px; }
  .selector-for-home-zone-four .subscription-title strong {
    font-size: 22px;
    min-height: auto; }
  .selector-for-home-zone-four .button__container {
    min-height: auto; }
  .selector-for-home-zone-five .text__content-hat span {
    font-size: 26px; }
  .selector-for-home-zone-five .button-secondary-cta {
    margin-top: 15px; }
  .selector-for-home-zone-five .button-secondary-cta a {
    font-size: 15px; } }

@media only screen and (max-width: 640px) {
  .selector-for-home-zone-one .positioner__wrapper:last-child .positioner__background {
    height: 100%; }
  .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:before {
    width: 23%; } }

@media only screen and (max-width: 480px) {
  .selector-for-home-main-top .home-wrapper__banner {
    height: 215px; }
  .selector-for-home-main-top .positioner__content {
    height: 215px; }
  .selector-for-home-main-top .positioner__content iframe {
    height: 215px; }
  .selector-for-home-zone-one {
    padding: 0 15px; }
    .selector-for-home-zone-one .positioner__wrapper:last-child .positioner__background-image {
      height: 100%;
      max-height: -webkit-fit-content;
      max-height: -moz-fit-content;
      max-height: fit-content; }
    .selector-for-home-zone-one .positioner__content .article-right-zone-one {
      max-width: 100%;
      padding-left: 15px !important;
      padding-top: 15px !important;
      padding-right: 15px !important; }
    .selector-for-home-zone-one .article-right-description {
      padding-bottom: 15px; }
    .selector-for-home-zone-one .button-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .selector-for-home-zone-one .button-group div {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 5px; }
    .selector-for-home-zone-one .positioner__content .article-right-zone-one .button-group div {
      width: 100%; }
    .selector-for-home-zone-one .button-group div a {
      margin: 0 !important; }
    .selector-for-home-zone-one .positioner__wrapper:last-child .positioner__background {
      height: 100%; }
    .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:before {
      width: 31%;
      top: 36%; }
  .selector-for-home-zone-two, .selector-for-home-zone-two-bottom {
    padding: 0 15px; }
  .selector-for-home-zone-two {
    margin-top: 20px !important; }
  .selector-for-home-zone-three {
    padding: 0 15px;
    margin-top: 15px !important; }
  .selector-for-home-zone-four .home-asset-col {
    padding: 0 15px;
    padding-bottom: 70px;
    padding-top: 55px; }
  .selector-for-home-zone-four .button__container .button-cta .button {
    font-size: 13px; }
  .selector-for-home-zone-four .button__container .button-secondary-cta a {
    font-size: 13px; }
  .selector-for-home-zone-four .subscription-title h5 {
    padding-bottom: 5px; }
  .selector-for-home-zone-four .image__container {
    left: 17px; }
  .selector-for-home-zone-five .positioner__content {
    margin: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center; }
  .selector-for-home-zone-five .text-and-image__container {
    padding: 0 !important; }
  .selector-for-home-zone-five .text-and-image__container .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .selector-for-home-zone-five .text-and-image__container .button-group a.button {
    width: 100% !important;
    margin: 0; }
  .selector-for-home-zone-five .text__content-hat {
    text-align: center; } }

@media only screen and (max-width: 420px) {
  .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:before {
    width: 46%;
    height: 51px;
    right: -82px;
    top: 33%; } }

@media only screen and (max-width: 380px) {
  .selector-for-home-zone-one .positioner__wrapper:nth-child(2) .positioner__background-frame:before {
    width: 51%;
    height: 51px;
    right: -82px;
    top: 33%; }
  .selector-for-home-zone-four:before {
    content: "";
    background-image: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/dw85a96ace/light-grey-with-dots.png) !important;
    background-size: 83px 95px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: space; } }

/*********** home page slider ***********/
.dittoCarousel_wrapper {
  position: relative; }
  .dittoCarousel_wrapper .carousel {
    position: relative; }
  .dittoCarousel_wrapper .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .dittoCarousel_wrapper .carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .dittoCarousel_wrapper .carousel-item img {
    line-height: 1;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  @media screen and (prefers-reduced-motion: reduce) {
    .dittoCarousel_wrapper .carousel-item {
      -webkit-transition: none;
      transition: none; } }
  .dittoCarousel_wrapper .carousel-item.active,
  .dittoCarousel_wrapper .carousel-item-next,
  .dittoCarousel_wrapper .carousel-item-prev {
    display: block; }
  .dittoCarousel_wrapper .carousel-item-next,
  .dittoCarousel_wrapper .carousel-item-prev {
    position: absolute;
    top: 0; }
  .dittoCarousel_wrapper .carousel-item-next.carousel-item-left,
  .dittoCarousel_wrapper .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .dittoCarousel_wrapper .carousel-item-next.carousel-item-left,
    .dittoCarousel_wrapper .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .dittoCarousel_wrapper .carousel-item-next,
  .dittoCarousel_wrapper .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .dittoCarousel_wrapper .carousel-item-next,
    .dittoCarousel_wrapper .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }
  .dittoCarousel_wrapper .carousel-item-prev,
  .dittoCarousel_wrapper .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .dittoCarousel_wrapper .carousel-item-prev,
    .dittoCarousel_wrapper .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  .dittoCarousel_wrapper .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .dittoCarousel_wrapper .carousel-fade .carousel-item.active,
  .dittoCarousel_wrapper .carousel-fade .carousel-item-next.carousel-item-left,
  .dittoCarousel_wrapper .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
  .dittoCarousel_wrapper .carousel-fade .active.carousel-item-left,
  .dittoCarousel_wrapper .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .dittoCarousel_wrapper .carousel-fade .carousel-item-next,
  .dittoCarousel_wrapper .carousel-fade .carousel-item-prev,
  .dittoCarousel_wrapper .carousel-fade .carousel-item.active,
  .dittoCarousel_wrapper .carousel-fade .active.carousel-item-left,
  .dittoCarousel_wrapper .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .dittoCarousel_wrapper .carousel-fade .carousel-item-next,
    .dittoCarousel_wrapper .carousel-fade .carousel-item-prev,
    .dittoCarousel_wrapper .carousel-fade .carousel-item.active,
    .dittoCarousel_wrapper .carousel-fade .active.carousel-item-left,
    .dittoCarousel_wrapper .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  .dittoCarousel_wrapper .carousel-control-prev,
  .dittoCarousel_wrapper .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
  .dittoCarousel_wrapper .carousel-control-prev:hover, .dittoCarousel_wrapper .carousel-control-prev:focus,
  .dittoCarousel_wrapper .carousel-control-next:hover,
  .dittoCarousel_wrapper .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .dittoCarousel_wrapper .carousel-control-prev {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    width: 35px;
    height: 35px;
    border: solid #fce300;
    border-width: 0 8px 8px 0;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: none;
    opacity: 1; }
  .dittoCarousel_wrapper .carousel-control-prev span, .dittoCarousel_wrapper .carousel-control-next span {
    display: none; }
  .dittoCarousel_wrapper .carousel-control-next {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    width: 35px;
    height: 35px;
    border: solid #fce300;
    border-width: 0 8px 8px 0;
    padding: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: none;
    opacity: 1; }
  .dittoCarousel_wrapper .carousel-indicators {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
  .dittoCarousel_wrapper .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px 5px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent; }
  .dittoCarousel_wrapper .carousel-indicators .active {
    margin: 0;
    width: 16px;
    height: 16px;
    background-color: #fce300;
    border-color: #fce300; }
  .dittoCarousel_wrapper .carousel-caption {
    position: absolute;
    z-index: 111;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10%;
    max-width: 50%; }
    .dittoCarousel_wrapper .carousel-caption h5 {
      font-size: 32px;
      color: #fff;
      font-family: 'RockwellNova-bold';
      margin-bottom: 20px; }
    .dittoCarousel_wrapper .carousel-caption p {
      font-size: 19px;
      color: #fff;
      font-family: 'avenir-regular'; }
    .dittoCarousel_wrapper .carousel-caption a {
      font-family: 'avenir-regular';
      font-size: 18px;
      font-weight: 600;
      color: #1d1f2a;
      text-transform: inherit;
      margin: 0;
      padding: 8px 25px;
      background: #fce300;
      border-radius: 6px;
      border: 1px solid #fce300;
      display: inline-block;
      width: auto;
      text-align: center;
      margin-top: 25px; }
    .dittoCarousel_wrapper .carousel-caption a:hover {
      color: #fff;
      border-color: #000;
      background: #000; }
  .dittoCarousel_wrapper .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000007d; }

@media only screen and (max-width: 825px) {
  .dittoCarousel_wrapper .carousel-caption {
    max-width: 75%;
    left: 12%; }
  .dittoCarousel_wrapper .carousel-item img {
    height: 470px; } }

@media only screen and (max-width: 760px) {
  .dittoCarousel_wrapper .carousel-item img {
    height: 400px; }
  .dittoCarousel_wrapper .carousel-caption h5 {
    font-size: 28px; }
  .dittoCarousel_wrapper .carousel-caption p {
    font-size: 18px; } }

@media only screen and (max-width: 480px) {
  .dittoCarousel_wrapper .carousel-item img {
    height: 400px; }
  .dittoCarousel_wrapper .carousel-caption {
    max-width: 70%;
    left: 15%; }
    .dittoCarousel_wrapper .carousel-caption h5 {
      font-size: 24px;
      margin-bottom: 10px; }
    .dittoCarousel_wrapper .carousel-caption p {
      font-size: 16px; }
    .dittoCarousel_wrapper .carousel-caption a {
      font-size: 16px;
      margin-top: 20px; }
  .dittoCarousel_wrapper .carousel-indicators {
    bottom: 5%; } }

@media only screen and (max-width: 420px) {
  .dittoCarousel_wrapper .carousel-item img {
    height: 350px; } }

.page[data-action="Search-Show"] .main {
  background-color: #f1f0ed; }

.marketing-landing__main {
  margin-top: -20px; }

.ditto-projector-modal .window-modal__content {
  max-width: 600px;
  height: 600px;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ditto-projector-modal .ditto-projector-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.ditto-projector-modal .ditto-projector-img img {
  margin: auto; }

.ditto-projector-modal .window-modal__close:hover {
  background-color: transparent; }

.ditto-projector-modal .window-modal__close:after {
  width: 20px;
  height: 20px; }

.selector-for-marketing-landing-slot1 .positioner__foreground {
  position: relative !important;
  top: auto !important; }

.selector-for-marketing-landing-slot1 .positioner__background {
  position: absolute;
  top: 0; }

.selector-for-marketing-landing-slot1 .positioner__content {
  margin: 0;
  width: 100%;
  height: 600px; }

.selector-for-marketing-landing-slot1 .text-and-image__container {
  padding: 0 !important; }

.selector-for-marketing-landing-slot1 .positioner__content iframe {
  width: 100%;
  height: 600px; }

.selector-for-marketing-landing-slot1 .text-and-image__container {
  padding: 0; }

.selector-for-marketing-landing-slot1 .home-wrapper__banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px; }

.selector-for-marketing-landing-slot1 .home-wrapper__banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000082; }

.selector-for-marketing-landing-slot1 .home-wrapper__banner.home-wrapper__banner_before:before {
  display: none; }

.selector-for-marketing-landing-slot1 .home-wrapper__content {
  position: relative;
  max-width: 620px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  top: 32%; }

.selector-for-marketing-landing-slot1 .home-wrapper__title h1 {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding-bottom: 20px; }

.selector-for-marketing-landing-slot1 .home-wrapper__title span {
  font-family: 'avenir-regular';
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff; }

.selector-for-marketing-landing-slot1 .play-pause__actions {
  margin-top: 30px; }

.selector-for-marketing-landing-slot1 .play-pause__actions img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  bottom: auto;
  margin: auto;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.selector-for-marketing-landing-slot1 .max-width--xlarge {
  max-width: 100%; }

.selector-for-marketing-landing-slot2 .short-3x1 {
  max-width: 80rem;
  margin: 0 auto;
  padding: 60px 30px 40px 30px; }

.selector-for-marketing-landing-slot2 .image__container {
  padding-bottom: 20px; }

.selector-for-marketing-landing-slot2 .image__content {
  width: 250px;
  border-radius: 50%; }

.selector-for-marketing-landing-slot2 .text__container {
  max-width: 280px;
  position: relative; }

.selector-for-marketing-landing-slot2 .text__container:before {
  content: "";
  height: 3px;
  width: 20px;
  display: inline-block;
  border-top: 4px dotted #fff;
  position: absolute;
  top: -4px; }

.selector-for-marketing-landing-slot2 .ditto-process__title {
  text-align: left; }

.selector-for-marketing-landing-slot2 .ditto-process__title span span {
  font-family: 'RockwellNova-ExtraBold';
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fce300; }

.selector-for-marketing-landing-slot2 .ditto-process__title h3 {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 49px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  padding: 10px 0px; }

.selector-for-marketing-landing-slot2 .ditto-process__description p {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff; }

.selector-for-marketing-landing-slot2 .ditto-process__wrapper .positioner__content {
  min-height: 550px; }

.selector-for-marketing-landing-slot3 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }
  .selector-for-marketing-landing-slot3 .positioner__foreground {
    position: relative !important;
    top: auto !important;
    max-width: 950px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .selector-for-marketing-landing-slot3 .positioner__content {
    width: 100%;
    margin: 0; }
  .selector-for-marketing-landing-slot3 .text-and-image__container {
    padding: 0 !important; }
  .selector-for-marketing-landing-slot3 .text__content-hat {
    position: relative;
    padding-top: 25px; }
  .selector-for-marketing-landing-slot3 .text__content-hat:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .selector-for-marketing-landing-slot3 .text__content-hat h3 {
    font-family: 'RockwellNova-bold';
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a;
    padding-bottom: 15px; }
  .selector-for-marketing-landing-slot3 .text__content-hat p {
    font-family: 'RockwellNova';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a; }
  .selector-for-marketing-landing-slot3 .text__content-description {
    padding-top: 60px; }
  .selector-for-marketing-landing-slot3 .text__content-description table {
    width: 100%;
    border-spacing: inherit; }
  .selector-for-marketing-landing-slot3 .text__content-description table th {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a;
    padding: 25px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
  .selector-for-marketing-landing-slot3 .text__content-description table td {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a;
    padding: 10px 5px;
    border-top: solid 1px #d7d2cb; }
  .selector-for-marketing-landing-slot3 .text__content-description table svg {
    width: 58px;
    height: 55px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    margin-right: 12px;
    text-align: center; }
  .selector-for-marketing-landing-slot3 .text__content-description table tbody tr td:first-child {
    font-weight: 600;
    text-align: left;
    padding-left: 10px; }
  .selector-for-marketing-landing-slot3 .text__content-description table thead tr th:nth-child(2) {
    background-color: #fce300; }
  .selector-for-marketing-landing-slot3 .text__content-description table thead tr th:nth-child(3) {
    color: rgba(29, 31, 42, 0.75); }
  .selector-for-marketing-landing-slot3 .text__content-description table tbody tr td:nth-child(2) {
    background-color: #fce300; }
  .selector-for-marketing-landing-slot3 .text__content-description table tbody tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
  .selector-for-marketing-landing-slot3 .positioner__background {
    display: none; }

.selector-for-marketing-landing-slot4 .hero {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }

.selector-for-marketing-landing-slot4 .positioner__foreground {
  position: relative !important; }

.selector-for-marketing-landing-slot4 .positioner__content .text-and-image__container {
  position: relative;
  padding-top: 50px; }

.selector-for-marketing-landing-slot4 .text-and-image__container:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fce300;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.selector-for-marketing-landing-slot4 .text__content-description {
  max-width: 75%;
  margin: 0 auto; }

.selector-for-marketing-landing-slot4 .text__container p {
  font-family: 'RockwellNova';
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
  color: #fff; }

.selector-for-marketing-landing-slot4 .text__container strong {
  font-family: 'RockwellNova';
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 10px;
  display: inline-block; }

.selector-for-marketing-landing-slot4 .positioner__background {
  display: none; }

.product-container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 35px 30px 40px 30px; }
  .product-container .product-small-imgSplit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .product-container ul.product-gallery {
    padding-top: 0; }
  .product-container .product-variant-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100px;
    margin-right: 15px; }
  .product-container .product-gallery__feature--small {
    position: relative;
    height: 550px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 550px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff; }
  .product-container .product-gallery__feature--small button {
    height: 100%;
    cursor: default; }
  .product-container .product-gallery__feature--small .zoom-btn {
    position: absolute;
    right: 15px;
    bottom: 2px;
    cursor: pointer; }
  .product-container .product-gallery__feature--small .zoom-btn svg {
    font-size: 25px; }
  .product-container .product-gallery__feature--small img {
    height: auto;
    width: auto; }
  .product-container .slick-track {
    margin: 0; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item {
    margin-bottom: 15px;
    border: solid 1px #b6ada5;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 6px;
    position: relative; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current:before {
    content: "";
    width: 8px;
    height: 103%;
    background-color: #fce300;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: -1px; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item button {
    width: 100%; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item button img {
    height: auto;
    width: 100%; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item .zoom-btn-mobile {
    display: none; }
  .product-container .projector-description-inner {
    padding-left: 30px; }
  .product-container .projector-description-inner.mobile-display {
    display: none; }
  .product-container .projector-description-inner span {
    font-family: 'avenir-bold';
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.4px;
    text-align: left;
    color: rgba(29, 31, 42, 0.75);
    text-transform: uppercase; }
  .product-container .projector-description-inner h3 {
    font-family: 'avenir-bold';
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding-top: 5px; }
  .product-container .projector-price {
    border-top: 2px solid #55575f4d;
    margin-top: 25px;
    padding-top: 20px;
    font-family: 'avenir-bold';
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-container .projector-price a {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding-left: 6px; }
  .product-container .projector-info {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding: 15px 0 25px 0; }
  .product-container .projector-description-inner a.button {
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    padding: 8px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 275px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-container .projector-description-inner a.button img {
    height: 17px;
    margin-left: 9px; }
  .product-container .projector-description-inner a.button:hover {
    background: #1d1f2a;
    color: #fff;
    opacity: 1; }
  .product-container .projector-description-inner ul {
    padding-top: 40px; }
  .product-container .projector-description-inner li {
    padding: 17px 0 15px 0;
    border-bottom: solid 1px #d7d2cb; }
  .product-container .projector-description-inner li label {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-container .projector-description-inner li label svg {
    margin: 0;
    margin-right: 7px; }
  .product-container .projector-description-inner li label svg.icon-minus {
    display: none; }
  .product-container .projector-description-inner li.active label svg.icon-minus {
    display: inline-block; }
  .product-container .projector-description-inner li.active label svg.icon-plus {
    display: none; }
  .product-container .projector-description-inner .li-desc {
    display: none;
    padding-top: 15px; }
  .product-container .projector-description-inner .li-desc span {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding: 5px 0 5px 25px;
    text-transform: inherit;
    display: block; }

.selector-for-marketing-landing-slot6, .selector-for-marketing-landing-slot7, .selector-for-marketing-landing-slot8 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px; }
  .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper {
    background: #fff;
    border-radius: 6px;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    min-width: auto; }
  .selector-for-marketing-landing-slot6 img.image__content, .selector-for-marketing-landing-slot7 img.image__content, .selector-for-marketing-landing-slot8 img.image__content {
    height: 70px;
    width: auto;
    margin: auto; }
  .selector-for-marketing-landing-slot6 .apps-wrapper__title h5, .selector-for-marketing-landing-slot7 .apps-wrapper__title h5, .selector-for-marketing-landing-slot8 .apps-wrapper__title h5 {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 26px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    color: #1d1f2a;
    padding-top: 20px;
    max-width: 82%;
    margin: 0 auto;
    text-align: center; }
  .selector-for-marketing-landing-slot6 .description-text p, .selector-for-marketing-landing-slot7 .description-text p, .selector-for-marketing-landing-slot8 .description-text p {
    font-family: 'avenir-regular';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #1d1f2a;
    padding-top: 20px;
    text-align: center; }
  .selector-for-marketing-landing-slot6 .apps-wrapper__title, .selector-for-marketing-landing-slot7 .apps-wrapper__title, .selector-for-marketing-landing-slot8 .apps-wrapper__title {
    position: relative;
    padding-bottom: 20px; }
  .selector-for-marketing-landing-slot6 .apps-wrapper__title h5:after, .selector-for-marketing-landing-slot7 .apps-wrapper__title h5:after, .selector-for-marketing-landing-slot8 .apps-wrapper__title h5:after {
    content: "";
    border-bottom: 5px dotted #fce300;
    display: inline-block;
    width: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .selector-for-marketing-landing-slot6 .positioner__background-image, .selector-for-marketing-landing-slot7 .positioner__background-image, .selector-for-marketing-landing-slot8 .positioner__background-image {
    border-radius: 6px; }

.page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 70px;
  padding-bottom: 120px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text {
    padding-top: 25px;
    padding-bottom: 55px;
    position: relative; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text h3 {
    font-family: 'RockwellNova-Bold';
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #1d1f2a; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .positioner__wrapper {
    background: #fff;
    gap: 24px;
    border: solid 1px #b6ada5;
    border-radius: 6px;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    margin-right: 1rem; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .positioner__wrapper:last-child {
    margin-left: auto;
    margin-right: 0; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .positioner__wrapper .subscription-wrapper {
    padding: 0; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .image__container {
    position: absolute;
    left: 24px;
    top: 24px;
    display: inline-block;
    width: auto; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .image__frame {
    background: #f1f0ed;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 5px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .image__content {
    height: 80px;
    width: auto;
    margin: 0 auto;
    margin-top: 4px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-wrapper-ditto .image__container {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0px;
    top: 60px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-wrapper-ditto .image__frame {
    background: transparent;
    width: auto;
    height: auto; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-wrapper-ditto .image__content {
    margin: 0;
    height: 40px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title {
    padding: 30px 20px 0 145px;
    display: inline-block;
    text-align: left; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title strong {
    font-family: 'avenir-regular';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.4px;
    text-align: left;
    color: #1d1f2a;
    text-transform: uppercase; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title h5 {
    font-family: 'RockwellNova-Bold';
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding: 7px 0 12px 0; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #1d1f2a;
    min-height: 78px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title strong {
    font-family: 'RockwellNova-Bold';
    font-size: 26px;
    font-weight: bold;
    padding-top: 15px;
    display: inline-block;
    min-height: 50px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-description {
    background-color: #f9f9f8;
    padding: 20px 35px;
    margin-top: 30px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-description li {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    min-height: 33px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-description li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container {
    background-color: #f9f9f8;
    padding: 20px 30px 20px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    min-height: 175px;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-group {
    width: 100%; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-group div {
    margin: 7px 0px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta {
    width: 100%; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button {
    width: 100% !important;
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    padding: 10px 5px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button img {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -5px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta {
    width: 100%; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    width: 100% !important;
    padding: 10px 28px;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    margin: 0;
    text-transform: inherit; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a img {
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -2px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }

@media only screen and (min-width: 767px) {
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item {
    height: 85px;
    width: 85px !important; } }

@media only screen and (max-width: 1024px) {
  .selector-for-marketing-landing-slot1 .home-wrapper__banner {
    height: 550px; }
  .selector-for-marketing-landing-slot1 .positioner__content {
    height: 550px; }
  .selector-for-marketing-landing-slot1 .positioner__content iframe {
    height: 55px; }
  .selector-for-marketing-landing-slot1 .home-wrapper__title h1 {
    font-size: 34px; }
  .selector-for-marketing-landing-slot1 .play-pause__actions img {
    width: 75px;
    height: 75px;
    top: 50%; }
  .selector-for-marketing-landing-slot2 .short-3x1 {
    padding: 30px 30px 40px 30px; }
  .selector-for-marketing-landing-slot2 .short-3x1 .positioner__wrapper {
    min-width: auto; }
  .selector-for-marketing-landing-slot2 .ditto-process__title span span {
    font-size: 24px; }
  .selector-for-marketing-landing-slot2 .ditto-process__title h3 {
    font-size: 34px;
    line-height: 46px; }
  .selector-for-marketing-landing-slot2 .ditto-process__description p {
    font-size: 16px; }
  .selector-for-marketing-landing-slot2 .ditto-process__wrapper .positioner__content {
    min-height: 530px; }
  .selector-for-marketing-landing-slot3 .positioner__foreground {
    max-width: 100%; }
  .selector-for-marketing-landing-slot3 .text__content-description {
    padding-top: 50px; }
  .selector-for-marketing-landing-slot3 .text__content-hat h3 {
    font-size: 34px; }
  .selector-for-marketing-landing-slot3 .text__content-hat p {
    font-size: 20px; }
  .selector-for-marketing-landing-slot3 .text__content-description table svg {
    margin-right: 15px; }
  .selector-for-marketing-landing-slot3 .text__content-description table th {
    font-size: 20px; }
  .selector-for-marketing-landing-slot3 .text__content-description table td {
    font-size: 16px; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item {
    margin-left: 4px; }
  .product-container .projector-description-inner span {
    font-size: 13px; }
  .product-container .projector-description-inner h3 {
    font-size: 34px; }
  .product-container .projector-price {
    margin-top: 20px;
    padding-top: 15px;
    font-size: 24px; }
  .product-container .projector-price a {
    font-size: 16px; }
  .product-container .projector-info {
    font-size: 16px;
    line-height: 24px; }
  .product-container .projector-description-inner a.button {
    font-size: 16px; }
  .product-container .projector-description-inner a.button img {
    height: 15px; }
  .product-container .projector-description-inner ul {
    padding-top: 30px; }
  .product-container .projector-description-inner li label {
    font-size: 16px; }
  .product-container .projector-description-inner .li-desc {
    font-size: 15px;
    padding: 15px 0 5px 0; }
  .selector-for-marketing-landing-slot6 .apps-wrapper__title h5, .selector-for-marketing-landing-slot7 .apps-wrapper__title h5, .selector-for-marketing-landing-slot8 .apps-wrapper__title h5 {
    font-size: 24px;
    max-width: 85%; }
  .selector-for-marketing-landing-slot6 .description-text p, .selector-for-marketing-landing-slot7 .description-text p, .selector-for-marketing-landing-slot8 .description-text p {
    font-size: 15px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 {
    padding-top: 55px;
    padding-bottom: 100px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text {
      padding-top: 25px;
      padding-bottom: 40px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text h3 {
      font-size: 36px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title p {
      min-height: 105px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title h5 {
      font-size: 24px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title p {
      font-size: 16px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title strong {
      padding-top: 0;
      font-size: 24px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button {
      font-size: 16px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button img {
      max-width: 85px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a {
      font-size: 16px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a img {
      max-width: 100px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container {
      padding: 15px 30px 15px 30px;
      min-height: 155px; } }

@media only screen and (min-width: 767px) {
  .product-container .slick-track {
    width: 100% !important; } }

@media only screen and (min-width: 826px) {
  .product-container .slick-track {
    width: auto !important; } }

@media only screen and (max-width: 825px) {
  .selector-for-marketing-landing-slot1 .home-wrapper__banner {
    height: 400px; }
  .selector-for-marketing-landing-slot1 .positioner__content {
    height: 400px; }
  .selector-for-marketing-landing-slot1 .positioner__content iframe {
    height: 400px; }
  .selector-for-marketing-landing-slot1 .home-wrapper__title h1 {
    font-size: 30px; }
  .selector-for-marketing-landing-slot1 .home-wrapper__banner .play-pause__actions img {
    width: 60px;
    height: 60px;
    top: 54%; }
  .selector-for-marketing-landing-slot2 .short-3x1 {
    padding: 30px 20px 40px 20px; }
  .selector-for-marketing-landing-slot2 .positioner__content {
    margin: 0; }
  .selector-for-marketing-landing-slot2 .text__container:before {
    width: 15px;
    border-top: 3px dotted #fff; }
  .selector-for-marketing-landing-slot2 .ditto-process__title span span {
    font-size: 22px; }
  .selector-for-marketing-landing-slot2 .ditto-process__title h3 {
    font-size: 28px;
    line-height: 43px; }
  .selector-for-marketing-landing-slot2 .ditto-process__description p {
    font-size: 15px; }
  .selector-for-marketing-landing-slot2 .ditto-process__wrapper .positioner__content {
    min-height: 510px; }
  .selector-for-marketing-landing-slot3 {
    padding: 0 20px; }
    .selector-for-marketing-landing-slot3 .positioner__foreground {
      max-width: 100%; }
    .selector-for-marketing-landing-slot3 .text__content-description {
      padding-top: 40px; }
    .selector-for-marketing-landing-slot3 .text__content-hat h3 {
      font-size: 30px; }
    .selector-for-marketing-landing-slot3 .text__content-hat p {
      font-size: 18px; }
    .selector-for-marketing-landing-slot3 .text__content-description table th {
      font-size: 18px; }
    .selector-for-marketing-landing-slot3 .text__content-description table td {
      font-size: 15px; }
  .selector-for-marketing-landing-slot4 .text__content-description {
    max-width: 90%; }
  .selector-for-marketing-landing-slot4 .text__container p {
    font-size: 20px;
    line-height: 32px; }
  .selector-for-marketing-landing-slot4 .text__container strong {
    font-size: 20px; }
  .product-container {
    padding: 35px 20px 40px 20px; }
    .product-container .product-small-imgSplit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 15px; }
    .product-container .product-gallery__feature--small {
      width: 100%;
      height: 500px; }
    .product-container .product-variant-img {
      width: 100%; }
    .product-container .product-variant-img .product-gallery__carousel .product-gallery__item {
      margin-left: 2px;
      margin-right: 5px; }
    .product-container .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current:before {
      width: 4px;
      left: -4px; }
    .product-container .projector-description-inner {
      padding-left: 20px; }
    .product-container .projector-description-inner span {
      font-size: 12px; }
    .product-container .projector-description-inner h3 {
      font-size: 30px; }
    .product-container .projector-price {
      margin-top: 20px;
      padding-top: 15px;
      font-size: 22px; }
    .product-container .projector-price a {
      font-size: 15px; }
    .product-container .projector-info {
      font-size: 15px;
      line-height: 23px; }
    .product-container .projector-description-inner a.button {
      font-size: 15px; }
    .product-container .projector-description-inner a.button img {
      height: 14px; }
    .product-container .projector-description-inner ul {
      padding-top: 30px; }
    .product-container .projector-description-inner li label {
      font-size: 15px; }
    .product-container .projector-description-inner .li-desc {
      font-size: 14px;
      padding: 15px 0 5px 0; }
  .selector-for-marketing-landing-slot6, .selector-for-marketing-landing-slot7, .selector-for-marketing-landing-slot8 {
    padding: 0 20px; }
    .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper {
      -webkit-flex-basis: 32%;
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%; }
    .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper:first-of-type, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper:first-of-type, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper:first-of-type {
      margin-right: 5px; }
    .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper:last-of-type, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper:last-of-type, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper:last-of-type {
      margin-left: 5px; }
    .selector-for-marketing-landing-slot6 .apps-wrapper__title h5, .selector-for-marketing-landing-slot7 .apps-wrapper__title h5, .selector-for-marketing-landing-slot8 .apps-wrapper__title h5 {
      max-width: 100%;
      font-size: 19px; }
    .selector-for-marketing-landing-slot6 .apps-wrapper, .selector-for-marketing-landing-slot7 .apps-wrapper, .selector-for-marketing-landing-slot8 .apps-wrapper {
      padding-left: 0;
      padding-right: 0; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 {
    padding: 0 20px;
    padding-top: 55px;
    padding-bottom: 100px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text h3 {
      font-size: 34px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .positioner__wrapper:first-of-type {
      margin-right: 5px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .positioner__wrapper:last-of-type {
      margin-left: 5px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container {
      padding: 15px 15px 15px 15px;
      min-height: 145px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button {
      font-size: 14px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button img {
      max-width: 75px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a {
      font-size: 14px;
      padding-left: 0;
      padding-right: 0; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a img {
      max-width: 90px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title {
      padding: 25px 20px 0 115px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-wrapper-ditto .image__content {
      height: 30px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .image__frame {
      width: 80px;
      height: 80px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .image__content {
      height: 60px;
      margin-top: 5px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title h5 {
      font-size: 22px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title p {
      font-size: 15px; } }

@media only screen and (max-width: 768px) {
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title p {
    min-height: 130px; } }

@media only screen and (max-width: 760px) {
  .selector-for-marketing-landing-slot1 .home-wrapper__banner {
    height: 300px; }
  .selector-for-marketing-landing-slot1 .positioner__content {
    height: 300px; }
  .selector-for-marketing-landing-slot1 .positioner__content iframe {
    height: 300px; }
  .selector-for-marketing-landing-slot1 .home-wrapper__title h1 {
    font-size: 26px; }
  .selector-for-marketing-landing-slot1 .home-wrapper__banner .play-pause__actions img {
    width: 40px;
    height: 40px; }
  .selector-for-marketing-landing-slot2 .short-3x1__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .selector-for-marketing-landing-slot2 .short-3x1 .positioner__wrapper {
    min-width: auto;
    margin-bottom: 0; }
  .selector-for-marketing-landing-slot2 .ditto-process__title span span {
    font-size: 26px; }
  .selector-for-marketing-landing-slot2 .ditto-process__title h3 {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 9px; }
  .selector-for-marketing-landing-slot2 .ditto-process__description p {
    font-size: 18px; }
  .selector-for-marketing-landing-slot2 .ditto-process__wrapper .positioner__content {
    min-height: auto; }
  .selector-for-marketing-landing-slot3 {
    margin-top: 35px !important; }
    .selector-for-marketing-landing-slot3 .text__content-hat h3 {
      font-size: 26px;
      line-height: 35px; }
    .selector-for-marketing-landing-slot3 .text__content-hat p {
      font-size: 18px;
      line-height: 27px; }
    .selector-for-marketing-landing-slot3 .text__content-description table th {
      font-size: 14px;
      padding: 8px 15px;
      text-align: left;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .selector-for-marketing-landing-slot3 .text__content-description table svg {
      display: none; }
    .selector-for-marketing-landing-slot3 .text__content-description table td {
      padding: 10px 15px;
      font-size: 14px;
      text-align: left; }
    .selector-for-marketing-landing-slot3 .text__content-description table tbody tr:last-child td:nth-child(2) {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
  .selector-for-marketing-landing-slot4 .positioner__wrapper {
    height: 285px !important; }
  .product-container ul.product-gallery {
    padding-bottom: 50px; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item {
    height: 400px;
    margin-left: 20px;
    margin-right: 20px;
    border: 0; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item.slick-current:before {
    display: none; }
  .product-container .product-gallery__feature--small {
    display: none; }
  .product-container .slider--dots-inner .slick-dots {
    bottom: 20px; }
  .product-container .projector-description-inner {
    padding-left: 0; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item button img {
    height: auto;
    width: auto;
    margin: 0 auto; }
  .product-container .slick-dots button {
    width: 20px;
    height: 20px; }
  .product-container .slick-dots button:after {
    width: 10px;
    height: 10px; }
  .product-container .slick-dots .slick-active button:after {
    width: 10px;
    height: 10px;
    background: #d7d2cb;
    border-color: #d7d2cb; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item .zoom-btn-mobile {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 20px; }
  .product-container .product-variant-img .product-gallery__carousel .product-gallery__item .zoom-btn-mobile svg {
    font-size: 24px; }
  .product-container .projector-description-inner.mobile-display {
    display: block; }
  .product-container .projector-description-inner.desktop-display span, .product-container .projector-description-inner.desktop-display h3, .product-container .projector-description-inner.desktop-display .projector-price, .product-container .projector-description-inner.desktop-display .projector-info {
    display: none; }
  .product-container .projector-description-inner a.button {
    max-width: 100%;
    margin-top: 20px; }
  .product-container .projector-description-inner span {
    font-size: 14px; }
  .product-container .projector-description-inner h3 {
    font-size: 26px; }
  .product-container .projector-price {
    font-size: 18px; }
  .product-container .projector-price a {
    font-size: 14px; }
  .product-container .projector-info {
    font-size: 15px; }
  .product-container .projector-description-inner a.button {
    font-size: 18px; }
  .product-container .projector-description-inner a.button img {
    height: 18px; }
  .product-container .projector-description-inner li label {
    font-size: 18px; }
  .product-container .projector-description-inner .li-desc span {
    display: block;
    font-size: 15px; }
  .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0 !important;
    margin-top: 7px;
    margin-bottom: 7px; }
  .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper:last-of-type, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper:last-of-type, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper:last-of-type {
    margin-left: 0; }
  .selector-for-marketing-landing-slot6 .apps-wrapper__title h5, .selector-for-marketing-landing-slot7 .apps-wrapper__title h5, .selector-for-marketing-landing-slot8 .apps-wrapper__title h5 {
    font-size: 26px; }
  .selector-for-marketing-landing-slot6 .description-text p, .selector-for-marketing-landing-slot7 .description-text p, .selector-for-marketing-landing-slot8 .description-text p {
    font-size: 16px; }
  .selector-for-marketing-landing-slot6 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot7 .short-3x1 .positioner__wrapper, .selector-for-marketing-landing-slot8 .short-3x1 .positioner__wrapper {
    min-height: 350px; }
  .selector-for-marketing-landing-slot6 .positioner__background-image, .selector-for-marketing-landing-slot7 .positioner__background-image, .selector-for-marketing-landing-slot8 .positioner__background-image {
    height: 350px;
    -o-object-position: center;
       object-position: center; }
  .selector-for-marketing-landing-slot7, .selector-for-marketing-landing-slot8 {
    margin-top: 0 !important; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 {
    padding-bottom: 70px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__title-text h3 {
      font-size: 26px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .positioner__wrapper {
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 5px;
      margin-bottom: 5px;
      width: 100%;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title p {
      min-height: auto;
      padding-bottom: 10px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title h5 {
      font-size: 20px;
      padding-bottom: 15px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .subscription-title strong {
      font-size: 22px;
      min-height: auto; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container {
      min-height: auto; } }

@media only screen and (max-width: 480px) {
  .selector-for-marketing-landing-slot1 .home-wrapper__banner {
    height: 215px; }
  .selector-for-marketing-landing-slot1 .positioner__content {
    height: 215px; }
  .selector-for-marketing-landing-slot1 .positioner__content iframe {
    height: 215px; }
  .selector-for-marketing-landing-slot1 .home-wrapper__banner .play-pause__actions img {
    top: 62%;
    width: 40px;
    height: 40px; }
  .selector-for-marketing-landing-slot3 {
    padding: 0px 15px; }
  .selector-for-marketing-landing-slot4 {
    margin-top: 55px !important; }
    .selector-for-marketing-landing-slot4 .positioner__content {
      margin: 0; }
    .selector-for-marketing-landing-slot4 .positioner__content .text-and-image__container {
      position: relative;
      padding: 0;
      padding-top: 40px;
      width: 100%;
      min-width: 100%; }
    .selector-for-marketing-landing-slot4 .text__content-description {
      max-width: 100%; }
    .selector-for-marketing-landing-slot4 .text__container p {
      font-size: 16px;
      line-height: 28px; }
    .selector-for-marketing-landing-slot4 .text__container strong {
      font-size: 18px; }
  .selector-for-marketing-landing-slot6, .selector-for-marketing-landing-slot7, .selector-for-marketing-landing-slot8 {
    padding: 0 15px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 {
    padding: 0 15px;
    padding-bottom: 70px;
    padding-top: 45px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button {
      font-size: 14px; }
    .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a {
      font-size: 14px; } }

@media only screen and (max-width: 380px) {
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container {
    padding: 15px 10px 15px 10px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-cta .button {
    font-size: 13px; }
  .page[data-querystring="cgid=How%20Ditto%20Works"] .selector-for-marketing-landing-slot9 .button__container .button-secondary-cta a {
    font-size: 13px; } }

.selector-for-marketing-landing-slot1 .home-wrapper__banner .play-pause__actions {
  display: none; }

.selector-for-marketing-landing-slot1 .home-wrapper__banner:hover .play-pause__actions {
  display: block; }

.selector-for-marketing-landing-slot1 .home-wrapper__banner-overlay::before {
  display: none; }

.page[data-action="Search-Show"] .main {
  background-color: #f1f0ed; }

.marketing-landing__main {
  margin-top: -20px; }

.selector-for-marketing-landing-slot1 .pattern-hero__wrapper {
  position: relative; }

.selector-for-marketing-landing-slot1 .pattern-hero__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000009c;
  z-index: 1; }

.selector-for-marketing-landing-slot1 .pattern-hero__wrapper .positioner__content {
  height: auto; }

.selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-hat h1 {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  padding-bottom: 15px; }

.selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description p {
  font-family: 'RockwellNova';
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding-bottom: 15px; }

.selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description span span {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  max-width: 400px;
  display: inline-block; }

.featured-categories {
  position: relative; }
  .featured-categories .featured-categories__category-container {
    position: relative;
    padding-bottom: 20px; }
  .featured-categories .featured-categories__category-container:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .featured-categories .featured-categories__categories {
    max-width: 1000px;
    margin: auto;
    margin-top: -50px;
    padding-bottom: 25px; }
  .featured-categories .featured-categories__categories .col-md-2 {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    max-width: 33%; }
  .featured-categories .featured-categories__category-image {
    border-radius: 100%;
    max-width: 300px; }
  .featured-categories .featured-categories__category-name {
    font-family: 'RockwellNova';
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px; }
  .featured-categories .featured-categories__category-name:hover {
    opacity: 1; }

.featured-categories:before {
  content: "";
  background-image: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/ve772d162b4214abe6cc6f6e685a28cfe7b94ed77/static/patterns/pattern-dots.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: 100% 100%;
  height: 110px;
  width: 100%;
  display: inline-block; }

.selector-for-marketing-landing-slot9 .pattern-subscription__wrapper {
  padding-bottom: 120px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title {
    padding-top: 70px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__content {
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text {
    padding: 0 20px;
    padding-top: 25px;
    padding-bottom: 55px;
    position: relative; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text h3 {
    font-family: 'RockwellNova-Bold';
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #1d1f2a; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .positioner__wrapper {
    background: #fff;
    gap: 24px;
    border: solid 1px #b6ada5;
    border-radius: 6px;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    margin-right: 1rem; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .positioner__wrapper:last-child {
    margin-left: auto;
    margin-right: 0; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .positioner__wrapper .subscription-wrapper {
    padding: 0; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .image__container {
    position: absolute;
    left: 24px;
    top: 24px;
    display: inline-block;
    width: auto; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .image__frame {
    background: #f1f0ed;
    border-radius: 50%;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 5px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .image__content {
    height: 80px;
    width: auto;
    margin: 0 auto;
    margin-top: 4px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-wrapper-ditto .image__content {
    margin-top: 13px;
    height: 60px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title {
    padding: 30px 20px 0 145px;
    display: inline-block;
    text-align: left; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title span {
    font-family: 'avenir-regular';
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 1.4px;
    text-align: left;
    color: #1d1f2a;
    text-transform: uppercase; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title h5 {
    font-family: 'RockwellNova-Bold';
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    padding: 7px 0 12px 0;
    text-transform: initial; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #1d1f2a;
    min-height: 78px;
    text-transform: initial; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title strong {
    font-family: 'RockwellNova-Bold';
    font-size: 26px;
    font-weight: bold;
    padding-top: 15px;
    display: inline-block;
    min-height: 50px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-description {
    background-color: #f9f9f8;
    padding: 20px 35px 0px 50px;
    margin-top: 30px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-description li {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a;
    min-height: 33px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-description li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
    height: 25px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container {
    background-color: #f9f9f8;
    padding: 20px 30px 20px 30px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-group {
    width: 100%; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-group div {
    margin: 7px 0px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta {
    width: 100%; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button {
    width: 100% !important;
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    text-transform: inherit;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    padding: 10px 5px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button img {
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -5px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta {
    width: 100%; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    width: 100% !important;
    padding: 10px 28px;
    background: #1d1f2a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1d1f2a;
    margin: 0;
    text-transform: inherit; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a img {
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: -2px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }

.selector-for-marketing-landing-slot9 .pattern-subscription__wrapper::before {
  content: "";
  background-image: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/dw85a96ace/light-grey-with-dots.png) !important;
  background-size: 95px 95px;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: space; }

@media only screen and (max-width: 1024px) {
  .selector-for-marketing-landing-slot1 .positioner__wrapper {
    height: 500px !important; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-hat h1 {
    font-size: 34px; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description p {
    font-size: 20px; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description span span {
    font-size: 15px; }
  .featured-categories .featured-categories__categories {
    padding: 0 30px 0 30px;
    padding-bottom: 25px; }
  .featured-categories .featured-categories__category-image {
    max-width: 280px; }
  .featured-categories .featured-categories__category-name {
    font-size: 20px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper {
    padding-top: 0;
    padding-bottom: 100px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text {
      padding-top: 25px;
      padding-bottom: 40px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text h3 {
      font-size: 36px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title {
      padding: 30px 20px 0 140px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title p {
      min-height: 105px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title h5 {
      font-size: 24px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title p {
      font-size: 16px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title strong {
      padding-top: 0;
      font-size: 24px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button {
      font-size: 16px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button img {
      max-width: 85px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a {
      font-size: 16px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a img {
      max-width: 100px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container {
      padding: 15px 30px 15px 30px; } }

@media only screen and (max-width: 825px) {
  .selector-for-marketing-landing-slot1 .positioner__wrapper {
    height: 400px !important; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-hat h1 {
    font-size: 30px; }
  .featured-categories .featured-categories__categories {
    padding: 0 20px 0 20px;
    padding-bottom: 20px; }
  .featured-categories .featured-categories__category-image {
    max-width: 240px; }
  .featured-categories .featured-categories__category-name {
    font-size: 18px; }
  .featured-categories:before {
    background-size: cover; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper {
    padding: 0 0;
    padding-top: 0;
    padding-bottom: 100px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__content {
      padding: 0 20px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text h3 {
      font-size: 34px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .positioner__wrapper:first-of-type {
      margin-right: 5px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .positioner__wrapper:last-of-type {
      margin-left: 5px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-description {
      padding: 20px 35px 0px 25px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container {
      padding: 15px 15px 15px 15px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button {
      font-size: 18px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button img {
      max-width: 75px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a {
      font-size: 14px;
      padding-left: 0;
      padding-right: 0; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a img {
      max-width: 90px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title {
      padding: 25px 20px 0 115px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-wrapper-ditto .image__content {
      height: 45px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .image__frame {
      width: 80px;
      height: 80px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .image__content {
      height: 60px;
      margin-top: 5px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title span {
      font-size: 12px;
      line-height: 13px;
      letter-spacing: 1px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title h5 {
      font-size: 22px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title p {
      font-size: 15px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-description li {
      font-size: 16px; } }

@media only screen and (max-width: 768px) {
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title p {
    min-height: 130px; } }

@media only screen and (max-width: 760px) {
  .selector-for-marketing-landing-slot1 .positioner__foreground {
    padding: 0 20px; }
  .selector-for-marketing-landing-slot1 .positioner__wrapper {
    height: 300px !important; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-hat h1 {
    font-size: 26px; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description p {
    font-size: 20px; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description span span {
    font-size: 16px; }
  .featured-categories .featured-categories__categories .col-md-2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; }
  .featured-categories:before {
    height: 75px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper {
    padding-bottom: 70px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__title-text h3 {
      font-size: 26px;
      line-height: 39px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .positioner__wrapper {
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-top: 5px;
      margin-bottom: 5px;
      width: 100%;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title p {
      min-height: auto;
      padding-bottom: 10px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title h5 {
      font-size: 20px;
      padding-bottom: 15px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .subscription-title strong {
      font-size: 22px;
      min-height: auto; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container {
      min-height: auto; } }

@media only screen and (max-width: 480px) {
  .selector-for-marketing-landing-slot1 .positioner__foreground {
    padding: 0 20px; }
  .selector-for-marketing-landing-slot1 .positioner__wrapper {
    height: 260px !important; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-hat h1 {
    font-size: 26px; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description p {
    font-size: 20px; }
  .selector-for-marketing-landing-slot1 .pattern-hero__text .text__content-description span span {
    font-size: 16px; }
  .featured-categories .featured-categories__categories {
    padding: 0 20px 0 20px;
    padding-bottom: 30px; }
  .featured-categories .featured-categories__category-image {
    max-width: 200px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper {
    padding: 0 0;
    padding-bottom: 70px;
    padding-top: 0; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .home-asset-col__content {
      padding: 0 15px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button {
      font-size: 14px; }
    .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a {
      font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .featured-categories .featured-categories__category-image {
    max-width: 165px; }
  .featured-categories .featured-categories__category-name {
    font-size: 16px; }
  .featured-categories .featured-categories__category-container:after {
    bottom: 7px; }
  .page[data-querystring="cgid=shopping"] .selector-for-marketing-landing-slot3 {
    margin-bottom: 60px !important; } }

@media only screen and (max-width: 380px) {
  .featured-categories .featured-categories__category-image {
    max-width: 155px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container {
    padding: 15px 10px 15px 10px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-cta .button {
    font-size: 13px; }
  .selector-for-marketing-landing-slot9 .pattern-subscription__wrapper .button__container .button-secondary-cta a {
    font-size: 13px; } }

.page-wrapper.brands .featured-categories {
  background-image: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/ve772d162b4214abe6cc6f6e685a28cfe7b94ed77/static/brands/light-grey-with-dots.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: 100% 100%;
  padding: 15px 0 17px 0;
  overflow-x: auto; }
  .page-wrapper.brands .featured-categories .featured-categories__categories {
    max-width: 100%;
    margin: auto;
    margin-top: 0;
    padding: 0 30px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-wrapper.brands .featured-categories .featured-categories__categories .col-md-2 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: 300px;
    margin: 0;
    width: 300px;
    vertical-align: middle;
    padding: 0 20px; }
  .page-wrapper.brands .featured-categories .featured-categories__category-container {
    position: relative;
    margin: 0;
    padding: 0; }
  .page-wrapper.brands .featured-categories .featured-categories__category-container:after {
    display: none; }
  .page-wrapper.brands .featured-categories .featured-categories__category-image {
    border-radius: 0;
    max-width: initial;
    height: auto;
    width: 280px;
    margin: 0 0;
    padding: 0 30px; }
  .page-wrapper.brands .featured-categories .featured-categories__category-image.liesl-and-co {
    height: 105px;
    width: auto; }
  .page-wrapper.brands .featured-categories .featured-categories__category-name {
    display: none; }

.page-wrapper.brands .featured-categories::-webkit-scrollbar {
  height: 8px;
  background-color: #f1f0ed; }

.page-wrapper.brands .featured-categories::-webkit-scrollbar-thumb {
  background: #b2b0ae; }

.page-wrapper.brands .featured-categories:before {
  display: none; }

.page-wrapper.brands .selector-for-marketing-landing-slot2 {
  position: relative; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000009c;
    z-index: 1; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__container {
    max-width: 100%; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__container:before {
    display: none; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-hat span {
    font-family: 'avenir-regular';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
    position: relative; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-hat span::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #fce300;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description h1 {
    font-family: 'RockwellNova';
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 30px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description p {
    font-family: 'RockwellNova';
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .button__container {
    margin-top: 25px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .button-group a.button {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    color: #1d1f2a;
    text-transform: inherit;
    margin: 0;
    width: auto;
    padding: 8px 25px;
    background: #fce300;
    border-radius: 6px;
    border: 1px solid #fce300;
    width: 270px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .button-group a.button:hover {
    color: #fff;
    border-color: #000;
    background: #000; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .positioner__background-image {
    -o-object-position: bottom;
       object-position: bottom; }

.page-wrapper.brands .selector-for-marketing-landing-slot3 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }

.page-wrapper.brands .brand-details__wrapper {
  margin-bottom: 10px; }
  .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(1) {
    background-color: #fff;
    position: relative; }
  .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
    content: "";
    background-image: url(/on/demandware.static/-/Library-Sites-LibrarydittoShared/default/ve772d162b4214abe6cc6f6e685a28cfe7b94ed77/static/brands/bg-brands-dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 60px;
    width: 100%;
    position: absolute;
    top: 0; }
  .page-wrapper.brands .brand-details__wrapper .text-and-image__container {
    max-width: 90%;
    margin: auto; }
  .page-wrapper.brands .brand-details__wrapper .text-and-image__container:before {
    display: none; }
  .page-wrapper.brands .brand-details__wrapper .image__content {
    height: 36px;
    width: auto;
    margin: auto; }
  .page-wrapper.brands .brand-details__wrapper .text__content-hat {
    padding-top: 30px; }
  .page-wrapper.brands .brand-details__wrapper .text__content-hat:before {
    display: none; }
  .page-wrapper.brands .brand-details__wrapper .text__content-hat span {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    color: #1d1f2a; }
  .page-wrapper.brands .brand-details__wrapper .text__content-description {
    padding-top: 20px;
    max-width: 100%; }
  .page-wrapper.brands .brand-details__wrapper .text__content-description span {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    color: #1d1f2a; }
  .page-wrapper.brands .brand-details__wrapper .button__container {
    padding-top: 25px; }
  .page-wrapper.brands .brand-details__wrapper .button-group a.button {
    background: #fff;
    color: #1d1f2a;
    text-transform: inherit;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    max-width: 265px;
    width: 265px;
    padding: 8px 0px; }
  .page-wrapper.brands .brand-details__wrapper .button-group a.button:hover {
    background: #1d1f2a;
    color: #fff; }
  .page-wrapper.brands .brand-details__wrapper .positioner__background {
    display: block; }
  .page-wrapper.brands .brand-details__wrapper .positioner__background-image {
    -o-object-position: top;
       object-position: top;
    border-radius: 0px; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
  top: auto;
  bottom: 0; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .image__content {
  height: 100px; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__content .text-and-image__container {
  padding-top: 10px; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .button-group span.button {
  background: #fce300;
  color: #1d1f2a;
  text-transform: inherit;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  max-width: 265px;
  width: 265px;
  padding: 8px 0px; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .button-group span.button:hover {
  background: #1d1f2a;
  color: #fff;
  opacity: 1; }

.page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .button-group a.button:hover {
  background: #1d1f2a;
  color: #fff; }

.page-wrapper.brands .selector-for-marketing-landing-slot5 .brand-details__wrapper .image__content {
  height: 120px; }

.page-wrapper.brands .selector-for-marketing-landing-slot6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }

.page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
  top: auto;
  bottom: 0; }

.page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .image__content {
  height: 65px; }

.page-wrapper.brands .selector-for-marketing-landing-slot7 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }

.page-wrapper.brands .selector-for-marketing-landing-slot8 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }

.page-wrapper.brands .selector-for-marketing-landing-slot8 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.page-wrapper.brands .selector-for-marketing-landing-slot8 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
  top: auto;
  bottom: 0; }

.page-wrapper.brands .selector-for-marketing-landing-slot9 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .positioner__wrapper {
    margin: 0;
    gap: initial;
    border-radius: 0;
    border: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .positioner__wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .positioner__wrapper:nth-child(1):before {
    top: auto;
    bottom: 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .image__container {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    display: inherit; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .image__frame {
    background: transparent;
    border-radius: inherit;
    width: auto;
    height: auto;
    padding: 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .image__content {
    height: 70px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .button__container {
    background: transparent;
    padding: 0;
    padding-top: 25px;
    min-height: auto;
    display: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: auto;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .button__container .button-group {
    width: auto; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .button__container .button-group div {
    margin: 0 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .button-group a.button {
    max-width: 300px;
    width: 300px !important; }

.page-wrapper.brands .selector-for-marketing-landing-slot10 .brand-details__wrapper {
  margin-bottom: 0; }

@media only screen and (max-width: 1180px) {
  .page-wrapper.brands .featured-categories .featured-categories__categories {
    width: auto; } }

@media only screen and (max-width: 1024px) {
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-hat span {
    font-size: 12px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description h1 {
    font-size: 34px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description p {
    font-size: 20px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .button-group a.button {
    font-size: 16px; }
  .page-wrapper.brands .brand-details__wrapper .image__content {
    height: 30px; }
  .page-wrapper.brands .brand-details__wrapper .text__content-hat span {
    font-size: 34px; }
  .page-wrapper.brands .brand-details__wrapper .text__content-description span {
    font-size: 16px;
    line-height: 26px; }
  .page-wrapper.brands .brand-details__wrapper .button-group a.button {
    font-size: 16px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot5 .brand-details__wrapper .image__content {
    height: 100px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .image__content {
    height: 60px; } }

@media only screen and (max-width: 825px) {
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description h1 {
    font-size: 30px; }
  .page-wrapper.brands .brand-details__wrapper .text-and-image__container {
    max-width: 100%; }
  .page-wrapper.brands .brand-details__wrapper .text__content-hat {
    padding-top: 20px; }
  .page-wrapper.brands .brand-details__wrapper .text__content-hat span {
    font-size: 30px; }
  .page-wrapper.brands .brand-details__wrapper .text__content-description span {
    font-size: 15px;
    line-height: 24px; }
  .page-wrapper.brands .brand-details__wrapper .button__container {
    padding-top: 15px; } }

@media only screen and (max-width: 760px) {
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-hat span {
    font-size: 13px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description h1 {
    font-size: 26px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .brands-hero__wrapper .text__content-description p {
    font-size: 16px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .button-group .button-cta {
    width: 100%; }
  .page-wrapper.brands .selector-for-marketing-landing-slot2 .button-group a.button {
    font-size: 18px;
    width: 100%; }
  .page-wrapper.brands .brand-details__wrapper {
    margin-bottom: 25px; }
    .page-wrapper.brands .brand-details__wrapper .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .page-wrapper.brands .brand-details__wrapper .positioner__wrapper {
      margin: 0 !important; }
    .page-wrapper.brands .brand-details__wrapper .text-and-image__container {
      height: 425px;
      max-width: 92%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 20px !important; }
    .page-wrapper.brands .brand-details__wrapper .positioner__background {
      position: relative;
      top: auto; }
    .page-wrapper.brands .brand-details__wrapper .positioner__background--desktop .positioner__background-image {
      display: none; }
    .page-wrapper.brands .brand-details__wrapper .positioner__background--mobile .positioner__background-image {
      height: 325px; }
    .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container {
      height: auto;
      padding: 0; }
    .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container .button__container {
      padding: 0; }
    .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(1) {
      height: 465px !important;
      padding-top: 15px; }
    .page-wrapper.brands .brand-details__wrapper .text__content-hat span {
      font-size: 26px; }
    .page-wrapper.brands .brand-details__wrapper .text__content-description span {
      font-size: 16px;
      line-height: 24px; }
    .page-wrapper.brands .brand-details__wrapper .button__container {
      padding-top: 20px;
      margin-top: initial; }
    .page-wrapper.brands .brand-details__wrapper .button-group a.button {
      font-size: 18px; }
    .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
      height: 36px; }
    .page-wrapper.brands .brand-details__wrapper .text__content-hat {
      padding-top: 25px; }
  .page-wrapper.brands .selector-for-marketing-landing-slot3 {
    margin-top: 0 !important; }
  .page-wrapper.brands .selector-for-marketing-landing-slot4 {
    margin-top: 0 !important; }
  .page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: 325px !important; }
  .page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
    top: 0;
    bottom: auto; }
  .page-wrapper.brands .selector-for-marketing-landing-slot4 .brand-details__wrapper .positioner__content .text-and-image__container {
    padding: 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .positioner__wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: 325px !important; }
  .page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
    top: 0;
    bottom: auto; }
  .page-wrapper.brands .selector-for-marketing-landing-slot6 .brand-details__wrapper .positioner__content .text-and-image__container {
    padding: 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot8 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .page-wrapper.brands .selector-for-marketing-landing-slot8 .brand-details__wrapper .positioner__wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: 325px !important; }
  .page-wrapper.brands .selector-for-marketing-landing-slot8 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
    top: 0;
    bottom: auto; }
  .page-wrapper.brands .selector-for-marketing-landing-slot8 .brand-details__wrapper .positioner__content .text-and-image__container {
    padding: 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .brand-details__wrapper .positioner__wrapper:nth-child(1) .positioner__background--mobile .positioner__background-image {
    height: 0; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .page-wrapper.brands .selector-for-marketing-landing-slot9 .brand-details__wrapper .positioner__wrapper:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .page-wrapper.brands .selector-for-marketing-landing-slot10 .brand-details__wrapper {
    margin-bottom: 0; }
    .page-wrapper.brands .selector-for-marketing-landing-slot10 .brand-details__wrapper .positioner__wrapper:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .page-wrapper.brands .selector-for-marketing-landing-slot10 .brand-details__wrapper .positioner__wrapper:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      height: 325px !important; }
    .page-wrapper.brands .selector-for-marketing-landing-slot10 .brand-details__wrapper .positioner__wrapper:nth-child(1):before {
      top: 0;
      bottom: auto; }
    .page-wrapper.brands .selector-for-marketing-landing-slot10 .brand-details__wrapper .positioner__content .text-and-image__container {
      padding: 0; } }

@media only screen and (max-width: 400px) {
  .page-wrapper.brands .brand-details__wrapper .positioner__wrapper:nth-child(1) {
    height: 530px !important; }
  .page-wrapper.brands .brand-details__wrapper .text-and-image__container {
    height: 500px; } }

.page-wrapper.tutorials .marketing-landing__main {
  margin-top: 15px; }

.page-wrapper.tutorials .html-slot-container .tutorials-title {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  color: #1d1f2a;
  position: relative;
  padding-top: 20px; }

.page-wrapper.tutorials .html-slot-container .tutorials-title:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fce300;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }

.page-wrapper.tutorials .selector-for-marketing-landing-slot2 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 35px 30px 40px 30px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .positioner__wrapper {
    margin-bottom: 5px;
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
    max-width: 24%; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .image__content {
    width: 328px;
    border-radius: 6px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .positioner__foreground {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 25px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .positioner__content {
    margin: 0; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .positioner__content .text-and-image__container:not([class*=gutter]) {
    padding: 0;
    display: inline-block; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__container:before {
    display: none; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__container {
    display: inline-block;
    width: 60%;
    padding-left: 5px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__content-hat {
    text-align: left; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__content-hat span {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: normal;
    text-align: left;
    color: #1d1f2a; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button__container {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    padding-right: 5px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button-group {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button__container .button {
    width: auto;
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1px 12px;
    border: 0;
    border-radius: 40px;
    cursor: default; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .basics .button__container .button {
    color: #1d1f2a;
    background: #fce300; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .intro .button__container .button {
    color: #1d1f2a;
    background: #d7d2cb; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .advanced .button__container .button {
    color: #fff;
    background: #1d1f2a; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button__container .button:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    cursor: default; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .positioner__background {
    display: none; }

.page-wrapper.tutorials .selector-for-marketing-landing-slot3 {
  max-width: 100%;
  background-color: #fff !important;
  width: 100%; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title {
    max-width: 80rem;
    padding-top: 50px;
    padding-bottom: 50px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .image__content {
      max-width: 240px;
      margin: 0 auto; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .image__frame {
      position: relative;
      padding-top: 25px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .image__frame:before {
      content: "";
      width: 50px;
      height: 4px;
      background: #fce300;
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: auto; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-hat h3 {
      font-family: 'RockwellNova-bold';
      font-size: 38px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.2;
      letter-spacing: normal;
      text-align: center;
      color: #1d1f2a;
      padding-bottom: 15px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-description {
      padding-top: 25px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-description p {
      font-family: 'avenir-regular';
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      letter-spacing: normal;
      text-align: center;
      color: #1d1f2a; }

.page-wrapper.tutorials .selector-for-marketing-landing-slot4 {
  max-width: 100%;
  background-color: #fff !important; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner {
    max-width: 80rem;
    padding-bottom: 50px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .positioner__wrapper {
      margin-bottom: 5px;
      -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .positioner__foreground {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-bottom: 25px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .positioner__content {
      margin: 0; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .positioner__content .text-and-image__container:not([class*=gutter]) {
      display: inline-block;
      padding-top: 0; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text-and-image__container::before {
      display: none; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .image__container {
      padding-bottom: 20px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .image__content {
      width: 380px;
      border-radius: 6px;
      margin: 0 auto; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__container {
      display: inline-block;
      width: 85%;
      padding-left: 5px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__content-hat {
      text-align: left; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__content-hat span {
      font-family: 'avenir-regular';
      font-size: 18px;
      font-weight: 600;
      line-height: 23px;
      letter-spacing: normal;
      text-align: left;
      color: #1d1f2a; }

.page-wrapper.tutorials .selector-for-marketing-landing-slot0 {
  margin-bottom: 50px;
  margin-top: -35px; }

.tutorials-hero__wrapper {
  position: relative; }
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 600px; }
  .tutorials-hero__wrapper .text__container {
    max-width: 85%;
    position: relative;
    margin: 0 auto; }
  .tutorials-hero__wrapper .text__content-description h3 {
    font-family: 'RockwellNova';
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 30px; }
  .tutorials-hero__wrapper .text__content-description a {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    color: #1d1f2a;
    text-transform: inherit;
    margin: 0;
    padding: 8px 25px;
    background: #fce300;
    border-radius: 6px;
    border: 1px solid #fce300;
    width: 200px;
    margin-top: 20px;
    display: inline-block; }
  .tutorials-hero__wrapper .text__content-description a:hover {
    color: #fff;
    border-color: #000;
    background: #000; }

.tutorials-hero__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000009c;
  z-index: 1; }

/*** tutorials detail page ***/
.page[data-action="Page-Show"] .main {
  background-color: #f1f0ed; }

.page[data-action="Page-Show"] .cms-page--single {
  margin: auto;
  max-width: 87rem; }

.page[data-action="Page-Show"] .html-block__copy:not(:only-child).set--text-after {
  margin-top: 0; }

.page[data-action="Page-Show"] .tutorials-details__wrapper {
  padding-top: 50px; }

.page[data-action="Page-Show"] .tutorials-details__wrapper h1 {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1d1f2a;
  text-align: center;
  position: relative;
  padding-top: 15px; }

.page[data-action="Page-Show"] .tutorials-details__wrapper h1:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fce300;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

.page[data-action="Page-Show"] .tutorials-details__banner {
  margin-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px; }

.page[data-action="Page-Show"] .tutorials-details__banner iframe {
  width: 100%;
  height: 580px; }

.page[data-action="Page-Show"] .tutorials-details__banner .play-pause__actions {
  margin-top: 30px;
  display: none; }

.page[data-action="Page-Show"] .tutorials-details__banner:hover .play-pause__actions {
  display: block; }

.page[data-action="Page-Show"] .tutorials-details__banner .play-pause__actions img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  bottom: auto;
  margin: auto;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.page[data-action="Page-Show"] .tutorials-details__content {
  max-width: 85%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px; }

.page[data-action="Page-Show"] .tutorials-details__content .col-md-8 {
  padding-right: 50px;
  padding-bottom: 60px; }

.page[data-action="Page-Show"] .tutorials-details__content .col-md-8 h5 {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a;
  padding-bottom: 8px; }

.page[data-action="Page-Show"] .tutorials-details__content p {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #1d1f2a;
  padding-bottom: 20px; }

.page[data-action="Page-Show"] .tutorials-details__content .col-md-4 {
  background: #fff;
  padding: 30px 30px;
  border-radius: 6px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.page[data-action="Page-Show"] .tutorials-details__content .col-md-4 h5 {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a;
  padding-bottom: 12px; }

.page[data-action="Page-Show"] .tutorials-details__content ul {
  padding-left: 25px; }

.page[data-action="Page-Show"] .tutorials-details__content li {
  font-family: 'avenir-regular';
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  color: #1d1f2a;
  list-style: disc;
  padding-bottom: 5px; }

.page[data-action="Page-Show"] .pdf-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 15px;
  gap: 5px; }

.page[data-action="Page-Show"] .pdf-download strong {
  font-family: 'avenir-regular';
  font-size: 15px;
  font-weight: 600;
  color: #1d1f2a; }

.page[data-action="Page-Show"] .pdf-download a {
  font-family: 'avenir-regular';
  font-size: 15px;
  color: #2183d9;
  text-decoration: underline; }

@media only screen and (max-width: 1180px) {
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .positioner__wrapper {
    -webkit-flex-basis: inherit;
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit;
    max-width: inherit; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .grid-4x2__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 25px; }
  .page[data-action="Page-Show"] .cms-page--single {
    max-width: 100rem;
    padding: 0 25px; }
  .page[data-action="Page-Show"] .tutorials-details__content {
    max-width: 90%; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 {
    padding: 0 40px; }
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 540px; } }

@media only screen and (max-width: 1024px) {
  .page-wrapper.tutorials .html-slot-container .tutorials-title {
    font-size: 34px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .image__content {
    width: 300px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .grid-4x2__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 25px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__container {
    max-width: 230px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__content-hat span {
    font-size: 16px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button__container .button {
    font-size: 11px; }
  .page[data-action="Page-Show"] .tutorials-details__wrapper h1 {
    font-size: 34px; }
  .page[data-action="Page-Show"] .tutorials-details__banner {
    height: 450px; }
  .page[data-action="Page-Show"] .tutorials-details__banner iframe {
    height: 450px; }
  .page[data-action="Page-Show"] .tutorials-details__content {
    max-width: 90%;
    margin: auto;
    padding-top: 35px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot3 {
    padding: 0 40px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-hat h3 {
      font-size: 34px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-description {
      padding-top: 15px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-description p {
      font-size: 16px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__container {
    width: 100%; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__content-hat span {
    font-size: 16px; }
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 500px; }
  .tutorials-hero__wrapper .text__content-description h3 {
    font-size: 20px; } }

@media only screen and (max-width: 825px) {
  .page-wrapper.tutorials .html-slot-container .tutorials-title {
    font-size: 30px; }
  .page[data-action="Page-Show"] .tutorials-details__wrapper h1 {
    font-size: 30px; }
  .page[data-action="Page-Show"] .tutorials-details__content {
    max-width: 100%; }
  .page[data-action="Page-Show"] .tutorials-details__content .col-md-4 {
    padding: 20px 15px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-hat h3 {
    font-size: 30px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .grid-4x2__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .positioner__wrapper {
    -webkit-flex-basis: inherit;
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit;
    max-width: inherit;
    width: auto; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .image__content {
    width: 300px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__container {
    width: auto;
    max-width: 300px; }
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 400px; }
  .tutorials-hero__wrapper .text__content-description h3 {
    font-size: 20px;
    line-height: 36px;
    padding-top: 0px; }
  .tutorials-hero__wrapper .text__content-description a {
    margin-top: 10px; } }

@media only screen and (max-width: 760px) {
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 300px; }
  .tutorials-hero__wrapper .text__content-description h3 {
    font-size: 20px;
    line-height: 36px;
    padding-top: 0px; }
  .tutorials-hero__wrapper .text__content-description a {
    margin-top: 10px; } }

@media only screen and (max-width: 480px) {
  .page-wrapper.tutorials .html-slot-container .tutorials-title {
    font-size: 26px;
    padding-top: 15px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot2 {
    padding: 25px 15px 15px 15px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .image__content {
      width: 100%; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .text__content-hat span {
      font-size: 18px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button__container {
      float: right; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot2 .button__container .button {
      font-size: 12px; }
  .page[data-action="Page-Show"] .tutorials-details__wrapper {
    padding-top: 35px; }
  .page[data-action="Page-Show"] .cms-page--single {
    padding: 0 15px; }
  .page[data-action="Page-Show"] .tutorials-details__wrapper h1 {
    font-size: 26px; }
  .page[data-action="Page-Show"] .tutorials-details__banner {
    height: 180px; }
  .page[data-action="Page-Show"] .tutorials-details__banner iframe {
    height: 180px; }
  .page[data-action="Page-Show"] .tutorials-details__banner .play-pause__actions img {
    width: 60px;
    height: 60px; }
  .page[data-action="Page-Show"] .tutorials-details__content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .page[data-action="Page-Show"] .tutorials-details__content {
    max-width: 100%;
    padding-top: 30px; }
  .page[data-action="Page-Show"] .tutorials-details__content .col-md-4 {
    padding: 30px 30px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px; }
  .page[data-action="Page-Show"] .tutorials-details__content .col-md-8 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    padding-right: 0; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot3 {
    padding: 0 15px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-hat h3 {
      font-size: 26px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-description {
      padding-top: 5px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot3 .creativebug-wrapper__title .text__content-description p {
      font-size: 18px;
      line-height: 29px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot4 {
    margin-top: 0 !important;
    padding: 0 15px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .image__content {
      width: 100%; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .positioner__wrapper {
      height: auto !important; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__container {
      width: auto;
      max-width: 100%; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot4 .creativebug-wrapper__inner .text__content-hat span {
      font-size: 18px;
      line-height: 25px; }
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 300px; }
  .tutorials-hero__wrapper .text__content-description h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 0px; }
  .tutorials-hero__wrapper .text__content-description a {
    margin-top: 10px; } }

@media only screen and (max-width: 480px) {
  .tutorials-hero__wrapper .text__container {
    max-width: 100%; }
  .tutorials-hero__wrapper .positioner__wrapper {
    height: 300px; }
  .tutorials-hero__wrapper .text__content-description h3 {
    font-size: 18px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 10px; }
  .tutorials-hero__wrapper .text__content-description a {
    margin-top: 10px;
    font-size: 16px;
    width: 180px; } }

/*********** byop block ************/
.page-wrapper.tutorials .marketing-landing__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-wrapper.tutorials .selector-for-marketing-landing-slot10 {
  background: #1d1f2a !important; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper {
    padding: 25px 0; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .positioner__foreground {
      position: relative; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header img {
        max-width: 250px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text {
        padding: 0 60px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text h5 {
          font-family: 'RockwellNova';
          font-size: 30px;
          color: #fff;
          letter-spacing: 1px;
          position: relative; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text h5:before {
          content: "";
          width: 40px;
          height: 3px;
          display: inline-block;
          background: #fce300;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -17px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content {
      max-width: 65%;
      margin: 0 auto;
      padding-top: 50px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-image-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-image-wrapper .byop-lines {
          width: 45%;
          height: 11px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-image-wrapper .byop-pdf {
          max-width: 55px;
          margin: 0 20px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title {
        padding-top: 25px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title h3 {
          font-family: 'RockwellNova';
          font-size: 30px;
          color: #fce300;
          letter-spacing: 3px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title span {
          font-size: 17px;
          font-family: 'RockwellNova-bold';
          color: #b0b1a1; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title p {
          font-size: 20px;
          font-family: 'avenir-regular';
          color: #fff;
          padding-top: 30px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps {
        padding-top: 25px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .step-two {
            padding: 0 20px;
            max-width: 34% !important; }
          .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing {
            max-width: 33%;
            text-align: left; }
            .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-count {
              position: relative;
              text-align: center; }
              .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-count span {
                font-size: 18px;
                font-family: 'RockwellNova-bold';
                color: #000;
                background: #fce300;
                padding: 5px 12px;
                border-radius: 50%; }
            .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-count:before {
              content: "";
              width: 43%;
              height: 3px;
              display: inline-block;
              background: #fce300;
              position: absolute;
              left: 1px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-count::after {
              content: "";
              width: 43%;
              height: 3px;
              display: inline-block;
              background: #fce300;
              position: absolute;
              right: 2px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-method {
              font-size: 14px;
              font-family: 'avenir-regular';
              color: #b0b1a1;
              font-weight: 600;
              letter-spacing: 1px; }
            .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-title {
              font-family: 'RockwellNova';
              font-size: 19px;
              color: #fce300;
              letter-spacing: 1px;
              padding-top: 20px; }
            .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-desc {
              font-size: 14px;
              font-family: 'avenir-regular';
              color: #fff;
              padding-top: 25px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-note {
        font-size: 14px;
        font-family: 'avenir-regular';
        color: #b0b1a1;
        font-weight: 500;
        letter-spacing: 1px;
        border-top: 1px solid #b0b1a1;
        padding-top: 20px;
        margin-top: 50px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-note a {
          display: inline-block;
          text-decoration: underline; }

@media only screen and (max-width: 1180px) {
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text {
    padding: 0 35px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text h5 {
      font-size: 28px;
      line-height: 36px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content {
    max-width: 80%; } }

@media only screen and (max-width: 1024px) {
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content {
    max-width: 90%; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-title h3 {
    font-size: 28px; } }

@media only screen and (max-width: 825px) {
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-header-inner:nth-child(1) {
      display: none; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text {
      padding-bottom: 40px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content {
    max-width: 100%; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-image-wrapper .byop-lines {
      width: auto;
      height: 13px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title h3 {
      font-size: 28px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-title {
      font-size: 18px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-note br {
      display: none; } }

@media only screen and (max-width: 760px) {
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper {
    padding-bottom: 0; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-header .byop-text {
      padding: 0 0px;
      padding-bottom: 40px; }
    .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content {
      max-width: 100%; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title span {
        font-size: 15px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-title p {
        font-size: 18px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .step-two {
          padding: 0 0px;
          max-width: 100% !important; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing {
          max-width: 100%;
          margin-bottom: 35px; }
          .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .byop-steps-listing .step-count::before {
            width: 46%; }
          .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .byop-steps-listing .step-count::after {
            width: 46%; }
          .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-steps .byop-steps-inner .byop-steps-listing .step-title {
            font-size: 18px; }
      .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-note {
        margin-top: 20px; }
        .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-note br {
          display: none; } }

@media only screen and (max-width: 425px) {
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-image-wrapper .byop-pdf {
    max-width: 55px;
    margin: 0 15px; }
  .page-wrapper.tutorials .selector-for-marketing-landing-slot10 .ditto-byop-wrapper .byop-block-inner .byop-content .byop-image-wrapper .byop-lines {
    width: 52%;
    height: 8px; } }

.page-wrapper.promotions .marketing-landing__main {
  margin-top: 15px;
  padding-bottom: 120px; }

.page-wrapper.promotions .html-slot-container h1 {
  font-family: 'RockwellNova';
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  color: #1d1f2a;
  position: relative;
  padding-top: 20px; }

.page-wrapper.promotions .html-slot-container h1:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fce300;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }

.page-wrapper.promotions .selector-for-marketing-landing-slot2 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 30px 30px 20px 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .hero .positioner--fit-default .positioner__foreground {
    position: relative;
    top: auto; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .positioner__content {
    margin: 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text-and-image__container {
    border: solid 1px #b6ada5;
    border-radius: 4px;
    padding: 0;
    background: #f9f9f8; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .image__container {
    padding-bottom: 40px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .image__content {
    width: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__container {
    max-width: 100%;
    padding-bottom: 40px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__container:before {
    display: none; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__content-hat {
    font-family: 'RockwellNova';
    font-size: 38px;
    font-weight: bold;
    line-height: 57px;
    letter-spacing: 1px;
    text-align: center;
    color: #1d1f2a; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .home-asset-col__content {
  gap: 25px; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .home-asset-col .positioner__wrapper {
  border: solid 1px #b6ada5;
  border-radius: 4px; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .home-asset-col .positioner--fit-default .positioner__background {
  position: relative;
  top: auto;
  height: auto; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__foreground {
  height: auto; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .text__content-hat:before {
  display: none; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background {
  display: block; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background.positioner__background--mobile {
  display: none; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background-image {
  height: 375px;
  -o-object-position: 100% 20%;
     object-position: 100% 20%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .text__content-hat {
  font-family: 'RockwellNova';
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: center;
  color: #1d1f2a;
  padding: 25px 20px 0px 20px; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container {
  padding-top: 25px;
  padding-bottom: 25px; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container a.button {
  width: 220px;
  margin: 0;
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  border-radius: 6px;
  background-color: #1d1f2a;
  border: 1px solid #1d1f2a;
  text-transform: inherit;
  text-transform: inherit;
  padding: 11px 10px;
  text-align: center; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container a.button img {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }

.page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container a.button:hover {
  color: #1d1f2a;
  background: #fff;
  opacity: 1; }

.page-wrapper.promotions .selector-for-marketing-landing-slot4 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 30px 30px 20px 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .hero {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .hero .positioner--fit-default .positioner__foreground {
    position: relative;
    top: auto; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .positioner__content {
    margin: 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text-and-image__container {
    border: solid 1px #b6ada5;
    border-radius: 4px;
    padding: 0;
    background: #f9f9f8; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text-and-image__container:before {
    display: none; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .image__container {
    padding-bottom: 40px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .image__content {
    width: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__container {
    max-width: 100%;
    padding-bottom: 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__container:before {
    display: none; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__content-hat {
    font-family: 'RockwellNova';
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
    color: #1d1f2a; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container {
    padding-top: 25px;
    padding-bottom: 35px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container a.button {
    width: 220px;
    margin: 0;
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    border-radius: 6px;
    background-color: #1d1f2a;
    border: 1px solid #1d1f2a;
    text-transform: inherit;
    text-transform: inherit;
    padding: 11px 10px;
    text-align: center; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container a.button img {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container a.button:hover {
    color: #1d1f2a;
    background: #fff;
    opacity: 1; }

.page-wrapper.promotions .selector-for-marketing-landing-slot5 {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0px 30px 20px 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper {
    background-color: #fff;
    height: 450px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-description span {
    font-family: 'avenir-bold';
    font-weight: 900;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 51px;
    background: #00ff00;
    color: #1d1f2a;
    position: absolute;
    left: 25px;
    top: 25px;
    padding: 5px 10px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text-and-image__container {
    padding: 0 65px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .image__frame img {
    width: auto;
    height: 70px;
    margin: 0 auto; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-hat h3 {
    font-family: 'RockwellNova';
    font-size: 42px;
    text-transform: uppercase;
    line-height: 50px;
    color: #1d1f2a;
    padding-top: 15px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-description {
    padding-top: 25px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-description p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    color: #1d1f2a;
    line-height: 25px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button__container {
    padding-top: 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group {
    gap: 25px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group a.button {
    font-family: 'avenir-bold';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    color: #1d1f2a;
    border-radius: 4px;
    border: 1px solid #1d1f2a;
    padding: 6px 5px;
    width: 200px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group a.button:hover:not([disabled]):not(.disabled) {
    color: #fff;
    background: #1d1f2a;
    opacity: 1; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-cta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-secondary-cta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

.page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper {
  background-color: #fff;
  margin-top: 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .text-and-image__container {
    padding: 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .image__content {
    height: auto; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container {
    padding: 0 35px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .image__content {
    height: 90px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-hat h3 {
    font-family: 'RockwellNova';
    font-size: 34px;
    text-transform: uppercase;
    line-height: 50px;
    color: #1d1f2a;
    padding-top: 15px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .description-text p {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 600;
    color: #6d6d70;
    line-height: 27px;
    text-align: left;
    padding: 0 30px;
    padding-top: 10px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .button-cta .button {
    font-family: 'avenir-bold';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    color: #1d1f2a;
    border-radius: 4px;
    border: 1px solid #1d1f2a;
    padding: 6px 5px;
    width: 200px;
    margin-top: 25px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .button-cta .button:hover:not([disabled]):not(.disabled) {
    color: #fff;
    background: #1d1f2a;
    opacity: 1; }

@media only screen and (max-width: 1180px) {
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text-and-image__container {
    padding: 0 50px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group a.button {
    width: 180px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container {
    padding: 0 13px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .image__content {
    height: 75px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-hat h3 {
    padding-top: 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .description-text p {
    padding: 0 3px;
    padding-top: 10px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .button-cta .button {
    margin-top: 20px; } }

@media only screen and (max-width: 1024px) {
  .page-wrapper.promotions .marketing-landing__main {
    padding-bottom: 90px; }
  .page-wrapper.promotions .html-slot-container h1 {
    font-size: 34px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__content-hat {
    font-size: 34px;
    line-height: 48px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .image__container {
    padding-bottom: 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__container {
    padding-bottom: 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background-image {
    height: 320px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot3 .text__content-hat {
    font-size: 26px;
    line-height: 36px;
    padding: 20px 20px 0px 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__content-hat {
    font-size: 34px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .image__container {
    padding-bottom: 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__container {
    padding-bottom: 10px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .image__frame img {
    height: 60px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-hat h3 {
    font-size: 36px;
    line-height: 44px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-description p {
    font-size: 16px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text-and-image__container {
    padding: 0 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group {
    gap: 10px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group a.button {
    width: 180px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container {
    padding: 0 13px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .image__content {
    height: 60px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-hat h3 {
    font-size: 28px;
    line-height: 40px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .description-text p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .button-cta .button {
    margin-top: 20px; } }

@media only screen and (max-width: 825px) {
  .page-wrapper.promotions .html-slot-container h1 {
    font-size: 30px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 {
    padding: 30px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__content-hat {
      font-size: 30px;
      line-height: 40px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot2 .image__container {
      padding-bottom: 25px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__container {
      padding: 0 20px;
      padding-bottom: 25px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot3 .home-asset-col__content {
    gap: 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot3 .text__content-hat {
    font-size: 24px;
    line-height: 33px;
    padding: 20px 20px 0px 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 {
    padding: 30px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__content-hat {
      font-size: 30px;
      line-height: 40px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .image__container {
      padding-bottom: 25px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__container {
      padding: 0 20px;
      padding-bottom: 10px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 {
    padding: 0px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .image__frame img {
      height: 50px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-hat h3 {
      font-size: 32px;
      line-height: 40px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-description {
      padding-top: 15px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text__content-description p {
      font-size: 15px;
      line-height: 23px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .text-and-image__container {
      padding: 0 18px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group {
      gap: 0px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group a.button {
      width: 155px;
      font-size: 15px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-description span {
      font-size: 42px;
      line-height: 40px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container {
    padding: 25px 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .image__content {
    height: 70px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-hat h3 {
    font-size: 32px;
    line-height: 40px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .description-text p {
    font-size: 15px;
    line-height: 23px;
    padding-top: 10px;
    text-align: center; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .button-cta .button {
    margin-top: 25px; } }

@media only screen and (max-width: 760px) {
  .page-wrapper.promotions .marketing-landing__main {
    padding-bottom: 60px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 {
    padding: 30px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot2 .positioner__background-image {
      height: 0; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot3 {
    padding: 0 20px;
    margin-top: 0 !important; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .home-asset-col__content {
      gap: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background.positioner__background--mobile {
      display: block; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background.positioner__background--desktop {
      display: none; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container {
      padding: 20px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container .button-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .button__container a.button {
      width: 100%; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 {
    padding: 30px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .positioner__background-image {
      height: 0; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container {
      padding: 20px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container .button-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .button__container a.button {
      width: 100%; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .positioner__wrapper {
      height: auto !important; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 {
    padding: 0px 20px 20px 20px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .home-asset-col__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(1) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner--fit-default .positioner__background {
      position: relative;
      top: auto; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-description {
      padding: 0; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(2) .button__container {
      padding: 0; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper {
      margin: 0; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(1) .text-and-image__container {
      padding: 20px 18px 5px 18px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper {
    margin: 0; } }

@media only screen and (max-width: 480px) {
  .page-wrapper.promotions .html-slot-container h1 {
    font-size: 26px;
    padding-top: 15px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot2 {
    padding: 30px 15px 10px 15px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot2 .text__content-hat {
      font-size: 26px;
      line-height: 36px;
      padding: 0 15px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot3 {
    padding: 0 15px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .home-asset-col .positioner__wrapper {
      margin-bottom: 10px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .positioner__background-image {
      height: 220px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot3 .text__content-hat {
      font-size: 26px;
      line-height: 34px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot4 {
    padding: 30px 15px 10px 15px;
    margin-top: 0 !important; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot4 .text__content-hat {
      font-size: 26px;
      line-height: 36px;
      padding: 0 15px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot5 {
    padding: 15px 15px 20px 15px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group a.button {
      width: 100%;
      font-size: 15px;
      margin: 0;
      margin-bottom: 15px;
      padding: 10px 5px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(1) .text-and-image__container {
      padding: 20px 18px 15px 18px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .positioner__wrapper:nth-child(2) .text__content-description span {
      font-size: 35px;
      line-height: 30px;
      left: 15px;
      top: 15px; }
    .page-wrapper.promotions .selector-for-marketing-landing-slot5 .joann-promotion__wrapper .button-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .text-and-image__container {
    padding: 25px 20px 35px 20px; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .button-cta {
    width: 100%; }
  .page-wrapper.promotions .selector-for-marketing-landing-slot6 .singer-promotion__wrapper .positioner__wrapper:nth-child(2) .button-cta .button {
    width: 100%;
    padding: 10px 5px;
    margin: 0 0;
    margin-top: 20px; } }

/***************** bogo promotion css ****************/
.bogo-promotion__wrapper .text__container {
  padding-bottom: 25px; }

.bogo-promotion__wrapper .button__container {
  padding-bottom: 35px; }

.bogo-promotion__wrapper .button-secondary-cta a {
  font-family: 'avenir-regular';
  font-size: 18px;
  font-weight: 600;
  color: #1d1f2a;
  text-transform: inherit;
  margin: 0;
  padding: 8px 25px;
  background: #fce300;
  border-radius: 6px;
  border: 1px solid #fce300;
  display: inline-block;
  width: auto;
  text-align: center; }

.bogo-promotion__wrapper .button-secondary-cta a:hover {
  color: #fff;
  border-color: #000;
  background: #000; }

.ditto-story_title, .ditto-future_title, .ditto-influencers_title {
  font-family: 'RockwellNova-bold';
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fce300;
  background: #1d1f2a;
  border-top: 4px solid #fce300;
  padding: 55px 0; }

.page-wrapper.about-ditto .selector-for-marketing-landing-slot3 {
  padding: 75px 60px 20px 60px;
  background-color: #fff !important;
  max-width: 100%; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description {
    max-width: 80rem; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .home-asset-col__content {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .positioner__wrapper {
      -webkit-flex-basis: 45%;
          -ms-flex-preferred-size: 45%;
              flex-basis: 45%;
      max-width: 45%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 25px;
      margin-bottom: 50px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat strong {
      position: absolute;
      top: -20px;
      left: 0;
      right: 0;
      margin: 0 auto;
      font-family: 'RockwellNova';
      font-size: 25px;
      color: #fff;
      background: #fce300;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      border: 4px solid #fff; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat h3 {
      font-family: 'avenir-bold';
      font-size: 18px;
      font-weight: 600;
      text-align: left;
      letter-spacing: 1px;
      margin-top: -7px;
      color: #b7b7b7; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fce300;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description {
      text-align: left;
      padding-top: 15px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description h5 {
      font-family: 'RockwellNova';
      font-size: 22px;
      font-weight: normal;
      line-height: 36px;
      padding-bottom: 5px;
      color: #1d1f2a; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description p {
      font-family: 'avenir-regular';
      font-size: 16px;
      font-weight: 500;
      line-height: 27px;
      padding-bottom: 5px;
      color: #6c6c6c; }

.page-wrapper.about-ditto .selector-for-marketing-landing-slot6 {
  padding: 30px 30px 0px 30px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .positioner__foreground {
    position: relative;
    top: auto; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat h3 {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a;
    padding-bottom: 10px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat strong {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-description p {
    font-family: 'avenir-regular';
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 5px;
    color: #6c6c6c;
    max-width: 55%;
    margin: 0 auto; }

.page-wrapper.about-ditto .selector-for-marketing-landing-slot7 {
  padding: 0px 30px 60px 30px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .home-asset-col__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .home-asset-col__content .positioner__wrapper {
    background: #fff;
    width: 60rem;
    min-width: auto;
    margin: 0 auto;
    margin-bottom: 30px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .content-vpos--default {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 25px 30px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text-and-image__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__container {
    width: 150px;
    display: inline-block;
    position: absolute;
    top: 50px;
    text-align: center; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__frame {
    width: auto;
    display: inline-block; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__content {
    height: 110px;
    margin: 0;
    width: auto;
    max-width: inherit; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__container {
    padding-left: 180px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content {
    text-align: left; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat {
    padding-bottom: 10px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat span {
    font-family: 'RockwellNova-ExtraBold';
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a;
    padding-bottom: 10px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-description span {
    font-family: 'avenir-regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 5px;
    color: #6c6c6c;
    max-width: 45%;
    margin: 0 auto; }

.page-wrapper.about-ditto .selector-for-marketing-landing-slot10 {
  background-color: #fce300 !important;
  padding: 50px 0 60px 0; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing {
    max-width: 80rem; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .home-asset-col__content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .positioner__wrapper {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      max-width: 25%;
      margin-bottom: 40px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .image__content {
      max-width: 250px; }

.ditto-testimonials_listing {
  background: #fff;
  padding: 30px 0 70px 0; }
  .ditto-testimonials_listing h3 {
    font-family: 'RockwellNova-bold';
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #1d1f2a;
    padding: 55px 0; }
  .ditto-testimonials_listing .ditto-testimonials_inner {
    max-width: 60rem;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-column1, .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-column2, .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-column3 {
      -webkit-flex-basis: 33%;
          -ms-flex-preferred-size: 33%;
              flex-basis: 33%;
      max-width: 33%; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single {
      border-top: 4px solid #fce300;
      background: #f1f0ed;
      padding: 20px 25px;
      margin: 15px 15px 30px 15px; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single img {
      max-width: 30px;
      margin: auto;
      margin-bottom: 15px; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single p {
      font-family: 'RockwellNova';
      font-size: 16px;
      font-weight: 500;
      line-height: 27px;
      padding-bottom: 5px;
      color: #6c6c6c; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single strong {
      font-family: 'avenir-bold';
      font-size: 16px;
      font-weight: 600;
      text-align: left;
      letter-spacing: 1px;
      color: #1d1f2a; }

.ditto-matrix {
  border-top: 1px solid #000; }
  .ditto-matrix .ditto-matrix-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .ditto-matrix .ditto-matrix-inner img {
      max-width: 100%;
      padding: 2px; }

@media only screen and (max-width: 1024px) {
  .ditto-story_title, .ditto-future_title, .ditto-influencers_title {
    padding: 46px 0 40px 0;
    font-size: 42px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .positioner__wrapper {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    min-width: auto; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat strong {
    font-size: 22px;
    padding-top: 3px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat h3 {
    font-size: 16px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description h5 {
    font-size: 20px;
    line-height: 33px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description p {
    font-size: 15px;
    line-height: 25px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat h3 {
    font-size: 26px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat strong {
    font-size: 16px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-description p {
    font-size: 15px;
    max-width: 60%; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .home-asset-col__content .positioner__wrapper {
    width: 100%; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .content-vpos--default {
    padding: 20px 25px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat span {
    font-size: 26px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-description span {
    font-size: 16px;
    line-height: 25px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__container {
    width: 130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__content {
    height: 95px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__container {
    padding-left: 160px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 {
    padding: 50px 20px 40px 20px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .positioner__wrapper {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      max-width: 25%;
      margin-bottom: 25px;
      min-width: auto; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .image__content {
      max-width: 200px; }
  .ditto-testimonials_listing {
    padding: 10px 0 50px 0; }
    .ditto-testimonials_listing h3 {
      font-size: 42px;
      padding: 35px 0; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single {
      margin: 15px 10px 20px 10px;
      padding: 20px 20px; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single p {
      font-size: 15px;
      line-height: 24px; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single strong {
      font-size: 15px; } }

@media only screen and (max-width: 825px) {
  .ditto-story_title, .ditto-future_title, .ditto-influencers_title {
    padding: 35px 0 40px 0;
    font-size: 38px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 {
    padding: 75px 25px 20px 25px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .positioner__wrapper {
      margin-bottom: 40px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat {
      padding-top: 30px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat h3 {
      font-size: 15px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description {
      padding-top: 0px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description h5 {
      font-size: 18px;
      line-height: 29px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 {
    padding: 15px 30px 0px 30px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat h3 {
      font-size: 24px;
      padding-bottom: 0; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat strong {
      font-size: 15px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-description p {
      font-size: 14px;
      max-width: 85%; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .home-asset-col__content .positioner__wrapper {
    width: 100%; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .content-vpos--default {
    padding: 15px 20px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat span {
    font-size: 24px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-description span {
    font-size: 15px;
    line-height: 24px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__container {
    width: 100px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__content {
    height: 85px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__container {
    padding-left: 130px; }
  .ditto-testimonials_listing {
    padding: 10px 0 50px 0; }
    .ditto-testimonials_listing h3 {
      font-size: 38px;
      padding: 25px 0; }
    .ditto-testimonials_listing .ditto-testimonials_inner {
      max-width: 45rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single {
        margin: 15px 5px 10px 5px;
        padding: 20px 15px; }
      .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single p {
        font-size: 14px;
        line-height: 22px; }
      .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-single strong {
        font-size: 14px; } }

@media only screen and (max-width: 760px) {
  .selector-for-marketing-landing-slot1 .about-us_hero .positioner__foreground {
    padding: 0 0; }
  .ditto-story_title, .ditto-future_title, .ditto-influencers_title {
    padding: 30px 20px 35px 20px;
    font-size: 34px;
    line-height: 40px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 {
    margin-top: 0 !important; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .positioner__wrapper {
      margin: 0 20px;
      margin-bottom: 35px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat {
      padding-top: 30px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-hat h3 {
      font-size: 14px;
      margin-top: -16px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description {
      padding-top: 0px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .text__content-description h5 {
      font-size: 17px;
      line-height: 28px;
      padding-bottom: 10px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 {
    padding: 15px 30px 0px 30px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat h3 {
      font-size: 22px;
      padding-bottom: 0; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat strong {
      font-size: 14px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-description p {
      font-size: 14px;
      max-width: 85%; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .positioner__background--mobile {
      display: none; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 {
    padding: 0px 30px 30px 30px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat span {
      font-size: 22px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-description span {
      font-size: 15px;
      line-height: 24px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 {
    padding: 30px 20px 40px 20px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .positioner__wrapper {
      -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
      max-width: 30%;
      margin-bottom: 0px; }
  .ditto-testimonials_listing {
    padding: 10px 0 50px 0; }
    .ditto-testimonials_listing h3 {
      font-size: 34px;
      padding: 25px 0; } }

@media only screen and (max-width: 640px) {
  .selector-for-marketing-landing-slot1 .about-us_hero .positioner__wrapper {
    height: 215px !important; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 .ditto-story_description .positioner__wrapper {
    margin: 0 0px;
    margin-bottom: 35px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 {
    padding: 15px 20px 0px 20px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text-and-image__container {
      padding: 0; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-description p {
      font-size: 14px;
      max-width: 100%;
      margin-bottom: 25px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 {
    padding: 0px 20px 30px 20px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text-and-image__container {
      padding: 0; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat span {
      font-size: 22px;
      line-height: 32px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .content-vpos--default {
      padding: 20px 20px 20px 20px; }
    .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .home-asset-col__content .positioner__wrapper {
      margin-bottom: 20px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .positioner__wrapper {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
    margin: 0 10px;
    margin-bottom: 5px; }
  .ditto-testimonials_listing .ditto-testimonials_inner {
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-column1, .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-column2, .ditto-testimonials_listing .ditto-testimonials_inner .ditto-testimonials-column3 {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; } }

@media only screen and (max-width: 425px) {
  .ditto-story_title, .ditto-future_title, .ditto-influencers_title {
    font-size: 30px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot3 {
    padding: 60px 25px 20px 25px; }
  .ditto-matrix {
    border-top: 1px solid #000;
    max-width: 120rem;
    overflow-x: auto;
    position: relative; }
    .ditto-matrix .ditto-matrix-inner {
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-direction: normal;
      max-width: 100%;
      width: auto; }
      .ditto-matrix .ditto-matrix-inner .ditto-matrix-column1, .ditto-matrix .ditto-matrix-inner .ditto-matrix-column2, .ditto-matrix .ditto-matrix-inner .ditto-matrix-column3, .ditto-matrix .ditto-matrix-inner .ditto-matrix-column4, .ditto-matrix .ditto-matrix-inner .ditto-matrix-column5, .ditto-matrix .ditto-matrix-inner .ditto-matrix-column6, .ditto-matrix .ditto-matrix-inner .ditto-matrix-column7 {
        max-width: 300px;
        height: 200px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .ditto-matrix .ditto-matrix-inner .ditto-matrix-column4 img:nth-child(1) {
        height: 100px; }
      .ditto-matrix .ditto-matrix-inner .ditto-matrix-column4 img:nth-child(2) {
        height: 100px; }
      .ditto-matrix .ditto-matrix-inner .ditto-matrix-column3.ditto-matrix-influencers-column3 img:nth-child(1) {
        height: 100px; }
      .ditto-matrix .ditto-matrix-inner .ditto-matrix-column3.ditto-matrix-influencers-column3 img:nth-child(2) {
        height: 100px; }
      .ditto-matrix .ditto-matrix-inner .ditto-matrix-column4.ditto-matrix-influencers-column4 img {
        height: 200px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot6 .ditto-future_description .text__content-hat h3 {
    font-size: 20px;
    line-height: 31px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text-and-image__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .image__container {
    width: 100%;
    position: relative;
    top: auto;
    -webkit-transform: inherit;
            transform: inherit; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__container {
    padding-left: 0;
    padding-top: 20px;
    text-align: center; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content {
    text-align: center; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot7 .ditto-future_listing .text__content-hat span {
    font-size: 20px;
    line-height: 30px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .positioner__wrapper {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    max-width: 45%;
    margin: 0 7px;
    margin-bottom: 10px; }
  .page-wrapper.about-ditto .selector-for-marketing-landing-slot10 .ditto-influencers_listing .text-and-image__container {
    padding: 5px; }
  .ditto-testimonials_listing h3 {
    font-size: 30px;
    padding: 25px 20px; } }

.uploadedPdf .myfolder-grid {
  width: 100%;
  display: inline-block;
  text-align: center; }

.uploadedPdf .uploadedPdf_details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 124px; }
  .uploadedPdf .uploadedPdf_details .error-message {
    padding-left: 8px; }
  .uploadedPdf .uploadedPdf_details .icon {
    cursor: pointer; }

.uploadedPdf .icon {
  position: absolute;
  right: 5px;
  font-size: 20px; }

.uploadedPdf .status-baar {
  width: 93%;
  height: 3px;
  margin: 0 auto;
  border: 0; }

.uploadedPdf .open {
  background: #fce300; }

.uploadedPdf .completed {
  background: green; }

.uploadedPdf .error {
  background: red; }

.uploadedPdf .uploaded_pdf_status {
  font-family: 'avenir-regular';
  padding-top: 4px;
  font-size: 14px;
  padding-bottom: 3px; }

.btn-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.pdfName-pattern {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.main_update_progress {
  cursor: pointer; }

.support-grid a {
  height: 100%; }

.support-grid .myfolder-grid {
  height: 125px; }
  .support-grid .myfolder-grid img {
    max-width: 120px; }

.support-grid .product-tile__body {
  padding-left: 12px; }

@media (max-width: 760px) {
  .support-grid .product {
    padding-top: 25px !important; } }


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