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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~=grid],
[class*=grid-],
[class*=grid_] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}

[class~=col],
[class*=col-],
[class*=col_] {
  box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%;
}

[class~=col],
[class*=col_] {
  flex: 1 1 0%;
}

[class*=col-] {
  flex: none;
}

[class~=grid][class~=col],
[class~=grid][class*=col-],
[class~=grid][class*=col_],
[class*=grid-][class~=col],
[class*=grid-][class*=col-],
[class*=grid-][class*=col_],
[class*=grid_][class~=col],
[class*=grid_][class*=col-],
[class*=grid_][class*=col_] {
  margin: 0;
  padding: 0;
}

/************************
    HELPERS SUFFIXES
*************************/
[class*=grid-][class*=-noGutter] {
  margin: 0;
}
[class*=grid-][class*=-noGutter] > [class~=col],
[class*=grid-][class*=-noGutter] > [class*=col-] {
  padding: 0;
}
[class*=grid-][class*=-noWrap] {
  flex-wrap: nowrap;
}
[class*=grid-][class*=-center] {
  justify-content: center;
}
[class*=grid-][class*=-right] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*=grid-][class*=-top] {
  align-items: flex-start;
}
[class*=grid-][class*=-middle] {
  align-items: center;
}
[class*=grid-][class*=-bottom] {
  align-items: flex-end;
}
[class*=grid-][class*=-reverse] {
  flex-direction: row-reverse;
}
[class*=grid-][class*=-column] {
  flex-direction: column;
}
[class*=grid-][class*=-column] > [class*=col-] {
  flex-basis: auto;
}
[class*=grid-][class*=-column-reverse] {
  flex-direction: column-reverse;
}
[class*=grid-][class*=-spaceBetween] {
  justify-content: space-between;
}
[class*=grid-][class*=-spaceAround] {
  justify-content: space-around;
}
[class*=grid-][class*=-equalHeight] > [class~=col], [class*=grid-][class*=-equalHeight] > [class*=col-], [class*=grid-][class*=-equalHeight] > [class*=col_] {
  align-self: stretch;
}
[class*=grid-][class*=-equalHeight] > [class~=col] > *, [class*=grid-][class*=-equalHeight] > [class*=col-] > *, [class*=grid-][class*=-equalHeight] > [class*=col_] > * {
  height: 100%;
}
[class*=grid-][class*=-noBottom] > [class~=col], [class*=grid-][class*=-noBottom] > [class*=col-], [class*=grid-][class*=-noBottom] > [class*=col_] {
  padding-bottom: 0;
}

[class*=col-][class*=-top] {
  align-self: flex-start;
}
[class*=col-][class*=-middle] {
  align-self: center;
}
[class*=col-][class*=-bottom] {
  align-self: flex-end;
}
[class*=col-][class*=-first] {
  order: -1;
}
[class*=col-][class*=-last] {
  order: 1;
}

/************************
    GRID BY NUMBER
*************************/
[class*=grid-1] > [class~=col],
[class*=grid-1] > [class*=col-],
[class*=grid-1] > [class*=col_] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*=grid-2] > [class~=col],
[class*=grid-2] > [class*=col-],
[class*=grid-2] > [class*=col_] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*=grid-3] > [class~=col],
[class*=grid-3] > [class*=col-],
[class*=grid-3] > [class*=col_] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class*=grid-4] > [class~=col],
[class*=grid-4] > [class*=col-],
[class*=grid-4] > [class*=col_] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*=grid-5] > [class~=col],
[class*=grid-5] > [class*=col-],
[class*=grid-5] > [class*=col_] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*=grid-6] > [class~=col],
[class*=grid-6] > [class*=col-],
[class*=grid-6] > [class*=col_] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class*=grid-7] > [class~=col],
[class*=grid-7] > [class*=col-],
[class*=grid-7] > [class*=col_] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class*=grid-8] > [class~=col],
[class*=grid-8] > [class*=col-],
[class*=grid-8] > [class*=col_] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*=grid-9] > [class~=col],
[class*=grid-9] > [class*=col-],
[class*=grid-9] > [class*=col_] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class*=grid-10] > [class~=col],
[class*=grid-10] > [class*=col-],
[class*=grid-10] > [class*=col_] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*=grid-11] > [class~=col],
[class*=grid-11] > [class*=col-],
[class*=grid-11] > [class*=col_] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class*=grid-12] > [class~=col],
[class*=grid-12] > [class*=col-],
[class*=grid-12] > [class*=col_] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 80em) {
  [class*=_lg-1] > [class~=col],
[class*=_lg-1] > [class*=col-],
[class*=_lg-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_lg-2] > [class~=col],
[class*=_lg-2] > [class*=col-],
[class*=_lg-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_lg-3] > [class~=col],
[class*=_lg-3] > [class*=col-],
[class*=_lg-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_lg-4] > [class~=col],
[class*=_lg-4] > [class*=col-],
[class*=_lg-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_lg-5] > [class~=col],
[class*=_lg-5] > [class*=col-],
[class*=_lg-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_lg-6] > [class~=col],
[class*=_lg-6] > [class*=col-],
[class*=_lg-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_lg-7] > [class~=col],
[class*=_lg-7] > [class*=col-],
[class*=_lg-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_lg-8] > [class~=col],
[class*=_lg-8] > [class*=col-],
[class*=_lg-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_lg-9] > [class~=col],
[class*=_lg-9] > [class*=col-],
[class*=_lg-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_lg-10] > [class~=col],
[class*=_lg-10] > [class*=col-],
[class*=_lg-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_lg-11] > [class~=col],
[class*=_lg-11] > [class*=col-],
[class*=_lg-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_lg-12] > [class~=col],
[class*=_lg-12] > [class*=col-],
[class*=_lg-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 64em) {
  [class*=_md-1] > [class~=col],
[class*=_md-1] > [class*=col-],
[class*=_md-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_md-2] > [class~=col],
[class*=_md-2] > [class*=col-],
[class*=_md-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_md-3] > [class~=col],
[class*=_md-3] > [class*=col-],
[class*=_md-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_md-4] > [class~=col],
[class*=_md-4] > [class*=col-],
[class*=_md-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_md-5] > [class~=col],
[class*=_md-5] > [class*=col-],
[class*=_md-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_md-6] > [class~=col],
[class*=_md-6] > [class*=col-],
[class*=_md-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_md-7] > [class~=col],
[class*=_md-7] > [class*=col-],
[class*=_md-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_md-8] > [class~=col],
[class*=_md-8] > [class*=col-],
[class*=_md-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_md-9] > [class~=col],
[class*=_md-9] > [class*=col-],
[class*=_md-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_md-10] > [class~=col],
[class*=_md-10] > [class*=col-],
[class*=_md-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_md-11] > [class~=col],
[class*=_md-11] > [class*=col-],
[class*=_md-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_md-12] > [class~=col],
[class*=_md-12] > [class*=col-],
[class*=_md-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 48em) {
  [class*=_sm-1] > [class~=col],
[class*=_sm-1] > [class*=col-],
[class*=_sm-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_sm-2] > [class~=col],
[class*=_sm-2] > [class*=col-],
[class*=_sm-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_sm-3] > [class~=col],
[class*=_sm-3] > [class*=col-],
[class*=_sm-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_sm-4] > [class~=col],
[class*=_sm-4] > [class*=col-],
[class*=_sm-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_sm-5] > [class~=col],
[class*=_sm-5] > [class*=col-],
[class*=_sm-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_sm-6] > [class~=col],
[class*=_sm-6] > [class*=col-],
[class*=_sm-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_sm-7] > [class~=col],
[class*=_sm-7] > [class*=col-],
[class*=_sm-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_sm-8] > [class~=col],
[class*=_sm-8] > [class*=col-],
[class*=_sm-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_sm-9] > [class~=col],
[class*=_sm-9] > [class*=col-],
[class*=_sm-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_sm-10] > [class~=col],
[class*=_sm-10] > [class*=col-],
[class*=_sm-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_sm-11] > [class~=col],
[class*=_sm-11] > [class*=col-],
[class*=_sm-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_sm-12] > [class~=col],
[class*=_sm-12] > [class*=col-],
[class*=_sm-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 36em) {
  [class*=_xs-1] > [class~=col],
[class*=_xs-1] > [class*=col-],
[class*=_xs-1] > [class*=col_] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*=_xs-2] > [class~=col],
[class*=_xs-2] > [class*=col-],
[class*=_xs-2] > [class*=col_] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*=_xs-3] > [class~=col],
[class*=_xs-3] > [class*=col-],
[class*=_xs-3] > [class*=col_] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  [class*=_xs-4] > [class~=col],
[class*=_xs-4] > [class*=col-],
[class*=_xs-4] > [class*=col_] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*=_xs-5] > [class~=col],
[class*=_xs-5] > [class*=col-],
[class*=_xs-5] > [class*=col_] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*=_xs-6] > [class~=col],
[class*=_xs-6] > [class*=col-],
[class*=_xs-6] > [class*=col_] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  [class*=_xs-7] > [class~=col],
[class*=_xs-7] > [class*=col-],
[class*=_xs-7] > [class*=col_] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }

  [class*=_xs-8] > [class~=col],
[class*=_xs-8] > [class*=col-],
[class*=_xs-8] > [class*=col_] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*=_xs-9] > [class~=col],
[class*=_xs-9] > [class*=col-],
[class*=_xs-9] > [class*=col_] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }

  [class*=_xs-10] > [class~=col],
[class*=_xs-10] > [class*=col-],
[class*=_xs-10] > [class*=col_] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*=_xs-11] > [class~=col],
[class*=_xs-11] > [class*=col-],
[class*=_xs-11] > [class*=col_] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }

  [class*=_xs-12] > [class~=col],
[class*=_xs-12] > [class*=col-],
[class*=_xs-12] > [class*=col_] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
/************************
    COLS SIZES
*************************/
[class~=grid] > [class*=col-1],
[class*=grid-] > [class*=col-1],
[class*=grid_] > [class*=col-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class~=grid] > [class*=col-2],
[class*=grid-] > [class*=col-2],
[class*=grid_] > [class*=col-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class~=grid] > [class*=col-3],
[class*=grid-] > [class*=col-3],
[class*=grid_] > [class*=col-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~=grid] > [class*=col-4],
[class*=grid-] > [class*=col-4],
[class*=grid_] > [class*=col-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class~=grid] > [class*=col-5],
[class*=grid-] > [class*=col-5],
[class*=grid_] > [class*=col-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class~=grid] > [class*=col-6],
[class*=grid-] > [class*=col-6],
[class*=grid_] > [class*=col-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~=grid] > [class*=col-7],
[class*=grid-] > [class*=col-7],
[class*=grid_] > [class*=col-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class~=grid] > [class*=col-8],
[class*=grid-] > [class*=col-8],
[class*=grid_] > [class*=col-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class~=grid] > [class*=col-9],
[class*=grid-] > [class*=col-9],
[class*=grid_] > [class*=col-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~=grid] > [class*=col-10],
[class*=grid-] > [class*=col-10],
[class*=grid_] > [class*=col-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class~=grid] > [class*=col-11],
[class*=grid-] > [class*=col-11],
[class*=grid_] > [class*=col-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class~=grid] > [class*=col-12],
[class*=grid-] > [class*=col-12],
[class*=grid_] > [class*=col-12] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~=grid] > [data-push-left*=off-0],
[class*=grid-] > [data-push-left*=off-0],
[class*=grid_] > [data-push-left*=off-0] {
  margin-left: 0;
}
[class~=grid] > [data-push-left*=off-1],
[class*=grid-] > [data-push-left*=off-1],
[class*=grid_] > [data-push-left*=off-1] {
  margin-left: 8.3333333333%;
}
[class~=grid] > [data-push-left*=off-2],
[class*=grid-] > [data-push-left*=off-2],
[class*=grid_] > [data-push-left*=off-2] {
  margin-left: 16.6666666667%;
}
[class~=grid] > [data-push-left*=off-3],
[class*=grid-] > [data-push-left*=off-3],
[class*=grid_] > [data-push-left*=off-3] {
  margin-left: 25%;
}
[class~=grid] > [data-push-left*=off-4],
[class*=grid-] > [data-push-left*=off-4],
[class*=grid_] > [data-push-left*=off-4] {
  margin-left: 33.3333333333%;
}
[class~=grid] > [data-push-left*=off-5],
[class*=grid-] > [data-push-left*=off-5],
[class*=grid_] > [data-push-left*=off-5] {
  margin-left: 41.6666666667%;
}
[class~=grid] > [data-push-left*=off-6],
[class*=grid-] > [data-push-left*=off-6],
[class*=grid_] > [data-push-left*=off-6] {
  margin-left: 50%;
}
[class~=grid] > [data-push-left*=off-7],
[class*=grid-] > [data-push-left*=off-7],
[class*=grid_] > [data-push-left*=off-7] {
  margin-left: 58.3333333333%;
}
[class~=grid] > [data-push-left*=off-8],
[class*=grid-] > [data-push-left*=off-8],
[class*=grid_] > [data-push-left*=off-8] {
  margin-left: 66.6666666667%;
}
[class~=grid] > [data-push-left*=off-9],
[class*=grid-] > [data-push-left*=off-9],
[class*=grid_] > [data-push-left*=off-9] {
  margin-left: 75%;
}
[class~=grid] > [data-push-left*=off-10],
[class*=grid-] > [data-push-left*=off-10],
[class*=grid_] > [data-push-left*=off-10] {
  margin-left: 83.3333333333%;
}
[class~=grid] > [data-push-left*=off-11],
[class*=grid-] > [data-push-left*=off-11],
[class*=grid_] > [data-push-left*=off-11] {
  margin-left: 91.6666666667%;
}

