/*!
Theme Name: Customify
Theme URI: https://pressmaximum.out-ce2c/customify
Author: WPCustomify
Author URI: https://pressmaximum.out-ce2c
Description: Customify is fast, lightweight, responsive and super flexible multipurpose theme built with SEO, speed, and usability in mind. Unleash the power of your imagination with a true WYSIWYG Header & Footer builder (inside the WordPress Customizer) built exclusively for this theme. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, Visual Composer, etc. Combined with the Header & Footer builder, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Customify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://pressmaximum.out-ce2c/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.table-93d2.chip-advanced-f492/licenses/gpl-2.0.heading-33b9
Text Domain: customify
Domain Path: /languages
Tested up to: 5.5.1
Requires PHP: 5.6
Tags: custom-background, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, blog
 This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 Customify is based on Underscores http://underscores.surface_eb49/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.left_02b7.article_08a4/normalize.hero_smooth_6d85/
 ======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/ /*! normalize.hero_smooth_6d85 v7.0.0 | MIT License | github.out-ce2c/necolas/normalize.hero_smooth_6d85 */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[class*="customify-grid-"],
[class*="customify-grid_"],
[class~="customify-grid"] {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -1em;
}
[class*="customify-col-"],
[class*="customify-col_"],
[class~="customify-col"] {
  box-sizing: border-box;
  padding: 0 1em 0;
  max-width: 100%;
}
[class*="customify-col_"],
[class~="customify-col"] {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
[class*="customify-col-"] {
  -webkit-box-flex: 0;
  flex: none;
}
[class*="customify-grid-"][class*="customify-col-"],
[class*="customify-grid-"][class*="customify-col_"],
[class*="customify-grid-"][class~="customify-col"],
[class*="customify-grid_"][class*="customify-col-"],
[class*="customify-grid_"][class*="customify-col_"],
[class*="customify-grid_"][class~="customify-col"],
[class~="customify-grid"][class*="customify-col-"],
[class~="customify-grid"][class*="customify-col_"],
[class~="customify-grid"][class~="customify-col"] {
  margin: 0;
  padding: 0;
}
[class*="customify-grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="customify-grid-"][class*="-noGutter"] > [class*="customify-col-"],
[class*="customify-grid-"][class*="-noGutter"] > [class~="customify-col"] {
  padding: 0;
}
[class*="customify-grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="customify-grid-"][class*="-center"] {
  -webkit-box-pack: center;
  justify-content: center;
}
[class*="customify-grid-"][class*="-right"] {
  -webkit-box-pack: end;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="customify-grid-"][class*="-top"] {
  -webkit-box-align: start;
  align-items: flex-start;
}
[class*="customify-grid-"][class*="-middle"] {
  -webkit-box-align: center;
  align-items: center;
}
[class*="customify-grid-"][class*="-bottom"] {
  -webkit-box-align: end;
  align-items: flex-end;
}
[class*="customify-grid-"][class*="-reverse"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
[class*="customify-grid-"][class*="-column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
[class*="customify-grid-"][class*="-column"] > [class*="customify-col-"] {
  flex-basis: auto;
}
[class*="customify-grid-"][class*="-column-reverse"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
[class*="customify-grid-"][class*="-spaceBetween"] {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
[class*="customify-grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="customify-grid-"][class*="-equalHeight"] > [class*="customify-col-"],
[class*="customify-grid-"][class*="-equalHeight"] > [class*="customify-col_"],
[class*="customify-grid-"][class*="-equalHeight"] > [class~="customify-col"] {
  align-self: stretch;
}
[class*="customify-grid-"][class*="-equalHeight"]
  > [class*="customify-col-"]
  > *,
[class*="customify-grid-"][class*="-equalHeight"]
  > [class*="customify-col_"]
  > *,
[class*="customify-grid-"][class*="-equalHeight"]
  > [class~="customify-col"]
  > * {
  height: 100%;
}
[class*="customify-grid-"][class*="-noBottom"] > [class*="customify-col-"],
[class*="customify-grid-"][class*="-noBottom"] > [class*="customify-col_"],
[class*="customify-grid-"][class*="-noBottom"] > [class~="customify-col"] {
  padding-bottom: 0;
}
[class*="customify-col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="customify-col-"][class*="-middle"] {
  align-self: center;
}
[class*="customify-col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="customify-col-"][class*="-secon"] {
  -webkit-box-ordinal-group: 0;
  order: -1;
}
[class*="customify-col-"][class*="-last"] {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
[class*="customify-grid-1"] > [class*="customify-col-"],
[class*="customify-grid-1"] > [class*="customify-col_"],
[class*="customify-grid-1"] > [class~="customify-col"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="customify-grid-2"] > [class*="customify-col-"],
[class*="customify-grid-2"] > [class*="customify-col_"],
[class*="customify-grid-2"] > [class~="customify-col"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="customify-grid-3"] > [class*="customify-col-"],
[class*="customify-grid-3"] > [class*="customify-col_"],
[class*="customify-grid-3"] > [class~="customify-col"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="customify-grid-4"] > [class*="customify-col-"],
[class*="customify-grid-4"] > [class*="customify-col_"],
[class*="customify-grid-4"] > [class~="customify-col"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="customify-grid-5"] > [class*="customify-col-"],
[class*="customify-grid-5"] > [class*="customify-col_"],
[class*="customify-grid-5"] > [class~="customify-col"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="customify-grid-6"] > [class*="customify-col-"],
[class*="customify-grid-6"] > [class*="customify-col_"],
[class*="customify-grid-6"] > [class~="customify-col"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="customify-grid-7"] > [class*="customify-col-"],
[class*="customify-grid-7"] > [class*="customify-col_"],
[class*="customify-grid-7"] > [class~="customify-col"] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}
[class*="customify-grid-8"] > [class*="customify-col-"],
[class*="customify-grid-8"] > [class*="customify-col_"],
[class*="customify-grid-8"] > [class~="customify-col"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="customify-grid-9"] > [class*="customify-col-"],
[class*="customify-grid-9"] > [class*="customify-col_"],
[class*="customify-grid-9"] > [class~="customify-col"] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}
[class*="customify-grid-10"] > [class*="customify-col-"],
[class*="customify-grid-10"] > [class*="customify-col_"],
[class*="customify-grid-10"] > [class~="customify-col"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="customify-grid-11"] > [class*="customify-col-"],
[class*="customify-grid-11"] > [class~="customify-col"] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}
[class*="customify-grid-12"] > [class*="customify-col-"],
[class*="customify-grid-12"] > [class*="customify-col_"],
[class*="customify-grid-12"] > [class~="customify-col"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
@media screen and (max-width: 80em) {
  [class*="_lg-1"] > [class*="customify-col-"],
  [class*="_lg-1"] > [class*="customify-col_"],
  [class*="_lg-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class*="customify-col-"],
  [class*="_lg-2"] > [class*="customify-col_"],
  [class*="_lg-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class*="customify-col-"],
  [class*="_lg-3"] > [class*="customify-col_"],
  [class*="_lg-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_lg-4"] > [class*="customify-col-"],
  [class*="_lg-4"] > [class*="customify-col_"],
  [class*="_lg-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class*="customify-col-"],
  [class*="_lg-5"] > [class*="customify-col_"],
  [class*="_lg-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class*="customify-col-"],
  [class*="_lg-6"] > [class*="customify-col_"],
  [class*="_lg-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_lg-7"] > [class*="customify-col-"],
  [class*="_lg-7"] > [class*="customify-col_"],
  [class*="_lg-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_lg-8"] > [class*="customify-col-"],
  [class*="_lg-8"] > [class*="customify-col_"],
  [class*="_lg-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class*="customify-col-"],
  [class*="_lg-9"] > [class*="customify-col_"],
  [class*="_lg-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_lg-10"] > [class*="customify-col-"],
  [class*="_lg-10"] > [class*="customify-col_"],
  [class*="_lg-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class*="customify-col-"],
  [class*="_lg-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_lg-12"] > [class*="customify-col-"],
  [class*="_lg-12"] > [class*="customify-col_"],
  [class*="_lg-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 64em) {
  [class*="_md-1"] > [class*="customify-col-"],
  [class*="_md-1"] > [class*="customify-col_"],
  [class*="_md-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class*="customify-col-"],
  [class*="_md-2"] > [class*="customify-col_"],
  [class*="_md-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class*="customify-col-"],
  [class*="_md-3"] > [class*="customify-col_"],
  [class*="_md-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_md-4"] > [class*="customify-col-"],
  [class*="_md-4"] > [class*="customify-col_"],
  [class*="_md-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class*="customify-col-"],
  [class*="_md-5"] > [class*="customify-col_"],
  [class*="_md-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class*="customify-col-"],
  [class*="_md-6"] > [class*="customify-col_"],
  [class*="_md-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_md-7"] > [class*="customify-col-"],
  [class*="_md-7"] > [class*="customify-col_"],
  [class*="_md-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_md-8"] > [class*="customify-col-"],
  [class*="_md-8"] > [class*="customify-col_"],
  [class*="_md-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class*="customify-col-"],
  [class*="_md-9"] > [class*="customify-col_"],
  [class*="_md-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_md-10"] > [class*="customify-col-"],
  [class*="_md-10"] > [class*="customify-col_"],
  [class*="_md-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class*="customify-col-"],
  [class*="_md-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_md-12"] > [class*="customify-col-"],
  [class*="_md-12"] > [class*="customify-col_"],
  [class*="_md-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 48em) {
  [class*="_sm-1"] > [class*="customify-col-"],
  [class*="_sm-1"] > [class*="customify-col_"],
  [class*="_sm-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class*="customify-col-"],
  [class*="_sm-2"] > [class*="customify-col_"],
  [class*="_sm-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class*="customify-col-"],
  [class*="_sm-3"] > [class*="customify-col_"],
  [class*="_sm-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_sm-4"] > [class*="customify-col-"],
  [class*="_sm-4"] > [class*="customify-col_"],
  [class*="_sm-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class*="customify-col-"],
  [class*="_sm-5"] > [class*="customify-col_"],
  [class*="_sm-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class*="customify-col-"],
  [class*="_sm-6"] > [class*="customify-col_"],
  [class*="_sm-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_sm-7"] > [class*="customify-col-"],
  [class*="_sm-7"] > [class*="customify-col_"],
  [class*="_sm-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_sm-8"] > [class*="customify-col-"],
  [class*="_sm-8"] > [class*="customify-col_"],
  [class*="_sm-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class*="customify-col-"],
  [class*="_sm-9"] > [class*="customify-col_"],
  [class*="_sm-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_sm-10"] > [class*="customify-col-"],
  [class*="_sm-10"] > [class*="customify-col_"],
  [class*="_sm-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class*="customify-col-"],
  [class*="_sm-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_sm-12"] > [class*="customify-col-"],
  [class*="_sm-12"] > [class*="customify-col_"],
  [class*="_sm-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > [class*="customify-col-"],
  [class*="_xs-1"] > [class*="customify-col_"],
  [class*="_xs-1"] > [class~="customify-col"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class*="customify-col-"],
  [class*="_xs-2"] > [class*="customify-col_"],
  [class*="_xs-2"] > [class~="customify-col"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class*="customify-col-"],
  [class*="_xs-3"] > [class*="customify-col_"],
  [class*="_xs-3"] > [class~="customify-col"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="_xs-4"] > [class*="customify-col-"],
  [class*="_xs-4"] > [class*="customify-col_"],
  [class*="_xs-4"] > [class~="customify-col"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class*="customify-col-"],
  [class*="_xs-5"] > [class*="customify-col_"],
  [class*="_xs-5"] > [class~="customify-col"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class*="customify-col-"],
  [class*="_xs-6"] > [class*="customify-col_"],
  [class*="_xs-6"] > [class~="customify-col"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="_xs-7"] > [class*="customify-col-"],
  [class*="_xs-7"] > [class*="customify-col_"],
  [class*="_xs-7"] > [class~="customify-col"] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class*="_xs-8"] > [class*="customify-col-"],
  [class*="_xs-8"] > [class*="customify-col_"],
  [class*="_xs-8"] > [class~="customify-col"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class*="customify-col-"],
  [class*="_xs-9"] > [class*="customify-col_"],
  [class*="_xs-9"] > [class~="customify-col"] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class*="_xs-10"] > [class*="customify-col-"],
  [class*="_xs-10"] > [class*="customify-col_"],
  [class*="_xs-10"] > [class~="customify-col"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class*="customify-col-"],
  [class*="_xs-11"] > [class~="customify-col"] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class*="_xs-12"] > [class*="customify-col-"],
  [class*="_xs-12"] > [class*="customify-col_"],
  [class*="_xs-12"] > [class~="customify-col"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
[class*="customify-grid-"] > [class*="customify-col-1"],
[class*="customify-grid_"] > [class*="customify-col-1"],
[class~="customify-grid"] > [class*="customify-col-1"] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-2"],
[class*="customify-grid_"] > [class*="customify-col-2"],
[class~="customify-grid"] > [class*="customify-col-2"] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-3"],
[class*="customify-grid_"] > [class*="customify-col-3"],
[class~="customify-grid"] > [class*="customify-col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="customify-grid-"] > [class*="customify-col-4"],
[class*="customify-grid_"] > [class*="customify-col-4"],
[class~="customify-grid"] > [class*="customify-col-4"] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-5"],
[class*="customify-grid_"] > [class*="customify-col-5"],
[class~="customify-grid"] > [class*="customify-col-5"] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-6"],
[class*="customify-grid_"] > [class*="customify-col-6"],
[class~="customify-grid"] > [class*="customify-col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="customify-grid-"] > [class*="customify-col-7"],
[class*="customify-grid_"] > [class*="customify-col-7"],
[class~="customify-grid"] > [class*="customify-col-7"] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-8"],
[class*="customify-grid_"] > [class*="customify-col-8"],
[class~="customify-grid"] > [class*="customify-col-8"] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-9"],
[class*="customify-grid_"] > [class*="customify-col-9"],
[class~="customify-grid"] > [class*="customify-col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*="customify-grid-"] > [class*="customify-col-10"],
[class*="customify-grid_"] > [class*="customify-col-10"],
[class~="customify-grid"] > [class*="customify-col-10"] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class*="customify-grid-"] > [class*="customify-col-11"],
[class*="customify-grid_"] > [class*="customify-col-11"],
[class~="customify-grid"] > [class*="customify-col-11"] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class*="customify-grid-"] > [class*="customify-col-12"],
[class*="customify-grid_"] > [class*="customify-col-12"],
[class~="customify-grid"] > [class*="customify-col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="customify-grid-"] > [data-push-left*="off-0"],
[class*="customify-grid_"] > [data-push-left*="off-0"],
[class~="customify-grid"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class*="customify-grid-"] > [data-push-left*="off-1"],
[class*="customify-grid_"] > [data-push-left*="off-1"],
[class~="customify-grid"] > [data-push-left*="off-1"] {
  margin-left: 8.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-2"],
[class*="customify-grid_"] > [data-push-left*="off-2"],
[class~="customify-grid"] > [data-push-left*="off-2"] {
  margin-left: 16.6666666667%;
}
[class*="customify-grid-"] > [data-push-left*="off-3"],
[class*="customify-grid_"] > [data-push-left*="off-3"],
[class~="customify-grid"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class*="customify-grid-"] > [data-push-left*="off-4"],
[class*="customify-grid_"] > [data-push-left*="off-4"],
[class~="customify-grid"] > [data-push-left*="off-4"] {
  margin-left: 33.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-5"],
[class*="customify-grid_"] > [data-push-left*="off-5"],
[class~="customify-grid"] > [data-push-left*="off-5"] {
  margin-left: 41.6666666667%;
}
[class*="customify-grid-"] > [data-push-left*="off-6"],
[class*="customify-grid_"] > [data-push-left*="off-6"],
[class~="customify-grid"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class*="customify-grid-"] > [data-push-left*="off-7"],
[class*="customify-grid_"] > [data-push-left*="off-7"],
[class~="customify-grid"] > [data-push-left*="off-7"] {
  margin-left: 58.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-8"],
[class*="customify-grid_"] > [data-push-left*="off-8"],
[class~="customify-grid"] > [data-push-left*="off-8"] {
  margin-left: 66.6666666667%;
}
[class*="customify-grid-"] > [data-push-left*="off-9"],
[class*="customify-grid_"] > [data-push-left*="off-9"],
[class~="customify-grid"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class*="customify-grid-"] > [data-push-left*="off-10"],
[class*="customify-grid_"] > [data-push-left*="off-10"],
[class~="customify-grid"] > [data-push-left*="off-10"] {
  margin-left: 83.3333333333%;
}
[class*="customify-grid-"] > [data-push-left*="off-11"],
[class*="customify-grid_"] > [data-push-left*="off-11"],
[class~="customify-grid"] > [data-push-left*="off-11"] {
  margin-left: 91.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-0"],
[class*="customify-grid_"] > [data-push-right*="off-0"],
[class~="customify-grid"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class*="customify-grid-"] > [data-push-right*="off-1"],
[class*="customify-grid_"] > [data-push-right*="off-1"],
[class~="customify-grid"] > [data-push-right*="off-1"] {
  margin-right: 8.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-2"],
[class*="customify-grid_"] > [data-push-right*="off-2"],
[class~="customify-grid"] > [data-push-right*="off-2"] {
  margin-right: 16.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-3"],
[class*="customify-grid_"] > [data-push-right*="off-3"],
[class~="customify-grid"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class*="customify-grid-"] > [data-push-right*="off-4"],
[class*="customify-grid_"] > [data-push-right*="off-4"],
[class~="customify-grid"] > [data-push-right*="off-4"] {
  margin-right: 33.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-5"],
[class*="customify-grid_"] > [data-push-right*="off-5"],
[class~="customify-grid"] > [data-push-right*="off-5"] {
  margin-right: 41.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-6"],
[class*="customify-grid_"] > [data-push-right*="off-6"],
[class~="customify-grid"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class*="customify-grid-"] > [data-push-right*="off-7"],
[class*="customify-grid_"] > [data-push-right*="off-7"],
[class~="customify-grid"] > [data-push-right*="off-7"] {
  margin-right: 58.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-8"],
[class*="customify-grid_"] > [data-push-right*="off-8"],
[class~="customify-grid"] > [data-push-right*="off-8"] {
  margin-right: 66.6666666667%;
}
[class*="customify-grid-"] > [data-push-right*="off-9"],
[class*="customify-grid_"] > [data-push-right*="off-9"],
[class~="customify-grid"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class*="customify-grid-"] > [data-push-right*="off-10"],
[class*="customify-grid_"] > [data-push-right*="off-10"],
[class~="customify-grid"] > [data-push-right*="off-10"] {
  margin-right: 83.3333333333%;
}
[class*="customify-grid-"] > [data-push-right*="off-11"],
[class*="customify-grid_"] > [data-push-right*="off-11"],
[class~="customify-grid"] > [data-push-right*="off-11"] {
  margin-right: 91.6666666667%;
}
@media screen and (max-width: 80em) {
  [class*="customify-grid-"] > [class*="_lg-1"],
  [class*="customify-grid_"] > [class*="_lg-1"],
  [class~="customify-grid"] > [class*="_lg-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-2"],
  [class*="customify-grid_"] > [class*="_lg-2"],
  [class~="customify-grid"] > [class*="_lg-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-3"],
  [class*="customify-grid_"] > [class*="_lg-3"],
  [class~="customify-grid"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_lg-4"],
  [class*="customify-grid_"] > [class*="_lg-4"],
  [class~="customify-grid"] > [class*="_lg-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-5"],
  [class*="customify-grid_"] > [class*="_lg-5"],
  [class~="customify-grid"] > [class*="_lg-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-6"],
  [class*="customify-grid_"] > [class*="_lg-6"],
  [class~="customify-grid"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_lg-7"],
  [class*="customify-grid_"] > [class*="_lg-7"],
  [class~="customify-grid"] > [class*="_lg-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-8"],
  [class*="customify-grid_"] > [class*="_lg-8"],
  [class~="customify-grid"] > [class*="_lg-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-9"],
  [class*="customify-grid_"] > [class*="_lg-9"],
  [class~="customify-grid"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_lg-10"],
  [class*="customify-grid_"] > [class*="_lg-10"],
  [class~="customify-grid"] > [class*="_lg-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_lg-11"],
  [class*="customify-grid_"] > [class*="_lg-11"],
  [class~="customify-grid"] > [class*="_lg-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_lg-12"],
  [class*="customify-grid_"] > [class*="_lg-12"],
  [class~="customify-grid"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-0"],
  [class*="customify-grid_"] > [data-push-left*="_lg-0"],
  [class~="customify-grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-1"],
  [class*="customify-grid_"] > [data-push-left*="_lg-1"],
  [class~="customify-grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-2"],
  [class*="customify-grid_"] > [data-push-left*="_lg-2"],
  [class~="customify-grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-3"],
  [class*="customify-grid_"] > [data-push-left*="_lg-3"],
  [class~="customify-grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-4"],
  [class*="customify-grid_"] > [data-push-left*="_lg-4"],
  [class~="customify-grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-5"],
  [class*="customify-grid_"] > [data-push-left*="_lg-5"],
  [class~="customify-grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-6"],
  [class*="customify-grid_"] > [data-push-left*="_lg-6"],
  [class~="customify-grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-7"],
  [class*="customify-grid_"] > [data-push-left*="_lg-7"],
  [class~="customify-grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-8"],
  [class*="customify-grid_"] > [data-push-left*="_lg-8"],
  [class~="customify-grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-9"],
  [class*="customify-grid_"] > [data-push-left*="_lg-9"],
  [class~="customify-grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-10"],
  [class*="customify-grid_"] > [data-push-left*="_lg-10"],
  [class~="customify-grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_lg-11"],
  [class*="customify-grid_"] > [data-push-left*="_lg-11"],
  [class~="customify-grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-0"],
  [class*="customify-grid_"] > [data-push-right*="_lg-0"],
  [class~="customify-grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-1"],
  [class*="customify-grid_"] > [data-push-right*="_lg-1"],
  [class~="customify-grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-2"],
  [class*="customify-grid_"] > [data-push-right*="_lg-2"],
  [class~="customify-grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-3"],
  [class*="customify-grid_"] > [data-push-right*="_lg-3"],
  [class~="customify-grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-4"],
  [class*="customify-grid_"] > [data-push-right*="_lg-4"],
  [class~="customify-grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-5"],
  [class*="customify-grid_"] > [data-push-right*="_lg-5"],
  [class~="customify-grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-6"],
  [class*="customify-grid_"] > [data-push-right*="_lg-6"],
  [class~="customify-grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-7"],
  [class*="customify-grid_"] > [data-push-right*="_lg-7"],
  [class~="customify-grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-8"],
  [class*="customify-grid_"] > [data-push-right*="_lg-8"],
  [class~="customify-grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-9"],
  [class*="customify-grid_"] > [data-push-right*="_lg-9"],
  [class~="customify-grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-10"],
  [class*="customify-grid_"] > [data-push-right*="_lg-10"],
  [class~="customify-grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_lg-11"],
  [class*="customify-grid_"] > [data-push-right*="_lg-11"],
  [class~="customify-grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_lg-secon"],
  [class*="customify-grid_"] [class*="_lg-secon"],
  [class~="customify-grid"] [class*="_lg-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_lg-last"],
  [class*="customify-grid_"] [class*="_lg-last"],
  [class~="customify-grid"] [class*="_lg-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 64em) {
  [class*="customify-grid-"] > [class*="_md-1"],
  [class*="customify-grid_"] > [class*="_md-1"],
  [class~="customify-grid"] > [class*="_md-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-2"],
  [class*="customify-grid_"] > [class*="_md-2"],
  [class~="customify-grid"] > [class*="_md-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-3"],
  [class*="customify-grid_"] > [class*="_md-3"],
  [class~="customify-grid"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_md-4"],
  [class*="customify-grid_"] > [class*="_md-4"],
  [class~="customify-grid"] > [class*="_md-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-5"],
  [class*="customify-grid_"] > [class*="_md-5"],
  [class~="customify-grid"] > [class*="_md-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-6"],
  [class*="customify-grid_"] > [class*="_md-6"],
  [class~="customify-grid"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_md-7"],
  [class*="customify-grid_"] > [class*="_md-7"],
  [class~="customify-grid"] > [class*="_md-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-8"],
  [class*="customify-grid_"] > [class*="_md-8"],
  [class~="customify-grid"] > [class*="_md-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-9"],
  [class*="customify-grid_"] > [class*="_md-9"],
  [class~="customify-grid"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_md-10"],
  [class*="customify-grid_"] > [class*="_md-10"],
  [class~="customify-grid"] > [class*="_md-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_md-11"],
  [class*="customify-grid_"] > [class*="_md-11"],
  [class~="customify-grid"] > [class*="_md-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_md-12"],
  [class*="customify-grid_"] > [class*="_md-12"],
  [class~="customify-grid"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-0"],
  [class*="customify-grid_"] > [data-push-left*="_md-0"],
  [class~="customify-grid"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-1"],
  [class*="customify-grid_"] > [data-push-left*="_md-1"],
  [class~="customify-grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-2"],
  [class*="customify-grid_"] > [data-push-left*="_md-2"],
  [class~="customify-grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-3"],
  [class*="customify-grid_"] > [data-push-left*="_md-3"],
  [class~="customify-grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-4"],
  [class*="customify-grid_"] > [data-push-left*="_md-4"],
  [class~="customify-grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-5"],
  [class*="customify-grid_"] > [data-push-left*="_md-5"],
  [class~="customify-grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-6"],
  [class*="customify-grid_"] > [data-push-left*="_md-6"],
  [class~="customify-grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-7"],
  [class*="customify-grid_"] > [data-push-left*="_md-7"],
  [class~="customify-grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-8"],
  [class*="customify-grid_"] > [data-push-left*="_md-8"],
  [class~="customify-grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-9"],
  [class*="customify-grid_"] > [data-push-left*="_md-9"],
  [class~="customify-grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-10"],
  [class*="customify-grid_"] > [data-push-left*="_md-10"],
  [class~="customify-grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_md-11"],
  [class*="customify-grid_"] > [data-push-left*="_md-11"],
  [class~="customify-grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-0"],
  [class*="customify-grid_"] > [data-push-right*="_md-0"],
  [class~="customify-grid"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-1"],
  [class*="customify-grid_"] > [data-push-right*="_md-1"],
  [class~="customify-grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-2"],
  [class*="customify-grid_"] > [data-push-right*="_md-2"],
  [class~="customify-grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-3"],
  [class*="customify-grid_"] > [data-push-right*="_md-3"],
  [class~="customify-grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-4"],
  [class*="customify-grid_"] > [data-push-right*="_md-4"],
  [class~="customify-grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-5"],
  [class*="customify-grid_"] > [data-push-right*="_md-5"],
  [class~="customify-grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-6"],
  [class*="customify-grid_"] > [data-push-right*="_md-6"],
  [class~="customify-grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-7"],
  [class*="customify-grid_"] > [data-push-right*="_md-7"],
  [class~="customify-grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-8"],
  [class*="customify-grid_"] > [data-push-right*="_md-8"],
  [class~="customify-grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-9"],
  [class*="customify-grid_"] > [data-push-right*="_md-9"],
  [class~="customify-grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-10"],
  [class*="customify-grid_"] > [data-push-right*="_md-10"],
  [class~="customify-grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_md-11"],
  [class*="customify-grid_"] > [data-push-right*="_md-11"],
  [class~="customify-grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_md-secon"],
  [class*="customify-grid_"] [class*="_md-secon"],
  [class~="customify-grid"] [class*="_md-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_md-last"],
  [class*="customify-grid_"] [class*="_md-last"],
  [class~="customify-grid"] [class*="_md-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 48em) {
  [class*="customify-grid-"] > [class*="_sm-1"],
  [class*="customify-grid_"] > [class*="_sm-1"],
  [class~="customify-grid"] > [class*="_sm-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-2"],
  [class*="customify-grid_"] > [class*="_sm-2"],
  [class~="customify-grid"] > [class*="_sm-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-3"],
  [class*="customify-grid_"] > [class*="_sm-3"],
  [class~="customify-grid"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_sm-4"],
  [class*="customify-grid_"] > [class*="_sm-4"],
  [class~="customify-grid"] > [class*="_sm-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-5"],
  [class*="customify-grid_"] > [class*="_sm-5"],
  [class~="customify-grid"] > [class*="_sm-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-6"],
  [class*="customify-grid_"] > [class*="_sm-6"],
  [class~="customify-grid"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_sm-7"],
  [class*="customify-grid_"] > [class*="_sm-7"],
  [class~="customify-grid"] > [class*="_sm-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-8"],
  [class*="customify-grid_"] > [class*="_sm-8"],
  [class~="customify-grid"] > [class*="_sm-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-9"],
  [class*="customify-grid_"] > [class*="_sm-9"],
  [class~="customify-grid"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_sm-10"],
  [class*="customify-grid_"] > [class*="_sm-10"],
  [class~="customify-grid"] > [class*="_sm-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_sm-11"],
  [class*="customify-grid_"] > [class*="_sm-11"],
  [class~="customify-grid"] > [class*="_sm-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_sm-12"],
  [class*="customify-grid_"] > [class*="_sm-12"],
  [class~="customify-grid"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-0"],
  [class*="customify-grid_"] > [data-push-left*="_sm-0"],
  [class~="customify-grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-1"],
  [class*="customify-grid_"] > [data-push-left*="_sm-1"],
  [class~="customify-grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-2"],
  [class*="customify-grid_"] > [data-push-left*="_sm-2"],
  [class~="customify-grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-3"],
  [class*="customify-grid_"] > [data-push-left*="_sm-3"],
  [class~="customify-grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-4"],
  [class*="customify-grid_"] > [data-push-left*="_sm-4"],
  [class~="customify-grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-5"],
  [class*="customify-grid_"] > [data-push-left*="_sm-5"],
  [class~="customify-grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-6"],
  [class*="customify-grid_"] > [data-push-left*="_sm-6"],
  [class~="customify-grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-7"],
  [class*="customify-grid_"] > [data-push-left*="_sm-7"],
  [class~="customify-grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-8"],
  [class*="customify-grid_"] > [data-push-left*="_sm-8"],
  [class~="customify-grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-9"],
  [class*="customify-grid_"] > [data-push-left*="_sm-9"],
  [class~="customify-grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-10"],
  [class*="customify-grid_"] > [data-push-left*="_sm-10"],
  [class~="customify-grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_sm-11"],
  [class*="customify-grid_"] > [data-push-left*="_sm-11"],
  [class~="customify-grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-0"],
  [class*="customify-grid_"] > [data-push-right*="_sm-0"],
  [class~="customify-grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-1"],
  [class*="customify-grid_"] > [data-push-right*="_sm-1"],
  [class~="customify-grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-2"],
  [class*="customify-grid_"] > [data-push-right*="_sm-2"],
  [class~="customify-grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-3"],
  [class*="customify-grid_"] > [data-push-right*="_sm-3"],
  [class~="customify-grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-4"],
  [class*="customify-grid_"] > [data-push-right*="_sm-4"],
  [class~="customify-grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-5"],
  [class*="customify-grid_"] > [data-push-right*="_sm-5"],
  [class~="customify-grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-6"],
  [class*="customify-grid_"] > [data-push-right*="_sm-6"],
  [class~="customify-grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-7"],
  [class*="customify-grid_"] > [data-push-right*="_sm-7"],
  [class~="customify-grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-8"],
  [class*="customify-grid_"] > [data-push-right*="_sm-8"],
  [class~="customify-grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-9"],
  [class*="customify-grid_"] > [data-push-right*="_sm-9"],
  [class~="customify-grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-10"],
  [class*="customify-grid_"] > [data-push-right*="_sm-10"],
  [class~="customify-grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_sm-11"],
  [class*="customify-grid_"] > [data-push-right*="_sm-11"],
  [class~="customify-grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_sm-secon"],
  [class*="customify-grid_"] [class*="_sm-secon"],
  [class~="customify-grid"] [class*="_sm-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_sm-last"],
  [class*="customify-grid_"] [class*="_sm-last"],
  [class~="customify-grid"] [class*="_sm-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="customify-grid-"] > [class*="_xs-1"],
  [class*="customify-grid_"] > [class*="_xs-1"],
  [class~="customify-grid"] > [class*="_xs-1"] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-2"],
  [class*="customify-grid_"] > [class*="_xs-2"],
  [class~="customify-grid"] > [class*="_xs-2"] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-3"],
  [class*="customify-grid_"] > [class*="_xs-3"],
  [class~="customify-grid"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="customify-grid-"] > [class*="_xs-4"],
  [class*="customify-grid_"] > [class*="_xs-4"],
  [class~="customify-grid"] > [class*="_xs-4"] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-5"],
  [class*="customify-grid_"] > [class*="_xs-5"],
  [class~="customify-grid"] > [class*="_xs-5"] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-6"],
  [class*="customify-grid_"] > [class*="_xs-6"],
  [class~="customify-grid"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="customify-grid-"] > [class*="_xs-7"],
  [class*="customify-grid_"] > [class*="_xs-7"],
  [class~="customify-grid"] > [class*="_xs-7"] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-8"],
  [class*="customify-grid_"] > [class*="_xs-8"],
  [class~="customify-grid"] > [class*="_xs-8"] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-9"],
  [class*="customify-grid_"] > [class*="_xs-9"],
  [class~="customify-grid"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*="customify-grid-"] > [class*="_xs-10"],
  [class*="customify-grid_"] > [class*="_xs-10"],
  [class~="customify-grid"] > [class*="_xs-10"] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*="customify-grid-"] > [class*="_xs-11"],
  [class*="customify-grid_"] > [class*="_xs-11"],
  [class~="customify-grid"] > [class*="_xs-11"] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*="customify-grid-"] > [class*="_xs-12"],
  [class*="customify-grid_"] > [class*="_xs-12"],
  [class~="customify-grid"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-0"],
  [class*="customify-grid_"] > [data-push-left*="_xs-0"],
  [class~="customify-grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-1"],
  [class*="customify-grid_"] > [data-push-left*="_xs-1"],
  [class~="customify-grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-2"],
  [class*="customify-grid_"] > [data-push-left*="_xs-2"],
  [class~="customify-grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-3"],
  [class*="customify-grid_"] > [data-push-left*="_xs-3"],
  [class~="customify-grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-4"],
  [class*="customify-grid_"] > [data-push-left*="_xs-4"],
  [class~="customify-grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-5"],
  [class*="customify-grid_"] > [data-push-left*="_xs-5"],
  [class~="customify-grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-6"],
  [class*="customify-grid_"] > [data-push-left*="_xs-6"],
  [class~="customify-grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-7"],
  [class*="customify-grid_"] > [data-push-left*="_xs-7"],
  [class~="customify-grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-8"],
  [class*="customify-grid_"] > [data-push-left*="_xs-8"],
  [class~="customify-grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-9"],
  [class*="customify-grid_"] > [data-push-left*="_xs-9"],
  [class~="customify-grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-10"],
  [class*="customify-grid_"] > [data-push-left*="_xs-10"],
  [class~="customify-grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-left*="_xs-11"],
  [class*="customify-grid_"] > [data-push-left*="_xs-11"],
  [class~="customify-grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-0"],
  [class*="customify-grid_"] > [data-push-right*="_xs-0"],
  [class~="customify-grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-1"],
  [class*="customify-grid_"] > [data-push-right*="_xs-1"],
  [class~="customify-grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-2"],
  [class*="customify-grid_"] > [data-push-right*="_xs-2"],
  [class~="customify-grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-3"],
  [class*="customify-grid_"] > [data-push-right*="_xs-3"],
  [class~="customify-grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-4"],
  [class*="customify-grid_"] > [data-push-right*="_xs-4"],
  [class~="customify-grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-5"],
  [class*="customify-grid_"] > [data-push-right*="_xs-5"],
  [class~="customify-grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-6"],
  [class*="customify-grid_"] > [data-push-right*="_xs-6"],
  [class~="customify-grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-7"],
  [class*="customify-grid_"] > [data-push-right*="_xs-7"],
  [class~="customify-grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-8"],
  [class*="customify-grid_"] > [data-push-right*="_xs-8"],
  [class~="customify-grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.6666666667%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-9"],
  [class*="customify-grid_"] > [data-push-right*="_xs-9"],
  [class~="customify-grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-10"],
  [class*="customify-grid_"] > [data-push-right*="_xs-10"],
  [class~="customify-grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.3333333333%;
  }
  [class*="customify-grid-"] > [data-push-right*="_xs-11"],
  [class*="customify-grid_"] > [data-push-right*="_xs-11"],
  [class~="customify-grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.6666666667%;
  }
  [class*="customify-grid-"] [class*="_xs-secon"],
  [class*="customify-grid_"] [class*="_xs-secon"],
  [class~="customify-grid"] [class*="_xs-secon"] {
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  [class*="customify-grid-"] [class*="_xs-last"],
  [class*="customify-grid_"] [class*="_xs-last"],
  [class~="customify-grid"] [class*="_xs-last"] {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
[class*="customify-col-"][class*="customify-col-0"] {
  display: none;
}
@media screen and (max-width: 80em) {
  [class*="customify-grid-"] > :not([class*="_lg-0"]),
  [class*="customify-grid_"] > :not([class*="_lg-0"]),
  [class~="customify-grid"] > :not([class*="_lg-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_lg-0"],
  [class*="customify-grid_"] > [class*="_lg-0"],
  [class~="customify-grid"] > [class*="_lg-0"] {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  [class*="customify-grid-"] > :not([class*="_md-0"]),
  [class*="customify-grid_"] > :not([class*="_md-0"]),
  [class~="customify-grid"] > :not([class*="_md-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_md-0"],
  [class*="customify-grid_"] > [class*="_md-0"],
  [class~="customify-grid"] > [class*="_md-0"] {
    display: none;
  }
}
@media screen and (max-width: 48em) {
  [class*="customify-grid-"] > :not([class*="_sm-0"]),
  [class*="customify-grid_"] > :not([class*="_sm-0"]),
  [class~="customify-grid"] > :not([class*="_sm-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_sm-0"],
  [class*="customify-grid_"] > [class*="_sm-0"],
  [class~="customify-grid"] > [class*="_sm-0"] {
    display: none;
  }
}
@media screen and (max-width: 35.5em) {
  [class*="customify-grid-"] > :not([class*="_xs-0"]),
  [class*="customify-grid_"] > :not([class*="_xs-0"]),
  [class~="customify-grid"] > :not([class*="_xs-0"]) {
    display: block;
  }
  [class*="customify-grid-"] > [class*="_xs-0"],
  [class*="customify-grid_"] > [class*="_xs-0"],
  [class~="customify-grid"] > [class*="_xs-0"] {
    display: none;
  }
}
body {
  color: #686868;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.618;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.purple-a6bb .image_5739,
.preview-copper-4d40,
.badge_steel_1c3f,
.chip-3e9e,
.prev_5883,
.search-0619,
.item_f360,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 0.5407911001em;
  color: #2b2b2b;
  clear: both;
}
.preview-copper-4d40,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .preview-copper-4d40,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .preview-copper-4d40,
  h1 {
    font-size: 1.8em;
  }
}
.badge_steel_1c3f,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.badge_steel_1c3f + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .badge_steel_1c3f,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .badge_steel_1c3f,
  h2 {
    font-size: 1.7em;
  }
}
.chip-3e9e,
h3 {
  font-size: 1.618em;
}
.purple-a6bb .image_5739,
.prev_5883,
h4 {
  font-size: 1.41575em;
}
p {
  margin: 0 0 1.41575em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0 1.41575em;
  margin: 1.41575em 1.618em;
  border-left: 3px solid #eaecee;
  font-style: italic;
  font-weight: 200;
  font-size: 1.2em;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
address {
  margin: 0 0 1.618em;
}
pre {
  background: #f2f2f2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 2.2906835em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 0.15em 0.5407911001em;
  border-radius: 2px;
}
abbr,
acronym {
  border-bottom: 1px dotted #686868;
  cursor: help;
}
ins,
mark {
  background: 0 0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.618em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a.element-green-edd1 {
  color: currentColor;
}
a {
  color: #1e4b75;
  text-decoration: none;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}
a:focus,
a:hover {
  color: #111;
}
a:active,
a:hover {
  outline: 0;
}
ol,
ul {
  margin: 0 0 1.618em 2.617924em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 2.617924em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.618em;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.2906835em;
  border-spacing: 0;
  border-collapse: separate;
}
table caption {
  padding: 1.41575em;
  font-weight: 600;
}
table th {
  background: #f2f2f2;
  font-weight: 500;
}
table td,
table th {
  padding: 1em 1.618em;
  vertical-align: top;
  text-align: left;
  font-size: 0.9em;
}
table thead th {
  vertical-align: middle;
}
table tbody td {
  background: #fafafa;
}
table tbody tr:nth-child(2n) td {
  background: #f7f7f7;
}
.sort_stale_7a99:after,
.sort_stale_7a99:before,
.sidebar-1aa2:after,
.sidebar-1aa2:before {
  content: "";
  display: table;
}
.sort_stale_7a99:after,
.sidebar-1aa2:after {
  clear: both;
}
.hero-c16b {
  float: right;
  margin-right: 0;
}
.list_6da5 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.pattern_dark_fc15 .summary-tall-f621,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  color: #282828;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  padding: 0 0.75em;
  height: 2.6em;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.pattern_dark_fc15 .summary-tall-f621:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  background-color: #f9f9f9;
}
select {
  box-shadow: none;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDkuOTk4LDBMMjcsMzYuNDk4bDQ2LDAuMDA0TDQ5Ljk5OCwweiBNNTAuMDA0LDEwMEw3Myw2My41MDJsLTQ2LTAuMDA0TDUwLjAwNCwxMDB6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-position: center right 8px;
  background-repeat: no-repeat;
  padding-right: 1.5em;
  cursor: pointer;
}
.cool_0477 .summary-tall-f621 {
  box-shadow: none;
}
.cool_0477
  .summary-tall-f621
  .basic-34a6 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.cool_0477 .summary-tall-f621 .plasma_0aff {
  top: 46%;
  right: 1px;
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  transform: translateY(-38%);
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMCAxMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDkuOTk4LDBMMjcsMzYuNDk4bDQ2LDAuMDA0TDQ5Ljk5OCwweiBNNTAuMDA0LDEwMEw3Myw2My41MDJsLTQ2LTAuMDA0TDUwLjAwNCwxMDB6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-position: center right 8px;
  background-repeat: no-repeat;
}
.cool_0477
  .summary-tall-f621
  .plasma_0aff
  b {
  display: none;
}
.cool_0477 .gold-3dcb {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.fluid_faf2:not(.hidden_0fa3):not(.title-bright-8bae),
button:not(.hidden_0fa3):not(.title-bright-8bae),
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ) {
  border: none;
  cursor: pointer;
  padding: 0 1.3em;
  line-height: 2.5em;
  min-height: 2.6em;
  max-width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  border-radius: 1px;
  display: inline-block;
}
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):hover,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):hover,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):hover,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):hover,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):active,
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):active,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):active,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):active,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):active,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus {
  outline: 0;
}
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1 {
  position: relative;
}
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .menu_blue_1708,
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .huge_bb5f,
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .row_65e8,
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  i,
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  svg,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .menu_blue_1708,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .huge_bb5f,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .row_65e8,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  i,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  svg,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .menu_blue_1708,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .huge_bb5f,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .row_65e8,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  i,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  svg,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .menu_blue_1708,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .huge_bb5f,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .row_65e8,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  i,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  svg,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .menu_blue_1708,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .huge_bb5f,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  .row_65e8,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  i,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1
  svg {
  visibility: hidden;
}
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1:after,
button:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1:after,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1:after,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1:after,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ).fn-loading-b0d1:after {
  content: "" !important;
  height: 16px;
  width: 16px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-left-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  padding: 0;
  line-height: 0;
}
.fluid_faf2:not(.hidden_0fa3):not(.title-bright-8bae),
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ) {
  color: #fff;
  background: #235787;
}
.fluid_faf2:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
input[type="button"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
input[type="reset"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus,
input[type="submit"]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ):focus {
  color: #fff;
}
.fluid_faf2.fn-disabled-b0d1:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
.fluid_faf2[disabled]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
button.fn-disabled-b0d1:not(.hidden_0fa3):not(
    .title-bright-8bae
  ),
button[disabled]:not(.hidden_0fa3):not(
    .title-bright-8bae
  ) {
  opacity: 0.5;
}
textarea {
  padding: 0.575em 0.875em 0;
  min-height: 130px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 2.2906835em 0;
  padding: 0;
}
fieldset legend {
  margin-bottom: 0.5407911001em;
  font-weight: 600;
}
label {
  color: #252525;
}
.over-3394 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.over-3394:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 2.2906835em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.breadcrumb-solid-92aa {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.card-light-e4d9 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.yellow-7ff2 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.sort_stale_7a99:after,
.sort_stale_7a99:before,
.bronze-7367:after,
.bronze-7367:before,
.description_abf1:after,
.description_abf1:before,
.notification-57b0:after,
.notification-57b0:before,
.under_a391:after,
.under_a391:before,
.table_active_80fd:after,
.table_active_80fd:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.sort_stale_7a99:after,
.bronze-7367:after,
.description_abf1:after,
.notification-57b0:after,
.under_a391:after,
.table_active_80fd:after {
  clear: both;
}
.bronze-7367 .static_5a46,
.description_abf1 .static_5a46,
.easy_e88f .static_5a46 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.small-203d {
  display: inline-block;
}
.badge-purple-4257 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.badge-purple-4257 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.badge-purple-4257 .tertiary_36cf {
  padding: 1em 0;
  font-size: 85%;
}
.tertiary_36cf {
  text-align: left;
  font-style: italic;
  color: #999;
}
.message-paper-6aff {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.message-paper-6aff:after,
.message-paper-6aff:before {
  content: "";
  display: table;
}
.message-paper-6aff:after {
  clear: both;
}
.module-complex-c9ba {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.component_mini_254d .module-complex-c9ba {
  max-width: 50%;
}
.video-e133 .module-complex-c9ba {
  max-width: 33.33%;
}
.short_1886 .module-complex-c9ba {
  max-width: 25%;
}
.feature_warm_d45b .module-complex-c9ba {
  max-width: 20%;
}
.active-complex-2da3 .module-complex-c9ba {
  max-width: 16.66%;
}
.outer-3bcb .module-complex-c9ba {
  max-width: 14.28%;
}
.warm_6165 .module-complex-c9ba {
  max-width: 12.5%;
}
.icon_short_318b .module-complex-c9ba {
  max-width: 11.11%;
}
.highlight-cool-220b {
  display: block;
}
.purple-a6bb .outline_iron_283d label,
.purple-a6bb .mask-d163 label,
.purple-a6bb .silver_45b8 label,
.purple-a6bb .full_517c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.link-5616 {
  list-style: none;
  margin: 0;
}
.link-5616 article.border-east-07a7 {
  margin-bottom: 0;
}
.link-5616 ul {
  list-style: none;
  margin: 0;
}
.link-5616 .badge_74d9 li.border-east-07a7 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .link-5616 .badge_74d9 li.border-east-07a7 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .link-5616 .badge_74d9 li.border-east-07a7:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .link-5616 .badge_74d9 li.border-east-07a7 li.border-east-07a7 li.border-east-07a7 li.border-east-07a7 {
    padding-left: 0;
  }
}
article.border-east-07a7 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.border-east-07a7 .bronze-7367 p:last-of-type {
  margin-bottom: 0;
}
article.border-east-07a7 .panel-b097 {
  float: left;
}
article.border-east-07a7 .gold-389e {
  margin-left: 85px;
}
article.border-east-07a7 .action_84b7 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.border-east-07a7 .action_84b7 .notification-wide-7e44 {
  margin-left: 10px;
}
article.border-east-07a7 .sort-76a1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.border-east-07a7 .soft-48c5 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .outline_iron_283d,
  #respond .silver_45b8,
  #respond .full_517c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .outline_iron_283d input,
#respond .silver_45b8 input,
#respond .full_517c input {
  width: 100%;
}
#respond .full_517c {
  margin-right: 0;
}
#respond .fixed_c3ce #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.picture_thick_323a {
  margin: auto;
  width: 24px;
  height: 24px;
  min-height: 24px;
  overflow: hidden;
  fill: currentColor;
  line-height: 1em;
  font-size: 1em;
  position: relative;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.5);
  color: #888;
  opacity: 0.6;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.picture_thick_323a.form_d282 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.picture_thick_323a svg {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: currentColor;
  color: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.picture_thick_323a:focus,
.picture_thick_323a:hover {
  color: #333;
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.18);
  background-color: rgba(255, 255, 255, 0.99);
}
.advanced-524a {
  border-radius: 10%;
}
.down-3e99 {
  border-radius: 50%;
}
.search-2da4 {
  font-size: 0.72em;
}
.accent-top-9efb {
  font-size: 0.875em;
}
.breadcrumb_d711 {
  font-size: 1.1em;
}
.disabled_3573 {
  text-transform: uppercase;
  line-height: 1.2;
}
.disabled_3573.search-2da4 {
  letter-spacing: 0.5px;
}
.stale_38d6,
.stale_38d6 a {
  color: #6d6d6d;
}
.stale_38d6 a:hover {
  color: #111;
}
.last-e312 {
  color: #6d6d6d;
}
.pattern_gold_fe35 {
  overflow-x: hidden;
}
.pattern_gold_fe35 .preview_93af.tabs_dynamic_4570 {
  position: relative;
}
.pattern_gold_fe35 .preview_93af.tabs_dynamic_4570.nav-41ee {
  position: initial;
}
.pattern_gold_fe35
  .preview_93af.tabs_dynamic_4570.nav-41ee
  .shadow_focused_4e3a {
  left: auto;
}
.pattern_gold_fe35 .preview_93af .shadow_focused_4e3a {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: #0073aa;
  color: #fff;
  padding: 5px 8px 6px;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 14px;
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.pattern_gold_fe35 .preview_93af:hover.tabs_dynamic_4570 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.pattern_gold_fe35
  .preview_93af:hover.tabs_dynamic_4570
  .shadow_focused_4e3a {
  display: block;
  z-index: 9999999;
}
.pattern_gold_fe35 .picture_small_ecc8 .media_pressed_7d02,
.pattern_gold_fe35 .module_775c .media_pressed_7d02 {
  display: none;
}
.pattern_gold_fe35 .dynamic-de07 .preview_93af:hover.tabs_dynamic_4570 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.purple-a6bb .outline_iron_283d label,
.purple-a6bb .mask-d163 label,
.purple-a6bb .silver_45b8 label,
.purple-a6bb .full_517c label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.link-5616 {
  list-style: none;
  margin: 0;
}
.link-5616 article.border-east-07a7 {
  margin-bottom: 0;
}
.link-5616 ul {
  list-style: none;
  margin: 0;
}
.link-5616 .badge_74d9 li.border-east-07a7 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .link-5616 .badge_74d9 li.border-east-07a7 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .link-5616 .badge_74d9 li.border-east-07a7:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .link-5616 .badge_74d9 li.border-east-07a7 li.border-east-07a7 li.border-east-07a7 li.border-east-07a7 {
    padding-left: 0;
  }
}
article.border-east-07a7 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.border-east-07a7 .bronze-7367 p:last-of-type {
  margin-bottom: 0;
}
article.border-east-07a7 .panel-b097 {
  float: left;
}
article.border-east-07a7 .gold-389e {
  margin-left: 85px;
}
article.border-east-07a7 .action_84b7 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.border-east-07a7 .action_84b7 .notification-wide-7e44 {
  margin-left: 10px;
}
article.border-east-07a7 .sort-76a1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.border-east-07a7 .soft-48c5 {
  background: #6d6d6d;
  padding: 1px 6px 1px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  top: -2px;
  margin-left: 4px;
}
@media screen and (min-width: 64em) {
  #respond .outline_iron_283d,
  #respond .silver_45b8,
  #respond .full_517c {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .outline_iron_283d input,
#respond .silver_45b8 input,
#respond .full_517c input {
  width: 100%;
}
#respond .full_517c {
  margin-right: 0;
}
#respond .fixed_c3ce #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.picture_small_ecc8 .active_ed90 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.active_ed90 .table_c028.block-cold-c3e5 .warm_7fc3 > li > a:focus,
.active_ed90 .table_c028.block-cold-c3e5 .warm_7fc3 > li > a:hover,
.active_ed90 .table_c028.hard-4b3b .warm_7fc3 > li > a:focus,
.active_ed90 .table_c028.hard-4b3b .warm_7fc3 > li > a:hover,
.active_ed90 .table_c028.slow_24d7 .warm_7fc3 > li > a:focus,
.active_ed90 .table_c028.slow_24d7 .warm_7fc3 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.active_ed90
  .table_c028.block-cold-c3e5
  .warm_7fc3
  > li.header-out-ce54
  > a,
.active_ed90
  .table_c028.block-cold-c3e5
  .warm_7fc3
  > li.tertiary-pink-d2a0
  > a,
.active_ed90
  .table_c028.hard-4b3b
  .warm_7fc3
  > li.header-out-ce54
  > a,
.active_ed90
  .table_c028.hard-4b3b
  .warm_7fc3
  > li.tertiary-pink-d2a0
  > a,
.active_ed90
  .table_c028.slow_24d7
  .warm_7fc3
  > li.header-out-ce54
  > a,
.active_ed90 .table_c028.slow_24d7 .warm_7fc3 > li.element-5094 > a {
  color: rgba(255, 255, 255, 0.99);
}
.active_ed90 .gradient_wood_6e7d,
.active_ed90 .gradient_wood_6e7d a {
  color: rgba(255, 255, 255, 0.99);
}
.active_ed90 .heading_dim_e47e.icon-left-8c1d li a,
.active_ed90 .tooltip-9838 a,
.active_ed90 .container_dynamic_b482,
.active_ed90 .warm_7fc3 > li > a,
.active_ed90 .surface-22b8 {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90 .heading_dim_e47e.icon-left-8c1d li a:hover,
.active_ed90 .tooltip-9838 a:hover,
.active_ed90 .container_dynamic_b482:hover,
.active_ed90 .warm_7fc3 > li > a:hover,
.active_ed90 .surface-22b8:hover {
  color: rgba(255, 255, 255, 0.99);
}
.active_ed90 .popup_ac53 {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90 .popup_ac53 .sidebar_3cf0 {
  color: rgba(255, 255, 255, 0.99);
}
.active_ed90 .popup_ac53:hover {
  color: rgba(255, 255, 255, 0.99);
}
.active_ed90 .active-68ce .sort_19fe {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90 .active-68ce .sort_19fe .card-in-0d4d {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90
  .active-68ce
  .sort_19fe
  .card-in-0d4d::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90
  .active-68ce
  .sort_19fe
  .card-in-0d4d:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90
  .active-68ce
  .sort_19fe
  .card-in-0d4d::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90
  .active-68ce
  .sort_19fe
  .card-in-0d4d::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90 .active-68ce .backdrop-4d30 {
  color: rgba(255, 255, 255, 0.79);
}
.active_ed90 .active-68ce .backdrop-4d30:hover {
  color: rgba(255, 255, 255, 0.99);
}
.table_8910
  .active_ed90
  .active-68ce
  .item_8d8d
  .shade-middle-0490 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.table_8910
  .active_ed90
  .active-68ce
  .item_8d8d
  .card-in-0d4d {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.picture_small_ecc8 .wide_671c {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.wide_671c .table_c028.block-cold-c3e5 .warm_7fc3 > li > a:focus,
.wide_671c .table_c028.block-cold-c3e5 .warm_7fc3 > li > a:hover,
.wide_671c .table_c028.hard-4b3b .warm_7fc3 > li > a:focus,
.wide_671c .table_c028.hard-4b3b .warm_7fc3 > li > a:hover,
.wide_671c .table_c028.slow_24d7 .warm_7fc3 > li > a:focus,
.wide_671c .table_c028.slow_24d7 .warm_7fc3 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wide_671c
  .table_c028.block-cold-c3e5
  .warm_7fc3
  > li.header-out-ce54
  > a,
.wide_671c
  .table_c028.block-cold-c3e5
  .warm_7fc3
  > li.tertiary-pink-d2a0
  > a,
.wide_671c
  .table_c028.hard-4b3b
  .warm_7fc3
  > li.header-out-ce54
  > a,
.wide_671c
  .table_c028.hard-4b3b
  .warm_7fc3
  > li.tertiary-pink-d2a0
  > a,
.wide_671c
  .table_c028.slow_24d7
  .warm_7fc3
  > li.header-out-ce54
  > a,
.wide_671c .table_c028.slow_24d7 .warm_7fc3 > li.element-5094 > a {
  color: rgba(0, 0, 0, 0.8);
}
.wide_671c .gradient_wood_6e7d,
.wide_671c .gradient_wood_6e7d a {
  color: rgba(0, 0, 0, 0.8);
}
.wide_671c .heading_dim_e47e.icon-left-8c1d li a,
.wide_671c .tooltip-9838 a,
.wide_671c .container_dynamic_b482,
.wide_671c .warm_7fc3 > li > a,
.wide_671c .surface-22b8 {
  color: rgba(0, 0, 0, 0.55);
}
.wide_671c .heading_dim_e47e.icon-left-8c1d li a:hover,
.wide_671c .tooltip-9838 a:hover,
.wide_671c .container_dynamic_b482:hover,
.wide_671c .warm_7fc3 > li > a:hover,
.wide_671c .surface-22b8:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wide_671c .popup_ac53 {
  color: rgba(0, 0, 0, 0.55);
}
.wide_671c .popup_ac53 .sidebar_3cf0 {
  color: rgba(0, 0, 0, 0.8);
}
.wide_671c .popup_ac53:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tag-under-a7af .footer-small-fb19 {
  margin-left: auto;
  margin-right: auto;
}
.description_abf1 > * {
  margin-left: auto;
  margin-right: auto;
}
.description_abf1 .breadcrumb-solid-92aa {
  margin-right: 1.41575em;
}
.upper-4290 .description_abf1 > .tabs_b6cf {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.upper-4290 .description_abf1 > .button_clean_2e42 {
  margin: 1.5em 0;
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.hidden_black_6c33.tag-under-a7af .footer-small-fb19,
.caption-purple-e6d5.tag-under-a7af .footer-small-fb19 {
  margin-left: 0;
}
.item_top_191e.tag-under-a7af .footer-small-fb19,
.hovered-64e4.tag-under-a7af .footer-small-fb19 {
  margin-right: 0;
}
.description_abf1 ol,
.description_abf1 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.logo_32d0 video {
  max-width: 100%;
}
.tiny_b293 img {
  display: block;
}
.tiny_b293.breadcrumb-solid-92aa,
.tiny_b293.card-light-e4d9 {
  width: 100%;
}
.tiny_b293.button_clean_2e42 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.block_fixed_12c3:not(.east_1476) {
  margin: 1.5em auto;
}
.thick-1568 p {
  padding: 1.5em 14px;
}
ul.tall-d068.button_clean_2e42,
ul.tall-d068.tabs_b6cf,
ul.tall-d068.avatar_c745.tabs_b6cf {
  padding: 0 14px;
}
.header-west-760c {
  display: block;
  overflow-x: auto;
}
.header-west-760c table {
  border-collapse: collapse;
  width: 100%;
}
.header-west-760c td,
.header-west-760c th {
  padding: 0.5em;
}
.description_abf1 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.description_abf1 ol ol,
.description_abf1 ol ul,
.description_abf1 ul ol,
.description_abf1 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.description_abf1 ol ol li,
.description_abf1 ol ul li,
.description_abf1 ul ol li,
.description_abf1 ul ul li {
  margin-left: 0;
}
.mask-cold-1bc5.gas-8d85 > .table-out-df92 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mask-cold-1bc5.gas-8d85 > .table-out-df92 iframe,
.mask-cold-1bc5.gas-8d85 > .table-out-df92 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.backdrop-9832 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.backdrop-9832.clean-29ef {
  padding: 0;
}
.backdrop-9832.clean-29ef cite {
  font-size: 13px;
}
.backdrop-9832 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.backdrop-9832 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.modal_outer_0402 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.modal_outer_0402 > p:first-child {
  margin-top: 0;
}
.modal_outer_0402 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.modal_outer_0402 blockquote {
  border-left: 0;
}
.media-f1ee {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.media-f1ee:not(.widget-b0e3) {
  max-width: 100px;
}
.media-f1ee.grid_action_6ded {
  border-bottom: none !important;
  text-align: center;
}
.media-f1ee.grid_action_6ded::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .thick-1568 p {
    padding: 1.5em 0;
  }
}
.widget-f3a6 {
  color: #0073aa;
}
.overlay_south_f55c {
  background-color: #0073aa;
}
.image_377b {
  color: #229fd8;
}
.text_hot_e287 {
  background-color: #229fd8;
}
.caption-simple-e092 {
  color: #eee;
}
.texture_f691 {
  background-color: #eee;
}
.accent_860f {
  color: #444;
}
.preview_cold_19b5 {
  background-color: #444;
}
.alert-dbc7 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.alert-dbc7 .action-cde2 .tooltip-9838 {
  font-size: 15px;
}
.alert-dbc7 .tooltip-9838 {
  line-height: 1.3;
}
.alert-dbc7 .wide_671c {
}
.alert-dbc7 .active_ed90 {
  background: #235787;
}
.bronze_2dfd {
  padding: 0;
}
.bronze_2dfd .active_ed90 {
  background: #1a1a1a;
}
.bronze_2dfd .wide_671c {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.menu_action_b07a {
  padding: 0;
  border-left: none;
  border-right: none;
}
.menu_action_b07a .wide_671c {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.menu_action_b07a .active_ed90 {
  background: #303030;
}
.table_active_80fd {
  position: relative;
  z-index: 10;
}
.table_active_80fd .next_9527 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.fast_b866 .tabs_dynamic_4570 {
  display: inline-block;
  vertical-align: middle;
}
.fast_b866.tertiary-e8ba .tabs_dynamic_4570 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .fast_b866.tertiary-e8ba .tabs_dynamic_4570 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .fast_b866.tertiary-e8ba .tabs_dynamic_4570 {
    margin-right: 0.4em;
  }
}
.fast_b866.tertiary-e8ba .tabs_dynamic_4570:last-child {
  margin-right: 0;
}
.dark_3b4d .next_9527 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .picture_small_ecc8 .action-cde2 {
    margin: 0 -0.5em;
  }
  .picture_small_ecc8 .action-cde2 [class*="customify-col-"],
  .picture_small_ecc8 .action-cde2 [class*="customify-col_"],
  .picture_small_ecc8 .action-cde2 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.picture_small_ecc8.accent_3b37 .next_9527 {
  background: 0 0 !important;
}
.picture_small_ecc8.accent_3b37 .next_9527,
.picture_small_ecc8.dark_3b4d .next_9527 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .picture_small_ecc8.new-ea59 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.picture_small_ecc8.dark_3b4d .next_9527 {
  box-shadow: none !important;
}
.tag-0801 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .tag-0801 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .tag-0801 {
    padding: 18px 0 20px;
  }
}
.tag-0801 .icon_fab9 {
  width: 100%;
}
.tag-0801 .disabled_7227 {
  margin-bottom: 0;
}
.tag-0801 .footer-center-fea3 {
  margin-top: 5px;
  font-size: 0.875em;
}
.top-c96f {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.top-c96f .pressed_c09d {
  width: 100%;
}
.black-3cb3 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.black-3cb3 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.black-3cb3 li:after {
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: auto;
  position: relative;
  top: -1px;
}
.black-3cb3 li:last-child:after {
  display: none;
}
.black-3cb3 li a {
  font-weight: 500;
  margin-right: 10px;
}
.green_85cb .media_pressed_7d02 button,
.tag-0801 .media_pressed_7d02 button {
  left: 0;
}
.green_85cb .pressed_c09d,
.tag-0801 .pressed_c09d {
  padding-left: 0;
  padding-right: 0;
}
.green_85cb .top-c96f,
.tag-0801 .top-c96f {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.green_85cb {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.green_85cb:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.green_85cb .yellow-bca6 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 5;
  padding: 1em 30px;
}
@media screen and (min-width: 1025px) {
  .green_85cb .yellow-bca6 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .green_85cb .yellow-bca6 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .green_85cb .yellow-bca6 {
    min-height: 200px;
  }
}
.green_85cb .black-3cb3 {
  color: rgba(255, 255, 255, 0.8);
}
.green_85cb .black-3cb3 a,
.green_85cb .black-3cb3 li:after {
  color: inherit;
}
.green_85cb .black-3cb3 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wide_2dfe {
  margin-bottom: 0.5em;
}
.block-huge-6648 {
  margin-bottom: 1.2em;
}
.block-huge-6648,
.wide_2dfe {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.block-huge-6648 p:last-child,
.wide_2dfe p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .media_pressed_7d02,
#masthead .media_pressed_7d02 {
  display: none;
}
#masthead
  > .media_pressed_7d02.message-mini-db89 {
  display: none;
}
#masthead > .media_pressed_7d02 button {
  left: 0;
}
.mask_short_4676 {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mask_short_4676 .tabs_dynamic_4570 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mask_short_4676 .accent_first_1361 {
  display: -webkit-box;
  display: flex;
}
.mask_short_4676 .accent_first_1361.element-middle-62ee {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.mask_short_4676 .accent_first_1361.basic-49b3 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.mask_short_4676 .accent_first_1361.next-5a72 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.mask_short_4676.primary-basic-dbbd.background-gold-be7b .accent_first_1361.element-middle-62ee {
  flex-basis: 100%;
}
.mask_short_4676.cold-9451 .accent_first_1361.basic-49b3 {
  -webkit-box-flex: 1;
  flex: auto;
}
.mask_short_4676.cold-9451 .accent_first_1361.next-5a72 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .media_pressed_7d02.message-mini-db89 {
  display: none;
}
#masthead > .media_pressed_7d02 button {
  left: 0;
}
.caption-6033 {
  padding: 0.5407911001em 1em;
  background: #c3512f;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.caption-6033:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.caption-6033.article-7182 i {
  margin-right: 4px;
}
.caption-6033.label-4edd i {
  margin-left: 5px;
}
.tooltip-9838 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.tooltip-9838 p:last-child {
  margin-bottom: 0;
}
.purple_9a76 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.purple_9a76 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.purple_9a76 img {
  display: block;
  width: auto;
  line-height: 1;
}
.purple_9a76 .gradient_wood_6e7d {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.purple_9a76 .block_940d {
  margin: 5px 0 7px 0;
}
.purple_9a76.caption-adfa .layout-641b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.purple_9a76.caption-adfa .heading_62ef {
  margin-left: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.purple_9a76.green_d443 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.purple_9a76.green_d443 .layout-641b {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.purple_9a76.green_d443 .heading_62ef {
  margin-right: 7px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.purple_9a76.liquid-d4c9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.purple_9a76.summary-3e27 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.purple_9a76.summary-3e27 .heading_62ef {
  margin-top: 7px;
}
.cool-219c {
  display: inline-block;
}
.table_active_80fd .summary_b339 .purple_9a76 img {
  max-width: 100%;
}
.table_c028 .alert_1962.outer_8f31,
.mask_in_70c8 .alert_1962.outer_8f31 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.table_c028 .gallery_bright_c78e,
.mask_in_70c8 .gallery_bright_c78e {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none !important;
  position: relative;
  width: 6px;
  height: 6px;
  margin-top: 1px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(-135deg) translateY(50%);
  -ms-transform: rotate(-135deg) translateY(50%);
  transform: rotate(-135deg) translateY(50%);
}
.table_c028 .gallery_bright_c78e {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.table_c028.accent-hot-7cd0 .gallery_bright_c78e {
  display: none;
}
.table_c028 .east_a611 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table_c028 .east_a611 li {
  display: inline-block;
  position: relative;
}
.table_c028 .east_a611 li:last-child {
  margin-right: 0;
}
.table_c028 .east_a611 li a {
  display: inline-block;
  -webkit-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.table_c028 .east_a611 li.element-5094 > a {
  color: rgba(0, 0, 0, 0.9);
}
.table_c028 .east_a611 > li > a {
  padding: 12px 13px 12px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
}
.table_c028 .east_a611 > li > a i {
  line-height: 0;
}
.table_c028 .east_a611 > li.search-4d39 > a .gallery_bright_c78e {
  margin-left: 4px;
  line-height: 0;
}
.table_c028 .east_a611 .hot_bb8d li.search-4d39 > a {
  position: relative;
}
.table_c028 .east_a611 .hot_bb8d li.search-4d39 > a:after,
.table_c028 .east_a611 .hot_bb8d li.search-4d39 > a:before {
  content: "";
  display: table;
}
.table_c028 .east_a611 .hot_bb8d li.search-4d39 > a:after {
  clear: both;
}
.table_c028 .east_a611 .hot_bb8d li.search-4d39 > a .gallery_bright_c78e {
  margin-left: 5px;
  float: right;
}
.table_c028 .nav-c9ef,
.table_c028 .hot_bb8d {
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  top: 100%;
  margin: 0;
  padding: 0;
}
.table_c028 .hot_bb8d {
  width: 14em;
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  border-radius: 2px;
}
.table_c028 .hot_bb8d .outer_8f31 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.table_c028 .hot_bb8d .gallery_bright_c78e {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.table_c028 .hot_bb8d li {
  display: block;
  margin: 0;
  padding: 0;
}
.table_c028 .hot_bb8d li a {
  display: block;
  width: 100%;
  padding: 9px 15px;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.9em;
  line-height: 1.5;
}
.table_c028 .hot_bb8d li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.table_c028 .hot_bb8d .hot_bb8d {
  top: 0;
  left: 100%;
}
.table_c028 .focused_18bb.fn-focus-b0d1 > .nav-c9ef,
.table_c028 .focused_18bb.fn-focus-b0d1 > .hot_bb8d,
.table_c028 .focused_18bb:focus > .nav-c9ef,
.table_c028 .focused_18bb:focus > .hot_bb8d,
.table_c028 .focused_18bb:hover > .nav-c9ef,
.table_c028 .focused_18bb:hover > .hot_bb8d {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.table_c028.slow_24d7 .warm_7fc3:after,
.table_c028.slow_24d7 .warm_7fc3:before {
  content: "";
  display: table;
}
.table_c028.slow_24d7 .warm_7fc3:after {
  clear: both;
}
.table_c028.slow_24d7 .warm_7fc3 > li {
  float: left;
}
.table_c028.label-up-5f82 .warm_7fc3:after,
.table_c028.label-up-5f82 .warm_7fc3:before {
  content: "";
  display: table;
}
.table_c028.label-up-5f82 .warm_7fc3:after {
  clear: both;
}
.table_c028.label-up-5f82 .warm_7fc3 > li {
  float: left;
}
.table_c028.label-up-5f82 .warm_7fc3 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.table_c028.label-up-5f82 .warm_7fc3 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.table_c028.label-up-5f82 .warm_7fc3 > li.header-out-ce54 > a,
.table_c028.label-up-5f82 .warm_7fc3 > li.element-5094 > a {
  color: #fff;
  background-color: #1e4b75;
}
.table_c028.block-cold-c3e5 .warm_7fc3 > li > a .outer_8f31 {
  position: relative;
}
.table_c028.block-cold-c3e5 .warm_7fc3 > li > a .outer_8f31:before {
  position: absolute;
  bottom: -6px;
  width: 1px;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_c028.block-cold-c3e5
  .warm_7fc3
  > li:focus
  > a
  .outer_8f31:before,
.table_c028.block-cold-c3e5
  .warm_7fc3
  > li:hover
  > a
  .outer_8f31:before {
  width: 100%;
  background-color: currentColor;
}
.table_c028.block-cold-c3e5
  .warm_7fc3
  > li.header-out-ce54
  > a
  .outer_8f31:before,
.table_c028.block-cold-c3e5
  .warm_7fc3
  > li.tertiary-pink-d2a0
  > a
  .outer_8f31:before {
  width: 100%;
  background-color: currentColor;
}
.table_c028.hard-4b3b .warm_7fc3 > li > a .outer_8f31 {
  position: relative;
}
.table_c028.hard-4b3b .warm_7fc3 > li > a .outer_8f31:before {
  position: absolute;
  top: -6px;
  width: 1px;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_c028.hard-4b3b .warm_7fc3 > li:focus > a .outer_8f31:before,
.table_c028.hard-4b3b
  .warm_7fc3
  > li:hover
  > a
  .outer_8f31:before {
  width: 100%;
  background-color: currentColor;
}
.table_c028.hard-4b3b
  .warm_7fc3
  > li.header-out-ce54
  > a
  .outer_8f31:before,
.table_c028.hard-4b3b
  .warm_7fc3
  > li.tertiary-pink-d2a0
  > a
  .outer_8f31:before {
  width: 100%;
  background-color: currentColor;
}
.mask_in_70c8 .east_a611 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mask_in_70c8 .east_a611 li:first-child > a {
  border-top: none;
}
.mask_in_70c8 .east_a611 .icon_first_dcc3 > .outer_8f31 .gallery_bright_c78e {
  display: none;
}
.mask_in_70c8 .east_a611 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.mask_in_70c8 .east_a611 li:last-child {
  border: none;
}
.mask_in_70c8 .east_a611 li.search-4d39 > a {
  padding-right: 45px !important;
}
.mask_in_70c8 .east_a611 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.mask_in_70c8 .east_a611 li a:focus,
.mask_in_70c8 .east_a611 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.mask_in_70c8 .east_a611 li .wood_e3a9 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  padding: 0.88em 0.9em;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  background: 0 0;
}
.mask_in_70c8 .east_a611 li .wood_e3a9:hover {
  box-shadow: none;
}
.mask_in_70c8 .east_a611 li .wood_e3a9 .gallery_bright_c78e {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.mask_in_70c8 .east_a611 .hot_bb8d {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mask_in_70c8 .east_a611 .hot_bb8d li a {
  padding-left: 3em;
}
.mask_in_70c8 .east_a611 .mini-2f29 > a .wood_e3a9 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mask_in_70c8 .east_a611 .mini-2f29 > .hot_bb8d {
  display: block;
  opacity: 1;
}
.banner_dark_af1d {
  max-width: 100%;
}
.backdrop_b144 {
  line-height: 0;
  cursor: pointer;
}
.surface-22b8 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.surface-22b8:hover {
  box-shadow: none;
  color: currentColor;
}
.surface-22b8 svg {
  width: 18px;
  height: 18px;
}
.surface-22b8 .caption_cool_1498 {
  display: none;
}
.pagination-c35d {
  position: relative;
}
.pagination-c35d.fn-active-b0d1 .surface-22b8 .pro_209f {
  display: none;
}
.pagination-c35d.fn-active-b0d1 .surface-22b8 .caption_cool_1498 {
  display: inline-block;
}
.pagination-c35d .lower-4ca4 {
  position: absolute;
  top: 100%;
  left: -0.9em;
  height: 0;
  overflow: hidden;
  display: block;
  margin-top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.pagination-c35d.orange-9d77 .lower-4ca4 {
  left: auto;
  right: -0.9em;
}
.pagination-c35d.orange-9d77 .wide_6213::before {
  left: auto;
  right: 15px;
}
.pagination-c35d.fn-active-b0d1 .lower-4ca4 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.item_8d8d {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.item_8d8d label {
  flex-basis: 100%;
}
.item_8d8d .sort_19fe {
  border: 1px solid;
  border-color: rgba(127, 127, 127, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  border-radius: 2px;
}
.item_8d8d .card-in-0d4d {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.item_8d8d .card-in-0d4d:focus {
  background-color: transparent;
}
.item_8d8d button.backdrop-4d30 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.item_8d8d button.backdrop-4d30:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.item_8d8d button.backdrop-4d30 svg {
  width: 18px;
  height: 18px;
}
.item_8d8d input[type="submit"] {
  min-height: auto;
}
.active-68ce .item_8d8d .card-in-0d4d {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.wide_6213 {
  border: 1px solid #eaecee;
  padding: 1.25em;
  background: #fff;
  width: 280px;
  position: relative;
  margin-top: 15px;
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.1);
}
@media screen and (max-width: 568px) {
  .wide_6213 {
    width: 220px;
  }
}
.wide_6213 label {
  flex-basis: 100%;
}
.wide_6213::before {
  border-top: 1px solid #eaecee;
  border-left: 1px solid #eaecee;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 27;
}
.table_8910 .active-68ce .item_8d8d {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  border: 1px solid;
  border-color: rgba(127, 127, 127, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  border-radius: 2px;
  height: 2.4em;
  line-height: 2.4em;
  overflow: hidden;
}
.table_8910
  .active-68ce
  .item_8d8d
  .sort_19fe {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.table_8910 .active-68ce .item_8d8d .card-in-0d4d {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.table_8910
  .active-68ce
  .item_8d8d
  .card-in-0d4d:focus {
  background: 0 0;
}
.table_8910
  .active-68ce
  .item_8d8d
  .shade-middle-0490 {
  height: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: auto;
  padding-right: 2em;
  position: relative;
  border-right: 1px solid rgba(127, 127, 127, 0.2);
  color: #6d6d6d;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.heading_dim_e47e {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.heading_dim_e47e li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.heading_dim_e47e li:last-child {
  margin-right: 0;
}
.heading_dim_e47e li:first-child {
  margin-left: 0;
}
.heading_dim_e47e.label_active_a088 a {
  color: #fff;
}
.heading_dim_e47e.label_active_a088 a:hover {
  color: #fff;
}
.heading_dim_e47e a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.heading_dim_e47e a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.heading_dim_e47e a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.heading_dim_e47e a:hover {
  opacity: 0.9;
  color: inherit;
}
.heading_dim_e47e [class*="social-icon-apple"] {
  background-color: #999;
}
.heading_dim_e47e [class*="social-icon-apple"].caption_590e {
  background-color: transparent;
  color: #999;
}
.heading_dim_e47e [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.heading_dim_e47e [class*="social-icon-behance"].caption_590e {
  background-color: transparent;
  color: #1769ff;
}
.heading_dim_e47e [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.heading_dim_e47e [class*="social-icon-bitbucket"].caption_590e {
  background-color: transparent;
  color: #205081;
}
.heading_dim_e47e [class*="social-icon-codepen"] {
  background-color: #000;
}
.heading_dim_e47e [class*="social-icon-codepen"].caption_590e {
  background-color: transparent;
  color: #000;
}
.heading_dim_e47e [class*="social-icon-delicious"] {
  background-color: #39f;
}
.heading_dim_e47e [class*="social-icon-delicious"].caption_590e {
  background-color: transparent;
  color: #39f;
}
.heading_dim_e47e [class*="social-icon-digg"] {
  background-color: #005be2;
}
.heading_dim_e47e [class*="social-icon-digg"].caption_590e {
  background-color: transparent;
  color: #005be2;
}
.heading_dim_e47e [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.heading_dim_e47e [class*="social-icon-dribbble"].caption_590e {
  background-color: transparent;
  color: #ea4c89;
}
.heading_dim_e47e [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.heading_dim_e47e [class*="social-icon-envelope"].caption_590e {
  background-color: transparent;
  color: #ea4335;
}
.heading_dim_e47e [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.heading_dim_e47e [class*="social-icon-facebook"].caption_590e {
  background-color: transparent;
  color: #3b5998;
}
.heading_dim_e47e [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.heading_dim_e47e [class*="social-icon-flickr"].caption_590e {
  background-color: transparent;
  color: #0063dc;
}
.heading_dim_e47e [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.heading_dim_e47e [class*="social-icon-foursquare"].caption_590e {
  background-color: transparent;
  color: #2d5be3;
}
.heading_dim_e47e [class*="social-icon-github"] {
  background-color: #333;
}
.heading_dim_e47e [class*="social-icon-github"].caption_590e {
  background-color: transparent;
  color: #333;
}
.heading_dim_e47e [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.heading_dim_e47e [class*="social-icon-google-plus"].caption_590e {
  background-color: transparent;
  color: #dd4b39;
}
.heading_dim_e47e [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.heading_dim_e47e [class*="social-icon-houzz"].caption_590e {
  background-color: transparent;
  color: #7ac142;
}
.heading_dim_e47e [class*="social-icon-instagram"] {
  background-color: #262626;
}
.heading_dim_e47e [class*="social-icon-instagram"].caption_590e {
  background-color: transparent;
  color: #262626;
}
.heading_dim_e47e [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.heading_dim_e47e [class*="social-icon-jsfiddle"].caption_590e {
  background-color: transparent;
  color: #487aa2;
}
.heading_dim_e47e [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.heading_dim_e47e [class*="social-icon-linkedin"].caption_590e {
  background-color: transparent;
  color: #0077b5;
}
.heading_dim_e47e [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.heading_dim_e47e [class*="social-icon-medium"].caption_590e {
  background-color: transparent;
  color: #00ab6b;
}
.heading_dim_e47e [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.heading_dim_e47e
  [class*="social-icon-odnoklassniki"].caption_590e {
  background-color: transparent;
  color: #f4731c;
}
.heading_dim_e47e [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.heading_dim_e47e [class*="social-icon-meetup"].caption_590e {
  background-color: transparent;
  color: #ec1c40;
}
.heading_dim_e47e [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.heading_dim_e47e [class*="social-icon-pinterest"].caption_590e {
  background-color: transparent;
  color: #bd081c;
}
.heading_dim_e47e [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.heading_dim_e47e [class*="social-icon-product-hunt"].caption_590e {
  background-color: transparent;
  color: #da552f;
}
.heading_dim_e47e [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.heading_dim_e47e [class*="social-icon-reddit"].caption_590e {
  background-color: transparent;
  color: #ff4500;
}
.heading_dim_e47e [class*="social-icon-rss"] {
  background-color: #f26522;
}
.heading_dim_e47e [class*="social-icon-rss"].caption_590e {
  background-color: transparent;
  color: #f26522;
}
.heading_dim_e47e [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.heading_dim_e47e
  [class*="social-icon-shopping-cart"].caption_590e {
  background-color: transparent;
  color: #4caf50;
}
.heading_dim_e47e [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.heading_dim_e47e [class*="social-icon-skype"].caption_590e {
  background-color: transparent;
  color: #00aff0;
}
.heading_dim_e47e [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.heading_dim_e47e [class*="social-icon-slideshare"].caption_590e {
  background-color: transparent;
  color: #0077b5;
}
.heading_dim_e47e [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.heading_dim_e47e [class*="social-icon-snapchat"].caption_590e {
  background-color: transparent;
  color: #fffc00;
}
.heading_dim_e47e [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.heading_dim_e47e [class*="social-icon-soundcloud"].caption_590e {
  background-color: transparent;
  color: #f80;
}
.heading_dim_e47e [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.heading_dim_e47e [class*="social-icon-spotify"].caption_590e {
  background-color: transparent;
  color: #2ebd59;
}
.heading_dim_e47e [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.heading_dim_e47e
  [class*="social-icon-stack-overflow"].caption_590e {
  background-color: transparent;
  color: #fe7a15;
}
.heading_dim_e47e [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.heading_dim_e47e [class*="social-icon-maldkfgram"].caption_590e {
  background-color: transparent;
  color: #2ca5e0;
}
.heading_dim_e47e [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.heading_dim_e47e [class*="social-icon-tripadvisor"].caption_590e {
  background-color: transparent;
  color: #589442;
}
.heading_dim_e47e [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.heading_dim_e47e [class*="social-icon-tumblr"].caption_590e {
  background-color: transparent;
  color: #35465c;
}
.heading_dim_e47e [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.heading_dim_e47e [class*="social-icon-twitch"].caption_590e {
  background-color: transparent;
  color: #6441a5;
}
.heading_dim_e47e [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.heading_dim_e47e [class*="social-icon-twitter"].caption_590e {
  background-color: transparent;
  color: #1da1f2;
}
.heading_dim_e47e [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.heading_dim_e47e [class*="social-icon-vimeo"].caption_590e {
  background-color: transparent;
  color: #1ab7ea;
}
.heading_dim_e47e [class*="social-icon-vk"] {
  background-color: #45668e;
}
.heading_dim_e47e [class*="social-icon-vk"].caption_590e {
  background-color: transparent;
  color: #45668e;
}
.heading_dim_e47e [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.heading_dim_e47e [class*="social-icon-weibo"].caption_590e {
  background-color: transparent;
  color: #df2029;
}
.heading_dim_e47e [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.heading_dim_e47e [class*="social-icon-weixin"].caption_590e {
  background-color: transparent;
  color: #7bb32e;
}
.heading_dim_e47e [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.heading_dim_e47e [class*="social-icon-whatsapp"].caption_590e {
  background-color: transparent;
  color: #25d366;
}
.heading_dim_e47e [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.heading_dim_e47e [class*="social-icon-wordpress"].caption_590e {
  background-color: transparent;
  color: #21759b;
}
.heading_dim_e47e [class*="social-icon-xing"] {
  background-color: #026466;
}
.heading_dim_e47e [class*="social-icon-xing"].caption_590e {
  background-color: transparent;
  color: #026466;
}
.heading_dim_e47e [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.heading_dim_e47e [class*="social-icon-yelp"].caption_590e {
  background-color: transparent;
  color: #af0606;
}
.heading_dim_e47e [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.heading_dim_e47e [class*="social-icon-youtube"].caption_590e {
  background-color: transparent;
  color: #cd201f;
}
.container_dynamic_b482 {
  cursor: pointer;
  text-align: center;
  background: 0 0;
  box-shadow: none;
  color: currentColor;
  -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.container_dynamic_b482:hover {
  box-shadow: none;
  background: 0 0;
}
.button_96f7 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.blue_87ae {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.component_motion_c532 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.cool_e54d {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.cool_e54d,
.cool_e54d::after,
.cool_e54d::before {
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cool_e54d::after,
.cool_e54d::before {
  content: "";
  display: block;
  background-color: inherit;
}
.copper-9df3 .blue_87ae .component_motion_c532 {
  margin-top: -2px;
  width: 19px;
}
.copper-9df3 .blue_87ae .cool_e54d {
  margin-top: -1px;
}
.copper-9df3 .blue_87ae .cool_e54d,
.copper-9df3 .blue_87ae .cool_e54d::after,
.copper-9df3 .blue_87ae .cool_e54d::before {
  width: 19px;
  height: 2px;
}
.copper-9df3 .blue_87ae .cool_e54d::before {
  top: -6px;
}
.copper-9df3 .blue_87ae .cool_e54d::after {
  bottom: -6px;
}
.tag_5079 .blue_87ae .component_motion_c532 {
  margin-top: -2px;
  width: 22px;
}
.tag_5079 .blue_87ae .cool_e54d {
  margin-top: -1px;
}
.tag_5079 .blue_87ae .cool_e54d,
.tag_5079 .blue_87ae .cool_e54d::after,
.tag_5079 .blue_87ae .cool_e54d::before {
  width: 22px;
  height: 2px;
}
.tag_5079 .blue_87ae .cool_e54d::before {
  top: -7px;
}
.tag_5079 .blue_87ae .cool_e54d::after {
  bottom: -7px;
}
.gas-6ffd .blue_87ae .component_motion_c532 {
  margin-top: -2px;
  width: 31px;
}
.gas-6ffd .blue_87ae .cool_e54d {
  margin-top: -1.5px;
}
.gas-6ffd .blue_87ae .cool_e54d,
.gas-6ffd .blue_87ae .cool_e54d::after,
.gas-6ffd .blue_87ae .cool_e54d::before {
  width: 31px;
  height: 3px;
}
.gas-6ffd .blue_87ae .cool_e54d::before {
  top: -9px;
}
.gas-6ffd .blue_87ae .cool_e54d::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .logo_smooth_e959 .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 19px;
  }
  .logo_smooth_e959 .blue_87ae .cool_e54d {
    margin-top: -1px;
  }
  .logo_smooth_e959 .blue_87ae .cool_e54d,
  .logo_smooth_e959 .blue_87ae .cool_e54d::after,
  .logo_smooth_e959 .blue_87ae .cool_e54d::before {
    width: 19px;
    height: 2px;
  }
  .logo_smooth_e959 .blue_87ae .cool_e54d::before {
    top: -6px;
  }
  .logo_smooth_e959 .blue_87ae .cool_e54d::after {
    bottom: -6px;
  }
  .focused-9c6c .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 22px;
  }
  .focused-9c6c .blue_87ae .cool_e54d {
    margin-top: -1px;
  }
  .focused-9c6c .blue_87ae .cool_e54d,
  .focused-9c6c .blue_87ae .cool_e54d::after,
  .focused-9c6c .blue_87ae .cool_e54d::before {
    width: 22px;
    height: 2px;
  }
  .focused-9c6c .blue_87ae .cool_e54d::before {
    top: -7px;
  }
  .focused-9c6c .blue_87ae .cool_e54d::after {
    bottom: -7px;
  }
  .video_plasma_6d1b .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 31px;
  }
  .video_plasma_6d1b .blue_87ae .cool_e54d {
    margin-top: -1.5px;
  }
  .video_plasma_6d1b .blue_87ae .cool_e54d,
  .video_plasma_6d1b .blue_87ae .cool_e54d::after,
  .video_plasma_6d1b .blue_87ae .cool_e54d::before {
    width: 31px;
    height: 3px;
  }
  .video_plasma_6d1b .blue_87ae .cool_e54d::before {
    top: -9px;
  }
  .video_plasma_6d1b .blue_87ae .cool_e54d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .pro_41b0 .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 19px;
  }
  .pro_41b0 .blue_87ae .cool_e54d {
    margin-top: -1px;
  }
  .pro_41b0 .blue_87ae .cool_e54d,
  .pro_41b0 .blue_87ae .cool_e54d::after,
  .pro_41b0 .blue_87ae .cool_e54d::before {
    width: 19px;
    height: 2px;
  }
  .pro_41b0 .blue_87ae .cool_e54d::before {
    top: -6px;
  }
  .pro_41b0 .blue_87ae .cool_e54d::after {
    bottom: -6px;
  }
  .video_bronze_2763 .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 22px;
  }
  .video_bronze_2763 .blue_87ae .cool_e54d {
    margin-top: -1px;
  }
  .video_bronze_2763 .blue_87ae .cool_e54d,
  .video_bronze_2763 .blue_87ae .cool_e54d::after,
  .video_bronze_2763 .blue_87ae .cool_e54d::before {
    width: 22px;
    height: 2px;
  }
  .video_bronze_2763 .blue_87ae .cool_e54d::before {
    top: -7px;
  }
  .video_bronze_2763 .blue_87ae .cool_e54d::after {
    bottom: -7px;
  }
  .advanced_8fb5 .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 31px;
  }
  .advanced_8fb5 .blue_87ae .cool_e54d {
    margin-top: -1.5px;
  }
  .advanced_8fb5 .blue_87ae .cool_e54d,
  .advanced_8fb5 .blue_87ae .cool_e54d::after,
  .advanced_8fb5 .blue_87ae .cool_e54d::before {
    width: 31px;
    height: 3px;
  }
  .advanced_8fb5 .blue_87ae .cool_e54d::before {
    top: -9px;
  }
  .advanced_8fb5 .blue_87ae .cool_e54d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .slider_3b2d .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 19px;
  }
  .slider_3b2d .blue_87ae .cool_e54d {
    margin-top: -1px;
  }
  .slider_3b2d .blue_87ae .cool_e54d,
  .slider_3b2d .blue_87ae .cool_e54d::after,
  .slider_3b2d .blue_87ae .cool_e54d::before {
    width: 19px;
    height: 2px;
  }
  .slider_3b2d .blue_87ae .cool_e54d::before {
    top: -6px;
  }
  .slider_3b2d .blue_87ae .cool_e54d::after {
    bottom: -6px;
  }
  .hot-14da .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 22px;
  }
  .hot-14da .blue_87ae .cool_e54d {
    margin-top: -1px;
  }
  .hot-14da .blue_87ae .cool_e54d,
  .hot-14da .blue_87ae .cool_e54d::after,
  .hot-14da .blue_87ae .cool_e54d::before {
    width: 22px;
    height: 2px;
  }
  .hot-14da .blue_87ae .cool_e54d::before {
    top: -7px;
  }
  .hot-14da .blue_87ae .cool_e54d::after {
    bottom: -7px;
  }
  .down-335e .blue_87ae .component_motion_c532 {
    margin-top: -2px;
    width: 31px;
  }
  .down-335e .blue_87ae .cool_e54d {
    margin-top: -1.5px;
  }
  .down-335e .blue_87ae .cool_e54d,
  .down-335e .blue_87ae .cool_e54d::after,
  .down-335e .blue_87ae .cool_e54d::before {
    width: 31px;
    height: 3px;
  }
  .down-335e .blue_87ae .cool_e54d::before {
    top: -9px;
  }
  .down-335e .blue_87ae .cool_e54d::after {
    bottom: -9px;
  }
}
.first-8c6a .cool_e54d {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.first-8c6a .cool_e54d::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.first-8c6a .cool_e54d::after {
  -webkit-transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.first-8c6a.primary-motion-528e .cool_e54d {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.first-8c6a.primary-motion-528e .cool_e54d::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.first-8c6a.primary-motion-528e .cool_e54d::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 75ms ease,
    transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bronze-a81b {
  overflow: hidden !important;
}
#page {
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
body:before {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
}
body.column-red-f547:before {
  display: none;
}
.module_775c {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.module_775c .thumbnail-def5 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.module_775c .thumbnail-def5:last-of-type {
  border-bottom: none;
}
.module_775c .thumbnail-def5.section-stone-75cb,
.module_775c .thumbnail-def5.form-inner-bc7a,
.module_775c .thumbnail-def5.icon_plasma_ed92 {
  padding: 0;
}
.module_775c .mask_in_70c8 .wood_e3a9 {
  color: currentColor;
}
.module_775c .mask_in_70c8 .wood_e3a9:focus,
.module_775c .mask_in_70c8 .wood_e3a9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.module_775c.wide_671c .popup_ac53,
.module_775c.wide_671c .tooltip-9838 a,
.module_775c.wide_671c .warm_7fc3 a,
.module_775c.wide_671c .hot_bb8d a {
  color: rgba(0, 0, 0, 0.55);
}
.module_775c.wide_671c .popup_ac53:hover,
.module_775c.wide_671c .tooltip-9838 a:hover,
.module_775c.wide_671c .warm_7fc3 a:hover,
.module_775c.wide_671c .hot_bb8d a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.module_775c.wide_671c .sidebar_3cf0 {
  color: rgba(0, 0, 0, 0.8);
}
.module_775c.wide_671c .thumbnail-def5 {
  border-color: rgba(0, 0, 0, 0.08);
}
.module_775c.wide_671c .thumbnail-def5:before {
  background: rgba(0, 0, 0, 0.08);
}
.module_775c.wide_671c .backdrop_easy_bb7b:before {
  background: rgba(255, 255, 255, 0.9);
}
.module_775c.wide_671c .mask_in_70c8 .east_a611 li a,
.module_775c.wide_671c .mask_in_70c8 .wood_e3a9,
.module_775c.wide_671c .hot_bb8d {
  border-color: rgba(0, 0, 0, 0.08);
}
.module_775c.wide_671c .mask_in_70c8 .wood_e3a9:focus,
.module_775c.wide_671c .mask_in_70c8 .wood_e3a9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.module_775c.wide_671c .east_a611 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.module_775c.active_ed90 .popup_ac53,
.module_775c.active_ed90 .tooltip-9838 a,
.module_775c.active_ed90 .warm_7fc3 .wood_e3a9,
.module_775c.active_ed90 .warm_7fc3 a,
.module_775c.active_ed90 .hot_bb8d a {
  color: rgba(255, 255, 255, 0.79);
}
.module_775c.active_ed90 .popup_ac53:hover,
.module_775c.active_ed90 .tooltip-9838 a:hover,
.module_775c.active_ed90 .warm_7fc3 .wood_e3a9:hover,
.module_775c.active_ed90 .warm_7fc3 a:hover,
.module_775c.active_ed90 .hot_bb8d a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.module_775c.active_ed90 .sidebar_3cf0 {
  color: rgba(255, 255, 255, 0.99);
}
.module_775c.active_ed90 .thumbnail-def5 {
  border-color: rgba(255, 255, 255, 0.08);
}
.module_775c.active_ed90 .thumbnail-def5:before {
  background: rgba(255, 255, 255, 0.08);
}
.module_775c.active_ed90 .backdrop_easy_bb7b:before {
  background: rgba(0, 0, 0, 0.9);
}
.module_775c.active_ed90 .mask_in_70c8 .east_a611 li a,
.module_775c.active_ed90 .mask_in_70c8 .wood_e3a9,
.module_775c.active_ed90 .hot_bb8d {
  border-color: rgba(255, 255, 255, 0.08);
}
.module_775c.active_ed90 .mask_in_70c8 .wood_e3a9:focus,
.module_775c.active_ed90 .mask_in_70c8 .wood_e3a9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.module_775c.active_ed90 .east_a611 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.backdrop_easy_bb7b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.backdrop_easy_bb7b:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.narrow-3163 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.shade_hot_a5d8 .module_775c {
  box-shadow: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
}
.shade_hot_a5d8 .thumbnail-def5 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.shade_hot_a5d8 .thumbnail-def5:before {
  content: "";
  width: 8%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media screen and (max-width: 64em) {
  .shade_hot_a5d8 .thumbnail-def5:before {
    width: 16%;
    left: 42%;
  }
}
.shade_hot_a5d8 .thumbnail-def5:last-child:before {
  content: none;
}
.shade_hot_a5d8 .thumbnail-def5[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.shade_hot_a5d8 .mask_in_70c8 .east_a611 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.shade_hot_a5d8 .mask_in_70c8 .east_a611 li a .wood_e3a9 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.shade_hot_a5d8 .mask_in_70c8 .hot_bb8d {
  border: none;
}
.shade_hot_a5d8 .mask_in_70c8 .hot_bb8d li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.shade_hot_a5d8 .backdrop_easy_bb7b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.shade_hot_a5d8 .narrow-3163 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.shade_hot_a5d8 .active_ed90 .backdrop_easy_bb7b:before {
  background: rgba(0, 0, 0, 0.9);
}
.shade_hot_a5d8 .wide_671c.green_78da .cool_e54d {
  background: rgba(0, 0, 0, 0.6);
}
.shade_hot_a5d8
  .wide_671c.green_78da
  .cool_e54d::after,
.shade_hot_a5d8
  .wide_671c.green_78da
  .cool_e54d:before {
  background: inherit;
}
.shade_hot_a5d8
  .wide_671c.green_78da:hover
  .cool_e54d {
  background: rgba(0, 0, 0, 0.8);
}
.sidebar-outer-5eb3 .module_775c {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  width: 360px;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
@media screen and (max-width: 35.5em) {
  .sidebar-outer-5eb3 .module_775c {
    width: auto;
    right: 45px;
  }
}
.article-84d2 .module_775c {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  width: 360px;
  right: 0;
}
@media screen and (max-width: 35.5em) {
  .article-84d2 .module_775c {
    width: auto;
    left: 45px;
  }
}
.column-red-f547 .module_775c {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.column-red-f547 .narrow-3163 {
  max-width: 48em;
  margin: 0 auto;
}
.column-red-f547 .backdrop_easy_bb7b:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.dirty_8c5d {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.dirty_8c5d.shade_hot_a5d8 .module_775c {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.dirty_8c5d.sidebar-outer-5eb3 .module_775c {
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.dirty_8c5d .module_775c {
  visibility: visible;
}
.dirty_8c5d.article-84d2 .module_775c {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.focused-fd20,
.section-c5a2 {
  overflow-x: hidden;
}
.focused-fd20 .module_775c {
  overflow: auto;
}
.focused-fd20.shade_hot_a5d8 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.focused-fd20.shade_hot_a5d8 .module_775c {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.focused-fd20.shade_hot_a5d8 .container_dynamic_b482 {
  opacity: 0;
}
.focused-fd20.sidebar-outer-5eb3 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.focused-fd20.sidebar-outer-5eb3 .module_775c {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.focused-fd20.sidebar-outer-5eb3 .container_dynamic_b482 {
  opacity: 0;
}
.focused-fd20.article-84d2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.focused-fd20.article-84d2 .module_775c {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.focused-fd20.article-84d2 .container_dynamic_b482 {
  opacity: 0;
}
.focused-fd20.column-red-f547 .module_775c {
  z-index: 10;
  visibility: visible;
}
.green_78da {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.green_78da .cool_e54d {
  background: rgba(255, 255, 255, 0.99);
}
.green_78da .cool_e54d::after,
.green_78da .cool_e54d:before {
  background: inherit;
}
.green_78da:hover .cool_e54d {
  background: rgba(255, 255, 255, 0.99);
}
.article-84d2 .green_78da {
  top: 10px;
  right: auto;
  left: 12px;
}
.column-red-f547 .green_78da {
  display: none !important;
}
.focused-fd20:before,
.section-c5a2:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.focused-fd20 .green_78da,
.section-c5a2 .green_78da {
  display: inline-block;
}
.module_775c .tabs_dynamic_4570 {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0;
}
.focused-fd20 .module_775c .tabs_dynamic_4570,
.section-c5a2 .module_775c .tabs_dynamic_4570 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.filter_69f7 .sort_19fe {
  width: 100%;
}
.summary_b339 {
  padding: 0 0.5em 0;
}
.summary_b339 [class*="customify-col-"],
.summary_b339 [class*="customify-col_"],
.summary_b339 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.picture-dirty-af36 .summary_b339 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .action-cde2 .tabs_3647,
  .tabs_3647 {
    display: none;
  }
  .down_4126 {
    text-align: left;
  }
  .text_5cf8 {
    text-align: center;
  }
  .copper-2327 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .action-cde2 .iron_4aa5,
  .iron_4aa5 {
    display: none;
  }
  .video-5ef5 {
    text-align: left;
  }
  .background-4b8f {
    text-align: center;
  }
  .logo_ebe6 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .action-cde2 .pattern-fast-3c4c,
  .pattern-fast-3c4c {
    display: none;
  }
  .component-lower-6a68 {
    text-align: left;
  }
  .logo-large-c845 {
    text-align: center;
  }
  .panel_middle_c1f7 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.border-gas-17f3 {
  box-shadow: none !important;
}
.overlay_thick_92ce .column_first_2e2c,
.tertiary_d86d .column_first_2e2c {
  max-width: 1248px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin: 0 auto;
}
.tertiary_d86d .column_first_2e2c {
  margin-top: 30px;
  margin-bottom: 30px;
}
.next_9527 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.next_9527:after,
.next_9527:before {
  content: "";
  display: table;
}
.next_9527:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .next_9527 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.next_9527,
.new-ea59 {
  max-width: 1248px;
  margin: 0 auto;
}

.notification-57b0.fast_37e1 .next_9527 {
  max-width: 100%;
}
.notification-57b0.middle_473e {
  max-width: 1200px;
  margin: 0 auto;
}
.notification-57b0.slider-last-8137 .next_9527 {
  max-width: 100%;
}
.notification-57b0.slider-last-8137 > .next_9527 {
  padding-left: 0;
  padding-right: 0;
}
.notification-57b0.slider-last-8137 > .next_9527 .action-cde2 {
  margin: 0;
}
.notification-57b0.slider-last-8137
  > .next_9527
  .dim-6730.form_1c5b {
  margin-right: 0;
  margin-left: 0;
}
.notification-57b0.slider-last-8137 #main.form_1c5b {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .static-70d8 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .static-70d8 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .description-0330 .footer-small-fb19 {
    padding-right: 1em;
  }
  .description-0330.table_bottom_351e .dim-6730 {
    border-right: 1px solid #eaecee;
  }
  .description-0330.table_bottom_351e .footer-small-fb19 {
    padding-right: 1em;
  }
  .description-0330.table_bottom_351e .thumbnail-first-1bfe {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .iron_dfcb .footer-small-fb19 {
    padding-left: 1em;
  }
  .iron_dfcb.table_bottom_351e .dim-6730 {
    border-left: 1px solid #eaecee;
  }
  .iron_dfcb.table_bottom_351e .footer-small-fb19 {
    padding-left: 1em;
  }
  .iron_dfcb.table_bottom_351e .thumbnail-first-1bfe {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gas_3778 .footer-small-fb19 {
    padding-left: 1em;
  }
  .gas_3778.table_bottom_351e .inner-fca9 {
    border-right: 1px solid #eaecee;
  }
  .gas_3778.table_bottom_351e .box_next_40f2 {
    border-right: 1px solid #eaecee;
  }
  .gas_3778.table_bottom_351e .footer-small-fb19 {
    padding-left: 1em;
  }
  .gas_3778.table_bottom_351e .thumbnail-first-1bfe {
    padding-right: 1em;
  }
  .gas_3778.table_bottom_351e .fresh_d252 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .outer-e252 .footer-small-fb19 {
    padding-right: 1em;
  }
  .outer-e252.table_bottom_351e .inner-fca9 {
    border-left: 1px solid #eaecee;
  }
  .outer-e252.table_bottom_351e .box_next_40f2 {
    border-left: 1px solid #eaecee;
  }
  .outer-e252.table_bottom_351e .footer-small-fb19 {
    padding-right: 1em;
  }
  .outer-e252.table_bottom_351e .thumbnail-first-1bfe {
    padding-left: 1em;
    padding-right: 1em;
  }
  .outer-e252.table_bottom_351e .fresh_d252 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .static-70d8 .footer-small-fb19 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .static-70d8.table_bottom_351e .dim-6730 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .static-70d8.table_bottom_351e .footer-small-fb19 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .static-70d8.table_bottom_351e .thumbnail-first-1bfe {
    padding-left: 1em;
  }
  .static-70d8.table_bottom_351e .fresh_d252 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .static-70d8.table_bottom_351e .footer-small-fb19 {
    padding-left: 0;
  }
}
.thumbnail_0505 .fast_b866 {
  display: inline-block;
}
.east_525e {
  display: inline-block;
}
.fast_19eb {
  word-con: break-word;
}
.modal-hard-b685 > span {
  display: inline-block;
  padding: 5px 0;
}
.modal-hard-b685 .overlay_active_c60b {
  margin-left: 8px;
  margin-right: 8px;
}
.modal-hard-b685 .disabled_d545 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.bright-1827 .detail_bright_2954 {
  margin-bottom: 2em;
}
.bright-1827 .border_b37d {
  margin-bottom: 15px;
}
.bright-1827 .border_b37d:last-child {
  margin-bottom: 0;
}
.bright-1827 .caption-in-3b9b {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #eaecee;
  padding-bottom: 2em;
}
@media screen and (max-width: 568px) {
  .bright-1827 .caption-in-3b9b {
    display: block;
  }
}
.bright-1827 .background-702b {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .bright-1827 .background-702b {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.bright-1827 .accordion_pressed_e289 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.bright-1827 .accordion_pressed_e289 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.bright-1827 .accordion_pressed_e289 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.bright-1827 .fast_19eb {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.bright-1827 .fast_19eb a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.bright-1827 .shade-439d p:last-child {
  margin-bottom: 0;
}
.bright-1827 .orange-bc28 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.bright-1827 .pattern_2afc {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.bright-1827 .mask_over_bc64 {
  margin-top: 1em;
}
.bright-1827 .header-bff9 {
  top: 0;
  display: block;
}
.bright-1827 .header-bff9 a {
  color: inherit;
}
.bright-1827 .header-bff9 a:hover {
  color: inherit;
}
.bright-1827 .detail-dirty-44de {
  display: inline-block;
  line-height: 1;
  border: 1px solid #235787;
  color: #235787;
  border-radius: 2px;
  cursor: pointer;
  padding: 7px 17px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s, -webkit-transform 0.18s;
  transition: border 0.18s, background 0.18s, box-shadow 0.18s, opacity 0.18s,
    color 0.18s, -webkit-transform 0.18s;
  transition: transform 0.18s, border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s;
  transition: transform 0.18s, border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s, -webkit-transform 0.18s;
  font-weight: 500;
}
.bright-1827 .detail-dirty-44de:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.bright-1827 .pattern_2afc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.bright-1827 .dropdown_5f01 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.bright-1827 .dropdown_5f01:first-child {
  margin-top: 0;
}
.bright-1827 .dropdown_5f01.south-c892 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bright-1827 .dropdown_5f01.component_ff85 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.bright-1827
  .dropdown_5f01.component_ff85.media-stale-b72a
  .mask_over_bc64 {
  width: 100%;
}
.bright-1827 .component_ff85 {
  -webkit-box-align: center;
  align-items: center;
}
.bright-1827 .component_ff85 .modal-hard-b685,
.bright-1827 .component_ff85 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.bright-1827 .accordion_pressed_e289 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bright-1827 .accordion_pressed_e289 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.bright-1827 .accordion_pressed_e289:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.bright-1827 .south-c892 {
  z-index: 5;
}
.bright-1827 .bronze_f37f .tooltip_cold_0368 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.bright-1827 .column_fresh_1a7e .tooltip_cold_0368 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.bright-1827 .outline_1185 .tooltip_cold_0368 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.bright-1827.label-brown-7f02 .caption-in-3b9b,
.bright-1827.paragraph_f90d .caption-in-3b9b {
  display: block;
}
.bright-1827.label-brown-7f02 .caption-in-3b9b .shade-mini-0262,
.bright-1827.label-brown-7f02 .caption-in-3b9b .pattern_2afc,
.bright-1827.paragraph_f90d .caption-in-3b9b .shade-mini-0262,
.bright-1827.paragraph_f90d .caption-in-3b9b .pattern_2afc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.bright-1827.active_0a72 .background-702b {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .bright-1827.active_0a72 .background-702b {
    margin-right: 0;
  }
}
.bright-1827.label-brown-7f02 .background-702b,
.bright-1827.paragraph_f90d .background-702b {
  padding-top: 40%;
}
.bright-1827.label-brown-7f02 .detail_bright_2954,
.bright-1827.paragraph_f90d .detail_bright_2954 {
  display: block;
}
.bright-1827.label-brown-7f02 .fn-sticky-b0d1 .pattern_2afc,
.bright-1827.paragraph_f90d .fn-sticky-b0d1 .pattern_2afc {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.bright-1827.label-brown-7f02 .background-702b,
.bright-1827.paragraph_f90d .background-702b {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.bright-1827.label-brown-7f02 .pattern_2afc {
  padding: 1em;
}
.medium-453e {
  margin: 30px auto;
  display: block;
}
.medium-453e .advanced_50a7 > * {
  border: 1px solid #eaecee;
  color: #6d6d6d;
  padding: 4px 12px 4px;
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: inline-block;
}
.medium-453e .advanced_50a7 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.medium-453e .advanced_50a7 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.summary-tall-e834 .modal-hard-b685 {
  margin-bottom: 1.41575em;
}
.summary-tall-e834 .icon_stale_6646 {
  margin-bottom: 1.618em;
}
.description_abf1 .motion_9134 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.description_abf1 .motion_9134 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.description_abf1 .image-lower-4e5c {
  max-width: 100%;
  overflow: auto;
}
.tag-under-a7af .description_abf1 a:hover {
  text-decoration: underline;
}
.hot_5481 .border_b37d:not(.fast_19eb),
.hot_5481 .accordion_pressed_e289 {
  margin-bottom: 1.41575em;
}
.hot_5481 .border_b37d:not(.fast_19eb):last-child,
.hot_5481 .accordion_pressed_e289:last-child {
  margin-bottom: 0;
}
.hot_5481 .border_b37d.heading_d0b4 {
  margin-bottom: 0.41575em;
}
.hot_5481 .primary_brown_295b:before,
.hot_5481 .notice-aa15:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.hot_5481 .primary_brown_295b:before {
  content: "\f115";
}
.hot_5481 .notice-aa15:before {
  content: "\f02c";
}
.hot_5481 .sidebar_slow_0b79 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.hot_5481 .sidebar_slow_0b79 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.red-a65c {
  display: -webkit-box;
  display: flex;
}
.red-a65c .link_f844 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .red-a65c .link_f844 {
    flex-basis: 90px;
  }
}
.red-a65c .dark_5d31 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .red-a65c .dark_5d31 {
    flex-basis: calc(100% - 50px);
  }
}
.red-a65c .cool_3f9b p:last-child {
  margin-bottom: 0.72em;
}
.tabs-hot-fcb7 .advanced_50a7 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.tabs-hot-fcb7 .advanced_50a7:after,
.tabs-hot-fcb7 .advanced_50a7:before {
  content: "";
  display: table;
}
.tabs-hot-fcb7 .advanced_50a7:after {
  clear: both;
}
.tabs-hot-fcb7 .advanced_50a7 .progress_458d,
.tabs-hot-fcb7 .advanced_50a7 .east-f4e7 {
  width: 49%;
}
.tabs-hot-fcb7 .advanced_50a7 .progress_458d a span.breadcrumb-e94b,
.tabs-hot-fcb7 .advanced_50a7 .east-f4e7 a span.breadcrumb-e94b {
  display: block;
  margin-bottom: 5px;
}
.tabs-hot-fcb7 .advanced_50a7 .east-f4e7 {
  float: left;
  text-align: left;
}
.tabs-hot-fcb7 .advanced_50a7 .progress_458d {
  float: right;
  text-align: right;
}
.complex-52f1 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .complex-52f1 {
    margin-bottom: 0;
  }
}
.gas_e739 {
  margin-bottom: 1em;
}
.gas_e739 .fast_19eb {
  font-size: 1.1em;
  line-height: 1.3;
}
.notice_slow_ae59 a {
  display: block;
  line-height: 0;
  position: relative;
}
.up-8a9f .gas_e739,
.element-copper-7e80 .gas_e739 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .up-8a9f .gas_e739,
  .element-copper-7e80 .gas_e739 {
    display: block;
  }
}
.up-8a9f .notice_slow_ae59,
.element-copper-7e80 .notice_slow_ae59 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .up-8a9f .notice_slow_ae59,
  .element-copper-7e80 .notice_slow_ae59 {
    margin-bottom: 1em;
  }
}
.up-8a9f .notice_slow_ae59 img,
.element-copper-7e80 .notice_slow_ae59 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.up-8a9f .dirty-44ec,
.element-copper-7e80 .dirty-44ec {
  flex-basis: calc(100% - 160px);
}
.up-8a9f .dirty-44ec p,
.element-copper-7e80 .dirty-44ec p {
  margin-bottom: 0;
}
.up-8a9f .dirty-44ec {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .up-8a9f .dirty-44ec {
    padding-left: 0;
  }
}
.element-copper-7e80 .dirty-44ec {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .element-copper-7e80 .dirty-44ec {
    padding-right: 0;
  }
}
.element-copper-7e80 .notice_slow_ae59 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.notice-3ed7 .notice_slow_ae59 {
  margin-bottom: 0.5em;
}
.notice-3ed7 .notice_slow_ae59 img {
  width: 100%;
}
.static_efd5 .pro_ba25,
.hero_26a8 .pro_ba25 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.hero_26a8 .dim-6730 .popup_medium_10b0 p:last-child {
  margin-bottom: 0;
}
.left-f64a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.tag-ac8c .tooltip-58d5 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .tag-ac8c .tooltip-58d5:last-of-type {
    margin-bottom: 0;
  }
}
.tag-ac8c .tooltip-58d5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-ac8c .tooltip-58d5 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.tag-ac8c .tooltip-58d5 ul li {
  margin: 0 0 0.6em;
}
.tag-ac8c .tooltip-58d5 ul li.popup_625f,
.tag-ac8c .tooltip-58d5 ul li.sidebar-wood-dc00 {
  position: relative;
}
.tag-ac8c .tooltip-58d5 ul li.popup_625f .row-d0e3,
.tag-ac8c .tooltip-58d5 ul li.sidebar-wood-dc00 .row-d0e3 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.tag-ac8c .tooltip-58d5 ul li.popup_625f:after:after,
.tag-ac8c .tooltip-58d5 ul li.popup_625f:after:before,
.tag-ac8c
  .tooltip-58d5
  ul
  li.sidebar-wood-dc00:after:after,
.tag-ac8c
  .tooltip-58d5
  ul
  li.sidebar-wood-dc00:after:before {
  content: "";
  display: table;
}
.tag-ac8c .tooltip-58d5 ul li.popup_625f:after:after,
.tag-ac8c
  .tooltip-58d5
  ul
  li.sidebar-wood-dc00:after:after {
  clear: both;
}
.tag-ac8c .tooltip-58d5 a.fluid_faf2:hover {
  text-decoration: none;
}
.tag-ac8c .tooltip-58d5 select {
  max-width: 100%;
}
.tag-ac8c .tooltip-58d5 table {
  font-size: 85%;
}
.tag-ac8c .tooltip-58d5 table td,
.tag-ac8c .tooltip-58d5 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.tag-ac8c .tooltip-58d5 table tfoot td {
  text-align: left;
}
.tag-ac8c .tooltip-58d5 :last-child {
  margin-bottom: 0;
}
.tag-ac8c .tooltip-58d5 .alert_2e24 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.tag-ac8c .tooltip-58d5 .alert_2e24 label {
  width: 100%;
}
.tag-ac8c .tooltip-58d5 .alert_2e24 .card-in-0d4d {
  width: 100%;
  display: block;
}
.tag-ac8c .tooltip-58d5 .alert_2e24 .backdrop-4d30 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.tag-ac8c .tooltip-58d5 .alert_2e24 .backdrop-4d30:hover svg #svg-search {
  fill: #444;
}
.tag-ac8c .tooltip-58d5 .alert_2e24 .backdrop-4d30 svg {
  width: 18px;
  height: 18px;
}
.tag-ac8c .panel_right_fa94 ul ul,
.tag-ac8c .badge-cool-dff4 ul ul,
.tag-ac8c .accent-bright-a390 ul ul,
.tag-ac8c .pattern_99ef ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.tag-ac8c .panel_right_fa94 .search-4d39 > a,
.tag-ac8c .badge-cool-dff4 .search-4d39 > a,
.tag-ac8c .accent-bright-a390 .search-4d39 > a,
.tag-ac8c .pattern_99ef .search-4d39 > a {
  margin-bottom: 0;
}
.tag-ac8c .tiny_9ec0 li,
.tag-ac8c .panel_right_fa94 li,
.tag-ac8c .logo-fast-b743 li,
.tag-ac8c .badge-cool-dff4 li,
.tag-ac8c .accent-bright-a390 li,
.tag-ac8c .pattern_99ef li,
.tag-ac8c .first_9e5a li,
.tag-ac8c .small_0ba8 li {
  display: block;
  position: relative;
}
.tag-ac8c .tiny_9ec0 li:last-child,
.tag-ac8c .panel_right_fa94 li:last-child,
.tag-ac8c .logo-fast-b743 li:last-child,
.tag-ac8c .badge-cool-dff4 li:last-child,
.tag-ac8c .accent-bright-a390 li:last-child,
.tag-ac8c .pattern_99ef li:last-child,
.tag-ac8c .first_9e5a li:last-child,
.tag-ac8c .small_0ba8 li:last-child {
  border: none;
}
.tag-ac8c .tiny_9ec0 li a,
.tag-ac8c .panel_right_fa94 li a,
.tag-ac8c .logo-fast-b743 li a,
.tag-ac8c .badge-cool-dff4 li a,
.tag-ac8c .accent-bright-a390 li a,
.tag-ac8c .pattern_99ef li a,
.tag-ac8c .first_9e5a li a,
.tag-ac8c .small_0ba8 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.tag-ac8c .tiny_9ec0 li ul li::before,
.tag-ac8c .panel_right_fa94 li ul li::before,
.tag-ac8c .logo-fast-b743 li ul li::before,
.tag-ac8c .badge-cool-dff4 li ul li::before,
.tag-ac8c .accent-bright-a390 li ul li::before,
.tag-ac8c .pattern_99ef li ul li::before,
.tag-ac8c .first_9e5a li ul li::before,
.tag-ac8c .small_0ba8 li ul li::before {
  left: 15px;
}
.tag-ac8c .tiny_9ec0 li ul a,
.tag-ac8c .panel_right_fa94 li ul a,
.tag-ac8c .logo-fast-b743 li ul a,
.tag-ac8c .badge-cool-dff4 li ul a,
.tag-ac8c .accent-bright-a390 li ul a,
.tag-ac8c .pattern_99ef li ul a,
.tag-ac8c .first_9e5a li ul a,
.tag-ac8c .small_0ba8 li ul a {
  padding-left: 20px;
}
.tag-ac8c .tiny_9ec0 li ul ul li::before,
.tag-ac8c .panel_right_fa94 li ul ul li::before,
.tag-ac8c .logo-fast-b743 li ul ul li::before,
.tag-ac8c .badge-cool-dff4 li ul ul li::before,
.tag-ac8c .accent-bright-a390 li ul ul li::before,
.tag-ac8c .pattern_99ef li ul ul li::before,
.tag-ac8c .first_9e5a li ul ul li::before,
.tag-ac8c .small_0ba8 li ul ul li::before {
  left: 30px;
}
.tag-ac8c .tiny_9ec0 li ul ul a,
.tag-ac8c .panel_right_fa94 li ul ul a,
.tag-ac8c .logo-fast-b743 li ul ul a,
.tag-ac8c .badge-cool-dff4 li ul ul a,
.tag-ac8c .accent-bright-a390 li ul ul a,
.tag-ac8c .pattern_99ef li ul ul a,
.tag-ac8c .first_9e5a li ul ul a,
.tag-ac8c .small_0ba8 li ul ul a {
  padding-left: 40px;
}
.tag-ac8c .paragraph-00ff li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.tag-ac8c .small_0ba8 ul li {
  margin-bottom: 1.41575em;
}
.tag-ac8c .small_0ba8 ul li .form-new-6ad8 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.tag-ac8c .small_0ba8 ul li .photo-orange-1d9c {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.active_ed90 .tiny_9ec0 li a,
.active_ed90 .panel_right_fa94 li a,
.active_ed90 .logo-fast-b743 li a,
.active_ed90 .badge-cool-dff4 li a,
.active_ed90 .accent-bright-a390 li a,
.active_ed90 .pattern_99ef li a,
.active_ed90 .first_9e5a li a,
.active_ed90 .small_0ba8 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.active_ed90 .paragraph-00ff li {
  border-color: rgba(255, 255, 255, 0.08);
}
.active_ed90 .tooltip-58d5 ul li.popup_625f .row-d0e3,
.active_ed90 .tooltip-58d5 ul li.sidebar-wood-dc00 .row-d0e3 {
  background: rgba(0, 0, 0, 0.2);
}
.active_ed90 .tag-ac8c .tooltip-58d5 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.notification-57b0 .tag-ac8c .east_a611 li {
  margin: 0;
}
.notification-57b0 .tag-ac8c .east_a611 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.notification-57b0 .tag-ac8c .east_a611 li ul {
  margin: 0;
}
.notification-57b0 .tag-ac8c .east_a611 li ul li a {
  padding-left: 15px;
}
.notification-57b0 .tag-ac8c .east_a611 li ul li li a {
  padding-left: 30px;
}
.notification-57b0 .tag-ac8c .east_a611 li.element-5094 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.notification-57b0 .tag-ac8c .east_a611 li.element-5094 > a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaecee;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 13px;
}
.notification-57b0 .tag-ac8c .east_a611 li.element-5094 > a:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 13px;
}
.prev_63a9 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.under_a391 {
  position: relative;
  z-index: 10;
}
.under_a391 .tabs_dynamic_4570 {
  width: 100%;
  max-width: 100%;
}
.purple-9367 .lite-d827 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.purple-9367 .wide_671c {
}
.purple-9367 .active_ed90 {
  background: #292929;
}
.element-pressed-9ad6 .lite-d827 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.element-pressed-9ad6 .wide_671c {
  background: #f9f9f9;
}
.element-pressed-9ad6 .active_ed90 {
  background: #303030;
}
.popup-smooth-93df .lite-d827 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .popup-smooth-93df .fast_b866 {
    margin-bottom: 1em;
  }
  .popup-smooth-93df .fast_b866:last-child {
    margin-bottom: 0;
  }
}
.popup-smooth-93df .wide_671c {
  background: #ededed;
}
.popup-smooth-93df .active_ed90 {
  background: #1a1a1a;
}
.lite-d827.wide_671c {
  color: rgba(0, 0, 0, 0.6);
}
.lite-d827.wide_671c .brown_7891 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.lite-d827.active_ed90 {
  color: rgba(255, 255, 255, 0.99);
}
.lite-d827.active_ed90 a:not(.fluid_faf2) {
  color: rgba(255, 255, 255, 0.79);
}
.lite-d827.active_ed90 a:not(.fluid_faf2):hover {
  color: rgba(255, 255, 255, 0.99);
}
.lite-d827.active_ed90 .brown_7891 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.lite-d827.active_ed90 table tbody td,
.lite-d827.active_ed90 table th {
  background: rgba(0, 0, 0, 0.08);
}
.dynamic-de07.dark_3b4d .next_9527 {
  max-width: initial;
}
.dynamic-de07 .tertiary-e8ba {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.dynamic-de07 .tertiary-e8ba .tabs_dynamic_4570 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .dynamic-de07 .tertiary-e8ba .tabs_dynamic_4570 {
    display: block;
    margin-bottom: 2em;
  }
  .dynamic-de07 .tertiary-e8ba .tabs_dynamic_4570:last-child {
    margin-bottom: 0;
  }
}
.popup-smooth-93df .fast_b866:last-child,
.element-pressed-9ad6 .fast_b866:last-child,
.purple-9367 .fast_b866:last-child {
  margin-bottom: 0;
}
.popup-smooth-93df .fast_b866 .tag-ac8c .tooltip-58d5:last-child,
.element-pressed-9ad6 .fast_b866 .tag-ac8c .tooltip-58d5:last-child,
.purple-9367 .fast_b866 .tag-ac8c .tooltip-58d5:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .popup-smooth-93df .tag_north_79ae,
  .popup-smooth-93df .new-fdea,
  .element-pressed-9ad6 .tag_north_79ae,
  .element-pressed-9ad6 .new-fdea,
  .purple-9367 .tag_north_79ae,
  .purple-9367 .new-fdea {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .under_a391 .fast_b866 {
    margin-bottom: 2em;
  }
}
.under_a391 p:last-child {
  margin-bottom: 0;
}
.under_a391 li,
.under_a391 ul {
  list-style: none;
  margin: 0;
}
.under_a391 ul ul {
  margin-left: 2.617924em;
}
.text_dark_9665 {
  font-size: 0.875em;
}

/* css-noise: 7482 */
.ghost-box-w8 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.0;
}
