/*!
Theme Name: Customify
Theme URI: https://pressmaximum.orange_ae5b/customify
Author: WPCustomify
Author URI: https://pressmaximum.orange_ae5b
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.orange_ae5b/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.focus-short-3d5d.status-0884/licenses/gpl-2.0.sort_solid_eb1b
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.east-356f/, (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.picture_prev_bd88.tag-white-907d/normalize.alert-blue-088c/
 ======
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.alert-blue-088c v7.0.0 | MIT License | github.orange_ae5b/necolas/normalize.alert-blue-088c */
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_36c1 .primary-226c,
.tooltip_5c89,
.hard_86fa,
.primary-a475,
.footer_outer_4511,
.pro_cf88,
.huge-8b6f,
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;
}
.tooltip_5c89,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .tooltip_5c89,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .tooltip_5c89,
  h1 {
    font-size: 1.8em;
  }
}
.hard_86fa,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.hard_86fa + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .hard_86fa,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .hard_86fa,
  h2 {
    font-size: 1.7em;
  }
}
.primary-a475,
h3 {
  font-size: 1.618em;
}
.sort_36c1 .primary-226c,
.footer_outer_4511,
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.button-ea83 {
  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;
}
.easy_a5fa:after,
.easy_a5fa:before,
.logo_4472:after,
.logo_4472:before {
  content: "";
  display: table;
}
.easy_a5fa:after,
.logo_4472:after {
  clear: both;
}
.block-steel-02e2 {
  float: right;
  margin-right: 0;
}
.iron-1b58 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.breadcrumb_0258 .down_2829,
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;
}
.breadcrumb_0258 .down_2829: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;
}
.title-next-88ad .down_2829 {
  box-shadow: none;
}
.title-next-88ad
  .down_2829
  .selected_510d {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.title-next-88ad .down_2829 .icon-in-a121 {
  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;
}
.title-next-88ad
  .down_2829
  .icon-in-a121
  b {
  display: none;
}
.title-next-88ad .clean_4354 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.text_top_1dac:not(.item-huge-fd80):not(.layout_cold_277e),
button:not(.item-huge-fd80):not(.layout_cold_277e),
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ) {
  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;
}
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):hover,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):hover,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):hover,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):hover,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):active,
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):active,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):active,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):active,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):active,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus {
  outline: 0;
}
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2 {
  position: relative;
}
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .picture_orange_f0f3,
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .right-a799,
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .element-4f34,
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  i,
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  svg,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .picture_orange_f0f3,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .right-a799,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .element-4f34,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  i,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  svg,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .picture_orange_f0f3,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .right-a799,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .element-4f34,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  i,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  svg,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .picture_orange_f0f3,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .right-a799,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .element-4f34,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  i,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  svg,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .picture_orange_f0f3,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .right-a799,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  .element-4f34,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  i,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2
  svg {
  visibility: hidden;
}
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2:after,
button:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2:after,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2:after,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2:after,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ).fn-loading-57c2: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;
}
.text_top_1dac:not(.item-huge-fd80):not(.layout_cold_277e),
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ) {
  color: #fff;
  background: #235787;
}
.text_top_1dac:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
input[type="button"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
input[type="reset"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus,
input[type="submit"]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ):focus {
  color: #fff;
}
.text_top_1dac.fn-disabled-57c2:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
.text_top_1dac[disabled]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
button.fn-disabled-57c2:not(.item-huge-fd80):not(
    .layout_cold_277e
  ),
button[disabled]:not(.item-huge-fd80):not(
    .layout_cold_277e
  ) {
  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;
}
.hot_c7ca {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.hot_c7ca: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;
}
.filter_7f80 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.list_fresh_826f {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.steel_753c {
  clear: both;
  display: block;
  margin: 0 auto;
}
.easy_a5fa:after,
.easy_a5fa:before,
.notice_orange_4ad3:after,
.notice_orange_4ad3:before,
.current_d2a7:after,
.current_d2a7:before,
.focus-in-fe65:after,
.focus-in-fe65:before,
.dirty-ae17:after,
.dirty-ae17:before,
.background-thick-1698:after,
.background-thick-1698:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.easy_a5fa:after,
.notice_orange_4ad3:after,
.current_d2a7:after,
.focus-in-fe65:after,
.dirty-ae17:after,
.background-thick-1698:after {
  clear: both;
}
.notice_orange_4ad3 .image-fde6,
.current_d2a7 .image-fde6,
.background-under-b8b8 .image-fde6 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.caption_complex_10a1 {
  display: inline-block;
}
.mask_hard_e30b {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.mask_hard_e30b img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mask_hard_e30b .form-2ade {
  padding: 1em 0;
  font-size: 85%;
}
.form-2ade {
  text-align: left;
  font-style: italic;
  color: #999;
}
.copper-5114 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.copper-5114:after,
.copper-5114:before {
  content: "";
  display: table;
}
.copper-5114:after {
  clear: both;
}
.wrapper-white-6579 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.aside_north_b407 .wrapper-white-6579 {
  max-width: 50%;
}
.tiny_8645 .wrapper-white-6579 {
  max-width: 33.33%;
}
.huge_a138 .wrapper-white-6579 {
  max-width: 25%;
}
.pagination_fluid_909b .wrapper-white-6579 {
  max-width: 20%;
}
.wrapper_df63 .wrapper-white-6579 {
  max-width: 16.66%;
}
.notice-bronze-bb48 .wrapper-white-6579 {
  max-width: 14.28%;
}
.tooltip-c87e .wrapper-white-6579 {
  max-width: 12.5%;
}
.gold_1368 .wrapper-white-6579 {
  max-width: 11.11%;
}
.slider_fast_5c73 {
  display: block;
}
.sort_36c1 .focus-black-8287 label,
.sort_36c1 .accent_simple_1b5e label,
.sort_36c1 .image-middle-13d4 label,
.sort_36c1 .container-fresh-ece9 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.focus-6634 {
  list-style: none;
  margin: 0;
}
.focus-6634 article.filter_d6be {
  margin-bottom: 0;
}
.focus-6634 ul {
  list-style: none;
  margin: 0;
}
.focus-6634 .out_4e8a li.filter_d6be {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .focus-6634 .out_4e8a li.filter_d6be {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .focus-6634 .out_4e8a li.filter_d6be: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) {
  .focus-6634 .out_4e8a li.filter_d6be li.filter_d6be li.filter_d6be li.filter_d6be {
    padding-left: 0;
  }
}
article.filter_d6be {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.filter_d6be .notice_orange_4ad3 p:last-of-type {
  margin-bottom: 0;
}
article.filter_d6be .backdrop_cool_0311 {
  float: left;
}
article.filter_d6be .shade-55a5 {
  margin-left: 85px;
}
article.filter_d6be .fluid_df8a {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.filter_d6be .fluid_df8a .shadow-soft-4ab3 {
  margin-left: 10px;
}
article.filter_d6be .preview_warm_8b61 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.filter_d6be .tertiary-7ef2 {
  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 .focus-black-8287,
  #respond .image-middle-13d4,
  #respond .container-fresh-ece9 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .focus-black-8287 input,
#respond .image-middle-13d4 input,
#respond .container-fresh-ece9 input {
  width: 100%;
}
#respond .container-fresh-ece9 {
  margin-right: 0;
}
#respond .notification-hard-d17c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.list_over_c691 {
  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;
}
.list_over_c691.hard-423e {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.list_over_c691 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%);
}
.list_over_c691:focus,
.list_over_c691: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);
}
.current-430d {
  border-radius: 10%;
}
.rough-02cf {
  border-radius: 50%;
}
.panel-tiny-fab0 {
  font-size: 0.72em;
}
.plasma_b06e {
  font-size: 0.875em;
}
.tabs_gold_a549 {
  font-size: 1.1em;
}
.accent_fafa {
  text-transform: uppercase;
  line-height: 1.2;
}
.accent_fafa.panel-tiny-fab0 {
  letter-spacing: 0.5px;
}
.texture-45c0,
.texture-45c0 a {
  color: #6d6d6d;
}
.texture-45c0 a:hover {
  color: #111;
}
.accent-b6fe {
  color: #6d6d6d;
}
.east_2a2d {
  overflow-x: hidden;
}
.east_2a2d .article-e0e2.feature-over-24e1 {
  position: relative;
}
.east_2a2d .article-e0e2.feature-over-24e1.medium-f036 {
  position: initial;
}
.east_2a2d
  .article-e0e2.feature-over-24e1.medium-f036
  .item-advanced-8a51 {
  left: auto;
}
.east_2a2d .article-e0e2 .item-advanced-8a51 {
  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;
}
.east_2a2d .article-e0e2:hover.feature-over-24e1 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.east_2a2d
  .article-e0e2:hover.feature-over-24e1
  .item-advanced-8a51 {
  display: block;
  z-index: 9999999;
}
.east_2a2d .bronze-e92d .grid-inner-91b0,
.east_2a2d .selected_bcaa .grid-inner-91b0 {
  display: none;
}
.east_2a2d .description-4240 .article-e0e2:hover.feature-over-24e1 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.sort_36c1 .focus-black-8287 label,
.sort_36c1 .accent_simple_1b5e label,
.sort_36c1 .image-middle-13d4 label,
.sort_36c1 .container-fresh-ece9 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.focus-6634 {
  list-style: none;
  margin: 0;
}
.focus-6634 article.filter_d6be {
  margin-bottom: 0;
}
.focus-6634 ul {
  list-style: none;
  margin: 0;
}
.focus-6634 .out_4e8a li.filter_d6be {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .focus-6634 .out_4e8a li.filter_d6be {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .focus-6634 .out_4e8a li.filter_d6be: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) {
  .focus-6634 .out_4e8a li.filter_d6be li.filter_d6be li.filter_d6be li.filter_d6be {
    padding-left: 0;
  }
}
article.filter_d6be {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.filter_d6be .notice_orange_4ad3 p:last-of-type {
  margin-bottom: 0;
}
article.filter_d6be .backdrop_cool_0311 {
  float: left;
}
article.filter_d6be .shade-55a5 {
  margin-left: 85px;
}
article.filter_d6be .fluid_df8a {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.filter_d6be .fluid_df8a .shadow-soft-4ab3 {
  margin-left: 10px;
}
article.filter_d6be .preview_warm_8b61 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.filter_d6be .tertiary-7ef2 {
  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 .focus-black-8287,
  #respond .image-middle-13d4,
  #respond .container-fresh-ece9 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .focus-black-8287 input,
#respond .image-middle-13d4 input,
#respond .container-fresh-ece9 input {
  width: 100%;
}
#respond .container-fresh-ece9 {
  margin-right: 0;
}
#respond .notification-hard-d17c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.bronze-e92d .alert-dd0b {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.alert-dd0b .wrapper-3488.photo-782c .lite-4679 > li > a:focus,
.alert-dd0b .wrapper-3488.photo-782c .lite-4679 > li > a:hover,
.alert-dd0b .wrapper-3488.tag-82ef .lite-4679 > li > a:focus,
.alert-dd0b .wrapper-3488.tag-82ef .lite-4679 > li > a:hover,
.alert-dd0b .wrapper-3488.item_d526 .lite-4679 > li > a:focus,
.alert-dd0b .wrapper-3488.item_d526 .lite-4679 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.alert-dd0b
  .wrapper-3488.photo-782c
  .lite-4679
  > li.avatar-d985
  > a,
.alert-dd0b
  .wrapper-3488.photo-782c
  .lite-4679
  > li.link_gas_2085
  > a,
.alert-dd0b
  .wrapper-3488.tag-82ef
  .lite-4679
  > li.avatar-d985
  > a,
.alert-dd0b
  .wrapper-3488.tag-82ef
  .lite-4679
  > li.link_gas_2085
  > a,
.alert-dd0b
  .wrapper-3488.item_d526
  .lite-4679
  > li.avatar-d985
  > a,
.alert-dd0b .wrapper-3488.item_d526 .lite-4679 > li.caption_60e4 > a {
  color: rgba(255, 255, 255, 0.99);
}
.alert-dd0b .list-north-cade,
.alert-dd0b .list-north-cade a {
  color: rgba(255, 255, 255, 0.99);
}
.alert-dd0b .caption_short_db9e.paper-f872 li a,
.alert-dd0b .sidebar-black-8ec6 a,
.alert-dd0b .layout_664d,
.alert-dd0b .lite-4679 > li > a,
.alert-dd0b .iron-dd8e {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b .caption_short_db9e.paper-f872 li a:hover,
.alert-dd0b .sidebar-black-8ec6 a:hover,
.alert-dd0b .layout_664d:hover,
.alert-dd0b .lite-4679 > li > a:hover,
.alert-dd0b .iron-dd8e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.alert-dd0b .bottom-637e {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b .bottom-637e .short-a57d {
  color: rgba(255, 255, 255, 0.99);
}
.alert-dd0b .bottom-637e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.alert-dd0b .hover_74f7 .picture-bf79 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b .hover_74f7 .picture-bf79 .dim-7c13 {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b
  .hover_74f7
  .picture-bf79
  .dim-7c13::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b
  .hover_74f7
  .picture-bf79
  .dim-7c13:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b
  .hover_74f7
  .picture-bf79
  .dim-7c13::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b
  .hover_74f7
  .picture-bf79
  .dim-7c13::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b .hover_74f7 .thumbnail_dirty_623d {
  color: rgba(255, 255, 255, 0.79);
}
.alert-dd0b .hover_74f7 .thumbnail_dirty_623d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sidebar-e88c
  .alert-dd0b
  .hover_74f7
  .text_small_4e3a
  .inner_8327 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.sidebar-e88c
  .alert-dd0b
  .hover_74f7
  .text_small_4e3a
  .dim-7c13 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.bronze-e92d .gradient_a6e7 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.gradient_a6e7 .wrapper-3488.photo-782c .lite-4679 > li > a:focus,
.gradient_a6e7 .wrapper-3488.photo-782c .lite-4679 > li > a:hover,
.gradient_a6e7 .wrapper-3488.tag-82ef .lite-4679 > li > a:focus,
.gradient_a6e7 .wrapper-3488.tag-82ef .lite-4679 > li > a:hover,
.gradient_a6e7 .wrapper-3488.item_d526 .lite-4679 > li > a:focus,
.gradient_a6e7 .wrapper-3488.item_d526 .lite-4679 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gradient_a6e7
  .wrapper-3488.photo-782c
  .lite-4679
  > li.avatar-d985
  > a,
.gradient_a6e7
  .wrapper-3488.photo-782c
  .lite-4679
  > li.link_gas_2085
  > a,
.gradient_a6e7
  .wrapper-3488.tag-82ef
  .lite-4679
  > li.avatar-d985
  > a,
.gradient_a6e7
  .wrapper-3488.tag-82ef
  .lite-4679
  > li.link_gas_2085
  > a,
.gradient_a6e7
  .wrapper-3488.item_d526
  .lite-4679
  > li.avatar-d985
  > a,
.gradient_a6e7 .wrapper-3488.item_d526 .lite-4679 > li.caption_60e4 > a {
  color: rgba(0, 0, 0, 0.8);
}
.gradient_a6e7 .list-north-cade,
.gradient_a6e7 .list-north-cade a {
  color: rgba(0, 0, 0, 0.8);
}
.gradient_a6e7 .caption_short_db9e.paper-f872 li a,
.gradient_a6e7 .sidebar-black-8ec6 a,
.gradient_a6e7 .layout_664d,
.gradient_a6e7 .lite-4679 > li > a,
.gradient_a6e7 .iron-dd8e {
  color: rgba(0, 0, 0, 0.55);
}
.gradient_a6e7 .caption_short_db9e.paper-f872 li a:hover,
.gradient_a6e7 .sidebar-black-8ec6 a:hover,
.gradient_a6e7 .layout_664d:hover,
.gradient_a6e7 .lite-4679 > li > a:hover,
.gradient_a6e7 .iron-dd8e:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gradient_a6e7 .bottom-637e {
  color: rgba(0, 0, 0, 0.55);
}
.gradient_a6e7 .bottom-637e .short-a57d {
  color: rgba(0, 0, 0, 0.8);
}
.gradient_a6e7 .bottom-637e:hover {
  color: rgba(0, 0, 0, 0.8);
}
.text-3260 .module_6bc3 {
  margin-left: auto;
  margin-right: auto;
}
.current_d2a7 > * {
  margin-left: auto;
  margin-right: auto;
}
.current_d2a7 .filter_7f80 {
  margin-right: 1.41575em;
}
.icon-95b5 .current_d2a7 > .south-835a {
  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;
}
.icon-95b5 .current_d2a7 > .full_53e4 {
  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;
}
.feature_2d2e.text-3260 .module_6bc3,
.disabled-south-1355.text-3260 .module_6bc3 {
  margin-left: 0;
}
.preview_focused_0bf1.text-3260 .module_6bc3,
.status-6af0.text-3260 .module_6bc3 {
  margin-right: 0;
}
.current_d2a7 ol,
.current_d2a7 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.footer-red-9272 video {
  max-width: 100%;
}
.border_yellow_4f84 img {
  display: block;
}
.border_yellow_4f84.filter_7f80,
.border_yellow_4f84.list_fresh_826f {
  width: 100%;
}
.border_yellow_4f84.full_53e4 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.item_e63b:not(.content-advanced-02bd) {
  margin: 1.5em auto;
}
.link-0028 p {
  padding: 1.5em 14px;
}
ul.complex_2503.full_53e4,
ul.complex_2503.south-835a,
ul.complex_2503.header_3829.south-835a {
  padding: 0 14px;
}
.next-5122 {
  display: block;
  overflow-x: auto;
}
.next-5122 table {
  border-collapse: collapse;
  width: 100%;
}
.next-5122 td,
.next-5122 th {
  padding: 0.5em;
}
.current_d2a7 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.current_d2a7 ol ol,
.current_d2a7 ol ul,
.current_d2a7 ul ol,
.current_d2a7 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.current_d2a7 ol ol li,
.current_d2a7 ol ul li,
.current_d2a7 ul ol li,
.current_d2a7 ul ul li {
  margin-left: 0;
}
.fluid-4fa8.wide-2f06 > .sidebar_e0b4 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.fluid-4fa8.wide-2f06 > .sidebar_e0b4 iframe,
.fluid-4fa8.wide-2f06 > .sidebar_e0b4 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.popup-5df9 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.popup-5df9.over-f3e2 {
  padding: 0;
}
.popup-5df9.over-f3e2 cite {
  font-size: 13px;
}
.popup-5df9 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.popup-5df9 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.item-left-2638 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.item-left-2638 > p:first-child {
  margin-top: 0;
}
.item-left-2638 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.item-left-2638 blockquote {
  border-left: 0;
}
.breadcrumb-hard-2728 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.breadcrumb-hard-2728:not(.tertiary-80e8) {
  max-width: 100px;
}
.breadcrumb-hard-2728.blue_94ee {
  border-bottom: none !important;
  text-align: center;
}
.breadcrumb-hard-2728.blue_94ee::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .link-0028 p {
    padding: 1.5em 0;
  }
}
.wrapper-action-5bd9 {
  color: #0073aa;
}
.input_b8a0 {
  background-color: #0073aa;
}
.list_action_cbd2 {
  color: #229fd8;
}
.clean-7d17 {
  background-color: #229fd8;
}
.header_short_9f5c {
  color: #eee;
}
.south-b2da {
  background-color: #eee;
}
.pro_2cce {
  color: #444;
}
.button_30db {
  background-color: #444;
}
.tertiary_ebbc {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.tertiary_ebbc .gas-1d47 .sidebar-black-8ec6 {
  font-size: 15px;
}
.tertiary_ebbc .sidebar-black-8ec6 {
  line-height: 1.3;
}
.tertiary_ebbc .gradient_a6e7 {
}
.tertiary_ebbc .alert-dd0b {
  background: #235787;
}
.section-red-2045 {
  padding: 0;
}
.section-red-2045 .alert-dd0b {
  background: #1a1a1a;
}
.section-red-2045 .gradient_a6e7 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.tag-7dce {
  padding: 0;
  border-left: none;
  border-right: none;
}
.tag-7dce .gradient_a6e7 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.tag-7dce .alert-dd0b {
  background: #303030;
}
.background-thick-1698 {
  position: relative;
  z-index: 10;
}
.background-thick-1698 .overlay_up_08f8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.component_bronze_2ed5 .feature-over-24e1 {
  display: inline-block;
  vertical-align: middle;
}
.component_bronze_2ed5.picture_df38 .feature-over-24e1 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .component_bronze_2ed5.picture_df38 .feature-over-24e1 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .component_bronze_2ed5.picture_df38 .feature-over-24e1 {
    margin-right: 0.4em;
  }
}
.component_bronze_2ed5.picture_df38 .feature-over-24e1:last-child {
  margin-right: 0;
}
.carousel-fresh-e54d .overlay_up_08f8 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .bronze-e92d .gas-1d47 {
    margin: 0 -0.5em;
  }
  .bronze-e92d .gas-1d47 [class*="customify-col-"],
  .bronze-e92d .gas-1d47 [class*="customify-col_"],
  .bronze-e92d .gas-1d47 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.bronze-e92d.tooltip-d018 .overlay_up_08f8 {
  background: 0 0 !important;
}
.bronze-e92d.tooltip-d018 .overlay_up_08f8,
.bronze-e92d.carousel-fresh-e54d .overlay_up_08f8 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .bronze-e92d.gallery-73cf {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.bronze-e92d.carousel-fresh-e54d .overlay_up_08f8 {
  box-shadow: none !important;
}
.border_north_9df4 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .border_north_9df4 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .border_north_9df4 {
    padding: 18px 0 20px;
  }
}
.border_north_9df4 .surface-92dc {
  width: 100%;
}
.border_north_9df4 .chip-smooth-f93c {
  margin-bottom: 0;
}
.border_north_9df4 .panel_white_d589 {
  margin-top: 5px;
  font-size: 0.875em;
}
.icon-2f86 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.icon-2f86 .block-large-2a7d {
  width: 100%;
}
.bronze-8526 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.bronze-8526 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.bronze-8526 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;
}
.bronze-8526 li:last-child:after {
  display: none;
}
.bronze-8526 li a {
  font-weight: 500;
  margin-right: 10px;
}
.thick-b607 .grid-inner-91b0 button,
.border_north_9df4 .grid-inner-91b0 button {
  left: 0;
}
.thick-b607 .block-large-2a7d,
.border_north_9df4 .block-large-2a7d {
  padding-left: 0;
  padding-right: 0;
}
.thick-b607 .icon-2f86,
.border_north_9df4 .icon-2f86 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.thick-b607 {
  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;
}
.thick-b607: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;
}
.thick-b607 .tag-e440 {
  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) {
  .thick-b607 .tag-e440 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .thick-b607 .tag-e440 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .thick-b607 .tag-e440 {
    min-height: 200px;
  }
}
.thick-b607 .bronze-8526 {
  color: rgba(255, 255, 255, 0.8);
}
.thick-b607 .bronze-8526 a,
.thick-b607 .bronze-8526 li:after {
  color: inherit;
}
.thick-b607 .bronze-8526 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.next-956a {
  margin-bottom: 0.5em;
}
.carousel_solid_8c76 {
  margin-bottom: 1.2em;
}
.carousel_solid_8c76,
.next-956a {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.carousel_solid_8c76 p:last-child,
.next-956a p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .grid-inner-91b0,
#masthead .grid-inner-91b0 {
  display: none;
}
#masthead
  > .grid-inner-91b0.purple_0933 {
  display: none;
}
#masthead > .grid-inner-91b0 button {
  left: 0;
}
.dim_4300 {
  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%;
}
.dim_4300 .feature-over-24e1 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.dim_4300 .white_c6cc {
  display: -webkit-box;
  display: flex;
}
.dim_4300 .white_c6cc.disabled_6e0d {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.dim_4300 .white_c6cc.full_474d {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dim_4300 .white_c6cc.hard-4295 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dim_4300.component-pro-0208.row_action_0979 .white_c6cc.disabled_6e0d {
  flex-basis: 100%;
}
.dim_4300.breadcrumb_b3bf .white_c6cc.full_474d {
  -webkit-box-flex: 1;
  flex: auto;
}
.dim_4300.breadcrumb_b3bf .white_c6cc.hard-4295 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .grid-inner-91b0.purple_0933 {
  display: none;
}
#masthead > .grid-inner-91b0 button {
  left: 0;
}
.media-clean-e0da {
  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;
}
.media-clean-e0da:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.media-clean-e0da.large_96ce i {
  margin-right: 4px;
}
.media-clean-e0da.heading_west_adfe i {
  margin-left: 5px;
}
.sidebar-black-8ec6 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.sidebar-black-8ec6 p:last-child {
  margin-bottom: 0;
}
.aside-c916 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.aside-c916 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.aside-c916 img {
  display: block;
  width: auto;
  line-height: 1;
}
.aside-c916 .list-north-cade {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.aside-c916 .widget_pro_e3ff {
  margin: 5px 0 7px 0;
}
.aside-c916.tag-c99f .wide_7737 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.aside-c916.tag-c99f .accent_80e8 {
  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;
}
.aside-c916.mask-active-18c4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.aside-c916.mask-active-18c4 .wide_7737 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.aside-c916.mask-active-18c4 .accent_80e8 {
  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;
}
.aside-c916.clean_d38c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.aside-c916.block-down-ed42 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.aside-c916.block-down-ed42 .accent_80e8 {
  margin-top: 7px;
}
.selected_e434 {
  display: inline-block;
}
.background-thick-1698 .slider_4045 .aside-c916 img {
  max-width: 100%;
}
.wrapper-3488 .detail-734c.active-f6a4,
.module-complex-6488 .detail-734c.active-f6a4 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.wrapper-3488 .message-faa8,
.module-complex-6488 .message-faa8 {
  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%);
}
.wrapper-3488 .message-faa8 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.wrapper-3488.background_33eb .message-faa8 {
  display: none;
}
.wrapper-3488 .advanced_db1c {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-3488 .advanced_db1c li {
  display: inline-block;
  position: relative;
}
.wrapper-3488 .advanced_db1c li:last-child {
  margin-right: 0;
}
.wrapper-3488 .advanced_db1c 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;
}
.wrapper-3488 .advanced_db1c li.caption_60e4 > a {
  color: rgba(0, 0, 0, 0.9);
}
.wrapper-3488 .advanced_db1c > 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;
}
.wrapper-3488 .advanced_db1c > li > a i {
  line-height: 0;
}
.wrapper-3488 .advanced_db1c > li.secondary-last-0a60 > a .message-faa8 {
  margin-left: 4px;
  line-height: 0;
}
.wrapper-3488 .advanced_db1c .description_9326 li.secondary-last-0a60 > a {
  position: relative;
}
.wrapper-3488 .advanced_db1c .description_9326 li.secondary-last-0a60 > a:after,
.wrapper-3488 .advanced_db1c .description_9326 li.secondary-last-0a60 > a:before {
  content: "";
  display: table;
}
.wrapper-3488 .advanced_db1c .description_9326 li.secondary-last-0a60 > a:after {
  clear: both;
}
.wrapper-3488 .advanced_db1c .description_9326 li.secondary-last-0a60 > a .message-faa8 {
  margin-left: 5px;
  float: right;
}
.wrapper-3488 .column-yellow-8008,
.wrapper-3488 .description_9326 {
  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;
}
.wrapper-3488 .description_9326 {
  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;
}
.wrapper-3488 .description_9326 .active-f6a4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.wrapper-3488 .description_9326 .message-faa8 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.wrapper-3488 .description_9326 li {
  display: block;
  margin: 0;
  padding: 0;
}
.wrapper-3488 .description_9326 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;
}
.wrapper-3488 .description_9326 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.wrapper-3488 .description_9326 .description_9326 {
  top: 0;
  left: 100%;
}
.wrapper-3488 .background_20f7.fn-focus-57c2 > .column-yellow-8008,
.wrapper-3488 .background_20f7.fn-focus-57c2 > .description_9326,
.wrapper-3488 .background_20f7:focus > .column-yellow-8008,
.wrapper-3488 .background_20f7:focus > .description_9326,
.wrapper-3488 .background_20f7:hover > .column-yellow-8008,
.wrapper-3488 .background_20f7:hover > .description_9326 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.wrapper-3488.item_d526 .lite-4679:after,
.wrapper-3488.item_d526 .lite-4679:before {
  content: "";
  display: table;
}
.wrapper-3488.item_d526 .lite-4679:after {
  clear: both;
}
.wrapper-3488.item_d526 .lite-4679 > li {
  float: left;
}
.wrapper-3488.caption_bd62 .lite-4679:after,
.wrapper-3488.caption_bd62 .lite-4679:before {
  content: "";
  display: table;
}
.wrapper-3488.caption_bd62 .lite-4679:after {
  clear: both;
}
.wrapper-3488.caption_bd62 .lite-4679 > li {
  float: left;
}
.wrapper-3488.caption_bd62 .lite-4679 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.wrapper-3488.caption_bd62 .lite-4679 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.wrapper-3488.caption_bd62 .lite-4679 > li.avatar-d985 > a,
.wrapper-3488.caption_bd62 .lite-4679 > li.caption_60e4 > a {
  color: #fff;
  background-color: #1e4b75;
}
.wrapper-3488.photo-782c .lite-4679 > li > a .active-f6a4 {
  position: relative;
}
.wrapper-3488.photo-782c .lite-4679 > li > a .active-f6a4: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;
}
.wrapper-3488.photo-782c
  .lite-4679
  > li:focus
  > a
  .active-f6a4:before,