[class~=grid] > [data-push-right*=off-0],
[class*=grid-] > [data-push-right*=off-0],
[class*=grid_] > [data-push-right*=off-0] {
  margin-right: 0;
}
[class~=grid] > [data-push-right*=off-1],
[class*=grid-] > [data-push-right*=off-1],
[class*=grid_] > [data-push-right*=off-1] {
  margin-right: 8.3333333333%;
}
[class~=grid] > [data-push-right*=off-2],
[class*=grid-] > [data-push-right*=off-2],
[class*=grid_] > [data-push-right*=off-2] {
  margin-right: 16.6666666667%;
}
[class~=grid] > [data-push-right*=off-3],
[class*=grid-] > [data-push-right*=off-3],
[class*=grid_] > [data-push-right*=off-3] {
  margin-right: 25%;
}
[class~=grid] > [data-push-right*=off-4],
[class*=grid-] > [data-push-right*=off-4],
[class*=grid_] > [data-push-right*=off-4] {
  margin-right: 33.3333333333%;
}
[class~=grid] > [data-push-right*=off-5],
[class*=grid-] > [data-push-right*=off-5],
[class*=grid_] > [data-push-right*=off-5] {
  margin-right: 41.6666666667%;
}
[class~=grid] > [data-push-right*=off-6],
[class*=grid-] > [data-push-right*=off-6],
[class*=grid_] > [data-push-right*=off-6] {
  margin-right: 50%;
}
[class~=grid] > [data-push-right*=off-7],
[class*=grid-] > [data-push-right*=off-7],
[class*=grid_] > [data-push-right*=off-7] {
  margin-right: 58.3333333333%;
}
[class~=grid] > [data-push-right*=off-8],
[class*=grid-] > [data-push-right*=off-8],
[class*=grid_] > [data-push-right*=off-8] {
  margin-right: 66.6666666667%;
}
[class~=grid] > [data-push-right*=off-9],
[class*=grid-] > [data-push-right*=off-9],
[class*=grid_] > [data-push-right*=off-9] {
  margin-right: 75%;
}
[class~=grid] > [data-push-right*=off-10],
[class*=grid-] > [data-push-right*=off-10],
[class*=grid_] > [data-push-right*=off-10] {
  margin-right: 83.3333333333%;
}
[class~=grid] > [data-push-right*=off-11],
[class*=grid-] > [data-push-right*=off-11],
[class*=grid_] > [data-push-right*=off-11] {
  margin-right: 91.6666666667%;
}

@media (max-width: 80em) {
  [class~=grid] > [class*=_lg-1],
[class*=grid-] > [class*=_lg-1],
[class*=grid_] > [class*=_lg-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_lg-2],
[class*=grid-] > [class*=_lg-2],
[class*=grid_] > [class*=_lg-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_lg-3],
[class*=grid-] > [class*=_lg-3],
[class*=grid_] > [class*=_lg-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_lg-4],
[class*=grid-] > [class*=_lg-4],
[class*=grid_] > [class*=_lg-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_lg-5],
[class*=grid-] > [class*=_lg-5],
[class*=grid_] > [class*=_lg-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_lg-6],
[class*=grid-] > [class*=_lg-6],
[class*=grid_] > [class*=_lg-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_lg-7],
[class*=grid-] > [class*=_lg-7],
[class*=grid_] > [class*=_lg-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_lg-8],
[class*=grid-] > [class*=_lg-8],
[class*=grid_] > [class*=_lg-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_lg-9],
[class*=grid-] > [class*=_lg-9],
[class*=grid_] > [class*=_lg-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_lg-10],
[class*=grid-] > [class*=_lg-10],
[class*=grid_] > [class*=_lg-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_lg-11],
[class*=grid-] > [class*=_lg-11],
[class*=grid_] > [class*=_lg-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_lg-12],
[class*=grid-] > [class*=_lg-12],
[class*=grid_] > [class*=_lg-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_lg-0],
[class*=grid-] > [data-push-left*=_lg-0],
[class*=grid_] > [data-push-left*=_lg-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_lg-1],
[class*=grid-] > [data-push-left*=_lg-1],
[class*=grid_] > [data-push-left*=_lg-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-2],
[class*=grid-] > [data-push-left*=_lg-2],
[class*=grid_] > [data-push-left*=_lg-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-3],
[class*=grid-] > [data-push-left*=_lg-3],
[class*=grid_] > [data-push-left*=_lg-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_lg-4],
[class*=grid-] > [data-push-left*=_lg-4],
[class*=grid_] > [data-push-left*=_lg-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-5],
[class*=grid-] > [data-push-left*=_lg-5],
[class*=grid_] > [data-push-left*=_lg-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-6],
[class*=grid-] > [data-push-left*=_lg-6],
[class*=grid_] > [data-push-left*=_lg-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_lg-7],
[class*=grid-] > [data-push-left*=_lg-7],
[class*=grid_] > [data-push-left*=_lg-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-8],
[class*=grid-] > [data-push-left*=_lg-8],
[class*=grid_] > [data-push-left*=_lg-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_lg-9],
[class*=grid-] > [data-push-left*=_lg-9],
[class*=grid_] > [data-push-left*=_lg-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_lg-10],
[class*=grid-] > [data-push-left*=_lg-10],
[class*=grid_] > [data-push-left*=_lg-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_lg-11],
[class*=grid-] > [data-push-left*=_lg-11],
[class*=grid_] > [data-push-left*=_lg-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_lg-0],
[class*=grid-] > [data-push-right*=_lg-0],
[class*=grid_] > [data-push-right*=_lg-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_lg-1],
[class*=grid-] > [data-push-right*=_lg-1],
[class*=grid_] > [data-push-right*=_lg-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-2],
[class*=grid-] > [data-push-right*=_lg-2],
[class*=grid_] > [data-push-right*=_lg-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-3],
[class*=grid-] > [data-push-right*=_lg-3],
[class*=grid_] > [data-push-right*=_lg-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_lg-4],
[class*=grid-] > [data-push-right*=_lg-4],
[class*=grid_] > [data-push-right*=_lg-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-5],
[class*=grid-] > [data-push-right*=_lg-5],
[class*=grid_] > [data-push-right*=_lg-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-6],
[class*=grid-] > [data-push-right*=_lg-6],
[class*=grid_] > [data-push-right*=_lg-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_lg-7],
[class*=grid-] > [data-push-right*=_lg-7],
[class*=grid_] > [data-push-right*=_lg-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-8],
[class*=grid-] > [data-push-right*=_lg-8],
[class*=grid_] > [data-push-right*=_lg-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_lg-9],
[class*=grid-] > [data-push-right*=_lg-9],
[class*=grid_] > [data-push-right*=_lg-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_lg-10],
[class*=grid-] > [data-push-right*=_lg-10],
[class*=grid_] > [data-push-right*=_lg-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_lg-11],
[class*=grid-] > [data-push-right*=_lg-11],
[class*=grid_] > [data-push-right*=_lg-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_lg-first],
[class*=grid-] [class*=_lg-first],
[class*=grid_] [class*=_lg-first] {
    order: -1;
  }
  [class~=grid] [class*=_lg-last],
[class*=grid-] [class*=_lg-last],
[class*=grid_] [class*=_lg-last] {
    order: 1;
  }
}
@media (max-width: 64em) {
  [class~=grid] > [class*=_md-1],
[class*=grid-] > [class*=_md-1],
[class*=grid_] > [class*=_md-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_md-2],
[class*=grid-] > [class*=_md-2],
[class*=grid_] > [class*=_md-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_md-3],
[class*=grid-] > [class*=_md-3],
[class*=grid_] > [class*=_md-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_md-4],
[class*=grid-] > [class*=_md-4],
[class*=grid_] > [class*=_md-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_md-5],
[class*=grid-] > [class*=_md-5],
[class*=grid_] > [class*=_md-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_md-6],
[class*=grid-] > [class*=_md-6],
[class*=grid_] > [class*=_md-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_md-7],
[class*=grid-] > [class*=_md-7],
[class*=grid_] > [class*=_md-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_md-8],
[class*=grid-] > [class*=_md-8],
[class*=grid_] > [class*=_md-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_md-9],
[class*=grid-] > [class*=_md-9],
[class*=grid_] > [class*=_md-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_md-10],
[class*=grid-] > [class*=_md-10],
[class*=grid_] > [class*=_md-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_md-11],
[class*=grid-] > [class*=_md-11],
[class*=grid_] > [class*=_md-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_md-12],
[class*=grid-] > [class*=_md-12],
[class*=grid_] > [class*=_md-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_md-0],
[class*=grid-] > [data-push-left*=_md-0],
[class*=grid_] > [data-push-left*=_md-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_md-1],
[class*=grid-] > [data-push-left*=_md-1],
[class*=grid_] > [data-push-left*=_md-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-2],
[class*=grid-] > [data-push-left*=_md-2],
[class*=grid_] > [data-push-left*=_md-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-3],
[class*=grid-] > [data-push-left*=_md-3],
[class*=grid_] > [data-push-left*=_md-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_md-4],
[class*=grid-] > [data-push-left*=_md-4],
[class*=grid_] > [data-push-left*=_md-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-5],
[class*=grid-] > [data-push-left*=_md-5],
[class*=grid_] > [data-push-left*=_md-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-6],
[class*=grid-] > [data-push-left*=_md-6],
[class*=grid_] > [data-push-left*=_md-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_md-7],
[class*=grid-] > [data-push-left*=_md-7],
[class*=grid_] > [data-push-left*=_md-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-8],
[class*=grid-] > [data-push-left*=_md-8],
[class*=grid_] > [data-push-left*=_md-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_md-9],
[class*=grid-] > [data-push-left*=_md-9],
[class*=grid_] > [data-push-left*=_md-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_md-10],
[class*=grid-] > [data-push-left*=_md-10],
[class*=grid_] > [data-push-left*=_md-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_md-11],
[class*=grid-] > [data-push-left*=_md-11],
[class*=grid_] > [data-push-left*=_md-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_md-0],
[class*=grid-] > [data-push-right*=_md-0],
[class*=grid_] > [data-push-right*=_md-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_md-1],
[class*=grid-] > [data-push-right*=_md-1],
[class*=grid_] > [data-push-right*=_md-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-2],
[class*=grid-] > [data-push-right*=_md-2],
[class*=grid_] > [data-push-right*=_md-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-3],
[class*=grid-] > [data-push-right*=_md-3],
[class*=grid_] > [data-push-right*=_md-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_md-4],
[class*=grid-] > [data-push-right*=_md-4],
[class*=grid_] > [data-push-right*=_md-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-5],
[class*=grid-] > [data-push-right*=_md-5],
[class*=grid_] > [data-push-right*=_md-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-6],
[class*=grid-] > [data-push-right*=_md-6],
[class*=grid_] > [data-push-right*=_md-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_md-7],
[class*=grid-] > [data-push-right*=_md-7],
[class*=grid_] > [data-push-right*=_md-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-8],
[class*=grid-] > [data-push-right*=_md-8],
[class*=grid_] > [data-push-right*=_md-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_md-9],
[class*=grid-] > [data-push-right*=_md-9],
[class*=grid_] > [data-push-right*=_md-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_md-10],
[class*=grid-] > [data-push-right*=_md-10],
[class*=grid_] > [data-push-right*=_md-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_md-11],
[class*=grid-] > [data-push-right*=_md-11],
[class*=grid_] > [data-push-right*=_md-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_md-first],
[class*=grid-] [class*=_md-first],
[class*=grid_] [class*=_md-first] {
    order: -1;
  }
  [class~=grid] [class*=_md-last],
[class*=grid-] [class*=_md-last],
[class*=grid_] [class*=_md-last] {
    order: 1;
  }
}
@media (max-width: 48em) {
  [class~=grid] > [class*=_sm-1],
[class*=grid-] > [class*=_sm-1],
[class*=grid_] > [class*=_sm-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_sm-2],
[class*=grid-] > [class*=_sm-2],
[class*=grid_] > [class*=_sm-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_sm-3],
[class*=grid-] > [class*=_sm-3],
[class*=grid_] > [class*=_sm-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_sm-4],
[class*=grid-] > [class*=_sm-4],
[class*=grid_] > [class*=_sm-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_sm-5],
[class*=grid-] > [class*=_sm-5],
[class*=grid_] > [class*=_sm-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_sm-6],
[class*=grid-] > [class*=_sm-6],
[class*=grid_] > [class*=_sm-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_sm-7],
[class*=grid-] > [class*=_sm-7],
[class*=grid_] > [class*=_sm-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_sm-8],
[class*=grid-] > [class*=_sm-8],
[class*=grid_] > [class*=_sm-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_sm-9],
[class*=grid-] > [class*=_sm-9],
[class*=grid_] > [class*=_sm-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_sm-10],
[class*=grid-] > [class*=_sm-10],
[class*=grid_] > [class*=_sm-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_sm-11],
[class*=grid-] > [class*=_sm-11],
[class*=grid_] > [class*=_sm-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_sm-12],
[class*=grid-] > [class*=_sm-12],
[class*=grid_] > [class*=_sm-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_sm-0],
[class*=grid-] > [data-push-left*=_sm-0],
[class*=grid_] > [data-push-left*=_sm-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_sm-1],
[class*=grid-] > [data-push-left*=_sm-1],
[class*=grid_] > [data-push-left*=_sm-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-2],
[class*=grid-] > [data-push-left*=_sm-2],
[class*=grid_] > [data-push-left*=_sm-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-3],
[class*=grid-] > [data-push-left*=_sm-3],
[class*=grid_] > [data-push-left*=_sm-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_sm-4],
[class*=grid-] > [data-push-left*=_sm-4],
[class*=grid_] > [data-push-left*=_sm-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-5],
[class*=grid-] > [data-push-left*=_sm-5],
[class*=grid_] > [data-push-left*=_sm-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-6],
[class*=grid-] > [data-push-left*=_sm-6],
[class*=grid_] > [data-push-left*=_sm-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_sm-7],
[class*=grid-] > [data-push-left*=_sm-7],
[class*=grid_] > [data-push-left*=_sm-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-8],
[class*=grid-] > [data-push-left*=_sm-8],
[class*=grid_] > [data-push-left*=_sm-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_sm-9],
[class*=grid-] > [data-push-left*=_sm-9],
[class*=grid_] > [data-push-left*=_sm-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_sm-10],
[class*=grid-] > [data-push-left*=_sm-10],
[class*=grid_] > [data-push-left*=_sm-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_sm-11],
[class*=grid-] > [data-push-left*=_sm-11],
[class*=grid_] > [data-push-left*=_sm-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_sm-0],
[class*=grid-] > [data-push-right*=_sm-0],
[class*=grid_] > [data-push-right*=_sm-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_sm-1],
[class*=grid-] > [data-push-right*=_sm-1],
[class*=grid_] > [data-push-right*=_sm-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-2],
[class*=grid-] > [data-push-right*=_sm-2],
[class*=grid_] > [data-push-right*=_sm-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-3],
[class*=grid-] > [data-push-right*=_sm-3],
[class*=grid_] > [data-push-right*=_sm-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_sm-4],
[class*=grid-] > [data-push-right*=_sm-4],
[class*=grid_] > [data-push-right*=_sm-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-5],
[class*=grid-] > [data-push-right*=_sm-5],
[class*=grid_] > [data-push-right*=_sm-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-6],
[class*=grid-] > [data-push-right*=_sm-6],
[class*=grid_] > [data-push-right*=_sm-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_sm-7],
[class*=grid-] > [data-push-right*=_sm-7],
[class*=grid_] > [data-push-right*=_sm-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-8],
[class*=grid-] > [data-push-right*=_sm-8],
[class*=grid_] > [data-push-right*=_sm-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_sm-9],
[class*=grid-] > [data-push-right*=_sm-9],
[class*=grid_] > [data-push-right*=_sm-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_sm-10],
[class*=grid-] > [data-push-right*=_sm-10],
[class*=grid_] > [data-push-right*=_sm-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_sm-11],
[class*=grid-] > [data-push-right*=_sm-11],
[class*=grid_] > [data-push-right*=_sm-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_sm-first],
[class*=grid-] [class*=_sm-first],
[class*=grid_] [class*=_sm-first] {
    order: -1;
  }
  [class~=grid] [class*=_sm-last],
[class*=grid-] [class*=_sm-last],
[class*=grid_] [class*=_sm-last] {
    order: 1;
  }
}
@media (max-width: 36em) {
  [class~=grid] > [class*=_xs-1],
[class*=grid-] > [class*=_xs-1],
[class*=grid_] > [class*=_xs-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class~=grid] > [class*=_xs-2],
[class*=grid-] > [class*=_xs-2],
[class*=grid_] > [class*=_xs-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=grid] > [class*=_xs-3],
[class*=grid-] > [class*=_xs-3],
[class*=grid_] > [class*=_xs-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=grid] > [class*=_xs-4],
[class*=grid-] > [class*=_xs-4],
[class*=grid_] > [class*=_xs-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=grid] > [class*=_xs-5],
[class*=grid-] > [class*=_xs-5],
[class*=grid_] > [class*=_xs-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class~=grid] > [class*=_xs-6],
[class*=grid-] > [class*=_xs-6],
[class*=grid_] > [class*=_xs-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=grid] > [class*=_xs-7],
[class*=grid-] > [class*=_xs-7],
[class*=grid_] > [class*=_xs-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class~=grid] > [class*=_xs-8],
[class*=grid-] > [class*=_xs-8],
[class*=grid_] > [class*=_xs-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class~=grid] > [class*=_xs-9],
[class*=grid-] > [class*=_xs-9],
[class*=grid_] > [class*=_xs-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~=grid] > [class*=_xs-10],
[class*=grid-] > [class*=_xs-10],
[class*=grid_] > [class*=_xs-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class~=grid] > [class*=_xs-11],
[class*=grid-] > [class*=_xs-11],
[class*=grid_] > [class*=_xs-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class~=grid] > [class*=_xs-12],
[class*=grid-] > [class*=_xs-12],
[class*=grid_] > [class*=_xs-12] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~=grid] > [data-push-left*=_xs-0],
[class*=grid-] > [data-push-left*=_xs-0],
[class*=grid_] > [data-push-left*=_xs-0] {
    margin-left: 0;
  }
  [class~=grid] > [data-push-left*=_xs-1],
