/*!
Theme Name: Customify
Theme URI: https://pressmaximum.shadow-right-74a8/customify
Author: WPCustomify
Author URI: https://pressmaximum.shadow-right-74a8
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.shadow-right-74a8/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.over_0bfa.alert_2b60/licenses/gpl-2.0.white_3523
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.icon-2e5b/, (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.badge_a5a8.slow_b833/normalize.highlight-a12d/
 ======
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.highlight-a12d v7.0.0 | MIT License | github.shadow-right-74a8/necolas/normalize.highlight-a12d */
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;
}
.sort-fixed-c1c1 .message-775f,
.basic_a14c,
.summary_1946,
.blue-abbf,
.dynamic-9212,
.hot-0995,
.fixed_33e6,
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;
}
.basic_a14c,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .basic_a14c,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .basic_a14c,
  h1 {
    font-size: 1.8em;
  }
}
.summary_1946,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.summary_1946 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .summary_1946,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .summary_1946,
  h2 {
    font-size: 1.7em;
  }
}
.blue-abbf,
h3 {
  font-size: 1.618em;
}
.sort-fixed-c1c1 .message-775f,
.dynamic-9212,
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.logo_black_4e38 {
  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;
}
.accent-d2e8:after,
.accent-d2e8:before,
.smooth-dc0f:after,
.smooth-dc0f:before {
  content: "";
  display: table;
}
.accent-d2e8:after,
.smooth-dc0f:after {
  clear: both;
}
.link_dea0 {
  float: right;
  margin-right: 0;
}
.surface_warm_f6fe {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.smooth_f0c4 .container-prev-4b8e,
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;
}
.smooth_f0c4 .container-prev-4b8e: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;
}
.link_action_bea9 .container-prev-4b8e {
  box-shadow: none;
}
.link_action_bea9
  .container-prev-4b8e
  .accordion-544e {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.link_action_bea9 .container-prev-4b8e .info-e726 {
  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;
}
.link_action_bea9
  .container-prev-4b8e
  .info-e726
  b {
  display: none;
}
.link_action_bea9 .lite-694e {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.box-lite-3ed5:not(.stone-4f60):not(.module-071f),
button:not(.stone-4f60):not(.module-071f),
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ),
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ),
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ) {
  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;
}
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ):hover,
button:not(.stone-4f60):not(
    .module-071f
  ):hover,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ):hover,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ):hover,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ):active,
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ):focus,
button:not(.stone-4f60):not(
    .module-071f
  ):active,
button:not(.stone-4f60):not(
    .module-071f
  ):focus,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ):active,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ):focus,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ):active,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ):focus,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ):active,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ):focus {
  outline: 0;
}
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231 {
  position: relative;
}
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_cf96,
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_liquid_5ec3,
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .slow_b96b,
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  i,
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  svg,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_cf96,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_liquid_5ec3,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .slow_b96b,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  i,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  svg,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_cf96,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_liquid_5ec3,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .slow_b96b,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  i,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  svg,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_cf96,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_liquid_5ec3,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .slow_b96b,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  i,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  svg,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_cf96,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .notification_liquid_5ec3,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  .slow_b96b,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  i,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231
  svg {
  visibility: hidden;
}
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231:after,
button:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231:after,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231:after,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231:after,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ).fn-loading-f231: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;
}
.box-lite-3ed5:not(.stone-4f60):not(.module-071f),
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ),
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ),
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ) {
  color: #fff;
  background: #235787;
}
.box-lite-3ed5:not(.stone-4f60):not(
    .module-071f
  ):focus,
input[type="button"]:not(.stone-4f60):not(
    .module-071f
  ):focus,
input[type="reset"]:not(.stone-4f60):not(
    .module-071f
  ):focus,
input[type="submit"]:not(.stone-4f60):not(
    .module-071f
  ):focus {
  color: #fff;
}
.box-lite-3ed5.fn-disabled-f231:not(.stone-4f60):not(
    .module-071f
  ),
.box-lite-3ed5[disabled]:not(.stone-4f60):not(
    .module-071f
  ),
button.fn-disabled-f231:not(.stone-4f60):not(
    .module-071f
  ),
button[disabled]:not(.stone-4f60):not(
    .module-071f
  ) {
  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;
}
.box_selected_1034 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.box_selected_1034: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;
}
.stone_4f21 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.frame-f0f6 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.item-3eb9 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.accent-d2e8:after,
.accent-d2e8:before,
.label_silver_74db:after,
.label_silver_74db:before,
.summary_b7d8:after,
.summary_b7d8:before,
.heading_action_02fb:after,
.heading_action_02fb:before,
.blue-5df2:after,
.blue-5df2:before,
.description_22e1:after,
.description_22e1:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.accent-d2e8:after,
.label_silver_74db:after,
.summary_b7d8:after,
.heading_action_02fb:after,
.blue-5df2:after,
.description_22e1:after {
  clear: both;
}
.label_silver_74db .notification-old-0dc5,
.summary_b7d8 .notification-old-0dc5,
.selected_f82e .notification-old-0dc5 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.preview_fb01 {
  display: inline-block;
}
.module-1f93 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.module-1f93 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.module-1f93 .list-warm-1402 {
  padding: 1em 0;
  font-size: 85%;
}
.list-warm-1402 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.info_fec1 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.info_fec1:after,
.info_fec1:before {
  content: "";
  display: table;
}
.info_fec1:after {
  clear: both;
}
.panel-42a4 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.clean_6e73 .panel-42a4 {
  max-width: 50%;
}
.brown_1af4 .panel-42a4 {
  max-width: 33.33%;
}
.brown_8f9c .panel-42a4 {
  max-width: 25%;
}
.first_7de3 .panel-42a4 {
  max-width: 20%;
}
.nav-bottom-3562 .panel-42a4 {
  max-width: 16.66%;
}
.secondary-complex-3321 .panel-42a4 {
  max-width: 14.28%;
}
.feature_upper_2994 .panel-42a4 {
  max-width: 12.5%;
}
.active-25d2 .panel-42a4 {
  max-width: 11.11%;
}
.carousel-wide-1191 {
  display: block;
}
.sort-fixed-c1c1 .motion-9283 label,
.sort-fixed-c1c1 .bottom-f657 label,
.sort-fixed-c1c1 .large-58ec label,
.sort-fixed-c1c1 .heading-fdbe label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.image_3c9f {
  list-style: none;
  margin: 0;
}
.image_3c9f article.box_ee97 {
  margin-bottom: 0;
}
.image_3c9f ul {
  list-style: none;
  margin: 0;
}
.image_3c9f .gas_9d7f li.box_ee97 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .image_3c9f .gas_9d7f li.box_ee97 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .image_3c9f .gas_9d7f li.box_ee97: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) {
  .image_3c9f .gas_9d7f li.box_ee97 li.box_ee97 li.box_ee97 li.box_ee97 {
    padding-left: 0;
  }
}
article.box_ee97 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.box_ee97 .label_silver_74db p:last-of-type {
  margin-bottom: 0;
}
article.box_ee97 .dynamic_095f {
  float: left;
}
article.box_ee97 .last_e122 {
  margin-left: 85px;
}
article.box_ee97 .avatar_d837 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.box_ee97 .avatar_d837 .text_6899 {
  margin-left: 10px;
}
article.box_ee97 .dropdown_37d9 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.box_ee97 .status-479b {
  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 .motion-9283,
  #respond .large-58ec,
  #respond .heading-fdbe {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .motion-9283 input,
#respond .large-58ec input,
#respond .heading-fdbe input {
  width: 100%;
}
#respond .heading-fdbe {
  margin-right: 0;
}
#respond .hard_14ed #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.info_prev_2117 {
  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;
}
.info_prev_2117.tabs_red_daa6 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.info_prev_2117 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%);
}
.info_prev_2117:focus,
.info_prev_2117: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);
}
.frame_2602 {
  border-radius: 10%;
}
.progress-3b13 {
  border-radius: 50%;
}
.middle-c319 {
  font-size: 0.72em;
}
.preview_yellow_1a2e {
  font-size: 0.875em;
}
.element_up_41e5 {
  font-size: 1.1em;
}
.photo_first_b633 {
  text-transform: uppercase;
  line-height: 1.2;
}
.photo_first_b633.middle-c319 {
  letter-spacing: 0.5px;
}
.overlay-stone-021f,
.overlay-stone-021f a {
  color: #6d6d6d;
}
.overlay-stone-021f a:hover {
  color: #111;
}
.avatar_yellow_7abc {
  color: #6d6d6d;
}
.tiny-6aaa {
  overflow-x: hidden;
}
.tiny-6aaa .picture-750c.wide-bca8 {
  position: relative;
}
.tiny-6aaa .picture-750c.wide-bca8.search-large-a4c4 {
  position: initial;
}
.tiny-6aaa
  .picture-750c.wide-bca8.search-large-a4c4
  .card_950e {
  left: auto;
}
.tiny-6aaa .picture-750c .card_950e {
  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;
}
.tiny-6aaa .picture-750c:hover.wide-bca8 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.tiny-6aaa
  .picture-750c:hover.wide-bca8
  .card_950e {
  display: block;
  z-index: 9999999;
}
.tiny-6aaa .row_5786 .aside-fluid-fe39,
.tiny-6aaa .hover_first_d718 .aside-fluid-fe39 {
  display: none;
}
.tiny-6aaa .aside-fe5f .picture-750c:hover.wide-bca8 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.sort-fixed-c1c1 .motion-9283 label,
.sort-fixed-c1c1 .bottom-f657 label,
.sort-fixed-c1c1 .large-58ec label,
.sort-fixed-c1c1 .heading-fdbe label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.image_3c9f {
  list-style: none;
  margin: 0;
}
.image_3c9f article.box_ee97 {
  margin-bottom: 0;
}
.image_3c9f ul {
  list-style: none;
  margin: 0;
}
.image_3c9f .gas_9d7f li.box_ee97 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .image_3c9f .gas_9d7f li.box_ee97 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .image_3c9f .gas_9d7f li.box_ee97: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) {
  .image_3c9f .gas_9d7f li.box_ee97 li.box_ee97 li.box_ee97 li.box_ee97 {
    padding-left: 0;
  }
}
article.box_ee97 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.box_ee97 .label_silver_74db p:last-of-type {
  margin-bottom: 0;
}
article.box_ee97 .dynamic_095f {
  float: left;
}
article.box_ee97 .last_e122 {
  margin-left: 85px;
}
article.box_ee97 .avatar_d837 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.box_ee97 .avatar_d837 .text_6899 {
  margin-left: 10px;
}
article.box_ee97 .dropdown_37d9 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.box_ee97 .status-479b {
  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 .motion-9283,
  #respond .large-58ec,
  #respond .heading-fdbe {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .motion-9283 input,
#respond .large-58ec input,
#respond .heading-fdbe input {
  width: 100%;
}
#respond .heading-fdbe {
  margin-right: 0;
}
#respond .hard_14ed #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.row_5786 .mask_74ac {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.mask_74ac .pro-4dfc.purple_d9e2 .module_d002 > li > a:focus,
.mask_74ac .pro-4dfc.purple_d9e2 .module_d002 > li > a:hover,
.mask_74ac .pro-4dfc.tag-medium-995a .module_d002 > li > a:focus,
.mask_74ac .pro-4dfc.tag-medium-995a .module_d002 > li > a:hover,
.mask_74ac .pro-4dfc.button_23a9 .module_d002 > li > a:focus,
.mask_74ac .pro-4dfc.button_23a9 .module_d002 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.mask_74ac
  .pro-4dfc.purple_d9e2
  .module_d002
  > li.media-37fb
  > a,