.wrapper-3488.photo-782c
  .lite-4679
  > li:hover
  > a
  .active-f6a4:before {
  width: 100%;
  background-color: currentColor;
}
.wrapper-3488.photo-782c
  .lite-4679
  > li.avatar-d985
  > a
  .active-f6a4:before,
.wrapper-3488.photo-782c
  .lite-4679
  > li.link_gas_2085
  > a
  .active-f6a4:before {
  width: 100%;
  background-color: currentColor;
}
.wrapper-3488.tag-82ef .lite-4679 > li > a .active-f6a4 {
  position: relative;
}
.wrapper-3488.tag-82ef .lite-4679 > li > a .active-f6a4: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;
}
.wrapper-3488.tag-82ef .lite-4679 > li:focus > a .active-f6a4:before,
.wrapper-3488.tag-82ef
  .lite-4679
  > li:hover
  > a
  .active-f6a4:before {
  width: 100%;
  background-color: currentColor;
}
.wrapper-3488.tag-82ef
  .lite-4679
  > li.avatar-d985
  > a
  .active-f6a4:before,
.wrapper-3488.tag-82ef
  .lite-4679
  > li.link_gas_2085
  > a
  .active-f6a4:before {
  width: 100%;
  background-color: currentColor;
}
.module-complex-6488 .advanced_db1c {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module-complex-6488 .advanced_db1c li:first-child > a {
  border-top: none;
}
.module-complex-6488 .advanced_db1c .thumbnail-4b22 > .active-f6a4 .message-faa8 {
  display: none;
}
.module-complex-6488 .advanced_db1c li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.module-complex-6488 .advanced_db1c li:last-child {
  border: none;
}
.module-complex-6488 .advanced_db1c li.secondary-last-0a60 > a {
  padding-right: 45px !important;
}
.module-complex-6488 .advanced_db1c li a {
  display: block;
  padding: 0.55em 1.5em;
}
.module-complex-6488 .advanced_db1c li a:focus,
.module-complex-6488 .advanced_db1c li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.module-complex-6488 .advanced_db1c li .tertiary-brown-1b79 {
  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;
}
.module-complex-6488 .advanced_db1c li .tertiary-brown-1b79:hover {
  box-shadow: none;
}
.module-complex-6488 .advanced_db1c li .tertiary-brown-1b79 .message-faa8 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.module-complex-6488 .advanced_db1c .description_9326 {
  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);
}
.module-complex-6488 .advanced_db1c .description_9326 li a {
  padding-left: 3em;
}
.module-complex-6488 .advanced_db1c .description-a9c2 > a .tertiary-brown-1b79 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-complex-6488 .advanced_db1c .description-a9c2 > .description_9326 {
  display: block;
  opacity: 1;
}
.glass-ba31 {
  max-width: 100%;
}
.input-current-3d88 {
  line-height: 0;
  cursor: pointer;
}
.iron-dd8e {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.iron-dd8e:hover {
  box-shadow: none;
  color: currentColor;
}
.iron-dd8e svg {
  width: 18px;
  height: 18px;
}
.iron-dd8e .block_56f4 {
  display: none;
}
.badge-red-c0ff {
  position: relative;
}
.badge-red-c0ff.fn-active-57c2 .iron-dd8e .hover-eae4 {
  display: none;
}
.badge-red-c0ff.fn-active-57c2 .iron-dd8e .block_56f4 {
  display: inline-block;
}
.badge-red-c0ff .white_65b5 {
  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);
}
.badge-red-c0ff.image_east_493b .white_65b5 {
  left: auto;
  right: -0.9em;
}
.badge-red-c0ff.image_east_493b .layout_0554::before {
  left: auto;
  right: 15px;
}
.badge-red-c0ff.fn-active-57c2 .white_65b5 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.text_small_4e3a {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.text_small_4e3a label {
  flex-basis: 100%;
}
.text_small_4e3a .picture-bf79 {
  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;
}
.text_small_4e3a .dim-7c13 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.text_small_4e3a .dim-7c13:focus {
  background-color: transparent;
}
.text_small_4e3a button.thumbnail_dirty_623d {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.text_small_4e3a button.thumbnail_dirty_623d:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.text_small_4e3a button.thumbnail_dirty_623d svg {
  width: 18px;
  height: 18px;
}
.text_small_4e3a input[type="submit"] {
  min-height: auto;
}
.hover_74f7 .text_small_4e3a .dim-7c13 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.layout_0554 {
  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) {
  .layout_0554 {
    width: 220px;
  }
}
.layout_0554 label {
  flex-basis: 100%;
}
.layout_0554::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;
}
.sidebar-e88c .hover_74f7 .text_small_4e3a {
  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;
}
.sidebar-e88c
  .hover_74f7
  .text_small_4e3a
  .picture-bf79 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.sidebar-e88c .hover_74f7 .text_small_4e3a .dim-7c13 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.sidebar-e88c
  .hover_74f7
  .text_small_4e3a
  .dim-7c13:focus {
  background: 0 0;
}
.sidebar-e88c
  .hover_74f7
  .text_small_4e3a
  .inner_8327 {
  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;
}
.caption_short_db9e {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.caption_short_db9e li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.caption_short_db9e li:last-child {
  margin-right: 0;
}
.caption_short_db9e li:first-child {
  margin-left: 0;
}
.caption_short_db9e.widget_large_83c4 a {
  color: #fff;
}
.caption_short_db9e.widget_large_83c4 a:hover {
  color: #fff;
}
.caption_short_db9e a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.caption_short_db9e a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.caption_short_db9e a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.caption_short_db9e a:hover {
  opacity: 0.9;
  color: inherit;
}
.caption_short_db9e [class*="social-icon-apple"] {
  background-color: #999;
}
.caption_short_db9e [class*="social-icon-apple"].focus_solid_ed13 {
  background-color: transparent;
  color: #999;
}
.caption_short_db9e [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.caption_short_db9e [class*="social-icon-behance"].focus_solid_ed13 {
  background-color: transparent;
  color: #1769ff;
}
.caption_short_db9e [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.caption_short_db9e [class*="social-icon-bitbucket"].focus_solid_ed13 {
  background-color: transparent;
  color: #205081;
}
.caption_short_db9e [class*="social-icon-codepen"] {
  background-color: #000;
}
.caption_short_db9e [class*="social-icon-codepen"].focus_solid_ed13 {
  background-color: transparent;
  color: #000;
}
.caption_short_db9e [class*="social-icon-delicious"] {
  background-color: #39f;
}
.caption_short_db9e [class*="social-icon-delicious"].focus_solid_ed13 {
  background-color: transparent;
  color: #39f;
}
.caption_short_db9e [class*="social-icon-digg"] {
  background-color: #005be2;
}
.caption_short_db9e [class*="social-icon-digg"].focus_solid_ed13 {
  background-color: transparent;
  color: #005be2;
}
.caption_short_db9e [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.caption_short_db9e [class*="social-icon-dribbble"].focus_solid_ed13 {
  background-color: transparent;
  color: #ea4c89;
}
.caption_short_db9e [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.caption_short_db9e [class*="social-icon-envelope"].focus_solid_ed13 {
  background-color: transparent;
  color: #ea4335;
}
.caption_short_db9e [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.caption_short_db9e [class*="social-icon-facebook"].focus_solid_ed13 {
  background-color: transparent;
  color: #3b5998;
}
.caption_short_db9e [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.caption_short_db9e [class*="social-icon-flickr"].focus_solid_ed13 {
  background-color: transparent;
  color: #0063dc;
}
.caption_short_db9e [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.caption_short_db9e [class*="social-icon-foursquare"].focus_solid_ed13 {
  background-color: transparent;
  color: #2d5be3;
}
.caption_short_db9e [class*="social-icon-github"] {
  background-color: #333;
}
.caption_short_db9e [class*="social-icon-github"].focus_solid_ed13 {
  background-color: transparent;
  color: #333;
}
.caption_short_db9e [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.caption_short_db9e [class*="social-icon-google-plus"].focus_solid_ed13 {
  background-color: transparent;
  color: #dd4b39;
}
.caption_short_db9e [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.caption_short_db9e [class*="social-icon-houzz"].focus_solid_ed13 {
  background-color: transparent;
  color: #7ac142;
}
.caption_short_db9e [class*="social-icon-instagram"] {
  background-color: #262626;
}
.caption_short_db9e [class*="social-icon-instagram"].focus_solid_ed13 {
  background-color: transparent;
  color: #262626;
}
.caption_short_db9e [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.caption_short_db9e [class*="social-icon-jsfiddle"].focus_solid_ed13 {
  background-color: transparent;
  color: #487aa2;
}
.caption_short_db9e [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.caption_short_db9e [class*="social-icon-linkedin"].focus_solid_ed13 {
  background-color: transparent;
  color: #0077b5;
}
.caption_short_db9e [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.caption_short_db9e [class*="social-icon-medium"].focus_solid_ed13 {
  background-color: transparent;
  color: #00ab6b;
}
.caption_short_db9e [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.caption_short_db9e
  [class*="social-icon-odnoklassniki"].focus_solid_ed13 {
  background-color: transparent;
  color: #f4731c;
}
.caption_short_db9e [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.caption_short_db9e [class*="social-icon-meetup"].focus_solid_ed13 {
  background-color: transparent;
  color: #ec1c40;
}
.caption_short_db9e [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.caption_short_db9e [class*="social-icon-pinterest"].focus_solid_ed13 {
  background-color: transparent;
  color: #bd081c;
}
.caption_short_db9e [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.caption_short_db9e [class*="social-icon-product-hunt"].focus_solid_ed13 {
  background-color: transparent;
  color: #da552f;
}
.caption_short_db9e [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.caption_short_db9e [class*="social-icon-reddit"].focus_solid_ed13 {
  background-color: transparent;
  color: #ff4500;
}
.caption_short_db9e [class*="social-icon-rss"] {
  background-color: #f26522;
}
.caption_short_db9e [class*="social-icon-rss"].focus_solid_ed13 {
  background-color: transparent;
  color: #f26522;
}
.caption_short_db9e [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.caption_short_db9e
  [class*="social-icon-shopping-cart"].focus_solid_ed13 {
  background-color: transparent;
  color: #4caf50;
}
.caption_short_db9e [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.caption_short_db9e [class*="social-icon-skype"].focus_solid_ed13 {
  background-color: transparent;
  color: #00aff0;
}
.caption_short_db9e [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.caption_short_db9e [class*="social-icon-slideshare"].focus_solid_ed13 {
  background-color: transparent;
  color: #0077b5;
}
.caption_short_db9e [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.caption_short_db9e [class*="social-icon-snapchat"].focus_solid_ed13 {
  background-color: transparent;
  color: #fffc00;
}
.caption_short_db9e [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.caption_short_db9e [class*="social-icon-soundcloud"].focus_solid_ed13 {
  background-color: transparent;
  color: #f80;
}
.caption_short_db9e [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.caption_short_db9e [class*="social-icon-spotify"].focus_solid_ed13 {
  background-color: transparent;
  color: #2ebd59;
}
.caption_short_db9e [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.caption_short_db9e
  [class*="social-icon-stack-overflow"].focus_solid_ed13 {
  background-color: transparent;
  color: #fe7a15;
}
.caption_short_db9e [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.caption_short_db9e [class*="social-icon-maldkfgram"].focus_solid_ed13 {
  background-color: transparent;
  color: #2ca5e0;
}
.caption_short_db9e [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.caption_short_db9e [class*="social-icon-tripadvisor"].focus_solid_ed13 {
  background-color: transparent;
  color: #589442;
}
.caption_short_db9e [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.caption_short_db9e [class*="social-icon-tumblr"].focus_solid_ed13 {
  background-color: transparent;
  color: #35465c;
}
.caption_short_db9e [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.caption_short_db9e [class*="social-icon-twitch"].focus_solid_ed13 {
  background-color: transparent;
  color: #6441a5;
}
.caption_short_db9e [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.caption_short_db9e [class*="social-icon-twitter"].focus_solid_ed13 {
  background-color: transparent;
  color: #1da1f2;
}
.caption_short_db9e [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.caption_short_db9e [class*="social-icon-vimeo"].focus_solid_ed13 {
  background-color: transparent;
  color: #1ab7ea;
}
.caption_short_db9e [class*="social-icon-vk"] {
  background-color: #45668e;
}
.caption_short_db9e [class*="social-icon-vk"].focus_solid_ed13 {
  background-color: transparent;
  color: #45668e;
}
.caption_short_db9e [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.caption_short_db9e [class*="social-icon-weibo"].focus_solid_ed13 {
  background-color: transparent;
  color: #df2029;
}
.caption_short_db9e [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.caption_short_db9e [class*="social-icon-weixin"].focus_solid_ed13 {
  background-color: transparent;
  color: #7bb32e;
}
.caption_short_db9e [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.caption_short_db9e [class*="social-icon-whatsapp"].focus_solid_ed13 {
  background-color: transparent;
  color: #25d366;
}
.caption_short_db9e [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.caption_short_db9e [class*="social-icon-wordpress"].focus_solid_ed13 {
  background-color: transparent;
  color: #21759b;
}
.caption_short_db9e [class*="social-icon-xing"] {
  background-color: #026466;
}
.caption_short_db9e [class*="social-icon-xing"].focus_solid_ed13 {
  background-color: transparent;
  color: #026466;
}
.caption_short_db9e [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.caption_short_db9e [class*="social-icon-yelp"].focus_solid_ed13 {
  background-color: transparent;
  color: #af0606;
}
.caption_short_db9e [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.caption_short_db9e [class*="social-icon-youtube"].focus_solid_ed13 {
  background-color: transparent;
  color: #cd201f;
}
.layout_664d {
  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;
}
.layout_664d:hover {
  box-shadow: none;
  background: 0 0;
}
.alert-ec11 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.tertiary_east_9959 {
  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;
}
.black_1a72 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.article-over-f5b1 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.article-over-f5b1,
.article-over-f5b1::after,
.article-over-f5b1::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;
}
.article-over-f5b1::after,
.article-over-f5b1::before {
  content: "";
  display: block;
  background-color: inherit;
}
.widget_252a .tertiary_east_9959 .black_1a72 {
  margin-top: -2px;
  width: 19px;
}
.widget_252a .tertiary_east_9959 .article-over-f5b1 {
  margin-top: -1px;
}
.widget_252a .tertiary_east_9959 .article-over-f5b1,
.widget_252a .tertiary_east_9959 .article-over-f5b1::after,
.widget_252a .tertiary_east_9959 .article-over-f5b1::before {
  width: 19px;
  height: 2px;
}
.widget_252a .tertiary_east_9959 .article-over-f5b1::before {
  top: -6px;
}
.widget_252a .tertiary_east_9959 .article-over-f5b1::after {
  bottom: -6px;
}
.avatar_d389 .tertiary_east_9959 .black_1a72 {
  margin-top: -2px;
  width: 22px;
}
.avatar_d389 .tertiary_east_9959 .article-over-f5b1 {
  margin-top: -1px;
}
.avatar_d389 .tertiary_east_9959 .article-over-f5b1,
.avatar_d389 .tertiary_east_9959 .article-over-f5b1::after,
.avatar_d389 .tertiary_east_9959 .article-over-f5b1::before {
  width: 22px;
  height: 2px;
}
.avatar_d389 .tertiary_east_9959 .article-over-f5b1::before {
  top: -7px;
}
.avatar_d389 .tertiary_east_9959 .article-over-f5b1::after {
  bottom: -7px;
}
.avatar-warm-f421 .tertiary_east_9959 .black_1a72 {
  margin-top: -2px;
  width: 31px;
}
.avatar-warm-f421 .tertiary_east_9959 .article-over-f5b1 {
  margin-top: -1.5px;
}
.avatar-warm-f421 .tertiary_east_9959 .article-over-f5b1,
.avatar-warm-f421 .tertiary_east_9959 .article-over-f5b1::after,
.avatar-warm-f421 .tertiary_east_9959 .article-over-f5b1::before {
  width: 31px;
  height: 3px;
}
.avatar-warm-f421 .tertiary_east_9959 .article-over-f5b1::before {
  top: -9px;
}
.avatar-warm-f421 .tertiary_east_9959 .article-over-f5b1::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .link_b6d9 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 19px;
  }
  .link_b6d9 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1px;
  }
  .link_b6d9 .tertiary_east_9959 .article-over-f5b1,
  .link_b6d9 .tertiary_east_9959 .article-over-f5b1::after,
  .link_b6d9 .tertiary_east_9959 .article-over-f5b1::before {
    width: 19px;
    height: 2px;
  }
  .link_b6d9 .tertiary_east_9959 .article-over-f5b1::before {
    top: -6px;
  }
  .link_b6d9 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -6px;
  }
  .image-2f68 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 22px;
  }
  .image-2f68 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1px;
  }
  .image-2f68 .tertiary_east_9959 .article-over-f5b1,
  .image-2f68 .tertiary_east_9959 .article-over-f5b1::after,
  .image-2f68 .tertiary_east_9959 .article-over-f5b1::before {
    width: 22px;
    height: 2px;
  }
  .image-2f68 .tertiary_east_9959 .article-over-f5b1::before {
    top: -7px;
  }
  .image-2f68 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -7px;
  }
  .motion-a3a8 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 31px;
  }
  .motion-a3a8 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1.5px;
  }
  .motion-a3a8 .tertiary_east_9959 .article-over-f5b1,
  .motion-a3a8 .tertiary_east_9959 .article-over-f5b1::after,
  .motion-a3a8 .tertiary_east_9959 .article-over-f5b1::before {
    width: 31px;
    height: 3px;
  }
  .motion-a3a8 .tertiary_east_9959 .article-over-f5b1::before {
    top: -9px;
  }
  .motion-a3a8 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .info_white_8e57 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 19px;
  }
  .info_white_8e57 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1px;
  }
  .info_white_8e57 .tertiary_east_9959 .article-over-f5b1,
  .info_white_8e57 .tertiary_east_9959 .article-over-f5b1::after,
  .info_white_8e57 .tertiary_east_9959 .article-over-f5b1::before {
    width: 19px;
    height: 2px;
  }
  .info_white_8e57 .tertiary_east_9959 .article-over-f5b1::before {
    top: -6px;
  }
  .info_white_8e57 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -6px;
  }
  .focused-47fd .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 22px;
  }
  .focused-47fd .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1px;
  }
  .focused-47fd .tertiary_east_9959 .article-over-f5b1,
  .focused-47fd .tertiary_east_9959 .article-over-f5b1::after,
  .focused-47fd .tertiary_east_9959 .article-over-f5b1::before {
    width: 22px;
    height: 2px;
  }
  .focused-47fd .tertiary_east_9959 .article-over-f5b1::before {
    top: -7px;
  }
  .focused-47fd .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -7px;
  }
  .wood_8a0f .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 31px;
  }
  .wood_8a0f .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1.5px;
  }
  .wood_8a0f .tertiary_east_9959 .article-over-f5b1,
  .wood_8a0f .tertiary_east_9959 .article-over-f5b1::after,
  .wood_8a0f .tertiary_east_9959 .article-over-f5b1::before {
    width: 31px;
    height: 3px;
  }
  .wood_8a0f .tertiary_east_9959 .article-over-f5b1::before {
    top: -9px;
  }
  .wood_8a0f .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .table_4695 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 19px;
  }
  .table_4695 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1px;
  }
  .table_4695 .tertiary_east_9959 .article-over-f5b1,
  .table_4695 .tertiary_east_9959 .article-over-f5b1::after,
  .table_4695 .tertiary_east_9959 .article-over-f5b1::before {
    width: 19px;
    height: 2px;
  }
  .table_4695 .tertiary_east_9959 .article-over-f5b1::before {
    top: -6px;
  }
  .table_4695 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -6px;
  }
  .media_east_f0d3 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 22px;
  }
  .media_east_f0d3 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1px;
  }
  .media_east_f0d3 .tertiary_east_9959 .article-over-f5b1,
  .media_east_f0d3 .tertiary_east_9959 .article-over-f5b1::after,
  .media_east_f0d3 .tertiary_east_9959 .article-over-f5b1::before {
    width: 22px;
    height: 2px;
  }
  .media_east_f0d3 .tertiary_east_9959 .article-over-f5b1::before {
    top: -7px;
  }
  .media_east_f0d3 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -7px;
  }
  .new-3cd8 .tertiary_east_9959 .black_1a72 {
    margin-top: -2px;
    width: 31px;
  }
  .new-3cd8 .tertiary_east_9959 .article-over-f5b1 {
    margin-top: -1.5px;
  }
  .new-3cd8 .tertiary_east_9959 .article-over-f5b1,
  .new-3cd8 .tertiary_east_9959 .article-over-f5b1::after,
  .new-3cd8 .tertiary_east_9959 .article-over-f5b1::before {
    width: 31px;
    height: 3px;
  }
  .new-3cd8 .tertiary_east_9959 .article-over-f5b1::before {
    top: -9px;
  }
  .new-3cd8 .tertiary_east_9959 .article-over-f5b1::after {
    bottom: -9px;
  }
}
.up_57fc .article-over-f5b1 {
  -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);
}
.up_57fc .article-over-f5b1::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.up_57fc .article-over-f5b1::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);
}
.up_57fc.content-west-1fc7 .article-over-f5b1 {
  -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);
}
.up_57fc.content-west-1fc7 .article-over-f5b1::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.up_57fc.content-west-1fc7 .article-over-f5b1::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);
}
.bottom-dc7d {
  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.dynamic_f462:before {
  display: none;
}
.selected_bcaa {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.selected_bcaa .sidebar_huge_9ede {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.selected_bcaa .sidebar_huge_9ede:last-of-type {
  border-bottom: none;
}
.selected_bcaa .sidebar_huge_9ede.notice-purple-40d6,
.selected_bcaa .sidebar_huge_9ede.down_e40b,
.selected_bcaa .sidebar_huge_9ede.header_d9da {
  padding: 0;
}
.selected_bcaa .module-complex-6488 .tertiary-brown-1b79 {
  color: currentColor;
}
.selected_bcaa .module-complex-6488 .tertiary-brown-1b79:focus,
.selected_bcaa .module-complex-6488 .tertiary-brown-1b79:hover {
  background: rgba(0, 0, 0, 0.01);
}
.selected_bcaa.gradient_a6e7 .bottom-637e,
.selected_bcaa.gradient_a6e7 .sidebar-black-8ec6 a,
.selected_bcaa.gradient_a6e7 .lite-4679 a,
.selected_bcaa.gradient_a6e7 .description_9326 a {
  color: rgba(0, 0, 0, 0.55);
}
.selected_bcaa.gradient_a6e7 .bottom-637e:hover,
.selected_bcaa.gradient_a6e7 .sidebar-black-8ec6 a:hover,
.selected_bcaa.gradient_a6e7 .lite-4679 a:hover,
.selected_bcaa.gradient_a6e7 .description_9326 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.selected_bcaa.gradient_a6e7 .short-a57d {
  color: rgba(0, 0, 0, 0.8);
}
.selected_bcaa.gradient_a6e7 .sidebar_huge_9ede {
  border-color: rgba(0, 0, 0, 0.08);
}
.selected_bcaa.gradient_a6e7 .sidebar_huge_9ede:before {
  background: rgba(0, 0, 0, 0.08);
}
.selected_bcaa.gradient_a6e7 .block-wood-1ddb:before {
  background: rgba(255, 255, 255, 0.9);
}
.selected_bcaa.gradient_a6e7 .module-complex-6488 .advanced_db1c li a,
.selected_bcaa.gradient_a6e7 .module-complex-6488 .tertiary-brown-1b79,
.selected_bcaa.gradient_a6e7 .description_9326 {
  border-color: rgba(0, 0, 0, 0.08);
}
.selected_bcaa.gradient_a6e7 .module-complex-6488 .tertiary-brown-1b79:focus,
.selected_bcaa.gradient_a6e7 .module-complex-6488 .tertiary-brown-1b79:hover {
  background: rgba(0, 0, 0, 0.01);
}
.selected_bcaa.gradient_a6e7 .advanced_db1c li {
  border-color: rgba(0, 0, 0, 0.08);
}
.selected_bcaa.alert-dd0b .bottom-637e,
.selected_bcaa.alert-dd0b .sidebar-black-8ec6 a,
.selected_bcaa.alert-dd0b .lite-4679 .tertiary-brown-1b79,
.selected_bcaa.alert-dd0b .lite-4679 a,
.selected_bcaa.alert-dd0b .description_9326 a {
  color: rgba(255, 255, 255, 0.79);
}
.selected_bcaa.alert-dd0b .bottom-637e:hover,
.selected_bcaa.alert-dd0b .sidebar-black-8ec6 a:hover,
.selected_bcaa.alert-dd0b .lite-4679 .tertiary-brown-1b79:hover,
.selected_bcaa.alert-dd0b .lite-4679 a:hover,
.selected_bcaa.alert-dd0b .description_9326 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.selected_bcaa.alert-dd0b .short-a57d {
  color: rgba(255, 255, 255, 0.99);
}
.selected_bcaa.alert-dd0b .sidebar_huge_9ede {
  border-color: rgba(255, 255, 255, 0.08);
}
.selected_bcaa.alert-dd0b .sidebar_huge_9ede:before {
  background: rgba(255, 255, 255, 0.08);
}
.selected_bcaa.alert-dd0b .block-wood-1ddb:before {
  background: rgba(0, 0, 0, 0.9);
}
.selected_bcaa.alert-dd0b .module-complex-6488 .advanced_db1c li a,
.selected_bcaa.alert-dd0b .module-complex-6488 .tertiary-brown-1b79,
.selected_bcaa.alert-dd0b .description_9326 {
  border-color: rgba(255, 255, 255, 0.08);
}
.selected_bcaa.alert-dd0b .module-complex-6488 .tertiary-brown-1b79:focus,
.selected_bcaa.alert-dd0b .module-complex-6488 .tertiary-brown-1b79:hover {
  background: rgba(0, 0, 0, 0.01);
}
.selected_bcaa.alert-dd0b .advanced_db1c li {
  border-color: rgba(255, 255, 255, 0.08);
}
.block-wood-1ddb {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.block-wood-1ddb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.footer-07c9 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.filter_e3e2 .selected_bcaa {
  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;
}
.filter_e3e2 .sidebar_huge_9ede {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.filter_e3e2 .sidebar_huge_9ede: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) {
  .filter_e3e2 .sidebar_huge_9ede:before {
    width: 16%;
    left: 42%;
  }
}
.filter_e3e2 .sidebar_huge_9ede:last-child:before {
  content: none;
}
.filter_e3e2 .sidebar_huge_9ede[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.filter_e3e2 .module-complex-6488 .advanced_db1c li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.filter_e3e2 .module-complex-6488 .advanced_db1c li a .tertiary-brown-1b79 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.filter_e3e2 .module-complex-6488 .description_9326 {
  border: none;
}
.filter_e3e2 .module-complex-6488 .description_9326 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.filter_e3e2 .block-wood-1ddb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.filter_e3e2 .footer-07c9 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.filter_e3e2 .alert-dd0b .block-wood-1ddb:before {
  background: rgba(0, 0, 0, 0.9);
}
.filter_e3e2 .gradient_a6e7.mini-2516 .article-over-f5b1 {
  background: rgba(0, 0, 0, 0.6);
}
.filter_e3e2
  .gradient_a6e7.mini-2516
  .article-over-f5b1::after,
.filter_e3e2
  .gradient_a6e7.mini-2516
  .article-over-f5b1:before {
  background: inherit;
}
.filter_e3e2
  .gradient_a6e7.mini-2516:hover
  .article-over-f5b1 {
  background: rgba(0, 0, 0, 0.8);
}
.modal-bd82 .selected_bcaa {
  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) {
  .modal-bd82 .selected_bcaa {
    width: auto;
    right: 45px;
  }
}
.slider-lite-f124 .selected_bcaa {
  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) {
  .slider-lite-f124 .selected_bcaa {
    width: auto;
    left: 45px;
  }
}
.dynamic_f462 .selected_bcaa {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.dynamic_f462 .footer-07c9 {
  max-width: 48em;
  margin: 0 auto;
}
.dynamic_f462 .block-wood-1ddb:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.notification_7c72 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.notification_7c72.filter_e3e2 .selected_bcaa {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.notification_7c72.modal-bd82 .selected_bcaa {
  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);
}
.notification_7c72 .selected_bcaa {
  visibility: visible;
}
.notification_7c72.slider-lite-f124 .selected_bcaa {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.thumbnail_focused_171e,
.smooth_517a {
  overflow-x: hidden;
}
.thumbnail_focused_171e .selected_bcaa {
  overflow: auto;
}
.thumbnail_focused_171e.filter_e3e2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.thumbnail_focused_171e.filter_e3e2 .selected_bcaa {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.thumbnail_focused_171e.filter_e3e2 .layout_664d {
  opacity: 0;
}
.thumbnail_focused_171e.modal-bd82 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.thumbnail_focused_171e.modal-bd82 .selected_bcaa {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.thumbnail_focused_171e.modal-bd82 .layout_664d {
  opacity: 0;
}
.thumbnail_focused_171e.slider-lite-f124 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.thumbnail_focused_171e.slider-lite-f124 .selected_bcaa {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.thumbnail_focused_171e.slider-lite-f124 .layout_664d {
  opacity: 0;
}
.thumbnail_focused_171e.dynamic_f462 .selected_bcaa {
  z-index: 10;
  visibility: visible;
}
.mini-2516 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.mini-2516 .article-over-f5b1 {
  background: rgba(255, 255, 255, 0.99);
}
.mini-2516 .article-over-f5b1::after,
.mini-2516 .article-over-f5b1:before {
  background: inherit;
}
.mini-2516:hover .article-over-f5b1 {
  background: rgba(255, 255, 255, 0.99);
}
.slider-lite-f124 .mini-2516 {
  top: 10px;
  right: auto;
  left: 12px;
}
.dynamic_f462 .mini-2516 {
  display: none !important;
}
.thumbnail_focused_171e:before,
.smooth_517a:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.thumbnail_focused_171e .mini-2516,
.smooth_517a .mini-2516 {
  display: inline-block;
}
.selected_bcaa .feature-over-24e1 {
  -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;
}
.thumbnail_focused_171e .selected_bcaa .feature-over-24e1,
.smooth_517a .selected_bcaa .feature-over-24e1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hero-9344 .picture-bf79 {
  width: 100%;
}
.slider_4045 {
  padding: 0 0.5em 0;
}
.slider_4045 [class*="customify-col-"],
.slider_4045 [class*="customify-col_"],
.slider_4045 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.link-glass-fc05 .slider_4045 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .gas-1d47 .layout_first_d1a4,
  .layout_first_d1a4 {
    display: none;
  }
  .breadcrumb-slow-3314 {
    text-align: left;
  }
  .element-large-5f35 {
    text-align: center;
  }
  .sort_paper_b329 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .gas-1d47 .silver_1561,
  .silver_1561 {
    display: none;
  }
  .medium_b2bc {
    text-align: left;
  }
  .element-hard-f192 {
    text-align: center;
  }
  .button_wide_4a61 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .gas-1d47 .filter-cool-cf1f,
  .filter-cool-cf1f {
    display: none;
  }
  .panel-stone-6bd9 {
    text-align: left;
  }
  .tooltip-947c {
    text-align: center;
  }
  .border_f09d {
    text-align: right;
  }
}
#page {
  position: relative;
}
.element-south-9088 {
  box-shadow: none !important;
}
.primary_117f .pagination-d7d0,
.tag_old_bb64 .pagination-d7d0 {
  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;
}
.tag_old_bb64 .pagination-d7d0 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.overlay_up_08f8 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.overlay_up_08f8:after,
.overlay_up_08f8:before {
  content: "";
  display: table;
}
.overlay_up_08f8:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .overlay_up_08f8 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.overlay_up_08f8,
.gallery-73cf {
  max-width: 1248px;
  margin: 0 auto;
}

.focus-in-fe65.nav-right-42e6 .overlay_up_08f8 {
  max-width: 100%;
}
.focus-in-fe65.active_under_e00d {
  max-width: 1200px;
  margin: 0 auto;
}
.focus-in-fe65.wrapper_under_7474 .overlay_up_08f8 {
  max-width: 100%;
}
.focus-in-fe65.wrapper_under_7474 > .overlay_up_08f8 {
  padding-left: 0;
  padding-right: 0;
}
.focus-in-fe65.wrapper_under_7474 > .overlay_up_08f8 .gas-1d47 {
  margin: 0;
}
.focus-in-fe65.wrapper_under_7474
  > .overlay_up_08f8
  .heading_de78.in_59e1 {
  margin-right: 0;
  margin-left: 0;
}
.focus-in-fe65.wrapper_under_7474 #main.in_59e1 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .gradient_basic_0421 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .gradient_basic_0421 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .text_8a3e .module_6bc3 {
    padding-right: 1em;
  }
  .text_8a3e.panel-paper-f8db .heading_de78 {
    border-right: 1px solid #eaecee;
  }
  .text_8a3e.panel-paper-f8db .module_6bc3 {
    padding-right: 1em;
  }
  .text_8a3e.panel-paper-f8db .module_focused_09f2 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .pagination-soft-c008 .module_6bc3 {
    padding-left: 1em;
  }
  .pagination-soft-c008.panel-paper-f8db .heading_de78 {
    border-left: 1px solid #eaecee;
  }
  .pagination-soft-c008.panel-paper-f8db .module_6bc3 {
    padding-left: 1em;
  }
  .pagination-soft-c008.panel-paper-f8db .module_focused_09f2 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .soft-93ad .module_6bc3 {
    padding-left: 1em;
  }
  .soft-93ad.panel-paper-f8db .breadcrumb-ddd8 {
    border-right: 1px solid #eaecee;
  }
  .soft-93ad.panel-paper-f8db .basic_8a9e {
    border-right: 1px solid #eaecee;
  }
  .soft-93ad.panel-paper-f8db .module_6bc3 {
    padding-left: 1em;
  }
  .soft-93ad.panel-paper-f8db .module_focused_09f2 {
    padding-right: 1em;
  }
  .soft-93ad.panel-paper-f8db .orange-6f06 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .center_3ac6 .module_6bc3 {
    padding-right: 1em;
  }
  .center_3ac6.panel-paper-f8db .breadcrumb-ddd8 {
    border-left: 1px solid #eaecee;
  }
  .center_3ac6.panel-paper-f8db .basic_8a9e {
    border-left: 1px solid #eaecee;
  }
  .center_3ac6.panel-paper-f8db .module_6bc3 {
    padding-right: 1em;
  }
  .center_3ac6.panel-paper-f8db .module_focused_09f2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .center_3ac6.panel-paper-f8db .orange-6f06 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gradient_basic_0421 .module_6bc3 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gradient_basic_0421.panel-paper-f8db .heading_de78 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .gradient_basic_0421.panel-paper-f8db .module_6bc3 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gradient_basic_0421.panel-paper-f8db .module_focused_09f2 {
    padding-left: 1em;
  }
  .gradient_basic_0421.panel-paper-f8db .orange-6f06 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .gradient_basic_0421.panel-paper-f8db .module_6bc3 {
    padding-left: 0;
  }
}
.popup-new-f297 .component_bronze_2ed5 {
  display: inline-block;
}
.shade-9ac6 {
  display: inline-block;
}
.content_0db2 {
  word-con: break-word;
}
.menu_fast_204d > span {
  display: inline-block;
  padding: 5px 0;
}
.menu_fast_204d .notice_82b1 {
  margin-left: 8px;
  margin-right: 8px;
}
.menu_fast_204d .title-green-b613 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.filter-yellow-02d1 .highlight-df91 {
  margin-bottom: 2em;
}
.filter-yellow-02d1 .north_10f8 {
  margin-bottom: 15px;
}
.filter-yellow-02d1 .north_10f8:last-child {
  margin-bottom: 0;
}
.filter-yellow-02d1 .out_baf5 {
  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) {
  .filter-yellow-02d1 .out_baf5 {
    display: block;
  }
}
.filter-yellow-02d1 .brown-26a2 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .filter-yellow-02d1 .brown-26a2 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.filter-yellow-02d1 .cold-0e4b {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.filter-yellow-02d1 .cold-0e4b img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.filter-yellow-02d1 .cold-0e4b a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.filter-yellow-02d1 .content_0db2 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.filter-yellow-02d1 .content_0db2 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.filter-yellow-02d1 .fixed_0235 p:last-child {
  margin-bottom: 0;
}
.filter-yellow-02d1 .pressed_7630 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.filter-yellow-02d1 .progress_hard_d81f {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.filter-yellow-02d1 .dynamic_765e {
  margin-top: 1em;
}
.filter-yellow-02d1 .footer_under_c60e {
  top: 0;
  display: block;
}
.filter-yellow-02d1 .footer_under_c60e a {
  color: inherit;
}
.filter-yellow-02d1 .footer_under_c60e a:hover {
  color: inherit;
}
.filter-yellow-02d1 .media_soft_b11c {
  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;
}
.filter-yellow-02d1 .media_soft_b11c:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.filter-yellow-02d1 .progress_hard_d81f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.filter-yellow-02d1 .nav_middle_894e {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.filter-yellow-02d1 .nav_middle_894e:first-child {
  margin-top: 0;
}
.filter-yellow-02d1 .nav_middle_894e.wrapper-4a54 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.filter-yellow-02d1 .nav_middle_894e.copper-d37f {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.filter-yellow-02d1
  .nav_middle_894e.copper-d37f.small-e9d1
  .dynamic_765e {
  width: 100%;
}
.filter-yellow-02d1 .copper-d37f {
  -webkit-box-align: center;
  align-items: center;
}
.filter-yellow-02d1 .copper-d37f .menu_fast_204d,
.filter-yellow-02d1 .copper-d37f > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.filter-yellow-02d1 .cold-0e4b {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter-yellow-02d1 .cold-0e4b img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filter-yellow-02d1 .cold-0e4b: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;
}
.filter-yellow-02d1 .wrapper-4a54 {
  z-index: 5;
}
.filter-yellow-02d1 .gas_ec31 .column_bd87 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.filter-yellow-02d1 .cold_1426 .column_bd87 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.filter-yellow-02d1 .dynamic-55b3 .column_bd87 {
  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;
}
.filter-yellow-02d1.sort_hard_87a6 .out_baf5,
.filter-yellow-02d1.next_ff84 .out_baf5 {
  display: block;
}
.filter-yellow-02d1.sort_hard_87a6 .out_baf5 .active-52d0,
.filter-yellow-02d1.sort_hard_87a6 .out_baf5 .progress_hard_d81f,
.filter-yellow-02d1.next_ff84 .out_baf5 .active-52d0,
.filter-yellow-02d1.next_ff84 .out_baf5 .progress_hard_d81f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.filter-yellow-02d1.hot_f9af .brown-26a2 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .filter-yellow-02d1.hot_f9af .brown-26a2 {
    margin-right: 0;
  }
}
.filter-yellow-02d1.sort_hard_87a6 .brown-26a2,
.filter-yellow-02d1.next_ff84 .brown-26a2 {
  padding-top: 40%;
}
.filter-yellow-02d1.sort_hard_87a6 .highlight-df91,
.filter-yellow-02d1.next_ff84 .highlight-df91 {
  display: block;
}
.filter-yellow-02d1.sort_hard_87a6 .fn-sticky-57c2 .progress_hard_d81f,
.filter-yellow-02d1.next_ff84 .fn-sticky-57c2 .progress_hard_d81f {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.filter-yellow-02d1.sort_hard_87a6 .brown-26a2,
.filter-yellow-02d1.next_ff84 .brown-26a2 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.filter-yellow-02d1.sort_hard_87a6 .progress_hard_d81f {
  padding: 1em;
}
.backdrop-de0e {
  margin: 30px auto;
  display: block;
}
.backdrop-de0e .steel_7dfa > * {
  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;
}
.backdrop-de0e .steel_7dfa > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.backdrop-de0e .steel_7dfa span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.search-top-3673 .menu_fast_204d {
  margin-bottom: 1.41575em;
}
.search-top-3673 .huge_09c2 {
  margin-bottom: 1.618em;
}
.current_d2a7 .paragraph_38e4 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.current_d2a7 .paragraph_38e4 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.current_d2a7 .top-379f {
  max-width: 100%;
  overflow: auto;
}
.text-3260 .current_d2a7 a:hover {
  text-decoration: underline;
}
.prev_b8bc .north_10f8:not(.content_0db2),
.prev_b8bc .cold-0e4b {
  margin-bottom: 1.41575em;
}
.prev_b8bc .north_10f8:not(.content_0db2):last-child,
.prev_b8bc .cold-0e4b:last-child {
  margin-bottom: 0;
}
.prev_b8bc .north_10f8.hard-ac1e {
  margin-bottom: 0.41575em;
}
.prev_b8bc .tertiary_a751:before,
.prev_b8bc .icon_25df:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.prev_b8bc .tertiary_a751:before {
  content: "\f115";
}
.prev_b8bc .icon_25df:before {
  content: "\f02c";
}
.prev_b8bc .title_tall_6b8a {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.prev_b8bc .title_tall_6b8a a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.prev_3702 {
  display: -webkit-box;
  display: flex;
}
.prev_3702 .advanced-fba5 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .prev_3702 .advanced-fba5 {
    flex-basis: 90px;
  }
}
.prev_3702 .module_4cb2 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .prev_3702 .module_4cb2 {
    flex-basis: calc(100% - 50px);
  }
}
.prev_3702 .hero-selected-19d6 p:last-child {
  margin-bottom: 0.72em;
}
.brown_1559 .steel_7dfa {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.brown_1559 .steel_7dfa:after,
.brown_1559 .steel_7dfa:before {
  content: "";
  display: table;
}
.brown_1559 .steel_7dfa:after {
  clear: both;
}
.brown_1559 .steel_7dfa .photo_prev_c26d,
.brown_1559 .steel_7dfa .complex-5b7a {
  width: 49%;
}
.brown_1559 .steel_7dfa .photo_prev_c26d a span.heading-orange-a808,
.brown_1559 .steel_7dfa .complex-5b7a a span.heading-orange-a808 {
  display: block;
  margin-bottom: 5px;
}
.brown_1559 .steel_7dfa .complex-5b7a {
  float: left;
  text-align: left;
}
.brown_1559 .steel_7dfa .photo_prev_c26d {
  float: right;
  text-align: right;
}
.link_large_db16 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .link_large_db16 {
    margin-bottom: 0;
  }
}
.input_orange_6956 {
  margin-bottom: 1em;
}
.input_orange_6956 .content_0db2 {
  font-size: 1.1em;
  line-height: 1.3;
}
.widget-fcf5 a {
  display: block;
  line-height: 0;
  position: relative;
}
.primary-smooth-7b0a .input_orange_6956,
.tooltip_c94b .input_orange_6956 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .primary-smooth-7b0a .input_orange_6956,
  .tooltip_c94b .input_orange_6956 {
    display: block;
  }
}
.primary-smooth-7b0a .widget-fcf5,
.tooltip_c94b .widget-fcf5 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .primary-smooth-7b0a .widget-fcf5,
  .tooltip_c94b .widget-fcf5 {
    margin-bottom: 1em;
  }
}
.primary-smooth-7b0a .widget-fcf5 img,
.tooltip_c94b .widget-fcf5 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.primary-smooth-7b0a .tiny-6aa7,
.tooltip_c94b .tiny-6aa7 {
  flex-basis: calc(100% - 160px);
}
.primary-smooth-7b0a .tiny-6aa7 p,
.tooltip_c94b .tiny-6aa7 p {
  margin-bottom: 0;
}
.primary-smooth-7b0a .tiny-6aa7 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .primary-smooth-7b0a .tiny-6aa7 {
    padding-left: 0;
  }
}
.tooltip_c94b .tiny-6aa7 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .tooltip_c94b .tiny-6aa7 {
    padding-right: 0;
  }
}
.tooltip_c94b .widget-fcf5 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.content-up-387e .widget-fcf5 {
  margin-bottom: 0.5em;
}
.content-up-387e .widget-fcf5 img {
  width: 100%;
}
.icon-548b .narrow-bef8,
.medium-e6fb .narrow-bef8 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.medium-e6fb .heading_de78 .solid_234c p:last-child {
  margin-bottom: 0;
}
.content-left-d916 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.message_3962 .carousel_first_3903 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .message_3962 .carousel_first_3903:last-of-type {
    margin-bottom: 0;
  }
}
.message_3962 .carousel_first_3903 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.message_3962 .carousel_first_3903 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.message_3962 .carousel_first_3903 ul li {
  margin: 0 0 0.6em;
}
.message_3962 .carousel_first_3903 ul li.medium_5192,
.message_3962 .carousel_first_3903 ul li.notification-a5ac {
  position: relative;
}
.message_3962 .carousel_first_3903 ul li.medium_5192 .full_84fc,
.message_3962 .carousel_first_3903 ul li.notification-a5ac .full_84fc {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.message_3962 .carousel_first_3903 ul li.medium_5192:after:after,
.message_3962 .carousel_first_3903 ul li.medium_5192:after:before,
.message_3962
  .carousel_first_3903
  ul
  li.notification-a5ac:after:after,
.message_3962
  .carousel_first_3903
  ul
  li.notification-a5ac:after:before {
  content: "";
  display: table;
}
.message_3962 .carousel_first_3903 ul li.medium_5192:after:after,
.message_3962
  .carousel_first_3903
  ul
  li.notification-a5ac:after:after {
  clear: both;
}
.message_3962 .carousel_first_3903 a.text_top_1dac:hover {
  text-decoration: none;
}
.message_3962 .carousel_first_3903 select {
  max-width: 100%;
}
.message_3962 .carousel_first_3903 table {
  font-size: 85%;
}
.message_3962 .carousel_first_3903 table td,
.message_3962 .carousel_first_3903 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.message_3962 .carousel_first_3903 table tfoot td {
  text-align: left;
}
.message_3962 .carousel_first_3903 :last-child {
  margin-bottom: 0;
}
.message_3962 .carousel_first_3903 .form_active_e2e2 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.message_3962 .carousel_first_3903 .form_active_e2e2 label {
  width: 100%;
}
.message_3962 .carousel_first_3903 .form_active_e2e2 .dim-7c13 {
  width: 100%;
  display: block;
}
.message_3962 .carousel_first_3903 .form_active_e2e2 .thumbnail_dirty_623d {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.message_3962 .carousel_first_3903 .form_active_e2e2 .thumbnail_dirty_623d:hover svg #svg-search {
  fill: #444;
}
.message_3962 .carousel_first_3903 .form_active_e2e2 .thumbnail_dirty_623d svg {
  width: 18px;
  height: 18px;
}
.message_3962 .grid_middle_fb84 ul ul,
.message_3962 .smooth_31ef ul ul,
.message_3962 .easy-6455 ul ul,
.message_3962 .module-c919 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.message_3962 .grid_middle_fb84 .secondary-last-0a60 > a,
.message_3962 .smooth_31ef .secondary-last-0a60 > a,
.message_3962 .easy-6455 .secondary-last-0a60 > a,
.message_3962 .module-c919 .secondary-last-0a60 > a {
  margin-bottom: 0;
}
.message_3962 .fluid_0d79 li,
.message_3962 .grid_middle_fb84 li,
.message_3962 .sort_green_4df7 li,
.message_3962 .smooth_31ef li,
.message_3962 .easy-6455 li,
.message_3962 .module-c919 li,
.message_3962 .mask_69bb li,
.message_3962 .north-1245 li {
  display: block;
  position: relative;
}
.message_3962 .fluid_0d79 li:last-child,
.message_3962 .grid_middle_fb84 li:last-child,
.message_3962 .sort_green_4df7 li:last-child,
.message_3962 .smooth_31ef li:last-child,
.message_3962 .easy-6455 li:last-child,
.message_3962 .module-c919 li:last-child,
.message_3962 .mask_69bb li:last-child,
.message_3962 .north-1245 li:last-child {
  border: none;
}
.message_3962 .fluid_0d79 li a,
.message_3962 .grid_middle_fb84 li a,
.message_3962 .sort_green_4df7 li a,
.message_3962 .smooth_31ef li a,
.message_3962 .easy-6455 li a,
.message_3962 .module-c919 li a,
.message_3962 .mask_69bb li a,
.message_3962 .north-1245 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.message_3962 .fluid_0d79 li ul li::before,
.message_3962 .grid_middle_fb84 li ul li::before,
.message_3962 .sort_green_4df7 li ul li::before,
.message_3962 .smooth_31ef li ul li::before,
.message_3962 .easy-6455 li ul li::before,
.message_3962 .module-c919 li ul li::before,
.message_3962 .mask_69bb li ul li::before,
.message_3962 .north-1245 li ul li::before {
  left: 15px;
}
.message_3962 .fluid_0d79 li ul a,
.message_3962 .grid_middle_fb84 li ul a,
.message_3962 .sort_green_4df7 li ul a,
.message_3962 .smooth_31ef li ul a,
.message_3962 .easy-6455 li ul a,
.message_3962 .module-c919 li ul a,
.message_3962 .mask_69bb li ul a,
.message_3962 .north-1245 li ul a {
  padding-left: 20px;
}
.message_3962 .fluid_0d79 li ul ul li::before,
.message_3962 .grid_middle_fb84 li ul ul li::before,
.message_3962 .sort_green_4df7 li ul ul li::before,
.message_3962 .smooth_31ef li ul ul li::before,
.message_3962 .easy-6455 li ul ul li::before,
.message_3962 .module-c919 li ul ul li::before,
.message_3962 .mask_69bb li ul ul li::before,
.message_3962 .north-1245 li ul ul li::before {
  left: 30px;
}
.message_3962 .fluid_0d79 li ul ul a,
.message_3962 .grid_middle_fb84 li ul ul a,
.message_3962 .sort_green_4df7 li ul ul a,
.message_3962 .smooth_31ef li ul ul a,
.message_3962 .easy-6455 li ul ul a,
.message_3962 .module-c919 li ul ul a,
.message_3962 .mask_69bb li ul ul a,
.message_3962 .north-1245 li ul ul a {
  padding-left: 40px;
}
.message_3962 .logo_d6dc li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.message_3962 .north-1245 ul li {
  margin-bottom: 1.41575em;
}
.message_3962 .north-1245 ul li .box-selected-b80a {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.message_3962 .north-1245 ul li .bright_05cf {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.alert-dd0b .fluid_0d79 li a,
.alert-dd0b .grid_middle_fb84 li a,
.alert-dd0b .sort_green_4df7 li a,
.alert-dd0b .smooth_31ef li a,
.alert-dd0b .easy-6455 li a,
.alert-dd0b .module-c919 li a,
.alert-dd0b .mask_69bb li a,
.alert-dd0b .north-1245 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.alert-dd0b .logo_d6dc li {
  border-color: rgba(255, 255, 255, 0.08);
}
.alert-dd0b .carousel_first_3903 ul li.medium_5192 .full_84fc,
.alert-dd0b .carousel_first_3903 ul li.notification-a5ac .full_84fc {
  background: rgba(0, 0, 0, 0.2);
}
.alert-dd0b .message_3962 .carousel_first_3903 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.focus-in-fe65 .message_3962 .advanced_db1c li {
  margin: 0;
}
.focus-in-fe65 .message_3962 .advanced_db1c li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.focus-in-fe65 .message_3962 .advanced_db1c li ul {
  margin: 0;
}
.focus-in-fe65 .message_3962 .advanced_db1c li ul li a {
  padding-left: 15px;
}
.focus-in-fe65 .message_3962 .advanced_db1c li ul li li a {
  padding-left: 30px;
}
.focus-in-fe65 .message_3962 .advanced_db1c li.caption_60e4 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.focus-in-fe65 .message_3962 .advanced_db1c li.caption_60e4 > 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;
}
.focus-in-fe65 .message_3962 .advanced_db1c li.caption_60e4 > 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;
}
.tabs_847c a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.dirty-ae17 {
  position: relative;
  z-index: 10;
}
.dirty-ae17 .feature-over-24e1 {
  width: 100%;
  max-width: 100%;
}
.component-8080 .pagination_1dff {
  padding-top: 2em;
  padding-bottom: 2em;
}
.component-8080 .gradient_a6e7 {
}
.component-8080 .alert-dd0b {
  background: #292929;
}
.label-a773 .pagination_1dff {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.label-a773 .gradient_a6e7 {
  background: #f9f9f9;
}
.label-a773 .alert-dd0b {
  background: #303030;
}
.paragraph_5e6a .pagination_1dff {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .paragraph_5e6a .component_bronze_2ed5 {
    margin-bottom: 1em;
  }
  .paragraph_5e6a .component_bronze_2ed5:last-child {
    margin-bottom: 0;
  }
}
.paragraph_5e6a .gradient_a6e7 {
  background: #ededed;
}
.paragraph_5e6a .alert-dd0b {
  background: #1a1a1a;
}
.pagination_1dff.gradient_a6e7 {
  color: rgba(0, 0, 0, 0.6);
}
.pagination_1dff.gradient_a6e7 .gallery-fluid-5f62 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.pagination_1dff.alert-dd0b {
  color: rgba(255, 255, 255, 0.99);
}
.pagination_1dff.alert-dd0b a:not(.text_top_1dac) {
  color: rgba(255, 255, 255, 0.79);
}
.pagination_1dff.alert-dd0b a:not(.text_top_1dac):hover {
  color: rgba(255, 255, 255, 0.99);
}
.pagination_1dff.alert-dd0b .gallery-fluid-5f62 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.pagination_1dff.alert-dd0b table tbody td,
.pagination_1dff.alert-dd0b table th {
  background: rgba(0, 0, 0, 0.08);
}
.description-4240.carousel-fresh-e54d .overlay_up_08f8 {
  max-width: initial;
}
.description-4240 .picture_df38 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.description-4240 .picture_df38 .feature-over-24e1 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .description-4240 .picture_df38 .feature-over-24e1 {
    display: block;
    margin-bottom: 2em;
  }
  .description-4240 .picture_df38 .feature-over-24e1:last-child {
    margin-bottom: 0;
  }
}
.paragraph_5e6a .component_bronze_2ed5:last-child,
.label-a773 .component_bronze_2ed5:last-child,
.component-8080 .component_bronze_2ed5:last-child {
  margin-bottom: 0;
}
.paragraph_5e6a .component_bronze_2ed5 .message_3962 .carousel_first_3903:last-child,
.label-a773 .component_bronze_2ed5 .message_3962 .carousel_first_3903:last-child,
.component-8080 .component_bronze_2ed5 .message_3962 .carousel_first_3903:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .paragraph_5e6a .hidden_d568,
  .paragraph_5e6a .east-e330,
  .label-a773 .hidden_d568,
  .label-a773 .east-e330,
  .component-8080 .hidden_d568,
  .component-8080 .east-e330 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .dirty-ae17 .component_bronze_2ed5 {
    margin-bottom: 2em;
  }
}
.dirty-ae17 p:last-child {
  margin-bottom: 0;
}
.dirty-ae17 li,
.dirty-ae17 ul {
  list-style: none;
  margin: 0;
}
.dirty-ae17 ul ul {
  margin-left: 2.617924em;
}
.hero_2cd7 {
  font-size: 0.875em;
}

/* css-noise: 99f1 */
.phantom-card-k7 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