[class*=grid-] > [data-push-left*=_xs-1],
[class*=grid_] > [data-push-left*=_xs-1] {
    margin-left: 8.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-2],
[class*=grid-] > [data-push-left*=_xs-2],
[class*=grid_] > [data-push-left*=_xs-2] {
    margin-left: 16.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-3],
[class*=grid-] > [data-push-left*=_xs-3],
[class*=grid_] > [data-push-left*=_xs-3] {
    margin-left: 25%;
  }
  [class~=grid] > [data-push-left*=_xs-4],
[class*=grid-] > [data-push-left*=_xs-4],
[class*=grid_] > [data-push-left*=_xs-4] {
    margin-left: 33.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-5],
[class*=grid-] > [data-push-left*=_xs-5],
[class*=grid_] > [data-push-left*=_xs-5] {
    margin-left: 41.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-6],
[class*=grid-] > [data-push-left*=_xs-6],
[class*=grid_] > [data-push-left*=_xs-6] {
    margin-left: 50%;
  }
  [class~=grid] > [data-push-left*=_xs-7],
[class*=grid-] > [data-push-left*=_xs-7],
[class*=grid_] > [data-push-left*=_xs-7] {
    margin-left: 58.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-8],
[class*=grid-] > [data-push-left*=_xs-8],
[class*=grid_] > [data-push-left*=_xs-8] {
    margin-left: 66.6666666667%;
  }
  [class~=grid] > [data-push-left*=_xs-9],
[class*=grid-] > [data-push-left*=_xs-9],
[class*=grid_] > [data-push-left*=_xs-9] {
    margin-left: 75%;
  }
  [class~=grid] > [data-push-left*=_xs-10],
[class*=grid-] > [data-push-left*=_xs-10],
[class*=grid_] > [data-push-left*=_xs-10] {
    margin-left: 83.3333333333%;
  }
  [class~=grid] > [data-push-left*=_xs-11],
[class*=grid-] > [data-push-left*=_xs-11],
[class*=grid_] > [data-push-left*=_xs-11] {
    margin-left: 91.6666666667%;
  }

  [class~=grid] > [data-push-right*=_xs-0],
[class*=grid-] > [data-push-right*=_xs-0],
[class*=grid_] > [data-push-right*=_xs-0] {
    margin-right: 0;
  }
  [class~=grid] > [data-push-right*=_xs-1],
[class*=grid-] > [data-push-right*=_xs-1],
[class*=grid_] > [data-push-right*=_xs-1] {
    margin-right: 8.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-2],
[class*=grid-] > [data-push-right*=_xs-2],
[class*=grid_] > [data-push-right*=_xs-2] {
    margin-right: 16.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-3],
[class*=grid-] > [data-push-right*=_xs-3],
[class*=grid_] > [data-push-right*=_xs-3] {
    margin-right: 25%;
  }
  [class~=grid] > [data-push-right*=_xs-4],
[class*=grid-] > [data-push-right*=_xs-4],
[class*=grid_] > [data-push-right*=_xs-4] {
    margin-right: 33.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-5],
[class*=grid-] > [data-push-right*=_xs-5],
[class*=grid_] > [data-push-right*=_xs-5] {
    margin-right: 41.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-6],
[class*=grid-] > [data-push-right*=_xs-6],
[class*=grid_] > [data-push-right*=_xs-6] {
    margin-right: 50%;
  }
  [class~=grid] > [data-push-right*=_xs-7],
[class*=grid-] > [data-push-right*=_xs-7],
[class*=grid_] > [data-push-right*=_xs-7] {
    margin-right: 58.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-8],
[class*=grid-] > [data-push-right*=_xs-8],
[class*=grid_] > [data-push-right*=_xs-8] {
    margin-right: 66.6666666667%;
  }
  [class~=grid] > [data-push-right*=_xs-9],
[class*=grid-] > [data-push-right*=_xs-9],
[class*=grid_] > [data-push-right*=_xs-9] {
    margin-right: 75%;
  }
  [class~=grid] > [data-push-right*=_xs-10],
[class*=grid-] > [data-push-right*=_xs-10],
[class*=grid_] > [data-push-right*=_xs-10] {
    margin-right: 83.3333333333%;
  }
  [class~=grid] > [data-push-right*=_xs-11],
[class*=grid-] > [data-push-right*=_xs-11],
[class*=grid_] > [data-push-right*=_xs-11] {
    margin-right: 91.6666666667%;
  }

  [class~=grid] [class*=_xs-first],
[class*=grid-] [class*=_xs-first],
[class*=grid_] [class*=_xs-first] {
    order: -1;
  }
  [class~=grid] [class*=_xs-last],
[class*=grid-] [class*=_xs-last],
[class*=grid_] [class*=_xs-last] {
    order: 1;
  }
}
/************************
    HIDING COLS
*************************/
@media (max-width: 80em) {
  [class*=lg-hidden] {
    display: none;
  }
}
@media (max-width: 64em) {
  [class*=md-hidden] {
    display: none;
  }
}
@media (max-width: 48em) {
  [class*=sm-hidden] {
    display: none;
  }
}
@media (max-width: 36em) {
  [class*=xs-hidden] {
    display: none;
  }
}
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.hide {
  display: none;
  position: absolute;
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  clip: rect(0 0 0 0);
}

.max-width-sm {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.max-width-md {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
}

.max-width-lg {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }

  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.scroll {
  overflow-y: hidden;
}

.scroll:hover {
  overflow-y: auto;
}
.scroll:hover::-webkit-scrollbar {
  width: 5px;
}
.scroll:hover::-webkit-scrollbar-track {
  background: transparent;
}
.scroll:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 2px;
  background-clip: content-box;
}