.mask_74ac
  .pro-4dfc.purple_d9e2
  .module_d002
  > li.motion-f67e
  > a,
.mask_74ac
  .pro-4dfc.tag-medium-995a
  .module_d002
  > li.media-37fb
  > a,
.mask_74ac
  .pro-4dfc.tag-medium-995a
  .module_d002
  > li.motion-f67e
  > a,
.mask_74ac
  .pro-4dfc.button_23a9
  .module_d002
  > li.media-37fb
  > a,
.mask_74ac .pro-4dfc.button_23a9 .module_d002 > li.notification_hard_e2aa > a {
  color: rgba(255, 255, 255, 0.99);
}
.mask_74ac .wrapper-cool-dcf0,
.mask_74ac .wrapper-cool-dcf0 a {
  color: rgba(255, 255, 255, 0.99);
}
.mask_74ac .feature-df75.backdrop-27aa li a,
.mask_74ac .bottom-5ac4 a,
.mask_74ac .action-5de7,
.mask_74ac .module_d002 > li > a,
.mask_74ac .south-980d {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac .feature-df75.backdrop-27aa li a:hover,
.mask_74ac .bottom-5ac4 a:hover,
.mask_74ac .action-5de7:hover,
.mask_74ac .module_d002 > li > a:hover,
.mask_74ac .south-980d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.mask_74ac .table-ce3b {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac .table-ce3b .item_liquid_75ea {
  color: rgba(255, 255, 255, 0.99);
}
.mask_74ac .table-ce3b:hover {
  color: rgba(255, 255, 255, 0.99);
}
.mask_74ac .text-5e95 .tiny_58e8 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac .text-5e95 .tiny_58e8 .tabs_hard_51ee {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac
  .text-5e95
  .tiny_58e8
  .tabs_hard_51ee::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac
  .text-5e95
  .tiny_58e8
  .tabs_hard_51ee:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac
  .text-5e95
  .tiny_58e8
  .tabs_hard_51ee::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac
  .text-5e95
  .tiny_58e8
  .tabs_hard_51ee::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac .text-5e95 .header_soft_770d {
  color: rgba(255, 255, 255, 0.79);
}
.mask_74ac .text-5e95 .header_soft_770d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.row-ebc9
  .mask_74ac
  .text-5e95
  .dropdown-d044
  .preview_clean_4e90 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.row-ebc9
  .mask_74ac
  .text-5e95
  .dropdown-d044
  .tabs_hard_51ee {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.row_5786 .box_b9e9 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.box_b9e9 .pro-4dfc.purple_d9e2 .module_d002 > li > a:focus,
.box_b9e9 .pro-4dfc.purple_d9e2 .module_d002 > li > a:hover,
.box_b9e9 .pro-4dfc.tag-medium-995a .module_d002 > li > a:focus,
.box_b9e9 .pro-4dfc.tag-medium-995a .module_d002 > li > a:hover,
.box_b9e9 .pro-4dfc.button_23a9 .module_d002 > li > a:focus,
.box_b9e9 .pro-4dfc.button_23a9 .module_d002 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.box_b9e9
  .pro-4dfc.purple_d9e2
  .module_d002
  > li.media-37fb
  > a,
.box_b9e9
  .pro-4dfc.purple_d9e2
  .module_d002
  > li.motion-f67e
  > a,
.box_b9e9
  .pro-4dfc.tag-medium-995a
  .module_d002
  > li.media-37fb
  > a,
.box_b9e9
  .pro-4dfc.tag-medium-995a
  .module_d002
  > li.motion-f67e
  > a,
.box_b9e9
  .pro-4dfc.button_23a9
  .module_d002
  > li.media-37fb
  > a,
.box_b9e9 .pro-4dfc.button_23a9 .module_d002 > li.notification_hard_e2aa > a {
  color: rgba(0, 0, 0, 0.8);
}
.box_b9e9 .wrapper-cool-dcf0,
.box_b9e9 .wrapper-cool-dcf0 a {
  color: rgba(0, 0, 0, 0.8);
}
.box_b9e9 .feature-df75.backdrop-27aa li a,
.box_b9e9 .bottom-5ac4 a,
.box_b9e9 .action-5de7,
.box_b9e9 .module_d002 > li > a,
.box_b9e9 .south-980d {
  color: rgba(0, 0, 0, 0.55);
}
.box_b9e9 .feature-df75.backdrop-27aa li a:hover,
.box_b9e9 .bottom-5ac4 a:hover,
.box_b9e9 .action-5de7:hover,
.box_b9e9 .module_d002 > li > a:hover,
.box_b9e9 .south-980d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.box_b9e9 .table-ce3b {
  color: rgba(0, 0, 0, 0.55);
}
.box_b9e9 .table-ce3b .item_liquid_75ea {
  color: rgba(0, 0, 0, 0.8);
}
.box_b9e9 .table-ce3b:hover {
  color: rgba(0, 0, 0, 0.8);
}
.status-81e5 .box_9f9f {
  margin-left: auto;
  margin-right: auto;
}
.summary_b7d8 > * {
  margin-left: auto;
  margin-right: auto;
}
.summary_b7d8 .stone_4f21 {
  margin-right: 1.41575em;
}
.white-5ce1 .summary_b7d8 > .slider_short_b403 {
  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;
}
.white-5ce1 .summary_b7d8 > .row_5556 {
  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;
}
.card_50fd.status-81e5 .box_9f9f,
.out-8d59.status-81e5 .box_9f9f {
  margin-left: 0;
}
.row_east_5e1e.status-81e5 .box_9f9f,
.component-6a6a.status-81e5 .box_9f9f {
  margin-right: 0;
}
.summary_b7d8 ol,
.summary_b7d8 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.photo_gas_25c4 video {
  max-width: 100%;
}
.label-lower-45ac img {
  display: block;
}
.label-lower-45ac.stone_4f21,
.label-lower-45ac.frame-f0f6 {
  width: 100%;
}
.label-lower-45ac.row_5556 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.clean_40f8:not(.rough_e743) {
  margin: 1.5em auto;
}
.cool_5341 p {
  padding: 1.5em 14px;
}
ul.gold_fc16.row_5556,
ul.gold_fc16.slider_short_b403,
ul.gold_fc16.narrow-8f76.slider_short_b403 {
  padding: 0 14px;
}
.full_a427 {
  display: block;
  overflow-x: auto;
}
.full_a427 table {
  border-collapse: collapse;
  width: 100%;
}
.full_a427 td,
.full_a427 th {
  padding: 0.5em;
}
.summary_b7d8 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.summary_b7d8 ol ol,
.summary_b7d8 ol ul,
.summary_b7d8 ul ol,
.summary_b7d8 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.summary_b7d8 ol ol li,
.summary_b7d8 ol ul li,
.summary_b7d8 ul ol li,
.summary_b7d8 ul ul li {
  margin-left: 0;
}
.white_4a63.hero-fast-7531 > .focus_static_0f64 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.white_4a63.hero-fast-7531 > .focus_static_0f64 iframe,
.white_4a63.hero-fast-7531 > .focus_static_0f64 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.texture-complex-56ef {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.texture-complex-56ef.south_59e6 {
  padding: 0;
}
.texture-complex-56ef.south_59e6 cite {
  font-size: 13px;
}
.texture-complex-56ef > * {
  margin-left: 16px;
  margin-right: 16px;
}
.texture-complex-56ef cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.chip-plasma-d7cb {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.chip-plasma-d7cb > p:first-child {
  margin-top: 0;
}
.chip-plasma-d7cb cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.chip-plasma-d7cb blockquote {
  border-left: 0;
}
.texture_445c {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.texture_445c:not(.table_orange_d57d) {
  max-width: 100px;
}
.texture_445c.paragraph-bb14 {
  border-bottom: none !important;
  text-align: center;
}
.texture_445c.paragraph-bb14::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .cool_5341 p {
    padding: 1.5em 0;
  }
}
.new-0b64 {
  color: #0073aa;
}
.up_3c95 {
  background-color: #0073aa;
}
.hard-965f {
  color: #229fd8;
}
.notification_static_3c73 {
  background-color: #229fd8;
}
.label-bright-5cbc {
  color: #eee;
}
.advanced-53c5 {
  background-color: #eee;
}
.current-c2fb {
  color: #444;
}
.label_left_ad01 {
  background-color: #444;
}
.fixed-6630 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.fixed-6630 .media-77c8 .bottom-5ac4 {
  font-size: 15px;
}
.fixed-6630 .bottom-5ac4 {
  line-height: 1.3;
}
.fixed-6630 .box_b9e9 {
}
.fixed-6630 .mask_74ac {
  background: #235787;
}
.shadow-right-19d9 {
  padding: 0;
}
.shadow-right-19d9 .mask_74ac {
  background: #1a1a1a;
}
.shadow-right-19d9 .box_b9e9 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.text_tall_5335 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.text_tall_5335 .box_b9e9 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.text_tall_5335 .mask_74ac {
  background: #303030;
}
.description_22e1 {
  position: relative;
  z-index: 10;
}
.description_22e1 .tag-6c01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.label_d916 .wide-bca8 {
  display: inline-block;
  vertical-align: middle;
}
.label_d916.middle-4f78 .wide-bca8 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .label_d916.middle-4f78 .wide-bca8 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .label_d916.middle-4f78 .wide-bca8 {
    margin-right: 0.4em;
  }
}
.label_d916.middle-4f78 .wide-bca8:last-child {
  margin-right: 0;
}
.nav_mini_e579 .tag-6c01 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .row_5786 .media-77c8 {
    margin: 0 -0.5em;
  }
  .row_5786 .media-77c8 [class*="customify-col-"],
  .row_5786 .media-77c8 [class*="customify-col_"],
  .row_5786 .media-77c8 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.row_5786.primary-cool-07dd .tag-6c01 {
  background: 0 0 !important;
}
.row_5786.primary-cool-07dd .tag-6c01,
.row_5786.nav_mini_e579 .tag-6c01 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .row_5786.chip-abb5 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.row_5786.nav_mini_e579 .tag-6c01 {
  box-shadow: none !important;
}
.disabled-849c {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .disabled-849c {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .disabled-849c {
    padding: 18px 0 20px;
  }
}
.disabled-849c .pagination-9070 {
  width: 100%;
}
.disabled-849c .summary_green_2292 {
  margin-bottom: 0;
}
.disabled-849c .active_b3e7 {
  margin-top: 5px;
  font-size: 0.875em;
}
.layout-top-e420 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.layout-top-e420 .out-4e77 {
  width: 100%;
}
.disabled-0e4e {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.disabled-0e4e li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.disabled-0e4e 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;
}
.disabled-0e4e li:last-child:after {
  display: none;
}
.disabled-0e4e li a {
  font-weight: 500;
  margin-right: 10px;
}
.slider-plasma-0292 .aside-fluid-fe39 button,
.disabled-849c .aside-fluid-fe39 button {
  left: 0;
}
.slider-plasma-0292 .out-4e77,
.disabled-849c .out-4e77 {
  padding-left: 0;
  padding-right: 0;
}
.slider-plasma-0292 .layout-top-e420,
.disabled-849c .layout-top-e420 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.slider-plasma-0292 {
  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;
}
.slider-plasma-0292: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;
}
.slider-plasma-0292 .down-1932 {
  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) {
  .slider-plasma-0292 .down-1932 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-plasma-0292 .down-1932 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .slider-plasma-0292 .down-1932 {
    min-height: 200px;
  }
}
.slider-plasma-0292 .disabled-0e4e {
  color: rgba(255, 255, 255, 0.8);
}
.slider-plasma-0292 .disabled-0e4e a,
.slider-plasma-0292 .disabled-0e4e li:after {
  color: inherit;
}
.slider-plasma-0292 .disabled-0e4e a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.fast_7834 {
  margin-bottom: 0.5em;
}
.primary-1bfe {
  margin-bottom: 1.2em;
}
.primary-1bfe,
.fast_7834 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.primary-1bfe p:last-child,
.fast_7834 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .aside-fluid-fe39,
#masthead .aside-fluid-fe39 {
  display: none;
}
#masthead
  > .aside-fluid-fe39.action-9594 {
  display: none;
}
#masthead > .aside-fluid-fe39 button {
  left: 0;
}
.popup-bright-7fc8 {
  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%;
}
.popup-bright-7fc8 .wide-bca8 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.popup-bright-7fc8 .fixed-c66f {
  display: -webkit-box;
  display: flex;
}
.popup-bright-7fc8 .fixed-c66f.hard-5bad {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.popup-bright-7fc8 .fixed-c66f.content_tiny_961f {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.popup-bright-7fc8 .fixed-c66f.hidden_new_f720 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.popup-bright-7fc8.dirty-00fb.pressed_3f49 .fixed-c66f.hard-5bad {
  flex-basis: 100%;
}
.popup-bright-7fc8.focused_4dd1 .fixed-c66f.content_tiny_961f {
  -webkit-box-flex: 1;
  flex: auto;
}
.popup-bright-7fc8.focused_4dd1 .fixed-c66f.hidden_new_f720 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .aside-fluid-fe39.action-9594 {
  display: none;
}
#masthead > .aside-fluid-fe39 button {
  left: 0;
}
.column-black-bb25 {
  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;
}
.column-black-bb25:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.column-black-bb25.action-f001 i {
  margin-right: 4px;
}
.column-black-bb25.status-f112 i {
  margin-left: 5px;
}
.bottom-5ac4 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.bottom-5ac4 p:last-child {
  margin-bottom: 0;
}
.sidebar_slow_b62b {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.sidebar_slow_b62b a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.sidebar_slow_b62b img {
  display: block;
  width: auto;
  line-height: 1;
}
.sidebar_slow_b62b .wrapper-cool-dcf0 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.sidebar_slow_b62b .backdrop_7083 {
  margin: 5px 0 7px 0;
}
.sidebar_slow_b62b.outline-east-b500 .motion-036c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.sidebar_slow_b62b.outline-east-b500 .hidden_prev_301a {
  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;
}
.sidebar_slow_b62b.cold-752f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.sidebar_slow_b62b.cold-752f .motion-036c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.sidebar_slow_b62b.cold-752f .hidden_prev_301a {
  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;
}
.sidebar_slow_b62b.slider_gold_b158 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.sidebar_slow_b62b.hero_a3b1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.sidebar_slow_b62b.hero_a3b1 .hidden_prev_301a {
  margin-top: 7px;
}
.backdrop-e44c {
  display: inline-block;
}
.description_22e1 .sort_next_b836 .sidebar_slow_b62b img {
  max-width: 100%;
}
.pro-4dfc .block_selected_4d27.progress-silver-e1a2,
.heading-ed56 .block_selected_4d27.progress-silver-e1a2 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.pro-4dfc .container_60b6,
.heading-ed56 .container_60b6 {
  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%);
}
.pro-4dfc .container_60b6 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.pro-4dfc.table_da23 .container_60b6 {
  display: none;
}
.pro-4dfc .preview_under_6fdd {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pro-4dfc .preview_under_6fdd li {
  display: inline-block;
  position: relative;
}
.pro-4dfc .preview_under_6fdd li:last-child {
  margin-right: 0;
}
.pro-4dfc .preview_under_6fdd 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;
}
.pro-4dfc .preview_under_6fdd li.notification_hard_e2aa > a {
  color: rgba(0, 0, 0, 0.9);
}
.pro-4dfc .preview_under_6fdd > 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;
}
.pro-4dfc .preview_under_6fdd > li > a i {
  line-height: 0;
}
.pro-4dfc .preview_under_6fdd > li.tabs_75da > a .container_60b6 {
  margin-left: 4px;
  line-height: 0;
}
.pro-4dfc .preview_under_6fdd .solid-3189 li.tabs_75da > a {
  position: relative;
}
.pro-4dfc .preview_under_6fdd .solid-3189 li.tabs_75da > a:after,
.pro-4dfc .preview_under_6fdd .solid-3189 li.tabs_75da > a:before {
  content: "";
  display: table;
}
.pro-4dfc .preview_under_6fdd .solid-3189 li.tabs_75da > a:after {
  clear: both;
}
.pro-4dfc .preview_under_6fdd .solid-3189 li.tabs_75da > a .container_60b6 {
  margin-left: 5px;
  float: right;
}
.pro-4dfc .slider_f3c8,
.pro-4dfc .solid-3189 {
  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;
}
.pro-4dfc .solid-3189 {
  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;
}
.pro-4dfc .solid-3189 .progress-silver-e1a2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pro-4dfc .solid-3189 .container_60b6 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.pro-4dfc .solid-3189 li {
  display: block;
  margin: 0;
  padding: 0;
}
.pro-4dfc .solid-3189 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;
}
.pro-4dfc .solid-3189 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.pro-4dfc .solid-3189 .solid-3189 {
  top: 0;
  left: 100%;
}
.pro-4dfc .orange-db1d.fn-focus-f231 > .slider_f3c8,
.pro-4dfc .orange-db1d.fn-focus-f231 > .solid-3189,
.pro-4dfc .orange-db1d:focus > .slider_f3c8,
.pro-4dfc .orange-db1d:focus > .solid-3189,
.pro-4dfc .orange-db1d:hover > .slider_f3c8,
.pro-4dfc .orange-db1d:hover > .solid-3189 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.pro-4dfc.button_23a9 .module_d002:after,
.pro-4dfc.button_23a9 .module_d002:before {
  content: "";
  display: table;
}
.pro-4dfc.button_23a9 .module_d002:after {
  clear: both;
}
.pro-4dfc.button_23a9 .module_d002 > li {
  float: left;
}
.pro-4dfc.component-west-8e53 .module_d002:after,
.pro-4dfc.component-west-8e53 .module_d002:before {
  content: "";
  display: table;
}
.pro-4dfc.component-west-8e53 .module_d002:after {
  clear: both;
}
.pro-4dfc.component-west-8e53 .module_d002 > li {
  float: left;
}
.pro-4dfc.component-west-8e53 .module_d002 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.pro-4dfc.component-west-8e53 .module_d002 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.pro-4dfc.component-west-8e53 .module_d002 > li.media-37fb > a,
.pro-4dfc.component-west-8e53 .module_d002 > li.notification_hard_e2aa > a {
  color: #fff;
  background-color: #1e4b75;
}
.pro-4dfc.purple_d9e2 .module_d002 > li > a .progress-silver-e1a2 {
  position: relative;
}
.pro-4dfc.purple_d9e2 .module_d002 > li > a .progress-silver-e1a2: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;
}
.pro-4dfc.purple_d9e2
  .module_d002
  > li:focus
  > a
  .progress-silver-e1a2:before,
.pro-4dfc.purple_d9e2
  .module_d002
  > li:hover
  > a
  .progress-silver-e1a2:before {
  width: 100%;
  background-color: currentColor;
}
.pro-4dfc.purple_d9e2
  .module_d002
  > li.media-37fb
  > a
  .progress-silver-e1a2:before,
.pro-4dfc.purple_d9e2
  .module_d002
  > li.motion-f67e
  > a
  .progress-silver-e1a2:before {
  width: 100%;
  background-color: currentColor;
}
.pro-4dfc.tag-medium-995a .module_d002 > li > a .progress-silver-e1a2 {
  position: relative;
}
.pro-4dfc.tag-medium-995a .module_d002 > li > a .progress-silver-e1a2: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;
}
.pro-4dfc.tag-medium-995a .module_d002 > li:focus > a .progress-silver-e1a2:before,
.pro-4dfc.tag-medium-995a
  .module_d002
  > li:hover
  > a
  .progress-silver-e1a2:before {
  width: 100%;
  background-color: currentColor;
}
.pro-4dfc.tag-medium-995a
  .module_d002
  > li.media-37fb
  > a
  .progress-silver-e1a2:before,
