/*!
Theme Name: Customify
Theme URI: https://pressmaximum.mask-31ff/customify
Author: WPCustomify
Author URI: https://pressmaximum.mask-31ff
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.mask-31ff/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.description_a53e.avatar-6c6c/licenses/gpl-2.0.detail_next_eae2
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.tag_af5d/, (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.alert-tall-788b.form-north-e6c1/normalize.selected-e1b4/
 ======
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.selected-e1b4 v7.0.0 | MIT License | github.mask-31ff/necolas/normalize.selected-e1b4 */
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;
}
.caption_yellow_2273 .frame-14ce,
.detail-orange-f9ca,
.tooltip_clean_9629,
.banner_top_67fc,
.gas_7cc2,
.brown_ded4,
.shade_4374,
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;
}
.detail-orange-f9ca,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .detail-orange-f9ca,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .detail-orange-f9ca,
  h1 {
    font-size: 1.8em;
  }
}
.tooltip_clean_9629,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.tooltip_clean_9629 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .tooltip_clean_9629,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .tooltip_clean_9629,
  h2 {
    font-size: 1.7em;
  }
}
.banner_top_67fc,
h3 {
  font-size: 1.618em;
}
.caption_yellow_2273 .frame-14ce,
.gas_7cc2,
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.rough-f837 {
  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;
}
.link_easy_8898:after,
.link_easy_8898:before,
.light_3b43:after,
.light_3b43:before {
  content: "";
  display: table;
}
.link_easy_8898:after,
.light_3b43:after {
  clear: both;
}
.bronze-be42 {
  float: right;
  margin-right: 0;
}
.black-eaec {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.alert_932a .selected_683d,
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;
}
.alert_932a .selected_683d: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;
}
.panel_9264 .selected_683d {
  box-shadow: none;
}
.panel_9264
  .selected_683d
  .article_f85b {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.panel_9264 .selected_683d .picture_8d6b {
  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;
}
.panel_9264
  .selected_683d
  .picture_8d6b
  b {
  display: none;
}
.panel_9264 .description-fbf2 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.clean-4d5f:not(.prev_73c2):not(.lite_c205),
button:not(.prev_73c2):not(.lite_c205),
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ),
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ),
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ) {
  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;
}
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ):hover,
button:not(.prev_73c2):not(
    .lite_c205
  ):hover,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ):hover,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ):hover,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ):active,
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ):focus,
button:not(.prev_73c2):not(
    .lite_c205
  ):active,
button:not(.prev_73c2):not(
    .lite_c205
  ):focus,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ):active,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ):focus,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ):active,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ):focus,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ):active,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ):focus {
  outline: 0;
}
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c {
  position: relative;
}
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .gallery_4c24,
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .container-solid-bce0,
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .detail-52a6,
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  i,
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  svg,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .gallery_4c24,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .container-solid-bce0,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .detail-52a6,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  i,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  svg,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .gallery_4c24,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .container-solid-bce0,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .detail-52a6,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  i,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  svg,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .gallery_4c24,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .container-solid-bce0,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .detail-52a6,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  i,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  svg,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .gallery_4c24,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .container-solid-bce0,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  .detail-52a6,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  i,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c
  svg {
  visibility: hidden;
}
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c:after,
button:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c:after,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c:after,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c:after,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ).fn-loading-1b0c: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;
}
.clean-4d5f:not(.prev_73c2):not(.lite_c205),
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ),
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ),
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ) {
  color: #fff;
  background: #235787;
}
.clean-4d5f:not(.prev_73c2):not(
    .lite_c205
  ):focus,
input[type="button"]:not(.prev_73c2):not(
    .lite_c205
  ):focus,
input[type="reset"]:not(.prev_73c2):not(
    .lite_c205
  ):focus,
input[type="submit"]:not(.prev_73c2):not(
    .lite_c205
  ):focus {
  color: #fff;
}
.clean-4d5f.fn-disabled-1b0c:not(.prev_73c2):not(
    .lite_c205
  ),
.clean-4d5f[disabled]:not(.prev_73c2):not(
    .lite_c205
  ),
button.fn-disabled-1b0c:not(.prev_73c2):not(
    .lite_c205
  ),