.scalable-container {
  display: flex;
  justify-content: center;
}
.scalable-container .scalable-wrapper {
  resize: both;
  position: relative;
  background: #eeeeee;
  border: 3px solid #e0e0e0;
  height: 400px;
  cursor: default;
}
.scalable-container .scalable-wrapper .scalable-preview {
  width: 1200px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  transform-origin: center center;
}
.scalable-container .scalable-wrapper.active {
  border: 3px solid #3670d0;
}
.scalable-container .scalable-wrapper.active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: #3670d0;
  opacity: 0.4;
}
.scalable-container .scalable-wrapper.hovered {
  border: 3px dotted #3670d0;
}
.scalable-container .scalable-wrapper.hovered:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: #3670d0;
  opacity: 0.2;
}

.cards-view .post-list {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
.cards-view .post-list .col {
  padding: 15px 15px;
}
.cards-view .post-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease;
}
.cards-view .post-card:hover {
  box-shadow: rgba(39, 44, 49, 0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
  transition: all 0.4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
.cards-view .post-card .thumbnail img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cards-view .post-card .icon-draft {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.cards-view .post-card a {
  text-decoration: none;
  color: #313131;
  cursor: pointer;
}
.cards-view .post-card .title {
  margin: 20px;
  line-height: 1.5;
}
.cards-view .post-card .brief {
  margin: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.list-view .post-list {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
.list-view .post-list .col {
  padding: 15px 15px;
}
.list-view .post-card {
  display: flex;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease;
}
.list-view .post-card:hover {
  box-shadow: rgba(39, 44, 49, 0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
  transition: all 0.4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
.list-view .post-card .thumbnail a {
  display: block;
  padding: 20px 0 20px 20px;
}
.list-view .post-card .thumbnail a img {
  width: 240px;
}
.list-view .post-card .post-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-view .post-card .post-body .icon-draft {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.list-view .post-card a {
  text-decoration: none;
  color: #313131;
  cursor: pointer;
}
.list-view .post-card .title {
  margin: 20px;
  line-height: 1.5;
}
.list-view .post-card .brief {
  margin: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.cards-view .post-card .post-footer,
.list-view .post-card .post-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 20px;
}
.cards-view .post-card .post-footer .meta,
.list-view .post-card .post-footer .meta {
  display: flex;
  align-items: center;
}
.cards-view .post-card .post-footer img,
.list-view .post-card .post-footer img {
  width: 32px;
  height: 32px;
  border-radius: 18px;
  border: 1px solid #c3c3c3;
}
.cards-view .post-card .post-footer .created,
.list-view .post-card .post-footer .created {
  margin-left: 8px;
  font-size: 12px;
  color: #aaaaaa;
}
.cards-view .post-card .post-footer .reading-time,
.list-view .post-card .post-footer .reading-time {
  font-size: 12px;
  color: #5ba13f;
}

.empty-msg {
  color: #a9a9a9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.empty-msg img {
  width: 48px;
}
.empty-msg span {
  font-size: 18px;
  margin-top: 10px;
}

.loading {
  text-align: center;
}
.loading svg path,
.loading svg rect {
  fill: #FF6700;
}

.search-box {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  background: #3c3f41;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.2s;
  transition: background 0.4s, -webkit-box-shadow 0.2s;
  -o-transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s;
  transition: background 0.4s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.search-box .search-icon {
  width: 14px;
  height: 14px;
  z-index: 1;
  fill: #c3c3c3;
}
.search-box input[type=search] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 8px;
  background: transparent;
  border: none;
  outline: none;
  color: #c3c3c3;
}

.article-body {
  line-height: 2;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 60px;
}
.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body h6 {
  font-weight: 500;
}
.article-body h1 {
  color: #444;
  margin-top: 40px;
  font-size: 26px;
}
.article-body h1:first-child {
  margin-top: 0;
}
.article-body h2 {
  margin-top: 34px;
  font-size: 22px;
  color: #555;
}
.article-body h3 {
  color: #666;
  font-size: 18px;
}
.article-body h4 {
  color: #777;
  font-size: 16px;
}
.article-body hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.article-body figure {
  margin: 0;
}
.article-body img {
  max-width: 100%;
}
.article-body a {
  color: #5ba13f;
  text-decoration: none;
  font-size: 14px;
}
.article-body p {
  margin: 0 0 30px;
}
.article-body blockquote {
  background-color: #F1F8E9;
  border-left: 4px solid #9CCC65;
  padding: 15px;
  margin: 30px 0;
}
.article-body code, .article-body pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
}
.article-body pre {
  display: block;
  margin: 0 0 10px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.45;
  overflow: auto !important;
  padding: 16px;
  background: #F1F8E9;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px #F1F8E9;
  box-shadow: 0 0 10px #F1F8E9;
}
.article-body p > code,
.article-body li > code {
  padding: 0.2em 0.5em;
  margin: 0;
  font-size: 85%;
  background-color: #F1F8E9;
  color: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: normal;
}
.article-body li.task-item {
  list-style: none;
  margin-left: -20px;
}
.article-body li.task-item input[type=checkbox] {
  margin-right: 5px;
}
.article-body table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.article-body table th, .article-body table td {
  border: 1px solid #dfe2e5;
  padding: 10px 20px;
}
.article-body table.two-col-text {
  border: none;
}
.article-body table.two-col-text th, .article-body table.two-col-text td {
  border: none;
  vertical-align: top;
  padding: 0;
}

.nav {
  display: flex;
  align-content: center;
  align-items: center;
  background: #313131;
}
.nav a {
  color: #c6c6c6;
  text-decoration: none;
}
.nav .nav__content {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav .nav__content .nav__btn {
  border-radius: 3px;
  border: 1px solid white;
  padding: 5px 10px 5px;
}
.nav .nav__content .nav__content__left {
  display: flex;
  align-content: center;
  align-items: center;
}
.nav .nav__content .nav__content__left .nav__header {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.nav .nav__content .nav__content__left .nav__header .logo {
  display: flex;
  align-content: center;
  align-items: center;
  margin-right: 40px;
  font-weight: bold;
}
.nav .nav__content .nav__content__left .nav__header .logo .logo__img {
  height: 32px;
  margin-right: 5px;
}
.nav .nav__content .nav__content__left .nav__header .logo .logo__name {
  font-size: 15px;
}
.nav .nav__content .nav__content__left .nav__header .logo .superscript {
  position: relative;
  top: -5px;
  left: 3px;
  color: #cc7832;
  font-size: 13px;
  font-style: italic;
}
.nav .nav__content .nav__content__left .nav__header .nav__menu-toggle {
  display: none;
}
.nav .nav__content .nav__content__left .nav__header .nav__menu-toggle .nav__menu-icon {
  width: 26px;
  fill: #c6c6c6;
}
.nav .nav__content .nav__content__left .nav__menus a {
  margin-right: 35px;
}
.nav .nav__content .nav__content__left .nav__menus .search-box {
  width: 300px;
}
.nav .nav__content .nav__content__right {
  display: flex;
  align-content: center;
  align-items: center;
}
.nav .nav__content .nav__content__right a {
  margin-left: 20px;
}
.nav .nav__content .nav__content__right a.version {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 3px 6px;
  font-weight: normal;
}
.nav .nav__content .nav__content__right a.version svg {
  width: 12px;
  fill: #dddddd;
  margin-bottom: 2px;
}
.nav .nav__content .nav__content__right .nav__user,
.nav .nav__content .nav__content__right .nav__cart {
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.nav .nav__content .nav__content__right .nav__user svg {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  fill: #a08989;
  box-shadow: 0 2px 5px 0 rgba(60, 66, 87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}
.nav .nav__content .nav__content__right .nav__cart {
  margin-left: 5px;
  position: relative;
}
.nav .nav__content .nav__content__right .nav__cart svg {
  width: 36px;
  height: 36px;
  fill: #a08989;
}
.nav .nav__content .nav__content__right .nav__cart .num {
  position: absolute;
  top: -2px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  background: #da291c;
  color: white;
}

@media screen and (max-width: 1024px) {
  .nav:not(.preview) {
    padding: 0px 20px;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__menus a {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav:not(.preview) .nav__content {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: initial;
    padding-bottom: initial;
  }
  .nav:not(.preview) .nav__content .nav__content__left {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__header {
    width: 100%;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__header .logo {
    margin: 15px 0 15px;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__header .nav__menu-toggle {
    display: block;
    margin: 15px 0 15px;
    cursor: pointer;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__menus {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__menus a {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .nav:not(.preview) .nav__content .nav__content__left .nav__menus .search-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .nav:not(.preview) .nav__content .nav__content__left #menu-toggle-1:checked + .nav__menus {
    display: flex;
  }
  .nav:not(.preview) .nav__content .nav__content__right {
    display: none;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .nav:not(.preview) .nav__content .nav__content__right a {
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .nav:not(.preview) .nav__content .nav__content__right .nav__cart {
    margin-left: 23px;
  }
  .nav:not(.preview) .nav__content #menu-toggle-2:checked + .nav__content__right {
    display: flex;
  }
}
.hero {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background: #f8fafc url("../images/top_background.jpg") no-repeat center;
  color: #cccccc;
}
.hero .hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 540px;
  text-align: center;
}
.hero .hero__content .hero__title {
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  line-height: 1.3;
  margin-left: 20px;
  margin-right: 20px;
}
.hero .hero__content .hero__subtitle {
  font-size: 20px;
  line-height: 1.4;
  max-width: 768px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
}
.hero .hero__content .hero__subtitle a {
  color: #95bff4;
  text-decoration: none;
}
.hero .hero__content .search-panel {
  width: 100%;
  padding: 30px 100px;
  box-sizing: border-box;
}
.hero .hero__content .search-panel .search-box {
  padding: 3px 15px;
  background-color: #555555;
  font-size: 14px;
}
.hero .hero__content .search-panel .search-box .search-icon {
  fill: #ffffff;
}
.hero .hero__content .search-panel .search-box input[type=search] {
  color: #ffffff;
}
.hero .hero__content .search-panel .search-box input[type=search]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
.hero .hero__content .search-panel .search-box input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.hero .hero__content .search-panel .search-box input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
.hero .hero__content .btn-panel {
  display: flex;
  margin-top: 40px;
}
.hero .hero__content .btn-panel .btn {
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.hero .hero__content .btn-panel .btn-action {
  color: #fff;
  fill: #fff;
  padding: 15px 30px 15px;
  background: linear-gradient(#99bf38, #83a333);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.hero .hero__content .btn-panel .btn-video {
  color: #fff;
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .hero__content .btn-panel .btn-video svg {
  fill: #fff;
  width: 16px;
  margin-right: 8px;
}

.hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: radial-gradient(circle farthest-corner at right bottom, #313131 0, #313131 100%);
  opacity: 0.9;
}

@media screen and (max-width: 568px) {
  .hero:not(.preview) .hero__content {
    height: 720px;
  }
  .hero:not(.preview) .hero__content .hero__title {
    font-size: 26px;
  }
  .hero:not(.preview) .hero__content .hero__subtitle {
    font-size: 18px;
  }
  .hero:not(.preview) .hero__content .search-panel {
    padding: 20px;
  }
  .hero:not(.preview) .hero__content .btn-panel {
    flex-direction: column;
    justify-items: center;
  }
  .hero:not(.preview) .hero__content .btn-panel .btn-video {
    margin-left: 0;
    margin-top: 20px;
  }
}
.nav-hero {
  position: relative;
  background-image: url("../images/top_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-hero .nav {
  position: relative;
  background: transparent;
}
.nav-hero .hero {
  position: relative;
  background: transparent;
  color: #c3c3c3;
}
.nav-hero .hero:before {
  opacity: 0;
}

.nav-hero:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: radial-gradient(circle farthest-corner at right bottom, #313131 0, #313131 100%);
  opacity: 0.9;
}

.prod-show {
  background-color: #f0f0f0;
  background-image: url("../images/floating-cogs.svg");
  background-position: center;
  background-size: 200px 200px;
  background-repeat: repeat;
}
.prod-show .prod-show__content .show-area {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  text-align: center;
}
.prod-show .prod-show__content .show-area img {
  position: relative;
  top: -80px;
  border-radius: 5px;
  max-width: 100%;
  box-shadow: 0 32px 64px rgba(16, 22, 65, 0.24);
}

@media screen and (max-width: 768px) {
  .prod-show:not(.preview) .prod-show__content .show-area {
    padding-left: 25px;
    padding-right: 25px;
  }
  .prod-show:not(.preview) .prod-show__content .show-area img {
    top: -60px;
  }
}
@media screen and (max-width: 568px) {
  .prod-show:not(.preview) .prod-show__content .show-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prod-show:not(.preview) .prod-show__content .show-area img {
    top: -40px;
  }
}
.illustration {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  color: #474b7e;
  background-color: #f8fafc;
}
.illustration .illustration__content {
  position: relative;
  display: flex;
  height: 540px;
  background-size: auto 90%;
  background-image: url("../images/illustration-02-idea.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.illustration .illustration__content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.illustration .illustration__content .info .hero__title {
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  line-height: 1.3;
}
.illustration .illustration__content .info .hero__subtitle {
  font-size: 20px;
  line-height: 1.3;
  max-width: 768px;
  margin-top: 0;
  color: #6c6c6c;
}
.illustration .illustration__content .info .hero__subtitle a {
  color: #589df6;
  text-decoration: none;
}
.illustration .illustration__content .info .btn-panel {
  display: flex;
  margin-top: 40px;
}
.illustration .illustration__content .info .btn-panel .btn {
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.illustration .illustration__content .info .btn-panel .btn-action {
  color: #fff;
  fill: #fff;
  padding: 15px 30px 15px;
  background: linear-gradient(#676db6, #5f64a7);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.illustration .illustration__content .info .btn-panel .btn-video {
  color: #6c6c6c;
  padding: 15px;
  border: 1px solid #6c6c6c;
  border-radius: 5px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.illustration .illustration__content .info .btn-panel .btn-video svg {
  fill: #6c6c6c;
  width: 16px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .illustration:not(.preview) {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .illustration:not(.preview) .illustration__content {
    justify-content: left;
  }
  .illustration:not(.preview) .illustration__content .info .btn-panel {
    flex-direction: column;
    justify-items: center;
    width: fit-content;
    text-align: center;
  }
  .illustration:not(.preview) .illustration__content .info .btn-panel .btn-video {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .illustration:not(.preview) .illustration__content {
    height: 940px;
    align-items: flex-start;
    background-size: contain;
    background-position: bottom;
  }
  .illustration:not(.preview) .illustration__content .info {
    width: auto;
    align-items: center;
    text-align: center;
    margin-top: 120px;
  }
}
.nav-illustration {
  position: relative;
  color: #474b7e;
  background-color: #f8fafc;
}
.nav-illustration .nav {
  position: relative;
  background: transparent;
}
.nav-illustration .nav a {
  color: #474b7e;
}
.nav-illustration .nav .nav__content .nav__btn {
  border: 1px solid #474b7e;
}
.nav-illustration .nav .nav__content .nav__content__left .nav__header .nav__menu-toggle .nav__menu-icon {
  fill: #474b7e;
}
.nav-illustration .illustration {
  background-color: transparent;
}

.image .image__content {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.image .image__content img, .image .image__content video {
  max-width: 100%;
  height: auto;
}
.image .image__content video {
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
  transition: filter 1.5s;
}
.image .image__content video:hover {
  filter: none;
}
.image .image__content p {
  line-height: 1.5;
  color: #595959;
}

@media screen and (max-width: 768px) {
  .image:not(.preview) .image__content p {
    padding: 20px;
  }
}
.image-gallery .image-gallery__content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.image-gallery .image-gallery__content .images-list {
  margin: 0;
}
.image-gallery .image-gallery__content .images-list img {
  max-width: 100%;
  height: auto;
  box-shadow: rgba(39, 44, 49, 0.15) 8px 14px 38px, rgba(39, 44, 49, 0.3) 1px 3px 8px;
  border-radius: 5px;
}

.image-text .image-text__content {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}
.image-text .image-text__content .img-part img {
  max-height: 300px;
}
.image-text .image-text__content .text-part {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 300px;
}
.image-text .image-text__content .text-part p {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 568px) {
  .image-text:not(.preview) .image-text__content {
    flex-direction: column;
  }
  .image-text:not(.preview) .image-text__content .img-part {
    text-align: center;
  }
  .image-text:not(.preview) .image-text__content .img-part img {
    max-width: 100%;
    height: auto;
  }
  .image-text:not(.preview) .image-text__content .text-part h2, .image-text:not(.preview) .image-text__content .text-part p {
    text-align: center;
  }
}
.image-text-wd {
  position: relative;
  overflow: hidden;
  background: #3C3F41 url(../images/feature-bg-right.svg) no-repeat calc(50% + 500px) center;
}
.image-text-wd .image-text-wd__content {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
.image-text-wd .image-text-wd__content .img-part img, .image-text-wd .image-text-wd__content .img-part video {
  position: absolute;
  right: 50%;
  max-height: 540px;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}
.image-text-wd .image-text-wd__content .text-part {
  padding: 60px 30px 60px calc(50% + 60px);
}
.image-text-wd .image-text-wd__content .text-part h2 {
  color: #cfcfcf;
}
.image-text-wd .image-text-wd__content .text-part p {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .image-text-wd:not(.preview) .image-text-wd__content .img-part img, .image-text-wd:not(.preview) .image-text-wd__content .img-part video {
    max-height: 300px;
  }
  .image-text-wd:not(.preview) .image-text-wd__content .text-part {
    padding: 0 30px 30px calc(50% + 30px);
  }
}
@media screen and (max-width: 568px) {
  .image-text-wd:not(.preview) {
    position: unset;
  }
  .image-text-wd:not(.preview) .image-text-wd__content {
    flex-direction: column;
  }
  .image-text-wd:not(.preview) .image-text-wd__content .img-part {
    text-align: center;
  }
  .image-text-wd:not(.preview) .image-text-wd__content .img-part img, .image-text-wd:not(.preview) .image-text-wd__content .img-part video {
    position: unset;
    right: unset;
    max-height: 300px;
    max-width: 100%;
    height: auto;
  }
  .image-text-wd:not(.preview) .image-text-wd__content .text-part {
    padding: 20px;
  }
  .image-text-wd:not(.preview) .image-text-wd__content .text-part h2, .image-text-wd:not(.preview) .image-text-wd__content .text-part p {
    text-align: center;
  }
}
.text-image .text-image__content {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-between;
}
.text-image .text-image__content .text-part {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 300px;
}
.text-image .text-image__content .text-part p {
  font-size: 18px;
  line-height: 1.8;
}
.text-image .text-image__content .img-part img {
  max-height: 300px;
}

@media screen and (max-width: 568px) {
  .text-image:not(.preview) .text-image__content {
    flex-direction: column-reverse;
  }
  .text-image:not(.preview) .text-image__content .text-part h2, .text-image:not(.preview) .text-image__content .text-part p {
    text-align: center;
  }
  .text-image:not(.preview) .text-image__content .img-part {
    text-align: center;
  }
  .text-image:not(.preview) .text-image__content .img-part img {
    max-width: 100%;
    height: auto;
  }
}
.text-image-wd {
  position: relative;
  overflow: hidden;
  background: #3C3F41 url(../images/feature-bg-left.svg) no-repeat calc(50% - 600px) center;
}
.text-image-wd .text-image-wd__content {
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
.text-image-wd .text-image-wd__content .text-part {
  padding: 60px calc(50% + 60px) 60px 30px;
}
.text-image-wd .text-image-wd__content .text-part h2 {
  color: #cfcfcf;
}
.text-image-wd .text-image-wd__content .text-part p {
  color: #c3c3c3;
  font-size: 18px;
  line-height: 1.8;
}
.text-image-wd .text-image-wd__content .img-part img, .text-image-wd .text-image-wd__content .img-part video {
  position: absolute;
  left: 50%;
  max-height: 540px;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .text-image-wd:not(.preview) .text-image-wd__content .text-part {
    padding: 0 calc(50% + 30px) 30px 30px;
  }
  .text-image-wd:not(.preview) .text-image-wd__content .img-part img, .text-image-wd:not(.preview) .text-image-wd__content .img-part video {
    max-height: 300px;
  }
}
@media screen and (max-width: 568px) {
  .text-image-wd:not(.preview) {
    position: unset;
  }
  .text-image-wd:not(.preview) .text-image-wd__content {
    flex-direction: column-reverse;
  }
  .text-image-wd:not(.preview) .text-image-wd__content .text-part {
    padding: 20px;
  }
  .text-image-wd:not(.preview) .text-image-wd__content .text-part h2, .text-image-wd:not(.preview) .text-image-wd__content .text-part p {
    text-align: center;
  }
  .text-image-wd:not(.preview) .text-image-wd__content .img-part {
    text-align: center;
  }
  .text-image-wd:not(.preview) .text-image-wd__content .img-part img, .text-image-wd:not(.preview) .text-image-wd__content .img-part video {
    position: unset;
    right: unset;
    max-height: 300px;
    max-width: 100%;
    height: auto;
  }
}
.paragraph .paragraph__content p {
  display: inline-block;
  padding: 60px 30px;
  line-height: 1.8;
  font-size: 18px;
}
.paragraph .paragraph__content p a {
  color: #556cd6;
  text-decoration: none;
}

.quote-cols {
  background: #fafafa;
}
.quote-cols .quote-cols__content .quotes {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-evenly;
}
.quote-cols .quote-cols__content .quotes .quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}
.quote-cols .quote-cols__content .quotes .quote .content {
  position: relative;
  padding: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.03);
  min-width: 150px;
}
.quote-cols .quote-cols__content .quotes .quote .content .q-icon-start {
  width: 32px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.quote-cols .quote-cols__content .quotes .quote .content span {
  line-height: 1.5;
  color: #484848;
}
.quote-cols .quote-cols__content .quotes .quote .content .q-icon-end {
  width: 32px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.quote-cols .quote-cols__content .quotes .quote .author {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 100%;
}
.quote-cols .quote-cols__content .quotes .quote .author img {
  width: 48px;
  border-radius: 24px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.03);
  margin-left: 50px;
  margin-right: 10px;
}
.quote-cols .quote-cols__content .quotes .quote .author .name {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .quote-cols:not(.preview) .quote-cols__content .quotes .quote {
    margin: 15px;
  }
}
@media screen and (max-width: 568px) {
  .quote-cols:not(.preview) .quote-cols__content .quotes .quote .content {
    padding: 60px 20px;
  }
  .quote-cols:not(.preview) .quote-cols__content .quotes .quote .author img {
    margin-left: 20px;
  }
}
.download-cols {
  background: #fafafa;
}
.download-cols .download-cols__content .download-options {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-evenly;
}
.download-cols .download-cols__content .download-options .device {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.03);
  margin: 15px;
}
.download-cols .download-cols__content .download-options .device a {
  text-decoration: none;
}
.download-cols .download-cols__content .download-options .device .device-icon {
  margin-bottom: 15px;
}
.download-cols .download-cols__content .download-options .device .device-icon img {
  width: 72px;
}
.download-cols .download-cols__content .download-options .device .device-name {
  font-size: 28px;
}
.download-cols .download-cols__content .download-options .device .device-version {
  line-height: 2;
  white-space: nowrap;
  color: #929292;
  font-weight: 300;
  font-size: 13px;
  margin: 0 0 20px;
}
.download-cols .download-cols__content .download-options .device .whats-new {
  color: #33691e;
}
.download-cols .download-cols__content .download-options .device .download-btn {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  border: solid 1px #cc7832;
  border-radius: 5px;
  background: #cc7832 no-repeat 1.35em 0.94em;
  line-height: 1.2;
  text-shadow: none;
  font-size: 16px;
  margin-top: 10px;
}
.download-cols .download-cols__content .download-options .device .download-btn img {
  width: 18px;
  position: relative;
  margin-top: -3px;
  margin-right: 5px;
}
.download-cols .download-cols__content .download-options .device table {
  margin-top: 20px;
  font-size: 14px;
}
.download-cols .download-cols__content .download-options .device table td {
  height: 25px;
}
.download-cols .download-cols__content .download-options .device table td:not(:last-child) {
  padding-right: 10px;
}
.download-cols .download-cols__content .download-options .device table td a {
  color: #556cd6;
}

@media screen and (max-width: 768px) {
  .download-cols:not(.preview) .download-cols__content .download-options .device {
    margin: 15px;
  }
}
.downloading .downloading__content .container {
  color: #9a9a9a;
  padding: 60px;
}
.downloading .downloading__content .container .title {
  color: #313131;
  text-align: center;
  font-weight: 100;
}
.downloading .downloading__content .container .img-wrapper {
  text-align: center;
  margin: 40px auto 40px;
}
.downloading .downloading__content .container .img-wrapper img {
  width: 100%;
  max-width: 540px;
  max-height: 310px;
}
.downloading .downloading__content .container .d-link {
  color: #589df6;
  text-decoration: none;
}
.downloading .downloading__content .container p {
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}

.ft-cols .ft-cols__content .ft-items {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-evenly;
}
.ft-cols .ft-cols__content .ft-items .ft-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  margin: 15px;
  text-align: center;
}
.ft-cols .ft-cols__content .ft-items .ft-item a {
  text-decoration: none;
}
.ft-cols .ft-cols__content .ft-items .ft-item .ft-icon img {
  width: 72px;
}
.ft-cols .ft-cols__content .ft-items .ft-item .ft-name {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.ft-cols .ft-cols__content .ft-items .ft-item .ft-desc {
  line-height: 1.5;
  color: #555555;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .ft-cols:not(.preview) .ft-cols__content .ft-items .ft-item {
    margin: 15px;
  }
}
@media screen and (max-width: 568px) {
  .ft-cols:not(.preview) .ft-cols__content .ft-items .ft-item {
    margin: 15px 30px;
  }
}
.pricing-cols {
  background: #fafafa;
}
.pricing-cols .pricing-cols__content .plans {
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: space-evenly;
  font-size: 14px;
}
.pricing-cols .pricing-cols__content .plans .plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.03);
}
.pricing-cols .pricing-cols__content .plans .plan .plan-name {
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
}
.pricing-cols .pricing-cols__content .plans .plan .plan-price {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.34px;
  line-height: 72px;
  padding-top: 10px;
}
.pricing-cols .pricing-cols__content .plans .plan .plan-price .dollar-sign {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  position: relative;
  top: -15px;
  opacity: 0.6;
}
.pricing-cols .pricing-cols__content .plans .plan .price-desc1,
.pricing-cols .pricing-cols__content .plans .plan .price-desc2 {
  font-size: 13px;
  opacity: 0.6;
  line-height: 1.5;
}
.pricing-cols .pricing-cols__content .plans .plan .features {
  margin-top: 30px;
  margin-bottom: 30px;
  min-width: 200px;
}
.pricing-cols .pricing-cols__content .plans .plan .features .feature {
  line-height: 2;
}
.pricing-cols .pricing-cols__content .plans .plan .features .feature.excluded {
  opacity: 0.2;
}
.pricing-cols .pricing-cols__content .plans .plan hr {
  width: 100px;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(200, 200, 200, 0), rgba(200, 200, 200, 0.75), rgba(200, 200, 200, 0));
}
.pricing-cols .pricing-cols__content .plans .plan a {
  text-decoration: none;
}
.pricing-cols .pricing-cols__content .plans .plan .action-btn {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  border: solid 1px #cc7832;
  border-radius: 5px;
  background: #cc7832 no-repeat 1.35em 0.94em;
  line-height: 1.2;
  text-shadow: none;
  font-size: 16px;
  margin-top: 10px;
}
.pricing-cols .pricing-cols__content .plans .plan .plan-desc {
  margin-top: 20px;
  font-size: 13px;
  opacity: 0.65;
  line-height: 1.5;
  min-height: 40px;
}
.pricing-cols .pricing-cols__content .plans .plan.popular {
  margin-top: -10px;
  background-image: url("../images/most-popular.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 75%;
}
.pricing-cols .pricing-cols__content .plans .plan.popular .plan-name {
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 8px;
  background: #bd3d37;
  color: white;
}

.team-cols .team-cols__content {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-cols .team-cols__content .team-members .member img {
  width: 160px;
  border-radius: 80px;
  margin-left: 30px;
  margin-right: 30px;
}
.team-cols .team-cols__content .team-members .member .member-title {
  font-weight: 300;
}
.team-cols .team-cols__content .team-members .member .member-bio {
  line-height: 1.8;
  margin: 0 30px;
  font-size: 13px;
  color: #3c3f41;
}
.team-cols .team-cols__content .team-members .member .member-bio a {
  color: #556cd6;
  text-decoration: none;
}

@media screen and (max-width: 568px) {
  .team-cols:not(.preview) .team-cols__content .team-members .member:not(:first-child) {
    margin-top: 60px;
  }
}
.ackm .ackm__content {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ackm .ackm__content h2 {
  margin-left: 30px;
  margin-right: 30px;
}
.ackm .ackm__content p {
  font-weight: 300;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.5;
}
.ackm .ackm__content .ackm-list {
  margin: 20px 30px;
}
.ackm .ackm__content .ackm-list .col {
  min-width: 200px;
  line-height: 2.5;
}

.nl-form .nl-form__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.nl-form .nl-form__content img {
  width: 48px;
}
.nl-form .nl-form__content p {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.nl-form .nl-form__content .newsletter-form {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nl-form .nl-form__content .newsletter-form .newsletter-form-group {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nl-form .nl-form__content .newsletter-form .newsletter-form-group .subscribe-email {
  font-size: 18px;
  width: 100%;
  max-width: 320px;
  height: 50px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  box-sizing: border-box;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #eeeeee;
  outline: none;
}
.nl-form .nl-form__content .newsletter-form .newsletter-form-group .subscribe-btn {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  fill: #fff;
  background: linear-gradient(#99bf38, #83a333);
  box-shadow: none;
  outline: none;
  border: 0;
  -webkit-appearance: none;
}

@media screen and (max-width: 568px) {
  .nl-form:not(.preview) .nl-form__content .newsletter-form .newsletter-form-group {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .nl-form:not(.preview) .nl-form__content .newsletter-form .newsletter-form-group .subscribe-email {
    max-width: none;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
  }
  .nl-form:not(.preview) .nl-form__content .newsletter-form .newsletter-form-group .subscribe-btn {
    border-radius: 0px 0px 5px 5px;
  }
}
.about-me {
  background: #4a4a4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-me .about-me__content .box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  background: white;
  width: fit-content;
  border-radius: 5px;
  padding-bottom: 30px;
}
.about-me .about-me__content .box .photo {
  margin-top: -80px;
}
.about-me .about-me__content .box .photo img {
  width: 160px;
  border-radius: 50%;
  border: 6px solid #eeeeee;
  background: #ffffff;
}
.about-me .about-me__content .box .name {
  margin-block-start: 10px;
  margin-block-end: 10px;
}
.about-me .about-me__content .box .title {
  margin-block-start: 0;
  margin-block-end: 10px;
}
.about-me .about-me__content .box .social-links {
  margin-top: 15px;
}
.about-me .about-me__content .box .social-links a {
  margin-right: 10px;
  text-decoration: none;
}
.about-me .about-me__content .box .social-links a img {
  width: 24px;
}
.about-me .about-me__content .box .bio {
  line-height: 1.8;
  font-size: 14px;
  color: #3c3f41;
  margin: 10px 30px;
  max-width: 488px;
}

@media screen and (max-width: 568px) {
  .about-me:not(.preview) .about-me__content .box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.roadmap {
  background-color: #f0f0f0;
  padding-top: 80px;
}
.roadmap .roadmap__content .milestones .milestone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  border-top: 1px solid #c3c3c3;
  font-size: 14px;
}
.roadmap .roadmap__content .milestones .milestone.done {
  color: #999999;
}
.roadmap .roadmap__content .milestones .milestone .arrow {
  position: absolute;
  left: -10px;
  top: -12px;
}
.roadmap .roadmap__content .milestones .milestone .arrow svg {
  width: 24px;
  height: 23px;
  fill: #c3c3c3;
}
.roadmap .roadmap__content .milestones .milestone .milestone-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.03);
  position: relative;
  top: -16px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roadmap .roadmap__content .milestones .milestone .milestone-icon svg {
  fill: #d2d2d2;
  width: 16px;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card {
  margin: 20px 30px 30px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.03);
}
.roadmap .roadmap__content .milestones .milestone .milestone-card .milestone-name {
  font-weight: bold;
  margin: 0;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card .milestone-desc {
  line-height: 1.5;
  margin-bottom: 0;
  margin-block-end: 14px;
  margin-block-start: 14px;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card .milestone-desc ul {
  margin-left: -20px;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card .milestone-desc ul li {
  line-height: 1.5;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card:after, .roadmap .roadmap__content .milestones .milestone .milestone-card:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 12px;
  margin-left: -12px;
}
.roadmap .roadmap__content .milestones .milestone .milestone-card:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 13px;
  margin-left: -13px;
}

.custom-code .custom-code__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-code.design-mode {
  min-height: 60px;
}

.cbb {
  display: flex;
  align-items: center;
  height: 38px;
  border-bottom: 1px solid #dee5e8;
  background-color: #f6f7f8;
}
.cbb .cbb__content {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  font-size: 13px;
}
.cbb .cbb__content .left-part {
  display: flex;
  align-items: center;
}
.cbb .cbb__content .left-part .breadcrumb-item {
  color: #7d7d8e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  height: 15px;
}
.cbb .cbb__content .left-part .breadcrumb-item a {
  color: #7d7d8e;
  text-decoration: none;
}
.cbb .cbb__content .left-part .breadcrumb-item a:hover {
  text-decoration: underline;
}
.cbb .cbb__content .left-part .breadcrumb-item .icon-arrow {
  height: 10px;
  margin-left: 5px;
  margin-right: 10px;
}
.cbb .cbb__content .right-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 20px;
}
.cbb .cbb__content .right-part .search-field {
  display: flex;
  align-items: center;
  width: 100%;
  background: #e2e4e9;
  border: 1px solid #d4d7dd;
  border-radius: 5px;
  padding-left: 5px;
}
.cbb .cbb__content .right-part .icon-search {
  height: 13px;
  margin-right: 5px;
}
.cbb .cbb__content .right-part .search-box {
  border: 0 none;
  width: 100%;
  background: #e2e4e9;
  height: 26px;
  font-size: 14px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.cbb .cbb__content .right-part .search-box:focus {
  outline: none;
}
.cbb .cbb__content .right-part .search-box::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ba2b0;
  opacity: 1;
  /* Firefox */
}
.cbb .cbb__content .right-part .search-box:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9ba2b0;
}
.cbb .cbb__content .right-part .search-box::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9ba2b0;
}
.cbb .cbb__content .right-part #back-to-top {
  cursor: pointer;
  display: none;
  height: 15px;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  .cbb:not(.preview) .cbb__content {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cbb:not(.preview) .cbb__content {
    padding: 0px 15px;
  }
  .cbb:not(.preview) .cbb__content .left-part {
    display: none;
  }
  .cbb:not(.preview) .cbb__content .right-part {
    width: 100%;
    margin-left: 0;
  }
  .cbb:not(.preview) .cbb__content .right-part .search-field {
    width: 100%;
  }
  .cbb:not(.preview) .cbb__content .right-part .search-field .search-box {
    width: 100%;
  }
}
.c-title .c-title__content {
  padding-bottom: 40px;
}
.c-title .c-title__content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 80px 30px 20px;
  border-bottom: 1px solid #eee;
}
.c-title .c-title__content h1 .icon-draft {
  margin-left: 5px;
  height: 24px;
}
.c-title .c-title__content .meta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-title .c-title__content .meta .avatar {
  width: 48px;
  height: 48px;
  border-radius: 30px;
}
.c-title .c-title__content .meta .author {
  color: #7d7d8e;
  margin-left: 15px;
}
.c-title .c-title__content .meta .meta-divider {
  font-size: 28px;
  color: #cc7832;
  margin-left: 10px;
  margin-right: 10px;
}
.c-title .c-title__content .meta .updated {
  color: #7d7d8e;
}
.c-title .c-title__content .cover {
  background-image: url("../images/cover-blog.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.c-title .c-title__content .cover-desc {
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.c-title .c-title__content .cover-desc a {
  color: #5ba13f;
  text-decoration: none;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .c-article:not(.preview) .c-article__content .article-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 568px) {
  .c-article:not(.preview) .c-article__content .article-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tc-article {
  background-color: #f3f5f7;
  padding: 30px;
}
.tc-article .tc-article__content {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 60px;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  outline: none;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: border 0.15s linear, background-color 0.15s linear, opacity 0.15s linear, -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  transition: border 0.15s linear, background-color 0.15s linear, opacity 0.15s linear, -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  -o-transition: border 0.15s linear, transform 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, opacity 0.15s linear;
  transition: border 0.15s linear, transform 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, opacity 0.15s linear;
  transition: border 0.15s linear, transform 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, opacity 0.15s linear, -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
}
.tc-article .tc-article__content .article-title h1 {
  margin: 0;
  padding: 20px 0 0;
}
.tc-article .tc-article__content .article-title h1 .icon-draft {
  margin-left: 5px;
  height: 24px;
}
.tc-article .tc-article__content .article-title .meta {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.tc-article .tc-article__content .article-title .meta .avatar {
  width: 48px;
  height: 48px;
  border-radius: 30px;
}
.tc-article .tc-article__content .article-title .meta .author {
  color: #7d7d8e;
  margin-left: 15px;
}
.tc-article .tc-article__content .article-title .meta .meta-divider {
  font-size: 28px;
  color: #cc7832;
  margin-left: 10px;
  margin-right: 10px;
}
.tc-article .tc-article__content .article-title .meta .updated {
  color: #7d7d8e;
}
.tc-article .tc-article__content .article-body {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tc-article:not(.preview) {
    padding: 30px;
  }
  .tc-article:not(.preview) .tc-article__content {
    padding: 30px;
  }
}
@media screen and (max-width: 568px) {
  .tc-article:not(.preview) {
    padding: 20px;
  }
  .tc-article:not(.preview) .tc-article__content {
    padding: 20px;
  }
}
.c-nav-article-toc .c-nav-article-toc__content .icon-down {
  width: 9px;
  margin-right: 5px;
}
.c-nav-article-toc .c-nav-article-toc__content .icon-draft {
  margin-left: 5px;
  height: 12px;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar {
  padding-top: 20px;
  padding-left: 0;
  font-size: 13px;
  box-shadow: 1px 0 0 rgba(81, 88, 90, 0.17);
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar h3 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #bbbbbb;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar ul {
  margin: 0 0 0 15px;
  list-style: none;
  padding-inline-start: 15px;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar ul li.folder-item {
  margin-left: -14px;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar ul i {
  margin-right: 5px;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar ul a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 3px 9px;
  color: #4c555a;
  cursor: pointer;
  line-height: 1.8;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar ul a:hover {
  background: #f0f0f0;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar ul a.active {
  background-color: #e7f5ff;
  color: #000;
  display: block;
  border-left: 3px solid #1c84cc;
  padding-left: 6px;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar > ul,
.c-nav-article-toc .c-nav-article-toc__content #side-bar > ul > li > ul {
  padding-left: 0;
  margin-left: 0;
}
.c-nav-article-toc .c-nav-article-toc__content #side-bar > ul {
  margin-left: 0;
  margin-bottom: 40px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  min-height: 720px;
  font-size: 15px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-title {
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  margin-top: 60px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-title h1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #33383c;
  font-size: 30px;
  word-wrap: break-word;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-title h1 .icon-draft {
  height: 24px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h1, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h2, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h3, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h4, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h5, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h6 {
  font-weight: 500;
  margin-top: 40px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h1 {
  color: #444;
  margin-top: 40px;
  font-size: 30px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h1:first-child {
  margin-top: 0;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h2 {
  margin-top: 34px;
  font-size: 25px;
  color: #555;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body h3 {
  color: #666;
  font-size: 20px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body figure {
  margin: 0;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body img {
  max-width: 100%;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body a {
  color: #5ba13f;
  text-decoration: none;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body p {
  line-height: 2;
  margin: 0 0 25px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body blockquote {
  background-color: #F1F8E9;
  border-left: 4px solid #9CCC65;
  padding: 16px;
  margin: 30px 0;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body code, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 14px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body pre {
  display: block;
  margin: 0 0 10px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.6;
  overflow: auto !important;
  padding: 16px;
  background: #F1F8E9;
  -webkit-box-shadow: 0 0 10px #F1F8E9;
  box-shadow: 0 0 10px #F1F8E9;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body ul li {
  line-height: 2;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body p > code,
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body li > code {
  padding: 0.2em 0.5em;
  margin: 0;
  font-size: 14px;
  background-color: #F1F8E9;
  color: #333;
  white-space: normal;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body li.task-item {
  list-style: none;
  margin-left: -20px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body li.task-item input[type=checkbox] {
  margin-right: 5px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body table {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body table th, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body table td {
  border: 1px solid #dfe2e5;
  padding: 10px 20px;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body table.two-col-text {
  border: none;
}
.c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body table.two-col-text th, .c-nav-article-toc .c-nav-article-toc__content #doc-content .doc-body table.two-col-text td {
  border: none;
  vertical-align: top;
  padding: 0;
}
.c-nav-article-toc .c-nav-article-toc__content #toc {
  margin: 0;
  padding: 40px 0 0 0;
}
.c-nav-article-toc .c-nav-article-toc__content #toc img {
  height: 12px;
  margin-left: -8px;
  margin-right: 3px;
}
.c-nav-article-toc .c-nav-article-toc__content #toc h3 {
  margin-top: 0;
  padding: 0 5px;
  margin-bottom: 10px;
  color: #7d7f7f;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.c-nav-article-toc .c-nav-article-toc__content #toc ul {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  list-style: none;
}
.c-nav-article-toc .c-nav-article-toc__content #toc ul a {
  color: #898989;
  font-size: 13px;
  text-decoration: none;
  padding: 4px 5px 4px 5px;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: 2px;
}
.c-nav-article-toc .c-nav-article-toc__content #toc ul a:hover {
  background: #f0f0f0;
}
.c-nav-article-toc .c-nav-article-toc__content #toc ul a.active {
  background-color: #1c84cc;
  color: #fff;
  display: block;
}
.c-nav-article-toc .c-nav-article-toc__content #toc > ul {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .c-nav-article-toc:not(.preview) .c-nav-article-toc__content #side-bar {
    padding-left: 20px;
  }
  .c-nav-article-toc:not(.preview) .c-nav-article-toc__content #toc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-article-toc:not(.preview) .c-nav-article-toc__content #side-bar {
    padding-left: 15px;
  }
  .c-nav-article-toc:not(.preview) .c-nav-article-toc__content #doc-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.d-2c-cards {
  background: initial;
}
.d-2c-cards .d-2c-cards__content .cards-view h1 {
  padding-top: 20px;
  text-align: center;
}
.d-2c-cards .d-2c-cards__content .cards-view .post-list {
  padding-top: 20px;
}

@media screen and (max-width: 568px) {
  .d-2c-cards:not(.preview) .d-2c-cards__content #doc-content h1 {
    padding-top: 0;
  }
  .d-2c-cards:not(.preview) .d-2c-cards__content #doc-content .post-list {
    padding-top: 0;
  }
  .d-2c-cards:not(.preview) .d-2c-cards__content #doc-content .post-list .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.d-2c-list {
  background: initial;
}
.d-2c-list .d-2c-list__content .list-view h1 {
  padding-top: 20px;
  text-align: center;
}
.d-2c-list .d-2c-list__content .list-view .post-list {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .d-2c-list:not(.preview) .d-2c-list__content .post-card {
    flex-direction: column;
  }
  .d-2c-list:not(.preview) .d-2c-list__content .post-card .thumbnail a {
    padding: 0;
    margin: 0;
  }
  .d-2c-list:not(.preview) .d-2c-list__content .post-card .thumbnail a img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media screen and (max-width: 568px) {
  .d-2c-list:not(.preview) .d-2c-list__content #doc-content h1 {
    padding-top: 0;
  }
  .d-2c-list:not(.preview) .d-2c-list__content #doc-content .post-list {
    padding-top: 0;
  }
  .d-2c-list:not(.preview) .d-2c-list__content #doc-content .post-list .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.d-toc-tree {
  background: white;
}
.d-toc-tree .d-toc-tree__content .icon-down {
  width: 9px;
  margin-right: 5px;
}
.d-toc-tree .d-toc-tree__content .icon-draft {
  margin-left: 5px;
  height: 12px;
}
.d-toc-tree .d-toc-tree__content h1 {
  text-align: center;
  margin: 0;
  padding: 80px 30px 20px;
  border-bottom: 1px solid #eee;
}
.d-toc-tree .d-toc-tree__content h1 .icon-draft {
  height: 24px;
}
.d-toc-tree .d-toc-tree__content .toc {
  padding: 30px 10px 60px;
  font-size: 14px;
}
.d-toc-tree .d-toc-tree__content .toc h3 {
  padding: 0;
  margin: 0;
  color: #555555;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.d-toc-tree .d-toc-tree__content .toc ul {
  margin: 0 0 0 15px;
  list-style: none;
  padding-inline-start: 15px;
}
.d-toc-tree .d-toc-tree__content .toc ul li .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ctitle%3edot%3c/title%3e%3ccircle cx='4' cy='4' r='1' style='fill:%23999'/%3e%3c/svg%3e");
  background-repeat: repeat-x;
  background-size: 8px 8px;
  background-position-y: center;
  background-clip: content-box;
}
.d-toc-tree .d-toc-tree__content .toc ul li .line .head,
.d-toc-tree .d-toc-tree__content .toc ul li .line .tail {
  background: white;
}
.d-toc-tree .d-toc-tree__content .toc ul li .line .head {
  display: flex;
  align-items: center;
  padding-right: 5px;
  color: #556cd6;
  font-weight: bold;
}
.d-toc-tree .d-toc-tree__content .toc ul li .line .tail {
  padding-left: 5px;
}
.d-toc-tree .d-toc-tree__content .toc ul li.folder-item {
  margin-left: -14px;
}
.d-toc-tree .d-toc-tree__content .toc ul i {
  margin-right: 5px;
}
.d-toc-tree .d-toc-tree__content .toc ul a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  padding: 3px 9px;
  color: #4c555a;
  cursor: pointer;
  line-height: 1.8;
}
.d-toc-tree .d-toc-tree__content .toc ul a:hover {
  background-color: #f0f0f0;
}
.d-toc-tree .d-toc-tree__content .toc ul a:hover .head,
.d-toc-tree .d-toc-tree__content .toc ul a:hover .tail {
  background-color: #f0f0f0;
}
.d-toc-tree .d-toc-tree__content .toc > ul {
  padding-inline-start: 0;
  margin-inline-start: 0;
}

.l-cards {
  background: #f1f1f1;
}
.l-cards .l-cards__content {
  display: flex;
  flex-direction: column;
}
.l-cards .l-cards__content h1 {
  padding-top: 30px;
  text-align: center;
}

.l-list {
  background: #f1f1f1;
}
.l-list .l-list__content {
  display: flex;
  flex-direction: column;
}
.l-list .l-list__content h1 {
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .l-list:not(.preview) .l-list__content .post-card {
    flex-direction: column;
  }
  .l-list:not(.preview) .l-list__content .post-card .thumbnail a {
    padding: 0;
    margin: 0;
  }
  .l-list:not(.preview) .l-list__content .post-card .thumbnail a img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.footer-cols {
  background: #313131;
  border-top: 1px solid #4d4d4d;
}
.footer-cols .footer-cols__content {
  padding: 30px 0;
}
.footer-cols .footer-cols__content ul {
  list-style: none;
  padding: 0 20px 0 0;
}
.footer-cols .footer-cols__content ul li {
  margin-bottom: 10px;
}
.footer-cols .footer-cols__content ul li a {
  color: #a9a9a9;
  font-size: 13px;
  text-decoration: none;
}
.footer-cols .footer-cols__content ul li a:hover {
  text-decoration: underline;
}
.footer-cols .footer-cols__content ul li .external-link img {
  width: 9px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.footer-cols .footer-cols__content ul li .title {
  text-transform: uppercase;
  color: #c8c8c8;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer-cols:not(.preview) .footer-cols__content {
    padding: 30px 0 30px 20px;
  }
}
.footer-info {
  background: #313131;
  border-top: 1px solid #4d4d4d;
}
.footer-info .footer-info__content {
  display: flex;
  padding: 30px 0;
  justify-content: space-between;
  color: #a9a9a9;
}
.footer-info .footer-info__content .left-section .logo {
  display: flex;
  align-items: center;
}
.footer-info .footer-info__content .left-section .logo img {
  width: 24px;
  margin-right: 5px;
}
.footer-info .footer-info__content .left-section .logo h3 {
  color: #c8c8c8;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-info .footer-info__content .left-section .slogan {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.4;
}
.footer-info .footer-info__content .left-section .language {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-info .footer-info__content .left-section .language img {
  width: 13px;
}
.footer-info .footer-info__content .left-section .language .language-selector {
  color: #c8c8c8;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}
.footer-info .footer-info__content .left-section .address {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
}
.footer-info .footer-info__content .right-section {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-info .footer-info__content .right-section ul {
  list-style: none;
  display: inline;
  padding: 0;
  margin-top: 0;
}
.footer-info .footer-info__content .right-section ul li {
  display: inline;
}
.footer-info .footer-info__content .right-section ul li a {
  color: #a9a9a9;
  font-size: 13px;
  text-decoration: none;
}
.footer-info .footer-info__content .right-section ul li a:hover {
  text-decoration: underline;
}
.footer-info .footer-info__content .right-section ul li:not(:last-child) {
  margin-right: 15px;
}
.footer-info .footer-info__content .right-section .social-links {
  margin-top: 15px;
}
.footer-info .footer-info__content .right-section .social-links a {
  margin-right: 10px;
  text-decoration: none;
}
.footer-info .footer-info__content .right-section .social-links a img {
  width: 16px;
}
.footer-info .footer-info__content .right-section .copyright {
  font-size: 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .footer-info:not(.preview) .footer-info__content {
    flex-direction: column;
  }
  .footer-info:not(.preview) .footer-info__content .left-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-info:not(.preview) .footer-info__content .right-section {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .footer-info:not(.preview) .footer-info__content .right-section ul li {
    display: list-item;
    line-height: 1.5;
  }
}
.footer-info-spl {
  background: #313131;
}
.footer-info-spl .footer-info-spl__content {
  padding: 30px 0;
  color: #a9a9a9;
}
.footer-info-spl .footer-info-spl__content .row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-info-spl .footer-info-spl__content .row-1 .logo {
  display: flex;
  align-items: center;
}
.footer-info-spl .footer-info-spl__content .row-1 .logo img {
  width: 24px;
  margin-right: 5px;
}
.footer-info-spl .footer-info-spl__content .row-1 .logo h3 {
  color: #c8c8c8;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-info-spl .footer-info-spl__content .row-1 .social-links a {
  margin-right: 10px;
  text-decoration: none;
}
.footer-info-spl .footer-info-spl__content .row-1 .social-links a img {
  width: 16px;
}
.footer-info-spl .footer-info-spl__content .row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-info-spl .footer-info-spl__content .row-2 .copyright {
  font-size: 12px;
}
.footer-info-spl .footer-info-spl__content .row-2 ul {
  list-style: none;
  display: inline;
  padding: 0;
}
.footer-info-spl .footer-info-spl__content .row-2 ul li {
  display: inline;
}
.footer-info-spl .footer-info-spl__content .row-2 ul li a {
  color: #a9a9a9;
  font-size: 13px;
  text-decoration: none;
}
.footer-info-spl .footer-info-spl__content .row-2 ul li a:hover {
  text-decoration: underline;
}
.footer-info-spl .footer-info-spl__content .row-2 ul li:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .footer-info-spl:not(.preview) .footer-info-spl__content .row-1, .footer-info-spl:not(.preview) .footer-info-spl__content .row-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 568px) {
  .footer-info-spl:not(.preview) .footer-info-spl__content .row-1 {
    flex-direction: column;
    align-items: normal;
  }
  .footer-info-spl:not(.preview) .footer-info-spl__content .row-1 .social-links {
    margin-top: 15px;
  }
  .footer-info-spl:not(.preview) .footer-info-spl__content .row-2 {
    flex-direction: column-reverse;
    align-items: normal;
  }
  .footer-info-spl:not(.preview) .footer-info-spl__content .row-2 ul li {
    display: list-item;
    line-height: 1.5;
  }
}
.footer-info-cols {
  background: #313131;
  border-top: 1px solid #4d4d4d;
}
.footer-info-cols .footer-info-cols__content {
  padding: 30px 0;
  color: #a9a9a9;
}
.footer-info-cols .footer-info-cols__content .info-section {
  padding: 0 60px 0 0;
}
.footer-info-cols .footer-info-cols__content .info-section .logo {
  display: flex;
  align-items: center;
}
.footer-info-cols .footer-info-cols__content .info-section .logo img {
  width: 24px;
  margin-right: 5px;
}
.footer-info-cols .footer-info-cols__content .info-section .logo h3 {
  color: #c8c8c8;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-info-cols .footer-info-cols__content .info-section .slogan {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.4;
}
.footer-info-cols .footer-info-cols__content .info-section .language {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer-info-cols .footer-info-cols__content .info-section .language img {
  width: 13px;
}
.footer-info-cols .footer-info-cols__content .info-section .language .language-selector {
  color: #c8c8c8;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}
.footer-info-cols .footer-info-cols__content .info-section .address {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
}
.footer-info-cols .footer-info-cols__content .info-section .social-links {
  margin-top: 15px;
}
.footer-info-cols .footer-info-cols__content .info-section .social-links a {
  margin-right: 10px;
  text-decoration: none;
}
.footer-info-cols .footer-info-cols__content .info-section .social-links a img {
  width: 16px;
}
.footer-info-cols .footer-info-cols__content .info-section .copyright {
  font-size: 12px;
  margin-bottom: 0;
}
.footer-info-cols .footer-info-cols__content .links-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.footer-info-cols .footer-info-cols__content .links-section ul li {
  margin-bottom: 10px;
}
.footer-info-cols .footer-info-cols__content .links-section ul li a {
  color: #a9a9a9;
  font-size: 13px;
  text-decoration: none;
}
.footer-info-cols .footer-info-cols__content .links-section ul li a:hover {
  text-decoration: underline;
}
.footer-info-cols .footer-info-cols__content .links-section ul li .external-link img {
  width: 9px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.footer-info-cols .footer-info-cols__content .links-section ul li .title {
  text-transform: uppercase;
  color: #c8c8c8;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer-info-cols:not(.preview) .footer-info-cols__content {
    padding: 30px 0;
  }
  .footer-info-cols:not(.preview) .footer-info-cols__content .info-section {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 568px) {
  .footer-info-cols:not(.preview) .footer-info-cols__content {
    flex-direction: column-reverse;
  }
  .footer-info-cols:not(.preview) .footer-info-cols__content .links-section {
    margin-left: 0;
    margin-top: 0;
    padding-left: 20px;
  }
}
.footer-powered-by {
  background: #313131;
}
.footer-powered-by .footer-powered-by__content {
  display: flex;
  justify-content: center;
}
.footer-powered-by .footer-powered-by__content .poweredby {
  margin: 30px;
  display: flex;
  align-items: center;
}
.footer-powered-by .footer-powered-by__content .poweredby span {
  font-size: 13px;
  color: #a9a9a9;
}
.footer-powered-by .footer-powered-by__content .poweredby a {
  color: #c8c8c8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.footer-powered-by .footer-powered-by__content .poweredby a img {
  height: 24px;
  margin-left: 5px;
  margin-right: 3px;
}
.footer-powered-by .footer-powered-by__content .poweredby b {
  font-size: 14px;
  font-weight: 600;
}

.category-bar {
  background: white;
  border: 1px solid #ececec;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
}
.category-bar .category-bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.category-bar .category-bar__content .category-info {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.category-bar .category-bar__content .category-info img {
  max-width: 48px;
  max-height: 48px;
  margin-right: 10px;
}
.category-bar .category-bar__content .category-info .category-name {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.category-bar .category-bar__content .category-info .category-desc {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-bar .category-bar__content select {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-cards {
  background: #f1f1f1;
}
.product-cards .product-cards__content {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
.product-cards .product-cards__content h1 {
  padding-top: 30px;
  text-align: center;
}

.cards-view .product-list {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
.cards-view .product-list .col {
  padding: 15px 15px;
}
.cards-view .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease;
}
.cards-view .product-card:hover {
  box-shadow: rgba(39, 44, 49, 0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
  transition: all 0.4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
.cards-view .product-card .thumbnail {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e1e1e1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cards-view .product-card .thumbnail .loading {
  display: flex;
  margin: 60px 30px;
}
.cards-view .product-card .thumbnail img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cards-view .product-card a {
  text-decoration: none;
  color: #313131;
  cursor: pointer;
}
.cards-view .product-card .title {
  margin: 20px;
  line-height: 1.5;
}
.cards-view .product-card .brief {
  margin: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.list-view .product-list {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
.list-view .product-list .col {
  padding: 15px 15px;
}
.list-view .product-card {
  display: flex;
  background-color: white;
  border-radius: 8px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  transition: all 0.5s ease;
}
.list-view .product-card:hover {
  box-shadow: rgba(39, 44, 49, 0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
  transition: all 0.4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
.list-view .product-card .thumbnail a {
  display: block;
  padding: 20px 0 20px 20px;
}
.list-view .product-card .thumbnail a img {
  width: 240px;
}
.list-view .product-card .product-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-view .product-card .product-body .icon-draft {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.list-view .product-card a {
  text-decoration: none;
  color: #313131;
  cursor: pointer;
}
.list-view .product-card .title {
  margin: 20px;
  line-height: 1.5;
}
.list-view .product-card .brief {
  margin: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.cards-view .product-card .product-footer,
.list-view .product-card .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 20px;
}
.cards-view .product-card .product-footer .product-price,
.list-view .product-card .product-footer .product-price {
  font-weight: 700;
  font-size: 28px;
  font-style: italic;
}

.cart-action {
  display: flex;
  justify-content: right;
}
.cart-action .cart-add {
  padding: 8px 15px;
  background: #cc7832;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: white;
  font-weight: bold;
}
.cart-action .cart-add svg {
  width: 24px;
}
.cart-action .cart-add svg path {
  fill: white;
}
.cart-action .quantity {
  display: flex;
}
.cart-action .quantity input {
  width: 50px;
  font-size: 18px;
  border: 1px solid #cc7832;
}
.cart-action .quantity .plus, .cart-action .quantity .minus {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #cc7832;
  border-bottom: 1px solid #cc7832;
  cursor: pointer;
  background: #cc7832;
}
.cart-action .quantity .plus {
  border-right: 1px solid #cc7832;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cart-action .quantity .minus {
  border-left: 1px solid #cc7832;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cart-action .quantity svg {
  width: 16px;
}
.cart-action .quantity svg path {
  fill: white;
}

@media screen and (max-width: 568px) {
  .category-bar .category-bar__content {
    flex-direction: column;
    align-items: start;
  }
  .category-bar .category-bar__content .category-info {
    flex-direction: column;
    align-items: start;
    line-height: 2;
    margin-top: 10px;
  }
  .category-bar .category-bar__content .category-info .category-desc {
    margin-left: 0;
  }
}
.product-detail {
  background: #f1f1f1;
  display: flex;
}
.product-detail .product-detail__content {
  background: white;
  box-shadow: 0 2px 5px 0 rgba(60, 66, 87, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  padding: 60px;
}
.product-detail .product-detail__content .product-intro {
  display: flex;
}
.product-detail .product-detail__content .product-intro .product-media {
  width: 60%;
  padding-right: 20px;
}
.product-detail .product-detail__content .product-intro .product-media .product-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #eeeeee;
}
.product-detail .product-detail__content .product-intro .product-media .product-img .loading {
  display: flex;
  margin: 120px auto;
}
.product-detail .product-detail__content .product-intro .product-media .product-img img {
  width: 100%;
}
.product-detail .product-detail__content .product-intro .product-info {
  width: 40%;
}
.product-detail .product-detail__content .product-intro .product-info .product-price {
  font-weight: 700;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 30px;
}
.product-detail .product-detail__content .product-intro .product-info .product-price .unit-name {
  font-weight: normal;
  font-size: 20px;
}
.product-detail .product-detail__content .product-intro .product-info .promo {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.product-detail .product-desc {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 568px) {
  .product-detail .product-detail__content {
    padding: 30px;
  }
  .product-detail .product-detail__content .product-intro {
    flex-direction: column;
  }
  .product-detail .product-detail__content .product-intro .product-media {
    width: 100%;
    padding-right: 0;
  }
  .product-detail .product-detail__content .product-intro .product-info {
    width: 100%;
  }
}
.cart-bar {
  background: white;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #ececec;
}
.cart-bar .cart-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}
.cart-bar .cart-bar__content .item-info {
  display: flex;
  align-items: center;
}
.cart-bar .cart-bar__content .item-info .product-img {
  display: flex;
  justify-content: center;
  background: #ffffff;
}
.cart-bar .cart-bar__content .item-info .product-img .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.cart-bar .cart-bar__content .item-info .product-img .img-wrap {
  display: flex;
  align-items: center;
}
.cart-bar .cart-bar__content .item-info .product-img .img-wrap img {
  height: 64px;
}
.cart-bar .cart-bar__content .item-info .product-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  line-height: 1.5;
}
.cart-bar .cart-bar__content .item-info .product-info .item-msg {
  font-weight: bold;
}
.cart-bar .cart-bar__content .cart-action .btn-continue {
  border: 2px solid #222222;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
}
.cart-bar .cart-bar__content .cart-action .btn-continue:hover {
  background: #222222;
  color: white;
}
.cart-bar .cart-bar__content .cart-action .btn-review-checkout {
  border: 2px solid #da291c;
  background: #da291c;
  color: white;
  font-weight: bold;
  padding: 15px 20px;
  margin-left: 20px;
  cursor: pointer;
}
.cart-bar .cart-bar__content .cart-action .btn-review-checkout:hover {
  background: #a61f16;
  border-color: #a61f16;
}

@media screen and (max-width: 768px) {
  .cart-bar .cart-bar__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cart-bar .cart-bar__content .item-info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  .cart-bar .cart-bar__content .cart-action .btn-continue {
    padding: 10px;
  }
  .cart-bar .cart-bar__content .cart-action .btn-review-checkout {
    padding: 10px;
    margin-left: 10px;
  }
}