.pro-4dfc.tag-medium-995a
  .module_d002
  > li.motion-f67e
  > a
  .progress-silver-e1a2:before {
  width: 100%;
  background-color: currentColor;
}
.heading-ed56 .preview_under_6fdd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heading-ed56 .preview_under_6fdd li:first-child > a {
  border-top: none;
}
.heading-ed56 .preview_under_6fdd .texture_5372 > .progress-silver-e1a2 .container_60b6 {
  display: none;
}
.heading-ed56 .preview_under_6fdd li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.heading-ed56 .preview_under_6fdd li:last-child {
  border: none;
}
.heading-ed56 .preview_under_6fdd li.tabs_75da > a {
  padding-right: 45px !important;
}
.heading-ed56 .preview_under_6fdd li a {
  display: block;
  padding: 0.55em 1.5em;
}
.heading-ed56 .preview_under_6fdd li a:focus,
.heading-ed56 .preview_under_6fdd li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.heading-ed56 .preview_under_6fdd li .icon_brown_a8ed {
  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;
}
.heading-ed56 .preview_under_6fdd li .icon_brown_a8ed:hover {
  box-shadow: none;
}
.heading-ed56 .preview_under_6fdd li .icon_brown_a8ed .container_60b6 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.heading-ed56 .preview_under_6fdd .solid-3189 {
  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);
}
.heading-ed56 .preview_under_6fdd .solid-3189 li a {
  padding-left: 3em;
}
.heading-ed56 .preview_under_6fdd .over_2529 > a .icon_brown_a8ed i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.heading-ed56 .preview_under_6fdd .over_2529 > .solid-3189 {
  display: block;
  opacity: 1;
}
.accordion_last_ffc9 {
  max-width: 100%;
}
.box-tall-e1a1 {
  line-height: 0;
  cursor: pointer;
}
.south-980d {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.south-980d:hover {
  box-shadow: none;
  color: currentColor;
}
.south-980d svg {
  width: 18px;
  height: 18px;
}
.south-980d .label_3934 {
  display: none;
}
.notification_hard_021e {
  position: relative;
}
.notification_hard_021e.fn-active-f231 .south-980d .short-5392 {
  display: none;
}
.notification_hard_021e.fn-active-f231 .south-980d .label_3934 {
  display: inline-block;
}
.notification_hard_021e .steel-e3e9 {
  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);
}
.notification_hard_021e.liquid_4a8a .steel-e3e9 {
  left: auto;
  right: -0.9em;
}
.notification_hard_021e.liquid_4a8a .disabled-copper-48d9::before {
  left: auto;
  right: 15px;
}
.notification_hard_021e.fn-active-f231 .steel-e3e9 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown-d044 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.dropdown-d044 label {
  flex-basis: 100%;
}
.dropdown-d044 .tiny_58e8 {
  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;
}
.dropdown-d044 .tabs_hard_51ee {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.dropdown-d044 .tabs_hard_51ee:focus {
  background-color: transparent;
}
.dropdown-d044 button.header_soft_770d {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.dropdown-d044 button.header_soft_770d:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.dropdown-d044 button.header_soft_770d svg {
  width: 18px;
  height: 18px;
}
.dropdown-d044 input[type="submit"] {
  min-height: auto;
}
.text-5e95 .dropdown-d044 .tabs_hard_51ee {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.disabled-copper-48d9 {
  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) {
  .disabled-copper-48d9 {
    width: 220px;
  }
}
.disabled-copper-48d9 label {
  flex-basis: 100%;
}
.disabled-copper-48d9::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;
}
.row-ebc9 .text-5e95 .dropdown-d044 {
  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;
}
.row-ebc9
  .text-5e95
  .dropdown-d044
  .tiny_58e8 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.row-ebc9 .text-5e95 .dropdown-d044 .tabs_hard_51ee {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.row-ebc9
  .text-5e95
  .dropdown-d044
  .tabs_hard_51ee:focus {
  background: 0 0;
}
.row-ebc9
  .text-5e95
  .dropdown-d044
  .preview_clean_4e90 {
  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;
}
.feature-df75 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.feature-df75 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.feature-df75 li:last-child {
  margin-right: 0;
}
.feature-df75 li:first-child {
  margin-left: 0;
}
.feature-df75.menu_bottom_d985 a {
  color: #fff;
}
.feature-df75.menu_bottom_d985 a:hover {
  color: #fff;
}
.feature-df75 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.feature-df75 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.feature-df75 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.feature-df75 a:hover {
  opacity: 0.9;
  color: inherit;
}
.feature-df75 [class*="social-icon-apple"] {
  background-color: #999;
}
.feature-df75 [class*="social-icon-apple"].hovered_3dcf {
  background-color: transparent;
  color: #999;
}
.feature-df75 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.feature-df75 [class*="social-icon-behance"].hovered_3dcf {
  background-color: transparent;
  color: #1769ff;
}
.feature-df75 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.feature-df75 [class*="social-icon-bitbucket"].hovered_3dcf {
  background-color: transparent;
  color: #205081;
}
.feature-df75 [class*="social-icon-codepen"] {
  background-color: #000;
}
.feature-df75 [class*="social-icon-codepen"].hovered_3dcf {
  background-color: transparent;
  color: #000;
}
.feature-df75 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.feature-df75 [class*="social-icon-delicious"].hovered_3dcf {
  background-color: transparent;
  color: #39f;
}
.feature-df75 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.feature-df75 [class*="social-icon-digg"].hovered_3dcf {
  background-color: transparent;
  color: #005be2;
}
.feature-df75 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.feature-df75 [class*="social-icon-dribbble"].hovered_3dcf {
  background-color: transparent;
  color: #ea4c89;
}
.feature-df75 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.feature-df75 [class*="social-icon-envelope"].hovered_3dcf {
  background-color: transparent;
  color: #ea4335;
}
.feature-df75 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.feature-df75 [class*="social-icon-facebook"].hovered_3dcf {
  background-color: transparent;
  color: #3b5998;
}
.feature-df75 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.feature-df75 [class*="social-icon-flickr"].hovered_3dcf {
  background-color: transparent;
  color: #0063dc;
}
.feature-df75 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.feature-df75 [class*="social-icon-foursquare"].hovered_3dcf {
  background-color: transparent;
  color: #2d5be3;
}
.feature-df75 [class*="social-icon-github"] {
  background-color: #333;
}
.feature-df75 [class*="social-icon-github"].hovered_3dcf {
  background-color: transparent;
  color: #333;
}
.feature-df75 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.feature-df75 [class*="social-icon-google-plus"].hovered_3dcf {
  background-color: transparent;
  color: #dd4b39;
}
.feature-df75 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.feature-df75 [class*="social-icon-houzz"].hovered_3dcf {
  background-color: transparent;
  color: #7ac142;
}
.feature-df75 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.feature-df75 [class*="social-icon-instagram"].hovered_3dcf {
  background-color: transparent;
  color: #262626;
}
.feature-df75 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.feature-df75 [class*="social-icon-jsfiddle"].hovered_3dcf {
  background-color: transparent;
  color: #487aa2;
}
.feature-df75 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.feature-df75 [class*="social-icon-linkedin"].hovered_3dcf {
  background-color: transparent;
  color: #0077b5;
}
.feature-df75 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.feature-df75 [class*="social-icon-medium"].hovered_3dcf {
  background-color: transparent;
  color: #00ab6b;
}
.feature-df75 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.feature-df75
  [class*="social-icon-odnoklassniki"].hovered_3dcf {
  background-color: transparent;
  color: #f4731c;
}
.feature-df75 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.feature-df75 [class*="social-icon-meetup"].hovered_3dcf {
  background-color: transparent;
  color: #ec1c40;
}
.feature-df75 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.feature-df75 [class*="social-icon-pinterest"].hovered_3dcf {
  background-color: transparent;
  color: #bd081c;
}
.feature-df75 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.feature-df75 [class*="social-icon-product-hunt"].hovered_3dcf {
  background-color: transparent;
  color: #da552f;
}
.feature-df75 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.feature-df75 [class*="social-icon-reddit"].hovered_3dcf {
  background-color: transparent;
  color: #ff4500;
}
.feature-df75 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.feature-df75 [class*="social-icon-rss"].hovered_3dcf {
  background-color: transparent;
  color: #f26522;
}
.feature-df75 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.feature-df75
  [class*="social-icon-shopping-cart"].hovered_3dcf {
  background-color: transparent;
  color: #4caf50;
}
.feature-df75 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.feature-df75 [class*="social-icon-skype"].hovered_3dcf {
  background-color: transparent;
  color: #00aff0;
}
.feature-df75 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.feature-df75 [class*="social-icon-slideshare"].hovered_3dcf {
  background-color: transparent;
  color: #0077b5;
}
.feature-df75 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.feature-df75 [class*="social-icon-snapchat"].hovered_3dcf {
  background-color: transparent;
  color: #fffc00;
}
.feature-df75 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.feature-df75 [class*="social-icon-soundcloud"].hovered_3dcf {
  background-color: transparent;
  color: #f80;
}
.feature-df75 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.feature-df75 [class*="social-icon-spotify"].hovered_3dcf {
  background-color: transparent;
  color: #2ebd59;
}
.feature-df75 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.feature-df75
  [class*="social-icon-stack-overflow"].hovered_3dcf {
  background-color: transparent;
  color: #fe7a15;
}
.feature-df75 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.feature-df75 [class*="social-icon-maldkfgram"].hovered_3dcf {
  background-color: transparent;
  color: #2ca5e0;
}
.feature-df75 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.feature-df75 [class*="social-icon-tripadvisor"].hovered_3dcf {
  background-color: transparent;
  color: #589442;
}
.feature-df75 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.feature-df75 [class*="social-icon-tumblr"].hovered_3dcf {
  background-color: transparent;
  color: #35465c;
}
.feature-df75 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.feature-df75 [class*="social-icon-twitch"].hovered_3dcf {
  background-color: transparent;
  color: #6441a5;
}
.feature-df75 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.feature-df75 [class*="social-icon-twitter"].hovered_3dcf {
  background-color: transparent;
  color: #1da1f2;
}
.feature-df75 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.feature-df75 [class*="social-icon-vimeo"].hovered_3dcf {
  background-color: transparent;
  color: #1ab7ea;
}
.feature-df75 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.feature-df75 [class*="social-icon-vk"].hovered_3dcf {
  background-color: transparent;
  color: #45668e;
}
.feature-df75 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.feature-df75 [class*="social-icon-weibo"].hovered_3dcf {
  background-color: transparent;
  color: #df2029;
}
.feature-df75 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.feature-df75 [class*="social-icon-weixin"].hovered_3dcf {
  background-color: transparent;
  color: #7bb32e;
}
.feature-df75 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.feature-df75 [class*="social-icon-whatsapp"].hovered_3dcf {
  background-color: transparent;
  color: #25d366;
}
.feature-df75 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.feature-df75 [class*="social-icon-wordpress"].hovered_3dcf {
  background-color: transparent;
  color: #21759b;
}
.feature-df75 [class*="social-icon-xing"] {
  background-color: #026466;
}
.feature-df75 [class*="social-icon-xing"].hovered_3dcf {
  background-color: transparent;
  color: #026466;
}
.feature-df75 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.feature-df75 [class*="social-icon-yelp"].hovered_3dcf {
  background-color: transparent;
  color: #af0606;
}
.feature-df75 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.feature-df75 [class*="social-icon-youtube"].hovered_3dcf {
  background-color: transparent;
  color: #cd201f;
}
.action-5de7 {
  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;
}
.action-5de7:hover {
  box-shadow: none;
  background: 0 0;
}
.black-e897 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.photo_6297 {
  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;
}
.accordion-a88e {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.pressed_b738 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.pressed_b738,
.pressed_b738::after,
.pressed_b738::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;
}
.pressed_b738::after,
.pressed_b738::before {
  content: "";
  display: block;
  background-color: inherit;
}
.disabled-short-0bfd .photo_6297 .accordion-a88e {
  margin-top: -2px;
  width: 19px;
}
.disabled-short-0bfd .photo_6297 .pressed_b738 {
  margin-top: -1px;
}
.disabled-short-0bfd .photo_6297 .pressed_b738,
.disabled-short-0bfd .photo_6297 .pressed_b738::after,
.disabled-short-0bfd .photo_6297 .pressed_b738::before {
  width: 19px;
  height: 2px;
}
.disabled-short-0bfd .photo_6297 .pressed_b738::before {
  top: -6px;
}
.disabled-short-0bfd .photo_6297 .pressed_b738::after {
  bottom: -6px;
}
.progress_next_99a7 .photo_6297 .accordion-a88e {
  margin-top: -2px;
  width: 22px;
}
.progress_next_99a7 .photo_6297 .pressed_b738 {
  margin-top: -1px;
}
.progress_next_99a7 .photo_6297 .pressed_b738,
.progress_next_99a7 .photo_6297 .pressed_b738::after,
.progress_next_99a7 .photo_6297 .pressed_b738::before {
  width: 22px;
  height: 2px;
}
.progress_next_99a7 .photo_6297 .pressed_b738::before {
  top: -7px;
}
.progress_next_99a7 .photo_6297 .pressed_b738::after {
  bottom: -7px;
}
.hard-577c .photo_6297 .accordion-a88e {
  margin-top: -2px;
  width: 31px;
}
.hard-577c .photo_6297 .pressed_b738 {
  margin-top: -1.5px;
}
.hard-577c .photo_6297 .pressed_b738,
.hard-577c .photo_6297 .pressed_b738::after,
.hard-577c .photo_6297 .pressed_b738::before {
  width: 31px;
  height: 3px;
}
.hard-577c .photo_6297 .pressed_b738::before {
  top: -9px;
}
.hard-577c .photo_6297 .pressed_b738::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .header_5d9b .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 19px;
  }
  .header_5d9b .photo_6297 .pressed_b738 {
    margin-top: -1px;
  }
  .header_5d9b .photo_6297 .pressed_b738,
  .header_5d9b .photo_6297 .pressed_b738::after,
  .header_5d9b .photo_6297 .pressed_b738::before {
    width: 19px;
    height: 2px;
  }
  .header_5d9b .photo_6297 .pressed_b738::before {
    top: -6px;
  }
  .header_5d9b .photo_6297 .pressed_b738::after {
    bottom: -6px;
  }
  .photo-fixed-9e17 .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 22px;
  }
  .photo-fixed-9e17 .photo_6297 .pressed_b738 {
    margin-top: -1px;
  }
  .photo-fixed-9e17 .photo_6297 .pressed_b738,
  .photo-fixed-9e17 .photo_6297 .pressed_b738::after,
  .photo-fixed-9e17 .photo_6297 .pressed_b738::before {
    width: 22px;
    height: 2px;
  }
  .photo-fixed-9e17 .photo_6297 .pressed_b738::before {
    top: -7px;
  }
  .photo-fixed-9e17 .photo_6297 .pressed_b738::after {
    bottom: -7px;
  }
  .active-206f .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 31px;
  }
  .active-206f .photo_6297 .pressed_b738 {
    margin-top: -1.5px;
  }
  .active-206f .photo_6297 .pressed_b738,
  .active-206f .photo_6297 .pressed_b738::after,
  .active-206f .photo_6297 .pressed_b738::before {
    width: 31px;
    height: 3px;
  }
  .active-206f .photo_6297 .pressed_b738::before {
    top: -9px;
  }
  .active-206f .photo_6297 .pressed_b738::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .widget-new-5f35 .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 19px;
  }
  .widget-new-5f35 .photo_6297 .pressed_b738 {
    margin-top: -1px;
  }
  .widget-new-5f35 .photo_6297 .pressed_b738,
  .widget-new-5f35 .photo_6297 .pressed_b738::after,
  .widget-new-5f35 .photo_6297 .pressed_b738::before {
    width: 19px;
    height: 2px;
  }
  .widget-new-5f35 .photo_6297 .pressed_b738::before {
    top: -6px;
  }
  .widget-new-5f35 .photo_6297 .pressed_b738::after {
    bottom: -6px;
  }
  .grid_0907 .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 22px;
  }
  .grid_0907 .photo_6297 .pressed_b738 {
    margin-top: -1px;
  }
  .grid_0907 .photo_6297 .pressed_b738,
  .grid_0907 .photo_6297 .pressed_b738::after,
  .grid_0907 .photo_6297 .pressed_b738::before {
    width: 22px;
    height: 2px;
  }
  .grid_0907 .photo_6297 .pressed_b738::before {
    top: -7px;
  }
  .grid_0907 .photo_6297 .pressed_b738::after {
    bottom: -7px;
  }
  .secondary_38ab .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 31px;
  }
  .secondary_38ab .photo_6297 .pressed_b738 {
    margin-top: -1.5px;
  }
  .secondary_38ab .photo_6297 .pressed_b738,
  .secondary_38ab .photo_6297 .pressed_b738::after,
  .secondary_38ab .photo_6297 .pressed_b738::before {
    width: 31px;
    height: 3px;
  }
  .secondary_38ab .photo_6297 .pressed_b738::before {
    top: -9px;
  }
  .secondary_38ab .photo_6297 .pressed_b738::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .hard_f69a .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 19px;
  }
  .hard_f69a .photo_6297 .pressed_b738 {
    margin-top: -1px;
  }
  .hard_f69a .photo_6297 .pressed_b738,
  .hard_f69a .photo_6297 .pressed_b738::after,
  .hard_f69a .photo_6297 .pressed_b738::before {
    width: 19px;
    height: 2px;
  }
  .hard_f69a .photo_6297 .pressed_b738::before {
    top: -6px;
  }
  .hard_f69a .photo_6297 .pressed_b738::after {
    bottom: -6px;
  }
  .summary_large_3d56 .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 22px;
  }
  .summary_large_3d56 .photo_6297 .pressed_b738 {
    margin-top: -1px;
  }
  .summary_large_3d56 .photo_6297 .pressed_b738,
  .summary_large_3d56 .photo_6297 .pressed_b738::after,
  .summary_large_3d56 .photo_6297 .pressed_b738::before {
    width: 22px;
    height: 2px;
  }
  .summary_large_3d56 .photo_6297 .pressed_b738::before {
    top: -7px;
  }
  .summary_large_3d56 .photo_6297 .pressed_b738::after {
    bottom: -7px;
  }
  .fast_7d5d .photo_6297 .accordion-a88e {
    margin-top: -2px;
    width: 31px;
  }
  .fast_7d5d .photo_6297 .pressed_b738 {
    margin-top: -1.5px;
  }
  .fast_7d5d .photo_6297 .pressed_b738,
  .fast_7d5d .photo_6297 .pressed_b738::after,
  .fast_7d5d .photo_6297 .pressed_b738::before {
    width: 31px;
    height: 3px;
  }
  .fast_7d5d .photo_6297 .pressed_b738::before {
    top: -9px;
  }
  .fast_7d5d .photo_6297 .pressed_b738::after {
    bottom: -9px;
  }
}
.disabled_upper_30d9 .pressed_b738 {
  -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);
}
.disabled_upper_30d9 .pressed_b738::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.disabled_upper_30d9 .pressed_b738::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);
}
.disabled_upper_30d9.message-f296 .pressed_b738 {
  -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);
}
.disabled_upper_30d9.message-f296 .pressed_b738::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.disabled_upper_30d9.message-f296 .pressed_b738::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);
}
.warm-46ef {
  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.carousel_copper_9c24:before {
  display: none;
}
.hover_first_d718 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.hover_first_d718 .badge_d0df {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.hover_first_d718 .badge_d0df:last-of-type {
  border-bottom: none;
}
.hover_first_d718 .badge_d0df.accordion-medium-9edd,
.hover_first_d718 .badge_d0df.solid-7ff1,
.hover_first_d718 .badge_d0df.border-smooth-6dbb {
  padding: 0;
}
.hover_first_d718 .heading-ed56 .icon_brown_a8ed {
  color: currentColor;
}
.hover_first_d718 .heading-ed56 .icon_brown_a8ed:focus,
.hover_first_d718 .heading-ed56 .icon_brown_a8ed:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hover_first_d718.box_b9e9 .table-ce3b,
.hover_first_d718.box_b9e9 .bottom-5ac4 a,
.hover_first_d718.box_b9e9 .module_d002 a,
.hover_first_d718.box_b9e9 .solid-3189 a {
  color: rgba(0, 0, 0, 0.55);
}
.hover_first_d718.box_b9e9 .table-ce3b:hover,
.hover_first_d718.box_b9e9 .bottom-5ac4 a:hover,
.hover_first_d718.box_b9e9 .module_d002 a:hover,
.hover_first_d718.box_b9e9 .solid-3189 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hover_first_d718.box_b9e9 .item_liquid_75ea {
  color: rgba(0, 0, 0, 0.8);
}
.hover_first_d718.box_b9e9 .badge_d0df {
  border-color: rgba(0, 0, 0, 0.08);
}
.hover_first_d718.box_b9e9 .badge_d0df:before {
  background: rgba(0, 0, 0, 0.08);
}
.hover_first_d718.box_b9e9 .new_3946:before {
  background: rgba(255, 255, 255, 0.9);
}
.hover_first_d718.box_b9e9 .heading-ed56 .preview_under_6fdd li a,
.hover_first_d718.box_b9e9 .heading-ed56 .icon_brown_a8ed,
.hover_first_d718.box_b9e9 .solid-3189 {
  border-color: rgba(0, 0, 0, 0.08);
}
.hover_first_d718.box_b9e9 .heading-ed56 .icon_brown_a8ed:focus,
.hover_first_d718.box_b9e9 .heading-ed56 .icon_brown_a8ed:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hover_first_d718.box_b9e9 .preview_under_6fdd li {
  border-color: rgba(0, 0, 0, 0.08);
}
.hover_first_d718.mask_74ac .table-ce3b,
.hover_first_d718.mask_74ac .bottom-5ac4 a,
.hover_first_d718.mask_74ac .module_d002 .icon_brown_a8ed,
.hover_first_d718.mask_74ac .module_d002 a,
.hover_first_d718.mask_74ac .solid-3189 a {
  color: rgba(255, 255, 255, 0.79);
}
.hover_first_d718.mask_74ac .table-ce3b:hover,
.hover_first_d718.mask_74ac .bottom-5ac4 a:hover,
.hover_first_d718.mask_74ac .module_d002 .icon_brown_a8ed:hover,
.hover_first_d718.mask_74ac .module_d002 a:hover,
.hover_first_d718.mask_74ac .solid-3189 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hover_first_d718.mask_74ac .item_liquid_75ea {
  color: rgba(255, 255, 255, 0.99);
}
.hover_first_d718.mask_74ac .badge_d0df {
  border-color: rgba(255, 255, 255, 0.08);
}
.hover_first_d718.mask_74ac .badge_d0df:before {
  background: rgba(255, 255, 255, 0.08);
}
.hover_first_d718.mask_74ac .new_3946:before {
  background: rgba(0, 0, 0, 0.9);
}
.hover_first_d718.mask_74ac .heading-ed56 .preview_under_6fdd li a,
.hover_first_d718.mask_74ac .heading-ed56 .icon_brown_a8ed,
.hover_first_d718.mask_74ac .solid-3189 {
  border-color: rgba(255, 255, 255, 0.08);
}
.hover_first_d718.mask_74ac .heading-ed56 .icon_brown_a8ed:focus,
.hover_first_d718.mask_74ac .heading-ed56 .icon_brown_a8ed:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hover_first_d718.mask_74ac .preview_under_6fdd li {
  border-color: rgba(255, 255, 255, 0.08);
}
.new_3946 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.new_3946:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.east-4f98 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.picture_tiny_bffd .hover_first_d718 {
  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;
}
.picture_tiny_bffd .badge_d0df {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.picture_tiny_bffd .badge_d0df: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) {
  .picture_tiny_bffd .badge_d0df:before {
    width: 16%;
    left: 42%;
  }
}
.picture_tiny_bffd .badge_d0df:last-child:before {
  content: none;
}
.picture_tiny_bffd .badge_d0df[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.picture_tiny_bffd .heading-ed56 .preview_under_6fdd li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.picture_tiny_bffd .heading-ed56 .preview_under_6fdd li a .icon_brown_a8ed {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.picture_tiny_bffd .heading-ed56 .solid-3189 {
  border: none;
}
.picture_tiny_bffd .heading-ed56 .solid-3189 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.picture_tiny_bffd .new_3946 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.picture_tiny_bffd .east-4f98 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.picture_tiny_bffd .mask_74ac .new_3946:before {
  background: rgba(0, 0, 0, 0.9);
}
.picture_tiny_bffd .box_b9e9.mask_4944 .pressed_b738 {
  background: rgba(0, 0, 0, 0.6);
}
.picture_tiny_bffd
  .box_b9e9.mask_4944
  .pressed_b738::after,
.picture_tiny_bffd
  .box_b9e9.mask_4944
  .pressed_b738:before {
  background: inherit;
}
.picture_tiny_bffd
  .box_b9e9.mask_4944:hover
  .pressed_b738 {
  background: rgba(0, 0, 0, 0.8);
}
.row_8f36 .hover_first_d718 {
  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) {
  .row_8f36 .hover_first_d718 {
    width: auto;
    right: 45px;
  }
}
.light_b78f .hover_first_d718 {
  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) {
  .light_b78f .hover_first_d718 {
    width: auto;
    left: 45px;
  }
}
.carousel_copper_9c24 .hover_first_d718 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.carousel_copper_9c24 .east-4f98 {
  max-width: 48em;
  margin: 0 auto;
}
.carousel_copper_9c24 .new_3946:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.static_d24e {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.static_d24e.picture_tiny_bffd .hover_first_d718 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.static_d24e.row_8f36 .hover_first_d718 {
  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);
}
.static_d24e .hover_first_d718 {
  visibility: visible;
}
.static_d24e.light_b78f .hover_first_d718 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.info-silver-5193,
.notification_8e48 {
  overflow-x: hidden;
}
.info-silver-5193 .hover_first_d718 {
  overflow: auto;
}
.info-silver-5193.picture_tiny_bffd {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.info-silver-5193.picture_tiny_bffd .hover_first_d718 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.info-silver-5193.picture_tiny_bffd .action-5de7 {
  opacity: 0;
}
.info-silver-5193.row_8f36 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.info-silver-5193.row_8f36 .hover_first_d718 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.info-silver-5193.row_8f36 .action-5de7 {
  opacity: 0;
}
.info-silver-5193.light_b78f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.info-silver-5193.light_b78f .hover_first_d718 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.info-silver-5193.light_b78f .action-5de7 {
  opacity: 0;
}
.info-silver-5193.carousel_copper_9c24 .hover_first_d718 {
  z-index: 10;
  visibility: visible;
}
.mask_4944 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.mask_4944 .pressed_b738 {
  background: rgba(255, 255, 255, 0.99);
}
.mask_4944 .pressed_b738::after,
.mask_4944 .pressed_b738:before {
  background: inherit;
}
.mask_4944:hover .pressed_b738 {
  background: rgba(255, 255, 255, 0.99);
}
.light_b78f .mask_4944 {
  top: 10px;
  right: auto;
  left: 12px;
}
.carousel_copper_9c24 .mask_4944 {
  display: none !important;
}
.info-silver-5193:before,
.notification_8e48:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.info-silver-5193 .mask_4944,
.notification_8e48 .mask_4944 {
  display: inline-block;
}
.hover_first_d718 .wide-bca8 {
  -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;
}
.info-silver-5193 .hover_first_d718 .wide-bca8,
.notification_8e48 .hover_first_d718 .wide-bca8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.notice-silver-2f64 .tiny_58e8 {
  width: 100%;
}
.sort_next_b836 {
  padding: 0 0.5em 0;
}
.sort_next_b836 [class*="customify-col-"],
.sort_next_b836 [class*="customify-col_"],
.sort_next_b836 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.lower_5265 .sort_next_b836 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .media-77c8 .filter-pro-a3c4,
  .filter-pro-a3c4 {
    display: none;
  }
  .input_0360 {
    text-align: left;
  }
  .stale_e7c0 {
    text-align: center;
  }
  .tag-13da {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .media-77c8 .progress_a79e,
  .progress_a79e {
    display: none;
  }
  .description-edf8 {
    text-align: left;
  }
  .main-selected-552a {
    text-align: center;
  }
  .pink_2e0c {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .media-77c8 .module_dirty_639e,
  .module_dirty_639e {
    display: none;
  }
  .outer-1061 {
    text-align: left;
  }
  .modal-6c55 {
    text-align: center;
  }
  .card-rough-ce01 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.overlay-thick-60b0 {
  box-shadow: none !important;
}
.table-advanced-a127 .heading-2846,
.action_56f8 .heading-2846 {
  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;
}
.action_56f8 .heading-2846 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tag-6c01 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.tag-6c01:after,
.tag-6c01:before {
  content: "";
  display: table;
}
.tag-6c01:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .tag-6c01 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.tag-6c01,
.chip-abb5 {
  max-width: 1248px;
  margin: 0 auto;
}

.heading_action_02fb.out-ad0c .tag-6c01 {
  max-width: 100%;
}
.heading_action_02fb.simple_2f7c {
  max-width: 1200px;
  margin: 0 auto;
}
.heading_action_02fb.slider_a969 .tag-6c01 {
  max-width: 100%;
}
.heading_action_02fb.slider_a969 > .tag-6c01 {
  padding-left: 0;
  padding-right: 0;
}
.heading_action_02fb.slider_a969 > .tag-6c01 .media-77c8 {
  margin: 0;
}
.heading_action_02fb.slider_a969
  > .tag-6c01
  .summary-15c6.module_1535 {
  margin-right: 0;
  margin-left: 0;
}
.heading_action_02fb.slider_a969 #main.module_1535 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .red-8dfe #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .red-8dfe #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .medium_5b2c .box_9f9f {
    padding-right: 1em;
  }
  .medium_5b2c.silver_336b .summary-15c6 {
    border-right: 1px solid #eaecee;
  }
  .medium_5b2c.silver_336b .box_9f9f {
    padding-right: 1em;
  }
  .medium_5b2c.silver_336b .menu_hard_f2ab {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .shadow-fixed-627f .box_9f9f {
    padding-left: 1em;
  }
  .shadow-fixed-627f.silver_336b .summary-15c6 {
    border-left: 1px solid #eaecee;
  }
  .shadow-fixed-627f.silver_336b .box_9f9f {
    padding-left: 1em;
  }
  .shadow-fixed-627f.silver_336b .menu_hard_f2ab {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .list-93aa .box_9f9f {
    padding-left: 1em;
  }
  .list-93aa.silver_336b .preview-action-0818 {
    border-right: 1px solid #eaecee;
  }
  .list-93aa.silver_336b .logo_tiny_dc0c {
    border-right: 1px solid #eaecee;
  }
  .list-93aa.silver_336b .box_9f9f {
    padding-left: 1em;
  }
  .list-93aa.silver_336b .menu_hard_f2ab {
    padding-right: 1em;
  }
  .list-93aa.silver_336b .paragraph-d75f {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .center-2e86 .box_9f9f {
    padding-right: 1em;
  }
  .center-2e86.silver_336b .preview-action-0818 {
    border-left: 1px solid #eaecee;
  }
  .center-2e86.silver_336b .logo_tiny_dc0c {
    border-left: 1px solid #eaecee;
  }
  .center-2e86.silver_336b .box_9f9f {
    padding-right: 1em;
  }
  .center-2e86.silver_336b .menu_hard_f2ab {
    padding-left: 1em;
    padding-right: 1em;
  }
  .center-2e86.silver_336b .paragraph-d75f {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .red-8dfe .box_9f9f {
    padding-left: 1em;
    padding-right: 1em;
  }
  .red-8dfe.silver_336b .summary-15c6 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .red-8dfe.silver_336b .box_9f9f {
    padding-left: 1em;
    padding-right: 1em;
  }
  .red-8dfe.silver_336b .menu_hard_f2ab {
    padding-left: 1em;
  }
  .red-8dfe.silver_336b .paragraph-d75f {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .red-8dfe.silver_336b .box_9f9f {
    padding-left: 0;
  }
}
.progress_fdd8 .label_d916 {
  display: inline-block;
}
.tabs_85ea {
  display: inline-block;
}
.hero-in-24d0 {
  word-con: break-word;
}
.copper_607a > span {
  display: inline-block;
  padding: 5px 0;
}
.copper_607a .photo_first_841e {
  margin-left: 8px;
  margin-right: 8px;
}
.copper_607a .section_lower_1ee9 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.button-4509 .texture-f9fc {
  margin-bottom: 2em;
}
.button-4509 .breadcrumb_dirty_2bce {
  margin-bottom: 15px;
}
.button-4509 .breadcrumb_dirty_2bce:last-child {
  margin-bottom: 0;
}
.button-4509 .gallery_brown_03f2 {
  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) {
  .button-4509 .gallery_brown_03f2 {
    display: block;
  }
}
.button-4509 .easy-a7f3 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .button-4509 .easy-a7f3 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.button-4509 .detail-16d1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.button-4509 .detail-16d1 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.button-4509 .detail-16d1 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.button-4509 .hero-in-24d0 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.button-4509 .hero-in-24d0 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.button-4509 .preview-ba48 p:last-child {
  margin-bottom: 0;
}
.button-4509 .slow-58a8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.button-4509 .slider_gold_b223 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.button-4509 .background_4ff5 {
  margin-top: 1em;
}
.button-4509 .highlight-out-4768 {
  top: 0;
  display: block;
}
.button-4509 .highlight-out-4768 a {
  color: inherit;
}
.button-4509 .highlight-out-4768 a:hover {
  color: inherit;
}
.button-4509 .notice_c7c8 {
  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;
}
.button-4509 .notice_c7c8:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.button-4509 .slider_gold_b223 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.button-4509 .east_3da6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.button-4509 .east_3da6:first-child {
  margin-top: 0;
}
.button-4509 .east_3da6.fixed_bb47 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button-4509 .east_3da6.logo_stale_ec5b {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.button-4509
  .east_3da6.logo_stale_ec5b.complex_ed90
  .background_4ff5 {
  width: 100%;
}
.button-4509 .logo_stale_ec5b {
  -webkit-box-align: center;
  align-items: center;
}
.button-4509 .logo_stale_ec5b .copper_607a,
.button-4509 .logo_stale_ec5b > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.button-4509 .detail-16d1 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.button-4509 .detail-16d1 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.button-4509 .detail-16d1: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;
}
.button-4509 .fixed_bb47 {
  z-index: 5;
}
.button-4509 .frame_0e9f .basic_78c6 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.button-4509 .short-742d .basic_78c6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.button-4509 .chip-6a83 .basic_78c6 {
  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;
}
.button-4509.wrapper-3b6d .gallery_brown_03f2,
.button-4509.last_1b51 .gallery_brown_03f2 {
  display: block;
}
.button-4509.wrapper-3b6d .gallery_brown_03f2 .cool_d37b,
.button-4509.wrapper-3b6d .gallery_brown_03f2 .slider_gold_b223,
.button-4509.last_1b51 .gallery_brown_03f2 .cool_d37b,
.button-4509.last_1b51 .gallery_brown_03f2 .slider_gold_b223 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.button-4509.lower-3470 .easy-a7f3 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .button-4509.lower-3470 .easy-a7f3 {
    margin-right: 0;
  }
}
.button-4509.wrapper-3b6d .easy-a7f3,
.button-4509.last_1b51 .easy-a7f3 {
  padding-top: 40%;
}
.button-4509.wrapper-3b6d .texture-f9fc,
.button-4509.last_1b51 .texture-f9fc {
  display: block;
}
.button-4509.wrapper-3b6d .fn-sticky-f231 .slider_gold_b223,
.button-4509.last_1b51 .fn-sticky-f231 .slider_gold_b223 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.button-4509.wrapper-3b6d .easy-a7f3,
.button-4509.last_1b51 .easy-a7f3 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.button-4509.wrapper-3b6d .slider_gold_b223 {
  padding: 1em;
}
.search-51a0 {
  margin: 30px auto;
  display: block;
}
.search-51a0 .item_3385 > * {
  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;
}
.search-51a0 .item_3385 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.search-51a0 .item_3385 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.north_4e4a .copper_607a {
  margin-bottom: 1.41575em;
}
.north_4e4a .container_96bc {
  margin-bottom: 1.618em;
}
.summary_b7d8 .wrapper-hard-2665 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.summary_b7d8 .wrapper-hard-2665 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.summary_b7d8 .icon_easy_239f {
  max-width: 100%;
  overflow: auto;
}
.status-81e5 .summary_b7d8 a:hover {
  text-decoration: underline;
}
.smooth-b8b3 .breadcrumb_dirty_2bce:not(.hero-in-24d0),
.smooth-b8b3 .detail-16d1 {
  margin-bottom: 1.41575em;
}
.smooth-b8b3 .breadcrumb_dirty_2bce:not(.hero-in-24d0):last-child,
.smooth-b8b3 .detail-16d1:last-child {
  margin-bottom: 0;
}
.smooth-b8b3 .breadcrumb_dirty_2bce.breadcrumb-lite-568b {
  margin-bottom: 0.41575em;
}
.smooth-b8b3 .disabled_fcb3:before,
.smooth-b8b3 .list-warm-4a31:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.smooth-b8b3 .disabled_fcb3:before {
  content: "\f115";
}
.smooth-b8b3 .list-warm-4a31:before {
  content: "\f02c";
}
.smooth-b8b3 .brown-b0b2 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.smooth-b8b3 .brown-b0b2 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.card-e1ff {
  display: -webkit-box;
  display: flex;
}
.card-e1ff .filter_full_e069 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .card-e1ff .filter_full_e069 {
    flex-basis: 90px;
  }
}
.card-e1ff .gas-dac5 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .card-e1ff .gas-dac5 {
    flex-basis: calc(100% - 50px);
  }
}
.card-e1ff .last_6b22 p:last-child {
  margin-bottom: 0.72em;
}
.nav-short-0704 .item_3385 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.nav-short-0704 .item_3385:after,
.nav-short-0704 .item_3385:before {
  content: "";
  display: table;
}
.nav-short-0704 .item_3385:after {
  clear: both;
}
.nav-short-0704 .item_3385 .detail-e1d3,
.nav-short-0704 .item_3385 .cold_b730 {
  width: 49%;
}
.nav-short-0704 .item_3385 .detail-e1d3 a span.upper-dafa,
.nav-short-0704 .item_3385 .cold_b730 a span.upper-dafa {
  display: block;
  margin-bottom: 5px;
}
.nav-short-0704 .item_3385 .cold_b730 {
  float: left;
  text-align: left;
}
.nav-short-0704 .item_3385 .detail-e1d3 {
  float: right;
  text-align: right;
}
.next_ce95 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .next_ce95 {
    margin-bottom: 0;
  }
}
.stale-b83b {
  margin-bottom: 1em;
}
.stale-b83b .hero-in-24d0 {
  font-size: 1.1em;
  line-height: 1.3;
}
.fast_03a7 a {
  display: block;
  line-height: 0;
  position: relative;
}
.dropdown_right_047c .stale-b83b,
.border_fada .stale-b83b {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .dropdown_right_047c .stale-b83b,
  .border_fada .stale-b83b {
    display: block;
  }
}
.dropdown_right_047c .fast_03a7,
.border_fada .fast_03a7 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .dropdown_right_047c .fast_03a7,
  .border_fada .fast_03a7 {
    margin-bottom: 1em;
  }
}
.dropdown_right_047c .fast_03a7 img,
.border_fada .fast_03a7 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.dropdown_right_047c .carousel_up_e9e5,
.border_fada .carousel_up_e9e5 {
  flex-basis: calc(100% - 160px);
}
.dropdown_right_047c .carousel_up_e9e5 p,
.border_fada .carousel_up_e9e5 p {
  margin-bottom: 0;
}
.dropdown_right_047c .carousel_up_e9e5 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .dropdown_right_047c .carousel_up_e9e5 {
    padding-left: 0;
  }
}
.border_fada .carousel_up_e9e5 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .border_fada .carousel_up_e9e5 {
    padding-right: 0;
  }
}
.border_fada .fast_03a7 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.filter-up-1839 .fast_03a7 {
  margin-bottom: 0.5em;
}
.filter-up-1839 .fast_03a7 img {
  width: 100%;
}
.black_4d23 .light-d81b,
.mini_d9a2 .light-d81b {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.mini_d9a2 .summary-15c6 .article-59a8 p:last-child {
  margin-bottom: 0;
}
.center_7b0a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.section_56aa .container_4773 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .section_56aa .container_4773:last-of-type {
    margin-bottom: 0;
  }
}
.section_56aa .container_4773 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section_56aa .container_4773 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.section_56aa .container_4773 ul li {
  margin: 0 0 0.6em;
}
.section_56aa .container_4773 ul li.slider-0f8c,
.section_56aa .container_4773 ul li.tall-931c {
  position: relative;
}
.section_56aa .container_4773 ul li.slider-0f8c .basic_ab95,
.section_56aa .container_4773 ul li.tall-931c .basic_ab95 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.section_56aa .container_4773 ul li.slider-0f8c:after:after,
.section_56aa .container_4773 ul li.slider-0f8c:after:before,
.section_56aa
  .container_4773
  ul
  li.tall-931c:after:after,
.section_56aa
  .container_4773
  ul
  li.tall-931c:after:before {
  content: "";
  display: table;
}
.section_56aa .container_4773 ul li.slider-0f8c:after:after,
.section_56aa
  .container_4773
  ul
  li.tall-931c:after:after {
  clear: both;
}
.section_56aa .container_4773 a.box-lite-3ed5:hover {
  text-decoration: none;
}
.section_56aa .container_4773 select {
  max-width: 100%;
}
.section_56aa .container_4773 table {
  font-size: 85%;
}
.section_56aa .container_4773 table td,
.section_56aa .container_4773 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.section_56aa .container_4773 table tfoot td {
  text-align: left;
}
.section_56aa .container_4773 :last-child {
  margin-bottom: 0;
}
.section_56aa .container_4773 .tag_up_4992 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.section_56aa .container_4773 .tag_up_4992 label {
  width: 100%;
}
.section_56aa .container_4773 .tag_up_4992 .tabs_hard_51ee {
  width: 100%;
  display: block;
}
.section_56aa .container_4773 .tag_up_4992 .header_soft_770d {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.section_56aa .container_4773 .tag_up_4992 .header_soft_770d:hover svg #svg-search {
  fill: #444;
}
.section_56aa .container_4773 .tag_up_4992 .header_soft_770d svg {
  width: 18px;
  height: 18px;
}
.section_56aa .mask-371e ul ul,
.section_56aa .light-52f3 ul ul,
.section_56aa .row-1a85 ul ul,
.section_56aa .photo_85db ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.section_56aa .mask-371e .tabs_75da > a,
.section_56aa .light-52f3 .tabs_75da > a,
.section_56aa .row-1a85 .tabs_75da > a,
.section_56aa .photo_85db .tabs_75da > a {
  margin-bottom: 0;
}
.section_56aa .plasma-afc9 li,
.section_56aa .mask-371e li,
.section_56aa .shadow-337a li,
.section_56aa .light-52f3 li,
.section_56aa .row-1a85 li,
.section_56aa .photo_85db li,
.section_56aa .tag_0445 li,
.section_56aa .dark-759e li {
  display: block;
  position: relative;
}
.section_56aa .plasma-afc9 li:last-child,
.section_56aa .mask-371e li:last-child,
.section_56aa .shadow-337a li:last-child,
.section_56aa .light-52f3 li:last-child,
.section_56aa .row-1a85 li:last-child,
.section_56aa .photo_85db li:last-child,
.section_56aa .tag_0445 li:last-child,
.section_56aa .dark-759e li:last-child {
  border: none;
}
.section_56aa .plasma-afc9 li a,
.section_56aa .mask-371e li a,
.section_56aa .shadow-337a li a,
.section_56aa .light-52f3 li a,
.section_56aa .row-1a85 li a,
.section_56aa .photo_85db li a,
.section_56aa .tag_0445 li a,
.section_56aa .dark-759e li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.section_56aa .plasma-afc9 li ul li::before,
.section_56aa .mask-371e li ul li::before,
.section_56aa .shadow-337a li ul li::before,
.section_56aa .light-52f3 li ul li::before,
.section_56aa .row-1a85 li ul li::before,
.section_56aa .photo_85db li ul li::before,
.section_56aa .tag_0445 li ul li::before,
.section_56aa .dark-759e li ul li::before {
  left: 15px;
}
.section_56aa .plasma-afc9 li ul a,
.section_56aa .mask-371e li ul a,
.section_56aa .shadow-337a li ul a,
.section_56aa .light-52f3 li ul a,
.section_56aa .row-1a85 li ul a,
.section_56aa .photo_85db li ul a,
.section_56aa .tag_0445 li ul a,
.section_56aa .dark-759e li ul a {
  padding-left: 20px;
}
.section_56aa .plasma-afc9 li ul ul li::before,
.section_56aa .mask-371e li ul ul li::before,
.section_56aa .shadow-337a li ul ul li::before,
.section_56aa .light-52f3 li ul ul li::before,
.section_56aa .row-1a85 li ul ul li::before,
.section_56aa .photo_85db li ul ul li::before,
.section_56aa .tag_0445 li ul ul li::before,
.section_56aa .dark-759e li ul ul li::before {
  left: 30px;
}
.section_56aa .plasma-afc9 li ul ul a,
.section_56aa .mask-371e li ul ul a,
.section_56aa .shadow-337a li ul ul a,
.section_56aa .light-52f3 li ul ul a,
.section_56aa .row-1a85 li ul ul a,
.section_56aa .photo_85db li ul ul a,
.section_56aa .tag_0445 li ul ul a,
.section_56aa .dark-759e li ul ul a {
  padding-left: 40px;
}
.section_56aa .input-dedb li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.section_56aa .dark-759e ul li {
  margin-bottom: 1.41575em;
}
.section_56aa .dark-759e ul li .picture-e20c {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.section_56aa .dark-759e ul li .backdrop-2cb9 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.mask_74ac .plasma-afc9 li a,
.mask_74ac .mask-371e li a,
.mask_74ac .shadow-337a li a,
.mask_74ac .light-52f3 li a,
.mask_74ac .row-1a85 li a,
.mask_74ac .photo_85db li a,
.mask_74ac .tag_0445 li a,
.mask_74ac .dark-759e li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.mask_74ac .input-dedb li {
  border-color: rgba(255, 255, 255, 0.08);
}
.mask_74ac .container_4773 ul li.slider-0f8c .basic_ab95,
.mask_74ac .container_4773 ul li.tall-931c .basic_ab95 {
  background: rgba(0, 0, 0, 0.2);
}
.mask_74ac .section_56aa .container_4773 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.heading_action_02fb .section_56aa .preview_under_6fdd li {
  margin: 0;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li ul {
  margin: 0;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li ul li a {
  padding-left: 15px;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li ul li li a {
  padding-left: 30px;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li.notification_hard_e2aa > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li.notification_hard_e2aa > 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;
}
.heading_action_02fb .section_56aa .preview_under_6fdd li.notification_hard_e2aa > 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;
}
.motion-1b47 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.blue-5df2 {
  position: relative;
  z-index: 10;
}
.blue-5df2 .wide-bca8 {
  width: 100%;
  max-width: 100%;
}
.module-1836 .pagination-static-0a9d {
  padding-top: 2em;
  padding-bottom: 2em;
}
.module-1836 .box_b9e9 {
}
.module-1836 .mask_74ac {
  background: #292929;
}
.top_68ec .pagination-static-0a9d {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.top_68ec .box_b9e9 {
  background: #f9f9f9;
}
.top_68ec .mask_74ac {
  background: #303030;
}
.steel-7308 .pagination-static-0a9d {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .steel-7308 .label_d916 {
    margin-bottom: 1em;
  }
  .steel-7308 .label_d916:last-child {
    margin-bottom: 0;
  }
}
.steel-7308 .box_b9e9 {
  background: #ededed;
}
.steel-7308 .mask_74ac {
  background: #1a1a1a;
}
.pagination-static-0a9d.box_b9e9 {
  color: rgba(0, 0, 0, 0.6);
}
.pagination-static-0a9d.box_b9e9 .over-5da4 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.pagination-static-0a9d.mask_74ac {
  color: rgba(255, 255, 255, 0.99);
}
.pagination-static-0a9d.mask_74ac a:not(.box-lite-3ed5) {
  color: rgba(255, 255, 255, 0.79);
}
.pagination-static-0a9d.mask_74ac a:not(.box-lite-3ed5):hover {
  color: rgba(255, 255, 255, 0.99);
}
.pagination-static-0a9d.mask_74ac .over-5da4 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.pagination-static-0a9d.mask_74ac table tbody td,
.pagination-static-0a9d.mask_74ac table th {
  background: rgba(0, 0, 0, 0.08);
}
.aside-fe5f.nav_mini_e579 .tag-6c01 {
  max-width: initial;
}
.aside-fe5f .middle-4f78 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.aside-fe5f .middle-4f78 .wide-bca8 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .aside-fe5f .middle-4f78 .wide-bca8 {
    display: block;
    margin-bottom: 2em;
  }
  .aside-fe5f .middle-4f78 .wide-bca8:last-child {
    margin-bottom: 0;
  }
}
.steel-7308 .label_d916:last-child,
.top_68ec .label_d916:last-child,
.module-1836 .label_d916:last-child {
  margin-bottom: 0;
}
.steel-7308 .label_d916 .section_56aa .container_4773:last-child,
.top_68ec .label_d916 .section_56aa .container_4773:last-child,
.module-1836 .label_d916 .section_56aa .container_4773:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .steel-7308 .down_3e58,
  .steel-7308 .progress_6c34,
  .top_68ec .down_3e58,
  .top_68ec .progress_6c34,
  .module-1836 .down_3e58,
  .module-1836 .progress_6c34 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .blue-5df2 .label_d916 {
    margin-bottom: 2em;
  }
}
.blue-5df2 p:last-child {
  margin-bottom: 0;
}
.blue-5df2 li,
.blue-5df2 ul {
  list-style: none;
  margin: 0;
}
.blue-5df2 ul ul {
  margin-left: 2.617924em;
}
.frame-b2b2 {
  font-size: 0.875em;
}

/* css-noise: 1ea1 */
.promo-block-v9 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.0;
}