button[disabled]:not(.prev_73c2):not(
    .lite_c205
  ) {
  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;
}
.huge-1cb6 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.huge-1cb6: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;
}
.thick-9755 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.stone_d58c {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.modal_2eba {
  clear: both;
  display: block;
  margin: 0 auto;
}
.link_easy_8898:after,
.link_easy_8898:before,
.message-advanced-70d2:after,
.message-advanced-70d2:before,
.grid_upper_d328:after,
.grid_upper_d328:before,
.first-fc91:after,
.first-fc91:before,
.widget-9f34:after,
.widget-9f34:before,
.table_dynamic_d39d:after,
.table_dynamic_d39d:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.link_easy_8898:after,
.message-advanced-70d2:after,
.grid_upper_d328:after,
.first-fc91:after,
.widget-9f34:after,
.table_dynamic_d39d:after {
  clear: both;
}
.message-advanced-70d2 .main_copper_1537,
.grid_upper_d328 .main_copper_1537,
.fluid-1c81 .main_copper_1537 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.pagination-b1bf {
  display: inline-block;
}
.thick_f35a {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.thick_f35a img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.thick_f35a .outer_9115 {
  padding: 1em 0;
  font-size: 85%;
}
.outer_9115 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.copper_e83f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.copper_e83f:after,
.copper_e83f:before {
  content: "";
  display: table;
}
.copper_e83f:after {
  clear: both;
}
.row_down_c59f {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.summary-rough-a7b6 .row_down_c59f {
  max-width: 50%;
}
.grid-center-366d .row_down_c59f {
  max-width: 33.33%;
}
.under-112e .row_down_c59f {
  max-width: 25%;
}
.bronze-3019 .row_down_c59f {
  max-width: 20%;
}
.fresh_f720 .row_down_c59f {
  max-width: 16.66%;
}
.text-31db .row_down_c59f {
  max-width: 14.28%;
}
.filter_fbfc .row_down_c59f {
  max-width: 12.5%;
}
.pagination_9185 .row_down_c59f {
  max-width: 11.11%;
}
.feature-6003 {
  display: block;
}
.caption_yellow_2273 .west-61c7 label,
.caption_yellow_2273 .media_solid_9c5d label,
.caption_yellow_2273 .narrow_5444 label,
.caption_yellow_2273 .table-large-1311 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.shadow-green-65cd {
  list-style: none;
  margin: 0;
}
.shadow-green-65cd article.filter-fa6c {
  margin-bottom: 0;
}
.shadow-green-65cd ul {
  list-style: none;
  margin: 0;
}
.shadow-green-65cd .photo_8f3d li.filter-fa6c {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .shadow-green-65cd .photo_8f3d li.filter-fa6c {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .shadow-green-65cd .photo_8f3d li.filter-fa6c: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) {
  .shadow-green-65cd .photo_8f3d li.filter-fa6c li.filter-fa6c li.filter-fa6c li.filter-fa6c {
    padding-left: 0;
  }
}
article.filter-fa6c {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.filter-fa6c .message-advanced-70d2 p:last-of-type {
  margin-bottom: 0;
}
article.filter-fa6c .carousel_2297 {
  float: left;
}
article.filter-fa6c .west-e63f {
  margin-left: 85px;
}
article.filter-fa6c .progress_1e9e {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.filter-fa6c .progress_1e9e .focused_dcb8 {
  margin-left: 10px;
}
article.filter-fa6c .label-black-9820 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.filter-fa6c .video_yellow_2b1b {
  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 .west-61c7,
  #respond .narrow_5444,
  #respond .table-large-1311 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .west-61c7 input,
#respond .narrow_5444 input,
#respond .table-large-1311 input {
  width: 100%;
}
#respond .table-large-1311 {
  margin-right: 0;
}
#respond .thumbnail_gold_4a0a #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.wide-c4f4 {
  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;
}
.wide-c4f4.input_9159 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.wide-c4f4 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%);
}
.wide-c4f4:focus,
.wide-c4f4: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);
}
.primary-2cc1 {
  border-radius: 10%;
}
.green_b393 {
  border-radius: 50%;
}
.layout_fixed_c44a {
  font-size: 0.72em;
}
.box-1d7c {
  font-size: 0.875em;
}
.current_3aaa {
  font-size: 1.1em;
}
.fluid_f653 {
  text-transform: uppercase;
  line-height: 1.2;
}
.fluid_f653.layout_fixed_c44a {
  letter-spacing: 0.5px;
}
.tall_7ce3,
.tall_7ce3 a {
  color: #6d6d6d;
}
.tall_7ce3 a:hover {
  color: #111;
}
.nav-48f7 {
  color: #6d6d6d;
}
.accent_full_4393 {
  overflow-x: hidden;
}
.accent_full_4393 .fluid-9730.backdrop-911f {
  position: relative;
}
.accent_full_4393 .fluid-9730.backdrop-911f.pink_41b1 {
  position: initial;
}
.accent_full_4393
  .fluid-9730.backdrop-911f.pink_41b1
  .advanced_1e9b {
  left: auto;
}
.accent_full_4393 .fluid-9730 .advanced_1e9b {
  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;
}
.accent_full_4393 .fluid-9730:hover.backdrop-911f {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.accent_full_4393
  .fluid-9730:hover.backdrop-911f
  .advanced_1e9b {
  display: block;
  z-index: 9999999;
}
.accent_full_4393 .tertiary-fcf3 .progress_hovered_9b5c,
.accent_full_4393 .hard_e2aa .progress_hovered_9b5c {
  display: none;
}
.accent_full_4393 .hot-11df .fluid-9730:hover.backdrop-911f {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.caption_yellow_2273 .west-61c7 label,
.caption_yellow_2273 .media_solid_9c5d label,
.caption_yellow_2273 .narrow_5444 label,
.caption_yellow_2273 .table-large-1311 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.shadow-green-65cd {
  list-style: none;
  margin: 0;
}
.shadow-green-65cd article.filter-fa6c {
  margin-bottom: 0;
}
.shadow-green-65cd ul {
  list-style: none;
  margin: 0;
}
.shadow-green-65cd .photo_8f3d li.filter-fa6c {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .shadow-green-65cd .photo_8f3d li.filter-fa6c {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .shadow-green-65cd .photo_8f3d li.filter-fa6c: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) {
  .shadow-green-65cd .photo_8f3d li.filter-fa6c li.filter-fa6c li.filter-fa6c li.filter-fa6c {
    padding-left: 0;
  }
}
article.filter-fa6c {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.filter-fa6c .message-advanced-70d2 p:last-of-type {
  margin-bottom: 0;
}
article.filter-fa6c .carousel_2297 {
  float: left;
}
article.filter-fa6c .west-e63f {
  margin-left: 85px;
}
article.filter-fa6c .progress_1e9e {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.filter-fa6c .progress_1e9e .focused_dcb8 {
  margin-left: 10px;
}
article.filter-fa6c .label-black-9820 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.filter-fa6c .video_yellow_2b1b {
  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 .west-61c7,
  #respond .narrow_5444,
  #respond .table-large-1311 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .west-61c7 input,
#respond .narrow_5444 input,
#respond .table-large-1311 input {
  width: 100%;
}
#respond .table-large-1311 {
  margin-right: 0;
}
#respond .thumbnail_gold_4a0a #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.tertiary-fcf3 .sort-4985 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.sort-4985 .photo_blue_a259.label_bottom_36a4 .cold_d0cc > li > a:focus,
.sort-4985 .photo_blue_a259.label_bottom_36a4 .cold_d0cc > li > a:hover,
.sort-4985 .photo_blue_a259.up_a237 .cold_d0cc > li > a:focus,
.sort-4985 .photo_blue_a259.up_a237 .cold_d0cc > li > a:hover,
.sort-4985 .photo_blue_a259.form_dirty_e326 .cold_d0cc > li > a:focus,
.sort-4985 .photo_blue_a259.form_dirty_e326 .cold_d0cc > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-4985
  .photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li.popup-ee39
  > a,
.sort-4985
  .photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li.column_right_bd87
  > a,
.sort-4985
  .photo_blue_a259.up_a237
  .cold_d0cc
  > li.popup-ee39
  > a,
.sort-4985
  .photo_blue_a259.up_a237
  .cold_d0cc
  > li.column_right_bd87
  > a,
.sort-4985
  .photo_blue_a259.form_dirty_e326
  .cold_d0cc
  > li.popup-ee39
  > a,
.sort-4985 .photo_blue_a259.form_dirty_e326 .cold_d0cc > li.article-east-07f1 > a {
  color: rgba(255, 255, 255, 0.99);
}
.sort-4985 .pagination-clean-8fda,
.sort-4985 .pagination-clean-8fda a {
  color: rgba(255, 255, 255, 0.99);
}
.sort-4985 .photo_first_2928.active_over_8c0c li a,
.sort-4985 .iron-b4aa a,
.sort-4985 .texture-ccfc,
.sort-4985 .cold_d0cc > li > a,
.sort-4985 .filter-4903 {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985 .photo_first_2928.active_over_8c0c li a:hover,
.sort-4985 .iron-b4aa a:hover,
.sort-4985 .texture-ccfc:hover,
.sort-4985 .cold_d0cc > li > a:hover,
.sort-4985 .filter-4903:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-4985 .brown_9a0f {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985 .brown_9a0f .frame_9c20 {
  color: rgba(255, 255, 255, 0.99);
}
.sort-4985 .brown_9a0f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-4985 .progress_dim_117b .hidden-silver-93bd {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985 .progress_dim_117b .hidden-silver-93bd .active-1e3b {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985
  .progress_dim_117b
  .hidden-silver-93bd
  .active-1e3b::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985
  .progress_dim_117b
  .hidden-silver-93bd
  .active-1e3b:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985
  .progress_dim_117b
  .hidden-silver-93bd
  .active-1e3b::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985
  .progress_dim_117b
  .hidden-silver-93bd
  .active-1e3b::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985 .progress_dim_117b .lite-c5b9 {
  color: rgba(255, 255, 255, 0.79);
}
.sort-4985 .progress_dim_117b .lite-c5b9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.block_light_fd20
  .sort-4985
  .progress_dim_117b
  .blue-b1a1
  .gas_bba1 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.block_light_fd20
  .sort-4985
  .progress_dim_117b
  .blue-b1a1
  .active-1e3b {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tertiary-fcf3 .accent_ed81 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.accent_ed81 .photo_blue_a259.label_bottom_36a4 .cold_d0cc > li > a:focus,
.accent_ed81 .photo_blue_a259.label_bottom_36a4 .cold_d0cc > li > a:hover,
.accent_ed81 .photo_blue_a259.up_a237 .cold_d0cc > li > a:focus,
.accent_ed81 .photo_blue_a259.up_a237 .cold_d0cc > li > a:hover,
.accent_ed81 .photo_blue_a259.form_dirty_e326 .cold_d0cc > li > a:focus,
.accent_ed81 .photo_blue_a259.form_dirty_e326 .cold_d0cc > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent_ed81
  .photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li.popup-ee39
  > a,
.accent_ed81
  .photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li.column_right_bd87
  > a,
.accent_ed81
  .photo_blue_a259.up_a237
  .cold_d0cc
  > li.popup-ee39
  > a,
.accent_ed81
  .photo_blue_a259.up_a237
  .cold_d0cc
  > li.column_right_bd87
  > a,
.accent_ed81
  .photo_blue_a259.form_dirty_e326
  .cold_d0cc
  > li.popup-ee39
  > a,
.accent_ed81 .photo_blue_a259.form_dirty_e326 .cold_d0cc > li.article-east-07f1 > a {
  color: rgba(0, 0, 0, 0.8);
}
.accent_ed81 .pagination-clean-8fda,
.accent_ed81 .pagination-clean-8fda a {
  color: rgba(0, 0, 0, 0.8);
}
.accent_ed81 .photo_first_2928.active_over_8c0c li a,
.accent_ed81 .iron-b4aa a,
.accent_ed81 .texture-ccfc,
.accent_ed81 .cold_d0cc > li > a,
.accent_ed81 .filter-4903 {
  color: rgba(0, 0, 0, 0.55);
}
.accent_ed81 .photo_first_2928.active_over_8c0c li a:hover,
.accent_ed81 .iron-b4aa a:hover,
.accent_ed81 .texture-ccfc:hover,
.accent_ed81 .cold_d0cc > li > a:hover,
.accent_ed81 .filter-4903:hover {
  color: rgba(0, 0, 0, 0.8);
}
.accent_ed81 .brown_9a0f {
  color: rgba(0, 0, 0, 0.55);
}
.accent_ed81 .brown_9a0f .frame_9c20 {
  color: rgba(0, 0, 0, 0.8);
}
.accent_ed81 .brown_9a0f:hover {
  color: rgba(0, 0, 0, 0.8);
}
.blue-04a0 .aside_action_2c4e {
  margin-left: auto;
  margin-right: auto;
}
.grid_upper_d328 > * {
  margin-left: auto;
  margin-right: auto;
}
.grid_upper_d328 .thick-9755 {
  margin-right: 1.41575em;
}
.caption_c0ff .grid_upper_d328 > .dropdown_b84b {
  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;
}
.caption_c0ff .grid_upper_d328 > .component-c986 {
  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;
}
.avatar-bright-fbbb.blue-04a0 .aside_action_2c4e,
.medium-6308.blue-04a0 .aside_action_2c4e {
  margin-left: 0;
}
.paragraph_gas_bb71.blue-04a0 .aside_action_2c4e,
.easy_a30c.blue-04a0 .aside_action_2c4e {
  margin-right: 0;
}
.grid_upper_d328 ol,
.grid_upper_d328 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.background-8aff video {
  max-width: 100%;
}
.paragraph-easy-453a img {
  display: block;
}
.paragraph-easy-453a.thick-9755,
.paragraph-easy-453a.stone_d58c {
  width: 100%;
}
.paragraph-easy-453a.component-c986 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.in-3fc9:not(.fixed_823c) {
  margin: 1.5em auto;
}
.media_steel_bc90 p {
  padding: 1.5em 14px;
}
ul.detail_north_ea44.component-c986,
ul.detail_north_ea44.dropdown_b84b,
ul.detail_north_ea44.overlay-440d.dropdown_b84b {
  padding: 0 14px;
}
.description-3b54 {
  display: block;
  overflow-x: auto;
}
.description-3b54 table {
  border-collapse: collapse;
  width: 100%;
}
.description-3b54 td,
.description-3b54 th {
  padding: 0.5em;
}
.grid_upper_d328 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.grid_upper_d328 ol ol,
.grid_upper_d328 ol ul,
.grid_upper_d328 ul ol,
.grid_upper_d328 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.grid_upper_d328 ol ol li,
.grid_upper_d328 ol ul li,
.grid_upper_d328 ul ol li,
.grid_upper_d328 ul ul li {
  margin-left: 0;
}
.article_cold_1ccc.highlight_dirty_73fa > .input_8bf6 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.article_cold_1ccc.highlight_dirty_73fa > .input_8bf6 iframe,
.article_cold_1ccc.highlight_dirty_73fa > .input_8bf6 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider_ec03 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.slider_ec03.accent-9b6a {
  padding: 0;
}
.slider_ec03.accent-9b6a cite {
  font-size: 13px;
}
.slider_ec03 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.slider_ec03 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.gradient_inner_33f9 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.gradient_inner_33f9 > p:first-child {
  margin-top: 0;
}
.gradient_inner_33f9 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.gradient_inner_33f9 blockquote {
  border-left: 0;
}
.focus_pro_74c4 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.focus_pro_74c4:not(.texture-advanced-06b9) {
  max-width: 100px;
}
.focus_pro_74c4.tertiary-steel-7c44 {
  border-bottom: none !important;
  text-align: center;
}
.focus_pro_74c4.tertiary-steel-7c44::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .media_steel_bc90 p {
    padding: 1.5em 0;
  }
}
.photo-bright-7ff5 {
  color: #0073aa;
}
.notice_steel_ba3d {
  background-color: #0073aa;
}
.module-plasma-6ac5 {
  color: #229fd8;
}
.north_7610 {
  background-color: #229fd8;
}
.tooltip-57c1 {
  color: #eee;
}
.inner-37c2 {
  background-color: #eee;
}
.gallery_blue_9fea {
  color: #444;
}
.thick-a279 {
  background-color: #444;
}
.gas-5256 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.gas-5256 .pro_b722 .iron-b4aa {
  font-size: 15px;
}
.gas-5256 .iron-b4aa {
  line-height: 1.3;
}
.gas-5256 .accent_ed81 {
}
.gas-5256 .sort-4985 {
  background: #235787;
}
.status_silver_c234 {
  padding: 0;
}
.status_silver_c234 .sort-4985 {
  background: #1a1a1a;
}
.status_silver_c234 .accent_ed81 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.outline_30f2 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.outline_30f2 .accent_ed81 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.outline_30f2 .sort-4985 {
  background: #303030;
}
.table_dynamic_d39d {
  position: relative;
  z-index: 10;
}
.table_dynamic_d39d .content-center-6b58 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.glass-8811 .backdrop-911f {
  display: inline-block;
  vertical-align: middle;
}
.glass-8811.orange-4d21 .backdrop-911f {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .glass-8811.orange-4d21 .backdrop-911f {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .glass-8811.orange-4d21 .backdrop-911f {
    margin-right: 0.4em;
  }
}
.glass-8811.orange-4d21 .backdrop-911f:last-child {
  margin-right: 0;
}
.dropdown-old-e472 .content-center-6b58 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .tertiary-fcf3 .pro_b722 {
    margin: 0 -0.5em;
  }
  .tertiary-fcf3 .pro_b722 [class*="customify-col-"],
  .tertiary-fcf3 .pro_b722 [class*="customify-col_"],
  .tertiary-fcf3 .pro_b722 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.tertiary-fcf3.bright_836a .content-center-6b58 {
  background: 0 0 !important;
}
.tertiary-fcf3.bright_836a .content-center-6b58,
.tertiary-fcf3.dropdown-old-e472 .content-center-6b58 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .tertiary-fcf3.bottom_468e {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.tertiary-fcf3.dropdown-old-e472 .content-center-6b58 {
  box-shadow: none !important;
}
.lower-21bd {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .lower-21bd {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .lower-21bd {
    padding: 18px 0 20px;
  }
}
.lower-21bd .status-6dca {
  width: 100%;
}
.lower-21bd .thumbnail_purple_e772 {
  margin-bottom: 0;
}
.lower-21bd .in_3d04 {
  margin-top: 5px;
  font-size: 0.875em;
}
.accordion_small_c953 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.accordion_small_c953 .preview-fresh-4d01 {
  width: 100%;
}
.small-e0c0 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.small-e0c0 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.small-e0c0 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;
}
.small-e0c0 li:last-child:after {
  display: none;
}
.small-e0c0 li a {
  font-weight: 500;
  margin-right: 10px;
}
.backdrop_5cef .progress_hovered_9b5c button,
.lower-21bd .progress_hovered_9b5c button {
  left: 0;
}
.backdrop_5cef .preview-fresh-4d01,
.lower-21bd .preview-fresh-4d01 {
  padding-left: 0;
  padding-right: 0;
}
.backdrop_5cef .accordion_small_c953,
.lower-21bd .accordion_small_c953 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.backdrop_5cef {
  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;
}
.backdrop_5cef: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;
}
.backdrop_5cef .widget_north_558b {
  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) {
  .backdrop_5cef .widget_north_558b {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .backdrop_5cef .widget_north_558b {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .backdrop_5cef .widget_north_558b {
    min-height: 200px;
  }
}
.backdrop_5cef .small-e0c0 {
  color: rgba(255, 255, 255, 0.8);
}
.backdrop_5cef .small-e0c0 a,
.backdrop_5cef .small-e0c0 li:after {
  color: inherit;
}
.backdrop_5cef .small-e0c0 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb_a59e {
  margin-bottom: 0.5em;
}
.soft-2e67 {
  margin-bottom: 1.2em;
}
.soft-2e67,
.breadcrumb_a59e {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.soft-2e67 p:last-child,
.breadcrumb_a59e p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .progress_hovered_9b5c,
#masthead .progress_hovered_9b5c {
  display: none;
}
#masthead
  > .progress_hovered_9b5c.outer-9004 {
  display: none;
}
#masthead > .progress_hovered_9b5c button {
  left: 0;
}
.lower-912c {
  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%;
}
.lower-912c .backdrop-911f {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.lower-912c .focused-bd43 {
  display: -webkit-box;
  display: flex;
}
.lower-912c .focused-bd43.north_b975 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.lower-912c .focused-bd43.icon-static-0ee1 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.lower-912c .focused-bd43.info-d952 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.lower-912c.gold_23a5.panel-dark-96bc .focused-bd43.north_b975 {
  flex-basis: 100%;
}
.lower-912c.south-3c3e .focused-bd43.icon-static-0ee1 {
  -webkit-box-flex: 1;
  flex: auto;
}
.lower-912c.south-3c3e .focused-bd43.info-d952 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .progress_hovered_9b5c.outer-9004 {
  display: none;
}
#masthead > .progress_hovered_9b5c button {
  left: 0;
}
.modal-warm-0920 {
  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;
}
.modal-warm-0920:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.modal-warm-0920.mask-clean-c7ce i {
  margin-right: 4px;
}
.modal-warm-0920.wrapper_146a i {
  margin-left: 5px;
}
.iron-b4aa p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.iron-b4aa p:last-child {
  margin-bottom: 0;
}
.lower-4e96 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.lower-4e96 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.lower-4e96 img {
  display: block;
  width: auto;
  line-height: 1;
}
.lower-4e96 .pagination-clean-8fda {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.lower-4e96 .background_stale_9210 {
  margin: 5px 0 7px 0;
}
.lower-4e96.picture-8116 .info-2e4d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lower-4e96.picture-8116 .text_last_6191 {
  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;
}
.lower-4e96.left-c3e2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.lower-4e96.left-c3e2 .info-2e4d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lower-4e96.left-c3e2 .text_last_6191 {
  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;
}
.lower-4e96.notification_0a20 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.lower-4e96.box-2ba8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.lower-4e96.box-2ba8 .text_last_6191 {
  margin-top: 7px;
}
.overlay_dc5f {
  display: inline-block;
}
.table_dynamic_d39d .card_motion_9d8e .lower-4e96 img {
  max-width: 100%;
}
.photo_blue_a259 .image-easy-0323.wood_c3a6,
.caption_834b .image-easy-0323.wood_c3a6 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.photo_blue_a259 .icon-dim-47ac,
.caption_834b .icon-dim-47ac {
  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%);
}
.photo_blue_a259 .icon-dim-47ac {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.photo_blue_a259.dropdown-6013 .icon-dim-47ac {
  display: none;
}
.photo_blue_a259 .widget_dark_c76c {
  list-style: none;
  padding: 0;
  margin: 0;
}
.photo_blue_a259 .widget_dark_c76c li {
  display: inline-block;
  position: relative;
}
.photo_blue_a259 .widget_dark_c76c li:last-child {
  margin-right: 0;
}
.photo_blue_a259 .widget_dark_c76c 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;
}
.photo_blue_a259 .widget_dark_c76c li.article-east-07f1 > a {
  color: rgba(0, 0, 0, 0.9);
}
.photo_blue_a259 .widget_dark_c76c > 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;
}
.photo_blue_a259 .widget_dark_c76c > li > a i {
  line-height: 0;
}
.photo_blue_a259 .widget_dark_c76c > li.complex-6813 > a .icon-dim-47ac {
  margin-left: 4px;
  line-height: 0;
}
.photo_blue_a259 .widget_dark_c76c .sidebar_inner_1dc1 li.complex-6813 > a {
  position: relative;
}
.photo_blue_a259 .widget_dark_c76c .sidebar_inner_1dc1 li.complex-6813 > a:after,
.photo_blue_a259 .widget_dark_c76c .sidebar_inner_1dc1 li.complex-6813 > a:before {
  content: "";
  display: table;
}
.photo_blue_a259 .widget_dark_c76c .sidebar_inner_1dc1 li.complex-6813 > a:after {
  clear: both;
}
.photo_blue_a259 .widget_dark_c76c .sidebar_inner_1dc1 li.complex-6813 > a .icon-dim-47ac {
  margin-left: 5px;
  float: right;
}
.photo_blue_a259 .smooth_673e,
.photo_blue_a259 .sidebar_inner_1dc1 {
  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;
}
.photo_blue_a259 .sidebar_inner_1dc1 {
  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;
}
.photo_blue_a259 .sidebar_inner_1dc1 .wood_c3a6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.photo_blue_a259 .sidebar_inner_1dc1 .icon-dim-47ac {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.photo_blue_a259 .sidebar_inner_1dc1 li {
  display: block;
  margin: 0;
  padding: 0;
}
.photo_blue_a259 .sidebar_inner_1dc1 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;
}
.photo_blue_a259 .sidebar_inner_1dc1 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.photo_blue_a259 .sidebar_inner_1dc1 .sidebar_inner_1dc1 {
  top: 0;
  left: 100%;
}
.photo_blue_a259 .tooltip_pink_f763.fn-focus-1b0c > .smooth_673e,
.photo_blue_a259 .tooltip_pink_f763.fn-focus-1b0c > .sidebar_inner_1dc1,
.photo_blue_a259 .tooltip_pink_f763:focus > .smooth_673e,
.photo_blue_a259 .tooltip_pink_f763:focus > .sidebar_inner_1dc1,
.photo_blue_a259 .tooltip_pink_f763:hover > .smooth_673e,
.photo_blue_a259 .tooltip_pink_f763:hover > .sidebar_inner_1dc1 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.photo_blue_a259.form_dirty_e326 .cold_d0cc:after,
.photo_blue_a259.form_dirty_e326 .cold_d0cc:before {
  content: "";
  display: table;
}
.photo_blue_a259.form_dirty_e326 .cold_d0cc:after {
  clear: both;
}
.photo_blue_a259.form_dirty_e326 .cold_d0cc > li {
  float: left;
}
.photo_blue_a259.highlight_green_a85d .cold_d0cc:after,
.photo_blue_a259.highlight_green_a85d .cold_d0cc:before {
  content: "";
  display: table;
}
.photo_blue_a259.highlight_green_a85d .cold_d0cc:after {
  clear: both;
}
.photo_blue_a259.highlight_green_a85d .cold_d0cc > li {
  float: left;
}
.photo_blue_a259.highlight_green_a85d .cold_d0cc > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.photo_blue_a259.highlight_green_a85d .cold_d0cc > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.photo_blue_a259.highlight_green_a85d .cold_d0cc > li.popup-ee39 > a,
.photo_blue_a259.highlight_green_a85d .cold_d0cc > li.article-east-07f1 > a {
  color: #fff;
  background-color: #1e4b75;
}
.photo_blue_a259.label_bottom_36a4 .cold_d0cc > li > a .wood_c3a6 {
  position: relative;
}
.photo_blue_a259.label_bottom_36a4 .cold_d0cc > li > a .wood_c3a6: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;
}
.photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li:focus
  > a
  .wood_c3a6:before,
.photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li:hover
  > a
  .wood_c3a6:before {
  width: 100%;
  background-color: currentColor;
}
.photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li.popup-ee39
  > a
  .wood_c3a6:before,
.photo_blue_a259.label_bottom_36a4
  .cold_d0cc
  > li.column_right_bd87
  > a
  .wood_c3a6:before {
  width: 100%;
  background-color: currentColor;
}
.photo_blue_a259.up_a237 .cold_d0cc > li > a .wood_c3a6 {
  position: relative;
}
.photo_blue_a259.up_a237 .cold_d0cc > li > a .wood_c3a6: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;
}
.photo_blue_a259.up_a237 .cold_d0cc > li:focus > a .wood_c3a6:before,
.photo_blue_a259.up_a237
  .cold_d0cc
  > li:hover
  > a
  .wood_c3a6:before {
  width: 100%;
  background-color: currentColor;
}
.photo_blue_a259.up_a237
  .cold_d0cc
  > li.popup-ee39
  > a
  .wood_c3a6:before,
.photo_blue_a259.up_a237
  .cold_d0cc
  > li.column_right_bd87
  > a
  .wood_c3a6:before {
  width: 100%;
  background-color: currentColor;
}
.caption_834b .widget_dark_c76c {
  margin: 0;
  padding: 0;
  list-style: none;
}
.caption_834b .widget_dark_c76c li:first-child > a {
  border-top: none;
}
.caption_834b .widget_dark_c76c .dirty_efed > .wood_c3a6 .icon-dim-47ac {
  display: none;
}
.caption_834b .widget_dark_c76c li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.caption_834b .widget_dark_c76c li:last-child {
  border: none;
}
.caption_834b .widget_dark_c76c li.complex-6813 > a {
  padding-right: 45px !important;
}
.caption_834b .widget_dark_c76c li a {
  display: block;
  padding: 0.55em 1.5em;
}
.caption_834b .widget_dark_c76c li a:focus,
.caption_834b .widget_dark_c76c li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.caption_834b .widget_dark_c76c li .item-glass-3ae3 {
  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;
}
.caption_834b .widget_dark_c76c li .item-glass-3ae3:hover {
  box-shadow: none;
}
.caption_834b .widget_dark_c76c li .item-glass-3ae3 .icon-dim-47ac {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.caption_834b .widget_dark_c76c .sidebar_inner_1dc1 {
  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);
}
.caption_834b .widget_dark_c76c .sidebar_inner_1dc1 li a {
  padding-left: 3em;
}
.caption_834b .widget_dark_c76c .label-green-8ba2 > a .item-glass-3ae3 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.caption_834b .widget_dark_c76c .label-green-8ba2 > .sidebar_inner_1dc1 {
  display: block;
  opacity: 1;
}
.under-74c8 {
  max-width: 100%;
}
.smooth_d6c9 {
  line-height: 0;
  cursor: pointer;
}
.filter-4903 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.filter-4903:hover {
  box-shadow: none;
  color: currentColor;
}
.filter-4903 svg {
  width: 18px;
  height: 18px;
}
.filter-4903 .link_huge_33b3 {
  display: none;
}
.sidebar_2d42 {
  position: relative;
}
.sidebar_2d42.fn-active-1b0c .filter-4903 .component_easy_cdc6 {
  display: none;
}
.sidebar_2d42.fn-active-1b0c .filter-4903 .link_huge_33b3 {
  display: inline-block;
}
.sidebar_2d42 .box-dcca {
  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);
}
.sidebar_2d42.media_9291 .box-dcca {
  left: auto;
  right: -0.9em;
}
.sidebar_2d42.media_9291 .over-f94d::before {
  left: auto;
  right: 15px;
}
.sidebar_2d42.fn-active-1b0c .box-dcca {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blue-b1a1 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.blue-b1a1 label {
  flex-basis: 100%;
}
.blue-b1a1 .hidden-silver-93bd {
  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;
}
.blue-b1a1 .active-1e3b {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.blue-b1a1 .active-1e3b:focus {
  background-color: transparent;
}
.blue-b1a1 button.lite-c5b9 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.blue-b1a1 button.lite-c5b9:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.blue-b1a1 button.lite-c5b9 svg {
  width: 18px;
  height: 18px;
}
.blue-b1a1 input[type="submit"] {
  min-height: auto;
}
.progress_dim_117b .blue-b1a1 .active-1e3b {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.over-f94d {
  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) {
  .over-f94d {
    width: 220px;
  }
}
.over-f94d label {
  flex-basis: 100%;
}
.over-f94d::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;
}
.block_light_fd20 .progress_dim_117b .blue-b1a1 {
  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;
}
.block_light_fd20
  .progress_dim_117b
  .blue-b1a1
  .hidden-silver-93bd {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.block_light_fd20 .progress_dim_117b .blue-b1a1 .active-1e3b {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.block_light_fd20
  .progress_dim_117b
  .blue-b1a1
  .active-1e3b:focus {
  background: 0 0;
}
.block_light_fd20
  .progress_dim_117b
  .blue-b1a1
  .gas_bba1 {
  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;
}
.photo_first_2928 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.photo_first_2928 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.photo_first_2928 li:last-child {
  margin-right: 0;
}
.photo_first_2928 li:first-child {
  margin-left: 0;
}
.photo_first_2928.glass-a1ee a {
  color: #fff;
}
.photo_first_2928.glass-a1ee a:hover {
  color: #fff;
}
.photo_first_2928 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.photo_first_2928 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.photo_first_2928 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.photo_first_2928 a:hover {
  opacity: 0.9;
  color: inherit;
}
.photo_first_2928 [class*="social-icon-apple"] {
  background-color: #999;
}
.photo_first_2928 [class*="social-icon-apple"].content-87ce {
  background-color: transparent;
  color: #999;
}
.photo_first_2928 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.photo_first_2928 [class*="social-icon-behance"].content-87ce {
  background-color: transparent;
  color: #1769ff;
}
.photo_first_2928 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.photo_first_2928 [class*="social-icon-bitbucket"].content-87ce {
  background-color: transparent;
  color: #205081;
}
.photo_first_2928 [class*="social-icon-codepen"] {
  background-color: #000;
}
.photo_first_2928 [class*="social-icon-codepen"].content-87ce {
  background-color: transparent;
  color: #000;
}
.photo_first_2928 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.photo_first_2928 [class*="social-icon-delicious"].content-87ce {
  background-color: transparent;
  color: #39f;
}
.photo_first_2928 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.photo_first_2928 [class*="social-icon-digg"].content-87ce {
  background-color: transparent;
  color: #005be2;
}
.photo_first_2928 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.photo_first_2928 [class*="social-icon-dribbble"].content-87ce {
  background-color: transparent;
  color: #ea4c89;
}
.photo_first_2928 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.photo_first_2928 [class*="social-icon-envelope"].content-87ce {
  background-color: transparent;
  color: #ea4335;
}
.photo_first_2928 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.photo_first_2928 [class*="social-icon-facebook"].content-87ce {
  background-color: transparent;
  color: #3b5998;
}
.photo_first_2928 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.photo_first_2928 [class*="social-icon-flickr"].content-87ce {
  background-color: transparent;
  color: #0063dc;
}
.photo_first_2928 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.photo_first_2928 [class*="social-icon-foursquare"].content-87ce {
  background-color: transparent;
  color: #2d5be3;
}
.photo_first_2928 [class*="social-icon-github"] {
  background-color: #333;
}
.photo_first_2928 [class*="social-icon-github"].content-87ce {
  background-color: transparent;
  color: #333;
}
.photo_first_2928 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.photo_first_2928 [class*="social-icon-google-plus"].content-87ce {
  background-color: transparent;
  color: #dd4b39;
}
.photo_first_2928 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.photo_first_2928 [class*="social-icon-houzz"].content-87ce {
  background-color: transparent;
  color: #7ac142;
}
.photo_first_2928 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.photo_first_2928 [class*="social-icon-instagram"].content-87ce {
  background-color: transparent;
  color: #262626;
}
.photo_first_2928 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.photo_first_2928 [class*="social-icon-jsfiddle"].content-87ce {
  background-color: transparent;
  color: #487aa2;
}
.photo_first_2928 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.photo_first_2928 [class*="social-icon-linkedin"].content-87ce {
  background-color: transparent;
  color: #0077b5;
}
.photo_first_2928 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.photo_first_2928 [class*="social-icon-medium"].content-87ce {
  background-color: transparent;
  color: #00ab6b;
}
.photo_first_2928 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.photo_first_2928
  [class*="social-icon-odnoklassniki"].content-87ce {
  background-color: transparent;
  color: #f4731c;
}
.photo_first_2928 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.photo_first_2928 [class*="social-icon-meetup"].content-87ce {
  background-color: transparent;
  color: #ec1c40;
}
.photo_first_2928 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.photo_first_2928 [class*="social-icon-pinterest"].content-87ce {
  background-color: transparent;
  color: #bd081c;
}
.photo_first_2928 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.photo_first_2928 [class*="social-icon-product-hunt"].content-87ce {
  background-color: transparent;
  color: #da552f;
}
.photo_first_2928 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.photo_first_2928 [class*="social-icon-reddit"].content-87ce {
  background-color: transparent;
  color: #ff4500;
}
.photo_first_2928 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.photo_first_2928 [class*="social-icon-rss"].content-87ce {
  background-color: transparent;
  color: #f26522;
}
.photo_first_2928 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.photo_first_2928
  [class*="social-icon-shopping-cart"].content-87ce {
  background-color: transparent;
  color: #4caf50;
}
.photo_first_2928 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.photo_first_2928 [class*="social-icon-skype"].content-87ce {
  background-color: transparent;
  color: #00aff0;
}
.photo_first_2928 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.photo_first_2928 [class*="social-icon-slideshare"].content-87ce {
  background-color: transparent;
  color: #0077b5;
}
.photo_first_2928 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.photo_first_2928 [class*="social-icon-snapchat"].content-87ce {
  background-color: transparent;
  color: #fffc00;
}
.photo_first_2928 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.photo_first_2928 [class*="social-icon-soundcloud"].content-87ce {
  background-color: transparent;
  color: #f80;
}
.photo_first_2928 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.photo_first_2928 [class*="social-icon-spotify"].content-87ce {
  background-color: transparent;
  color: #2ebd59;
}
.photo_first_2928 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.photo_first_2928
  [class*="social-icon-stack-overflow"].content-87ce {
  background-color: transparent;
  color: #fe7a15;
}
.photo_first_2928 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.photo_first_2928 [class*="social-icon-maldkfgram"].content-87ce {
  background-color: transparent;
  color: #2ca5e0;
}
.photo_first_2928 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.photo_first_2928 [class*="social-icon-tripadvisor"].content-87ce {
  background-color: transparent;
  color: #589442;
}
.photo_first_2928 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.photo_first_2928 [class*="social-icon-tumblr"].content-87ce {
  background-color: transparent;
  color: #35465c;
}
.photo_first_2928 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.photo_first_2928 [class*="social-icon-twitch"].content-87ce {
  background-color: transparent;
  color: #6441a5;
}
.photo_first_2928 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.photo_first_2928 [class*="social-icon-twitter"].content-87ce {
  background-color: transparent;
  color: #1da1f2;
}
.photo_first_2928 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.photo_first_2928 [class*="social-icon-vimeo"].content-87ce {
  background-color: transparent;
  color: #1ab7ea;
}
.photo_first_2928 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.photo_first_2928 [class*="social-icon-vk"].content-87ce {
  background-color: transparent;
  color: #45668e;
}
.photo_first_2928 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.photo_first_2928 [class*="social-icon-weibo"].content-87ce {
  background-color: transparent;
  color: #df2029;
}
.photo_first_2928 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.photo_first_2928 [class*="social-icon-weixin"].content-87ce {
  background-color: transparent;
  color: #7bb32e;
}
.photo_first_2928 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.photo_first_2928 [class*="social-icon-whatsapp"].content-87ce {
  background-color: transparent;
  color: #25d366;
}
.photo_first_2928 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.photo_first_2928 [class*="social-icon-wordpress"].content-87ce {
  background-color: transparent;
  color: #21759b;
}
.photo_first_2928 [class*="social-icon-xing"] {
  background-color: #026466;
}
.photo_first_2928 [class*="social-icon-xing"].content-87ce {
  background-color: transparent;
  color: #026466;
}
.photo_first_2928 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.photo_first_2928 [class*="social-icon-yelp"].content-87ce {
  background-color: transparent;
  color: #af0606;
}
.photo_first_2928 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.photo_first_2928 [class*="social-icon-youtube"].content-87ce {
  background-color: transparent;
  color: #cd201f;
}
.texture-ccfc {
  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;
}
.texture-ccfc:hover {
  box-shadow: none;
  background: 0 0;
}
.down_2f1d {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.layout_narrow_45cd {
  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;
}
.modal_d352 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.popup-smooth-0bd6 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.popup-smooth-0bd6,
.popup-smooth-0bd6::after,
.popup-smooth-0bd6::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;
}
.popup-smooth-0bd6::after,
.popup-smooth-0bd6::before {
  content: "";
  display: block;
  background-color: inherit;
}
.over_1fbc .layout_narrow_45cd .modal_d352 {
  margin-top: -2px;
  width: 19px;
}
.over_1fbc .layout_narrow_45cd .popup-smooth-0bd6 {
  margin-top: -1px;
}
.over_1fbc .layout_narrow_45cd .popup-smooth-0bd6,
.over_1fbc .layout_narrow_45cd .popup-smooth-0bd6::after,
.over_1fbc .layout_narrow_45cd .popup-smooth-0bd6::before {
  width: 19px;
  height: 2px;
}
.over_1fbc .layout_narrow_45cd .popup-smooth-0bd6::before {
  top: -6px;
}
.over_1fbc .layout_narrow_45cd .popup-smooth-0bd6::after {
  bottom: -6px;
}
.image_advanced_ab4a .layout_narrow_45cd .modal_d352 {
  margin-top: -2px;
  width: 22px;
}
.image_advanced_ab4a .layout_narrow_45cd .popup-smooth-0bd6 {
  margin-top: -1px;
}
.image_advanced_ab4a .layout_narrow_45cd .popup-smooth-0bd6,
.image_advanced_ab4a .layout_narrow_45cd .popup-smooth-0bd6::after,
.image_advanced_ab4a .layout_narrow_45cd .popup-smooth-0bd6::before {
  width: 22px;
  height: 2px;
}
.image_advanced_ab4a .layout_narrow_45cd .popup-smooth-0bd6::before {
  top: -7px;
}
.image_advanced_ab4a .layout_narrow_45cd .popup-smooth-0bd6::after {
  bottom: -7px;
}
.label-97ca .layout_narrow_45cd .modal_d352 {
  margin-top: -2px;
  width: 31px;
}
.label-97ca .layout_narrow_45cd .popup-smooth-0bd6 {
  margin-top: -1.5px;
}
.label-97ca .layout_narrow_45cd .popup-smooth-0bd6,
.label-97ca .layout_narrow_45cd .popup-smooth-0bd6::after,
.label-97ca .layout_narrow_45cd .popup-smooth-0bd6::before {
  width: 31px;
  height: 3px;
}
.label-97ca .layout_narrow_45cd .popup-smooth-0bd6::before {
  top: -9px;
}
.label-97ca .layout_narrow_45cd .popup-smooth-0bd6::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .outline_ffa0 .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 19px;
  }
  .outline_ffa0 .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1px;
  }
  .outline_ffa0 .layout_narrow_45cd .popup-smooth-0bd6,
  .outline_ffa0 .layout_narrow_45cd .popup-smooth-0bd6::after,
  .outline_ffa0 .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 19px;
    height: 2px;
  }
  .outline_ffa0 .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -6px;
  }
  .outline_ffa0 .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -6px;
  }
  .status-inner-f5ff .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 22px;
  }
  .status-inner-f5ff .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1px;
  }
  .status-inner-f5ff .layout_narrow_45cd .popup-smooth-0bd6,
  .status-inner-f5ff .layout_narrow_45cd .popup-smooth-0bd6::after,
  .status-inner-f5ff .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 22px;
    height: 2px;
  }
  .status-inner-f5ff .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -7px;
  }
  .status-inner-f5ff .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -7px;
  }
  .form_2d8b .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 31px;
  }
  .form_2d8b .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1.5px;
  }
  .form_2d8b .layout_narrow_45cd .popup-smooth-0bd6,
  .form_2d8b .layout_narrow_45cd .popup-smooth-0bd6::after,
  .form_2d8b .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 31px;
    height: 3px;
  }
  .form_2d8b .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -9px;
  }
  .form_2d8b .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .west_1848 .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 19px;
  }
  .west_1848 .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1px;
  }
  .west_1848 .layout_narrow_45cd .popup-smooth-0bd6,
  .west_1848 .layout_narrow_45cd .popup-smooth-0bd6::after,
  .west_1848 .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 19px;
    height: 2px;
  }
  .west_1848 .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -6px;
  }
  .west_1848 .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -6px;
  }
  .primary-down-c7ac .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 22px;
  }
  .primary-down-c7ac .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1px;
  }
  .primary-down-c7ac .layout_narrow_45cd .popup-smooth-0bd6,
  .primary-down-c7ac .layout_narrow_45cd .popup-smooth-0bd6::after,
  .primary-down-c7ac .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 22px;
    height: 2px;
  }
  .primary-down-c7ac .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -7px;
  }
  .primary-down-c7ac .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -7px;
  }
  .block_hovered_afb8 .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 31px;
  }
  .block_hovered_afb8 .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1.5px;
  }
  .block_hovered_afb8 .layout_narrow_45cd .popup-smooth-0bd6,
  .block_hovered_afb8 .layout_narrow_45cd .popup-smooth-0bd6::after,
  .block_hovered_afb8 .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 31px;
    height: 3px;
  }
  .block_hovered_afb8 .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -9px;
  }
  .block_hovered_afb8 .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .stale-4dbf .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 19px;
  }
  .stale-4dbf .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1px;
  }
  .stale-4dbf .layout_narrow_45cd .popup-smooth-0bd6,
  .stale-4dbf .layout_narrow_45cd .popup-smooth-0bd6::after,
  .stale-4dbf .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 19px;
    height: 2px;
  }
  .stale-4dbf .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -6px;
  }
  .stale-4dbf .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -6px;
  }
  .sidebar-15e7 .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 22px;
  }
  .sidebar-15e7 .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1px;
  }
  .sidebar-15e7 .layout_narrow_45cd .popup-smooth-0bd6,
  .sidebar-15e7 .layout_narrow_45cd .popup-smooth-0bd6::after,
  .sidebar-15e7 .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 22px;
    height: 2px;
  }
  .sidebar-15e7 .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -7px;
  }
  .sidebar-15e7 .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -7px;
  }
  .form_5c63 .layout_narrow_45cd .modal_d352 {
    margin-top: -2px;
    width: 31px;
  }
  .form_5c63 .layout_narrow_45cd .popup-smooth-0bd6 {
    margin-top: -1.5px;
  }
  .form_5c63 .layout_narrow_45cd .popup-smooth-0bd6,
  .form_5c63 .layout_narrow_45cd .popup-smooth-0bd6::after,
  .form_5c63 .layout_narrow_45cd .popup-smooth-0bd6::before {
    width: 31px;
    height: 3px;
  }
  .form_5c63 .layout_narrow_45cd .popup-smooth-0bd6::before {
    top: -9px;
  }
  .form_5c63 .layout_narrow_45cd .popup-smooth-0bd6::after {
    bottom: -9px;
  }
}
.silver-3af8 .popup-smooth-0bd6 {
  -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);
}
.silver-3af8 .popup-smooth-0bd6::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.silver-3af8 .popup-smooth-0bd6::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);
}
.silver-3af8.accordion-solid-9752 .popup-smooth-0bd6 {
  -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);
}
.silver-3af8.accordion-solid-9752 .popup-smooth-0bd6::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.silver-3af8.accordion-solid-9752 .popup-smooth-0bd6::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);
}
.menu_center_fabb {
  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.alert-d474:before {
  display: none;
}
.hard_e2aa {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.hard_e2aa .hidden-ed30 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.hard_e2aa .hidden-ed30:last-of-type {
  border-bottom: none;
}
.hard_e2aa .hidden-ed30.slider_wood_33a7,
.hard_e2aa .hidden-ed30.nav_east_1637,
.hard_e2aa .hidden-ed30.media-47cf {
  padding: 0;
}
.hard_e2aa .caption_834b .item-glass-3ae3 {
  color: currentColor;
}
.hard_e2aa .caption_834b .item-glass-3ae3:focus,
.hard_e2aa .caption_834b .item-glass-3ae3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hard_e2aa.accent_ed81 .brown_9a0f,
.hard_e2aa.accent_ed81 .iron-b4aa a,
.hard_e2aa.accent_ed81 .cold_d0cc a,
.hard_e2aa.accent_ed81 .sidebar_inner_1dc1 a {
  color: rgba(0, 0, 0, 0.55);
}
.hard_e2aa.accent_ed81 .brown_9a0f:hover,
.hard_e2aa.accent_ed81 .iron-b4aa a:hover,
.hard_e2aa.accent_ed81 .cold_d0cc a:hover,
.hard_e2aa.accent_ed81 .sidebar_inner_1dc1 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hard_e2aa.accent_ed81 .frame_9c20 {
  color: rgba(0, 0, 0, 0.8);
}
.hard_e2aa.accent_ed81 .hidden-ed30 {
  border-color: rgba(0, 0, 0, 0.08);
}
.hard_e2aa.accent_ed81 .hidden-ed30:before {
  background: rgba(0, 0, 0, 0.08);
}
.hard_e2aa.accent_ed81 .next_09df:before {
  background: rgba(255, 255, 255, 0.9);
}
.hard_e2aa.accent_ed81 .caption_834b .widget_dark_c76c li a,
.hard_e2aa.accent_ed81 .caption_834b .item-glass-3ae3,
.hard_e2aa.accent_ed81 .sidebar_inner_1dc1 {
  border-color: rgba(0, 0, 0, 0.08);
}
.hard_e2aa.accent_ed81 .caption_834b .item-glass-3ae3:focus,
.hard_e2aa.accent_ed81 .caption_834b .item-glass-3ae3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hard_e2aa.accent_ed81 .widget_dark_c76c li {
  border-color: rgba(0, 0, 0, 0.08);
}
.hard_e2aa.sort-4985 .brown_9a0f,
.hard_e2aa.sort-4985 .iron-b4aa a,
.hard_e2aa.sort-4985 .cold_d0cc .item-glass-3ae3,
.hard_e2aa.sort-4985 .cold_d0cc a,
.hard_e2aa.sort-4985 .sidebar_inner_1dc1 a {
  color: rgba(255, 255, 255, 0.79);
}
.hard_e2aa.sort-4985 .brown_9a0f:hover,
.hard_e2aa.sort-4985 .iron-b4aa a:hover,
.hard_e2aa.sort-4985 .cold_d0cc .item-glass-3ae3:hover,
.hard_e2aa.sort-4985 .cold_d0cc a:hover,
.hard_e2aa.sort-4985 .sidebar_inner_1dc1 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hard_e2aa.sort-4985 .frame_9c20 {
  color: rgba(255, 255, 255, 0.99);
}
.hard_e2aa.sort-4985 .hidden-ed30 {
  border-color: rgba(255, 255, 255, 0.08);
}
.hard_e2aa.sort-4985 .hidden-ed30:before {
  background: rgba(255, 255, 255, 0.08);
}
.hard_e2aa.sort-4985 .next_09df:before {
  background: rgba(0, 0, 0, 0.9);
}
.hard_e2aa.sort-4985 .caption_834b .widget_dark_c76c li a,
.hard_e2aa.sort-4985 .caption_834b .item-glass-3ae3,
.hard_e2aa.sort-4985 .sidebar_inner_1dc1 {
  border-color: rgba(255, 255, 255, 0.08);
}
.hard_e2aa.sort-4985 .caption_834b .item-glass-3ae3:focus,
.hard_e2aa.sort-4985 .caption_834b .item-glass-3ae3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hard_e2aa.sort-4985 .widget_dark_c76c li {
  border-color: rgba(255, 255, 255, 0.08);
}
.next_09df {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.next_09df:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.article-167a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.accordion_2ac1 .hard_e2aa {
  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;
}
.accordion_2ac1 .hidden-ed30 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.accordion_2ac1 .hidden-ed30: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) {
  .accordion_2ac1 .hidden-ed30:before {
    width: 16%;
    left: 42%;
  }
}
.accordion_2ac1 .hidden-ed30:last-child:before {
  content: none;
}
.accordion_2ac1 .hidden-ed30[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.accordion_2ac1 .caption_834b .widget_dark_c76c li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.accordion_2ac1 .caption_834b .widget_dark_c76c li a .item-glass-3ae3 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.accordion_2ac1 .caption_834b .sidebar_inner_1dc1 {
  border: none;
}
.accordion_2ac1 .caption_834b .sidebar_inner_1dc1 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.accordion_2ac1 .next_09df {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.accordion_2ac1 .article-167a {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.accordion_2ac1 .sort-4985 .next_09df:before {
  background: rgba(0, 0, 0, 0.9);
}
.accordion_2ac1 .accent_ed81.hot-ce21 .popup-smooth-0bd6 {
  background: rgba(0, 0, 0, 0.6);
}
.accordion_2ac1
  .accent_ed81.hot-ce21
  .popup-smooth-0bd6::after,
.accordion_2ac1
  .accent_ed81.hot-ce21
  .popup-smooth-0bd6:before {
  background: inherit;
}
.accordion_2ac1
  .accent_ed81.hot-ce21:hover
  .popup-smooth-0bd6 {
  background: rgba(0, 0, 0, 0.8);
}
.advanced_6e62 .hard_e2aa {
  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) {
  .advanced_6e62 .hard_e2aa {
    width: auto;
    right: 45px;
  }
}
.link-bright-ab64 .hard_e2aa {
  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) {
  .link-bright-ab64 .hard_e2aa {
    width: auto;
    left: 45px;
  }
}
.alert-d474 .hard_e2aa {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.alert-d474 .article-167a {
  max-width: 48em;
  margin: 0 auto;
}
.alert-d474 .next_09df:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.pink-b7d0 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.pink-b7d0.accordion_2ac1 .hard_e2aa {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.pink-b7d0.advanced_6e62 .hard_e2aa {
  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);
}
.pink-b7d0 .hard_e2aa {
  visibility: visible;
}
.pink-b7d0.link-bright-ab64 .hard_e2aa {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.tabs-a585,
.silver_36e2 {
  overflow-x: hidden;
}
.tabs-a585 .hard_e2aa {
  overflow: auto;
}
.tabs-a585.accordion_2ac1 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tabs-a585.accordion_2ac1 .hard_e2aa {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.tabs-a585.accordion_2ac1 .texture-ccfc {
  opacity: 0;
}
.tabs-a585.advanced_6e62 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tabs-a585.advanced_6e62 .hard_e2aa {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.tabs-a585.advanced_6e62 .texture-ccfc {
  opacity: 0;
}
.tabs-a585.link-bright-ab64 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tabs-a585.link-bright-ab64 .hard_e2aa {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.tabs-a585.link-bright-ab64 .texture-ccfc {
  opacity: 0;
}
.tabs-a585.alert-d474 .hard_e2aa {
  z-index: 10;
  visibility: visible;
}
.hot-ce21 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.hot-ce21 .popup-smooth-0bd6 {
  background: rgba(255, 255, 255, 0.99);
}
.hot-ce21 .popup-smooth-0bd6::after,
.hot-ce21 .popup-smooth-0bd6:before {
  background: inherit;
}
.hot-ce21:hover .popup-smooth-0bd6 {
  background: rgba(255, 255, 255, 0.99);
}
.link-bright-ab64 .hot-ce21 {
  top: 10px;
  right: auto;
  left: 12px;
}
.alert-d474 .hot-ce21 {
  display: none !important;
}
.tabs-a585:before,
.silver_36e2:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.tabs-a585 .hot-ce21,
.silver_36e2 .hot-ce21 {
  display: inline-block;
}
.hard_e2aa .backdrop-911f {
  -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;
}
.tabs-a585 .hard_e2aa .backdrop-911f,
.silver_36e2 .hard_e2aa .backdrop-911f {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.image_soft_6db9 .hidden-silver-93bd {
  width: 100%;
}
.card_motion_9d8e {
  padding: 0 0.5em 0;
}
.card_motion_9d8e [class*="customify-col-"],
.card_motion_9d8e [class*="customify-col_"],
.card_motion_9d8e [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.inner-356d .card_motion_9d8e {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .pro_b722 .description-527f,
  .description-527f {
    display: none;
  }
  .column_rough_a094 {
    text-align: left;
  }
  .cool-2f09 {
    text-align: center;
  }
  .cold_8a2f {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .pro_b722 .tabs-action-461e,
  .tabs-action-461e {
    display: none;
  }
  .stale-cfc3 {
    text-align: left;
  }
  .column_9320 {
    text-align: center;
  }
  .list-center-80b1 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .pro_b722 .sidebar_orange_2077,
  .sidebar_orange_2077 {
    display: none;
  }
  .focus-1990 {
    text-align: left;
  }
  .card-9755 {
    text-align: center;
  }
  .gas_a02b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.list_fast_c8e4 {
  box-shadow: none !important;
}
.media-plasma-eff9 .filter-3bcd,
.upper-1eaa .filter-3bcd {
  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;
}
.upper-1eaa .filter-3bcd {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-center-6b58 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.content-center-6b58:after,
.content-center-6b58:before {
  content: "";
  display: table;
}
.content-center-6b58:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .content-center-6b58 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.content-center-6b58,
.bottom_468e {
  max-width: 1248px;
  margin: 0 auto;
}

.first-fc91.east_0c1d .content-center-6b58 {
  max-width: 100%;
}
.first-fc91.down-54b8 {
  max-width: 1200px;
  margin: 0 auto;
}
.first-fc91.active-f86b .content-center-6b58 {
  max-width: 100%;
}
.first-fc91.active-f86b > .content-center-6b58 {
  padding-left: 0;
  padding-right: 0;
}
.first-fc91.active-f86b > .content-center-6b58 .pro_b722 {
  margin: 0;
}
.first-fc91.active-f86b
  > .content-center-6b58
  .preview-b2a5.dynamic_303b {
  margin-right: 0;
  margin-left: 0;
}
.first-fc91.active-f86b #main.dynamic_303b {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .module_focused_d289 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .module_focused_d289 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .item-huge-08a4 .aside_action_2c4e {
    padding-right: 1em;
  }
  .item-huge-08a4.badge-pink-486e .preview-b2a5 {
    border-right: 1px solid #eaecee;
  }
  .item-huge-08a4.badge-pink-486e .aside_action_2c4e {
    padding-right: 1em;
  }
  .item-huge-08a4.badge-pink-486e .hero_easy_cec9 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb-7dd3 .aside_action_2c4e {
    padding-left: 1em;
  }
  .breadcrumb-7dd3.badge-pink-486e .preview-b2a5 {
    border-left: 1px solid #eaecee;
  }
  .breadcrumb-7dd3.badge-pink-486e .aside_action_2c4e {
    padding-left: 1em;
  }
  .breadcrumb-7dd3.badge-pink-486e .hero_easy_cec9 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tag-clean-5f31 .aside_action_2c4e {
    padding-left: 1em;
  }
  .tag-clean-5f31.badge-pink-486e .highlight-55b8 {
    border-right: 1px solid #eaecee;
  }
  .tag-clean-5f31.badge-pink-486e .component-dark-c8da {
    border-right: 1px solid #eaecee;
  }
  .tag-clean-5f31.badge-pink-486e .aside_action_2c4e {
    padding-left: 1em;
  }
  .tag-clean-5f31.badge-pink-486e .hero_easy_cec9 {
    padding-right: 1em;
  }
  .tag-clean-5f31.badge-pink-486e .tabs-hard-5111 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .slider_under_3911 .aside_action_2c4e {
    padding-right: 1em;
  }
  .slider_under_3911.badge-pink-486e .highlight-55b8 {
    border-left: 1px solid #eaecee;
  }
  .slider_under_3911.badge-pink-486e .component-dark-c8da {
    border-left: 1px solid #eaecee;
  }
  .slider_under_3911.badge-pink-486e .aside_action_2c4e {
    padding-right: 1em;
  }
  .slider_under_3911.badge-pink-486e .hero_easy_cec9 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .slider_under_3911.badge-pink-486e .tabs-hard-5111 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .module_focused_d289 .aside_action_2c4e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .module_focused_d289.badge-pink-486e .preview-b2a5 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .module_focused_d289.badge-pink-486e .aside_action_2c4e {
    padding-left: 1em;
    padding-right: 1em;
  }
  .module_focused_d289.badge-pink-486e .hero_easy_cec9 {
    padding-left: 1em;
  }
  .module_focused_d289.badge-pink-486e .tabs-hard-5111 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .module_focused_d289.badge-pink-486e .aside_action_2c4e {
    padding-left: 0;
  }
}
.widget-9ad8 .glass-8811 {
  display: inline-block;
}
.slider_8e6c {
  display: inline-block;
}
.short_fa92 {
  word-con: break-word;
}
.section_narrow_37ec > span {
  display: inline-block;
  padding: 5px 0;
}
.section_narrow_37ec .media-last-958b {
  margin-left: 8px;
  margin-right: 8px;
}
.section_narrow_37ec .secondary_left_33f9 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.primary_new_68fb .accordion-1357 {
  margin-bottom: 2em;
}
.primary_new_68fb .feature-focused-d8ce {
  margin-bottom: 15px;
}
.primary_new_68fb .feature-focused-d8ce:last-child {
  margin-bottom: 0;
}
.primary_new_68fb .info_951c {
  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) {
  .primary_new_68fb .info_951c {
    display: block;
  }
}
.primary_new_68fb .button-a6ea {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .primary_new_68fb .button-a6ea {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.primary_new_68fb .paragraph_dce3 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.primary_new_68fb .paragraph_dce3 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.primary_new_68fb .paragraph_dce3 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.primary_new_68fb .short_fa92 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.primary_new_68fb .short_fa92 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.primary_new_68fb .primary-stone-2972 p:last-child {
  margin-bottom: 0;
}
.primary_new_68fb .table_bottom_0327 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.primary_new_68fb .summary-6f0f {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.primary_new_68fb .outline-right-734b {
  margin-top: 1em;
}
.primary_new_68fb .popup_tall_0277 {
  top: 0;
  display: block;
}
.primary_new_68fb .popup_tall_0277 a {
  color: inherit;
}
.primary_new_68fb .popup_tall_0277 a:hover {
  color: inherit;
}
.primary_new_68fb .thumbnail_down_66b2 {
  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;
}
.primary_new_68fb .thumbnail_down_66b2:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.primary_new_68fb .summary-6f0f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.primary_new_68fb .inner-f794 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.primary_new_68fb .inner-f794:first-child {
  margin-top: 0;
}
.primary_new_68fb .inner-f794.main-8a91 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.primary_new_68fb .inner-f794.old-a6aa {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.primary_new_68fb
  .inner-f794.old-a6aa.content_0503
  .outline-right-734b {
  width: 100%;
}
.primary_new_68fb .old-a6aa {
  -webkit-box-align: center;
  align-items: center;
}
.primary_new_68fb .old-a6aa .section_narrow_37ec,
.primary_new_68fb .old-a6aa > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.primary_new_68fb .paragraph_dce3 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.primary_new_68fb .paragraph_dce3 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.primary_new_68fb .paragraph_dce3: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;
}
.primary_new_68fb .main-8a91 {
  z-index: 5;
}
.primary_new_68fb .outer_543b .dropdown_under_ec07 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.primary_new_68fb .widget_dc16 .dropdown_under_ec07 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.primary_new_68fb .tabs_3401 .dropdown_under_ec07 {
  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;
}
.primary_new_68fb.notification-steel-0b08 .info_951c,
.primary_new_68fb.layout-953f .info_951c {
  display: block;
}
.primary_new_68fb.notification-steel-0b08 .info_951c .thumbnail-dynamic-bca1,
.primary_new_68fb.notification-steel-0b08 .info_951c .summary-6f0f,
.primary_new_68fb.layout-953f .info_951c .thumbnail-dynamic-bca1,
.primary_new_68fb.layout-953f .info_951c .summary-6f0f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.primary_new_68fb.section_paper_21f1 .button-a6ea {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .primary_new_68fb.section_paper_21f1 .button-a6ea {
    margin-right: 0;
  }
}
.primary_new_68fb.notification-steel-0b08 .button-a6ea,
.primary_new_68fb.layout-953f .button-a6ea {
  padding-top: 40%;
}
.primary_new_68fb.notification-steel-0b08 .accordion-1357,
.primary_new_68fb.layout-953f .accordion-1357 {
  display: block;
}
.primary_new_68fb.notification-steel-0b08 .fn-sticky-1b0c .summary-6f0f,
.primary_new_68fb.layout-953f .fn-sticky-1b0c .summary-6f0f {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.primary_new_68fb.notification-steel-0b08 .button-a6ea,
.primary_new_68fb.layout-953f .button-a6ea {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.primary_new_68fb.notification-steel-0b08 .summary-6f0f {
  padding: 1em;
}
.form-ac92 {
  margin: 30px auto;
  display: block;
}
.form-ac92 .mask_blue_7750 > * {
  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;
}
.form-ac92 .mask_blue_7750 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.form-ac92 .mask_blue_7750 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.row_west_4f36 .section_narrow_37ec {
  margin-bottom: 1.41575em;
}
.row_west_4f36 .header-tiny-7660 {
  margin-bottom: 1.618em;
}
.grid_upper_d328 .outer-549e {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.grid_upper_d328 .outer-549e a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.grid_upper_d328 .column-2fe2 {
  max-width: 100%;
  overflow: auto;
}
.blue-04a0 .grid_upper_d328 a:hover {
  text-decoration: underline;
}
.tabs-motion-96c2 .feature-focused-d8ce:not(.short_fa92),
.tabs-motion-96c2 .paragraph_dce3 {
  margin-bottom: 1.41575em;
}
.tabs-motion-96c2 .feature-focused-d8ce:not(.short_fa92):last-child,
.tabs-motion-96c2 .paragraph_dce3:last-child {
  margin-bottom: 0;
}
.tabs-motion-96c2 .feature-focused-d8ce.badge-9180 {
  margin-bottom: 0.41575em;
}
.tabs-motion-96c2 .soft-a917:before,
.tabs-motion-96c2 .chip_157b:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.tabs-motion-96c2 .soft-a917:before {
  content: "\f115";
}
.tabs-motion-96c2 .chip_157b:before {
  content: "\f02c";
}
.tabs-motion-96c2 .info_silver_edd5 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.tabs-motion-96c2 .info_silver_edd5 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.outer_ede2 {
  display: -webkit-box;
  display: flex;
}
.outer_ede2 .search_iron_533a {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .outer_ede2 .search_iron_533a {
    flex-basis: 90px;
  }
}
.outer_ede2 .complex_7b5a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .outer_ede2 .complex_7b5a {
    flex-basis: calc(100% - 50px);
  }
}
.outer_ede2 .photo_713a p:last-child {
  margin-bottom: 0.72em;
}
.disabled-8ad1 .mask_blue_7750 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.disabled-8ad1 .mask_blue_7750:after,
.disabled-8ad1 .mask_blue_7750:before {
  content: "";
  display: table;
}
.disabled-8ad1 .mask_blue_7750:after {
  clear: both;
}
.disabled-8ad1 .mask_blue_7750 .bronze-d88b,
.disabled-8ad1 .mask_blue_7750 .active_yellow_f8d2 {
  width: 49%;
}
.disabled-8ad1 .mask_blue_7750 .bronze-d88b a span.sidebar-f15d,
.disabled-8ad1 .mask_blue_7750 .active_yellow_f8d2 a span.sidebar-f15d {
  display: block;
  margin-bottom: 5px;
}
.disabled-8ad1 .mask_blue_7750 .active_yellow_f8d2 {
  float: left;
  text-align: left;
}
.disabled-8ad1 .mask_blue_7750 .bronze-d88b {
  float: right;
  text-align: right;
}
.tabs_2236 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .tabs_2236 {
    margin-bottom: 0;
  }
}
.button_e454 {
  margin-bottom: 1em;
}
.button_e454 .short_fa92 {
  font-size: 1.1em;
  line-height: 1.3;
}
.filter_8112 a {
  display: block;
  line-height: 0;
  position: relative;
}
.action_9baf .button_e454,
.chip-e53c .button_e454 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .action_9baf .button_e454,
  .chip-e53c .button_e454 {
    display: block;
  }
}
.action_9baf .filter_8112,
.chip-e53c .filter_8112 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .action_9baf .filter_8112,
  .chip-e53c .filter_8112 {
    margin-bottom: 1em;
  }
}
.action_9baf .filter_8112 img,
.chip-e53c .filter_8112 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.action_9baf .content_gold_8347,
.chip-e53c .content_gold_8347 {
  flex-basis: calc(100% - 160px);
}
.action_9baf .content_gold_8347 p,
.chip-e53c .content_gold_8347 p {
  margin-bottom: 0;
}
.action_9baf .content_gold_8347 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .action_9baf .content_gold_8347 {
    padding-left: 0;
  }
}
.chip-e53c .content_gold_8347 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .chip-e53c .content_gold_8347 {
    padding-right: 0;
  }
}
.chip-e53c .filter_8112 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.module-acca .filter_8112 {
  margin-bottom: 0.5em;
}
.module-acca .filter_8112 img {
  width: 100%;
}
.component_f3b8 .current-999c,
.lower_a8f8 .current-999c {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.lower_a8f8 .preview-b2a5 .label-lower-a613 p:last-child {
  margin-bottom: 0;
}
.search_warm_8bfd {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.wood_031a .clean-bde5 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .wood_031a .clean-bde5:last-of-type {
    margin-bottom: 0;
  }
}
.wood_031a .clean-bde5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wood_031a .clean-bde5 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.wood_031a .clean-bde5 ul li {
  margin: 0 0 0.6em;
}
.wood_031a .clean-bde5 ul li.purple-9511,
.wood_031a .clean-bde5 ul li.surface-f117 {
  position: relative;
}
.wood_031a .clean-bde5 ul li.purple-9511 .title-5f52,
.wood_031a .clean-bde5 ul li.surface-f117 .title-5f52 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.wood_031a .clean-bde5 ul li.purple-9511:after:after,
.wood_031a .clean-bde5 ul li.purple-9511:after:before,
.wood_031a
  .clean-bde5
  ul
  li.surface-f117:after:after,
.wood_031a
  .clean-bde5
  ul
  li.surface-f117:after:before {
  content: "";
  display: table;
}
.wood_031a .clean-bde5 ul li.purple-9511:after:after,
.wood_031a
  .clean-bde5
  ul
  li.surface-f117:after:after {
  clear: both;
}
.wood_031a .clean-bde5 a.clean-4d5f:hover {
  text-decoration: none;
}
.wood_031a .clean-bde5 select {
  max-width: 100%;
}
.wood_031a .clean-bde5 table {
  font-size: 85%;
}
.wood_031a .clean-bde5 table td,
.wood_031a .clean-bde5 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.wood_031a .clean-bde5 table tfoot td {
  text-align: left;
}
.wood_031a .clean-bde5 :last-child {
  margin-bottom: 0;
}
.wood_031a .clean-bde5 .caption-aaed {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.wood_031a .clean-bde5 .caption-aaed label {
  width: 100%;
}
.wood_031a .clean-bde5 .caption-aaed .active-1e3b {
  width: 100%;
  display: block;
}
.wood_031a .clean-bde5 .caption-aaed .lite-c5b9 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.wood_031a .clean-bde5 .caption-aaed .lite-c5b9:hover svg #svg-search {
  fill: #444;
}
.wood_031a .clean-bde5 .caption-aaed .lite-c5b9 svg {
  width: 18px;
  height: 18px;
}
.wood_031a .section-glass-f1d2 ul ul,
.wood_031a .list_full_d2a9 ul ul,
.wood_031a .active-5bb3 ul ul,
.wood_031a .chip-d077 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.wood_031a .section-glass-f1d2 .complex-6813 > a,
.wood_031a .list_full_d2a9 .complex-6813 > a,
.wood_031a .active-5bb3 .complex-6813 > a,
.wood_031a .chip-d077 .complex-6813 > a {
  margin-bottom: 0;
}
.wood_031a .footer-action-925a li,
.wood_031a .section-glass-f1d2 li,
.wood_031a .down-c82d li,
.wood_031a .list_full_d2a9 li,
.wood_031a .active-5bb3 li,
.wood_031a .chip-d077 li,
.wood_031a .accordion-hot-b86c li,
.wood_031a .container-next-8518 li {
  display: block;
  position: relative;
}
.wood_031a .footer-action-925a li:last-child,
.wood_031a .section-glass-f1d2 li:last-child,
.wood_031a .down-c82d li:last-child,
.wood_031a .list_full_d2a9 li:last-child,
.wood_031a .active-5bb3 li:last-child,
.wood_031a .chip-d077 li:last-child,
.wood_031a .accordion-hot-b86c li:last-child,
.wood_031a .container-next-8518 li:last-child {
  border: none;
}
.wood_031a .footer-action-925a li a,
.wood_031a .section-glass-f1d2 li a,
.wood_031a .down-c82d li a,
.wood_031a .list_full_d2a9 li a,
.wood_031a .active-5bb3 li a,
.wood_031a .chip-d077 li a,
.wood_031a .accordion-hot-b86c li a,
.wood_031a .container-next-8518 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.wood_031a .footer-action-925a li ul li::before,
.wood_031a .section-glass-f1d2 li ul li::before,
.wood_031a .down-c82d li ul li::before,
.wood_031a .list_full_d2a9 li ul li::before,
.wood_031a .active-5bb3 li ul li::before,
.wood_031a .chip-d077 li ul li::before,
.wood_031a .accordion-hot-b86c li ul li::before,
.wood_031a .container-next-8518 li ul li::before {
  left: 15px;
}
.wood_031a .footer-action-925a li ul a,
.wood_031a .section-glass-f1d2 li ul a,
.wood_031a .down-c82d li ul a,
.wood_031a .list_full_d2a9 li ul a,
.wood_031a .active-5bb3 li ul a,
.wood_031a .chip-d077 li ul a,
.wood_031a .accordion-hot-b86c li ul a,
.wood_031a .container-next-8518 li ul a {
  padding-left: 20px;
}
.wood_031a .footer-action-925a li ul ul li::before,
.wood_031a .section-glass-f1d2 li ul ul li::before,
.wood_031a .down-c82d li ul ul li::before,
.wood_031a .list_full_d2a9 li ul ul li::before,
.wood_031a .active-5bb3 li ul ul li::before,
.wood_031a .chip-d077 li ul ul li::before,
.wood_031a .accordion-hot-b86c li ul ul li::before,
.wood_031a .container-next-8518 li ul ul li::before {
  left: 30px;
}
.wood_031a .footer-action-925a li ul ul a,
.wood_031a .section-glass-f1d2 li ul ul a,
.wood_031a .down-c82d li ul ul a,
.wood_031a .list_full_d2a9 li ul ul a,
.wood_031a .active-5bb3 li ul ul a,
.wood_031a .chip-d077 li ul ul a,
.wood_031a .accordion-hot-b86c li ul ul a,
.wood_031a .container-next-8518 li ul ul a {
  padding-left: 40px;
}
.wood_031a .row_solid_0999 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.wood_031a .container-next-8518 ul li {
  margin-bottom: 1.41575em;
}
.wood_031a .container-next-8518 ul li .wood-c89f {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.wood_031a .container-next-8518 ul li .pagination-left-b384 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.sort-4985 .footer-action-925a li a,
.sort-4985 .section-glass-f1d2 li a,
.sort-4985 .down-c82d li a,
.sort-4985 .list_full_d2a9 li a,
.sort-4985 .active-5bb3 li a,
.sort-4985 .chip-d077 li a,
.sort-4985 .accordion-hot-b86c li a,
.sort-4985 .container-next-8518 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.sort-4985 .row_solid_0999 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.sort-4985 .clean-bde5 ul li.purple-9511 .title-5f52,
.sort-4985 .clean-bde5 ul li.surface-f117 .title-5f52 {
  background: rgba(0, 0, 0, 0.2);
}
.sort-4985 .wood_031a .clean-bde5 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.first-fc91 .wood_031a .widget_dark_c76c li {
  margin: 0;
}
.first-fc91 .wood_031a .widget_dark_c76c li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.first-fc91 .wood_031a .widget_dark_c76c li ul {
  margin: 0;
}
.first-fc91 .wood_031a .widget_dark_c76c li ul li a {
  padding-left: 15px;
}
.first-fc91 .wood_031a .widget_dark_c76c li ul li li a {
  padding-left: 30px;
}
.first-fc91 .wood_031a .widget_dark_c76c li.article-east-07f1 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.first-fc91 .wood_031a .widget_dark_c76c li.article-east-07f1 > 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;
}
.first-fc91 .wood_031a .widget_dark_c76c li.article-east-07f1 > 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;
}
.glass_60fa a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.widget-9f34 {
  position: relative;
  z-index: 10;
}
.widget-9f34 .backdrop-911f {
  width: 100%;
  max-width: 100%;
}
.popup-cbc9 .middle_e8f6 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.popup-cbc9 .accent_ed81 {
}
.popup-cbc9 .sort-4985 {
  background: #292929;
}
.gas-5fa4 .middle_e8f6 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.gas-5fa4 .accent_ed81 {
  background: #f9f9f9;
}
.gas-5fa4 .sort-4985 {
  background: #303030;
}
.under_643a .middle_e8f6 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .under_643a .glass-8811 {
    margin-bottom: 1em;
  }
  .under_643a .glass-8811:last-child {
    margin-bottom: 0;
  }
}
.under_643a .accent_ed81 {
  background: #ededed;
}
.under_643a .sort-4985 {
  background: #1a1a1a;
}
.middle_e8f6.accent_ed81 {
  color: rgba(0, 0, 0, 0.6);
}
.middle_e8f6.accent_ed81 .message_f16d li {
  border-color: rgba(0, 0, 0, 0.08);
}
.middle_e8f6.sort-4985 {
  color: rgba(255, 255, 255, 0.99);
}
.middle_e8f6.sort-4985 a:not(.clean-4d5f) {
  color: rgba(255, 255, 255, 0.79);
}
.middle_e8f6.sort-4985 a:not(.clean-4d5f):hover {
  color: rgba(255, 255, 255, 0.99);
}
.middle_e8f6.sort-4985 .message_f16d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.middle_e8f6.sort-4985 table tbody td,
.middle_e8f6.sort-4985 table th {
  background: rgba(0, 0, 0, 0.08);
}
.hot-11df.dropdown-old-e472 .content-center-6b58 {
  max-width: initial;
}
.hot-11df .orange-4d21 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.hot-11df .orange-4d21 .backdrop-911f {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .hot-11df .orange-4d21 .backdrop-911f {
    display: block;
    margin-bottom: 2em;
  }
  .hot-11df .orange-4d21 .backdrop-911f:last-child {
    margin-bottom: 0;
  }
}
.under_643a .glass-8811:last-child,
.gas-5fa4 .glass-8811:last-child,
.popup-cbc9 .glass-8811:last-child {
  margin-bottom: 0;
}
.under_643a .glass-8811 .wood_031a .clean-bde5:last-child,
.gas-5fa4 .glass-8811 .wood_031a .clean-bde5:last-child,
.popup-cbc9 .glass-8811 .wood_031a .clean-bde5:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .under_643a .iron_55e6,
  .under_643a .search-cool-985a,
  .gas-5fa4 .iron_55e6,
  .gas-5fa4 .search-cool-985a,
  .popup-cbc9 .iron_55e6,
  .popup-cbc9 .search-cool-985a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .widget-9f34 .glass-8811 {
    margin-bottom: 2em;
  }
}
.widget-9f34 p:last-child {
  margin-bottom: 0;
}
.widget-9f34 li,
.widget-9f34 ul {
  list-style: none;
  margin: 0;
}
.widget-9f34 ul ul {
  margin-left: 2.617924em;
}
.notice_7480 {
  font-size: 0.875em;
}

/* css-noise: 61a0 */
.phantom-card-f2 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
