/*!
Theme Name: Customify
Theme URI: https://pressmaximum.tertiary_469b/customify
Author: WPCustomify
Author URI: https://pressmaximum.tertiary_469b
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.tertiary_469b/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.badge-40c1.pattern-fixed-7a9c/licenses/gpl-2.0.in_4876
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.carousel_031d/, (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.west-005f.column_37d7/normalize.feature_south_4c31/
 ======
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.feature_south_4c31 v7.0.0 | MIT License | github.tertiary_469b/necolas/normalize.feature_south_4c31 */
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;
}
.hard-d09a .container-red-b345,
.gradient-upper-f713,
.outline-7307,
.top_dae8,
.smooth_fa19,
.hard_b82a,
.yellow-9adc,
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;
}
.gradient-upper-f713,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .gradient-upper-f713,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .gradient-upper-f713,
  h1 {
    font-size: 1.8em;
  }
}
.outline-7307,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.outline-7307 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .outline-7307,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .outline-7307,
  h2 {
    font-size: 1.7em;
  }
}
.top_dae8,
h3 {
  font-size: 1.618em;
}
.hard-d09a .container-red-b345,
.smooth_fa19,
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.avatar_dde9 {
  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;
}
.rough-865e:after,
.rough-865e:before,
.short-6ddd:after,
.short-6ddd:before {
  content: "";
  display: table;
}
.rough-865e:after,
.short-6ddd:after {
  clear: both;
}
.grid-medium-77d9 {
  float: right;
  margin-right: 0;
}
.dynamic_0786 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.accordion-fluid-a72c .link_wide_74e9,
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;
}
.accordion-fluid-a72c .link_wide_74e9: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;
}
.widget-silver-6ab9 .link_wide_74e9 {
  box-shadow: none;
}
.widget-silver-6ab9
  .link_wide_74e9
  .tertiary-fixed-57f0 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.widget-silver-6ab9 .link_wide_74e9 .tooltip_df2f {
  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;
}
.widget-silver-6ab9
  .link_wide_74e9
  .tooltip_df2f
  b {
  display: none;
}
.widget-silver-6ab9 .static-4276 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.thick-0460:not(.caption-9c3c):not(.overlay-current-12d7),
button:not(.caption-9c3c):not(.overlay-current-12d7),
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ) {
  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;
}
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):hover,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):hover,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):hover,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):hover,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):active,
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):active,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):active,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):active,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):active,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus {
  outline: 0;
}
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75 {
  position: relative;
}
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .notice_b25f,
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .tall-6bfc,
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .image-dd50,
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  i,
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  svg,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .notice_b25f,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .tall-6bfc,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .image-dd50,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  i,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  svg,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .notice_b25f,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .tall-6bfc,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .image-dd50,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  i,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  svg,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .notice_b25f,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .tall-6bfc,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .image-dd50,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  i,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  svg,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .notice_b25f,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .tall-6bfc,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  .image-dd50,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  i,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75
  svg {
  visibility: hidden;
}
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75:after,
button:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75:after,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75:after,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75:after,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ).fn-loading-9e75: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;
}
.thick-0460:not(.caption-9c3c):not(.overlay-current-12d7),
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ) {
  color: #fff;
  background: #235787;
}
.thick-0460:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
input[type="button"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
input[type="reset"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus,
input[type="submit"]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ):focus {
  color: #fff;
}
.thick-0460.fn-disabled-9e75:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
.thick-0460[disabled]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
button.fn-disabled-9e75:not(.caption-9c3c):not(
    .overlay-current-12d7
  ),
button[disabled]:not(.caption-9c3c):not(
    .overlay-current-12d7
  ) {
  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;
}
.title_0749 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.title_0749: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;
}
.container-02d6 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.frame_basic_bc8a {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.video-short-128e {
  clear: both;
  display: block;
  margin: 0 auto;
}
.rough-865e:after,
.rough-865e:before,
.east-2f49:after,
.east-2f49:before,
.gradient-active-accf:after,
.gradient-active-accf:before,
.picture-dim-0407:after,
.picture-dim-0407:before,
.outer_a264:after,
.outer_a264:before,
.notice_selected_2ae4:after,
.notice_selected_2ae4:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.rough-865e:after,
.east-2f49:after,
.gradient-active-accf:after,
.picture-dim-0407:after,
.outer_a264:after,
.notice_selected_2ae4:after {
  clear: both;
}
.east-2f49 .gradient_2a2c,
.gradient-active-accf .gradient_2a2c,
.photo_5d93 .gradient_2a2c {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.notice-purple-8236 {
  display: inline-block;
}
.small_94dd {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.small_94dd img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small_94dd .steel_d7ab {
  padding: 1em 0;
  font-size: 85%;
}
.steel_d7ab {
  text-align: left;
  font-style: italic;
  color: #999;
}
.over_13bf {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.over_13bf:after,
.over_13bf:before {
  content: "";
  display: table;
}
.over_13bf:after {
  clear: both;
}
.wood_1280 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.input_310b .wood_1280 {
  max-width: 50%;
}
.filter-current-deef .wood_1280 {
  max-width: 33.33%;
}
.purple-4b1b .wood_1280 {
  max-width: 25%;
}
.current-d4f0 .wood_1280 {
  max-width: 20%;
}
.in_67f2 .wood_1280 {
  max-width: 16.66%;
}
.search_rough_b122 .wood_1280 {
  max-width: 14.28%;
}
.popup-upper-2107 .wood_1280 {
  max-width: 12.5%;
}
.brown-aeec .wood_1280 {
  max-width: 11.11%;
}
.input-bde0 {
  display: block;
}
.hard-d09a .list_iron_881f label,
.hard-d09a .outline_red_558d label,
.hard-d09a .dim_19a0 label,
.hard-d09a .rough_0a53 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.shadow-medium-955a {
  list-style: none;
  margin: 0;
}
.shadow-medium-955a article.gold_f58e {
  margin-bottom: 0;
}
.shadow-medium-955a ul {
  list-style: none;
  margin: 0;
}
.shadow-medium-955a .yellow_8060 li.gold_f58e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .shadow-medium-955a .yellow_8060 li.gold_f58e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .shadow-medium-955a .yellow_8060 li.gold_f58e:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .shadow-medium-955a .yellow_8060 li.gold_f58e li.gold_f58e li.gold_f58e li.gold_f58e {
    padding-left: 0;
  }
}
article.gold_f58e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.gold_f58e .east-2f49 p:last-of-type {
  margin-bottom: 0;
}
article.gold_f58e .block-a12d {
  float: left;
}
article.gold_f58e .pink-99a8 {
  margin-left: 85px;
}
article.gold_f58e .popup-over-4e27 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.gold_f58e .popup-over-4e27 .badge_thick_cf04 {
  margin-left: 10px;
}
article.gold_f58e .link-f246 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.gold_f58e .banner-mini-416e {
  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 .list_iron_881f,
  #respond .dim_19a0,
  #respond .rough_0a53 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .list_iron_881f input,
#respond .dim_19a0 input,
#respond .rough_0a53 input {
  width: 100%;
}
#respond .rough_0a53 {
  margin-right: 0;
}
#respond .static-c5a0 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.highlight-red-eeee {
  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;
}
.highlight-red-eeee.primary_35ea {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.highlight-red-eeee 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%);
}
.highlight-red-eeee:focus,
.highlight-red-eeee: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);
}
.west-60e4 {
  border-radius: 10%;
}
.secondary_upper_58a3 {
  border-radius: 50%;
}
.article_new_0b2b {
  font-size: 0.72em;
}
.carousel-7d7a {
  font-size: 0.875em;
}
.table-c84d {
  font-size: 1.1em;
}
.link-hot-7c79 {
  text-transform: uppercase;
  line-height: 1.2;
}
.link-hot-7c79.article_new_0b2b {
  letter-spacing: 0.5px;
}
.message-yellow-af4a,
.message-yellow-af4a a {
  color: #6d6d6d;
}
.message-yellow-af4a a:hover {
  color: #111;
}
.gallery-8344 {
  color: #6d6d6d;
}
.picture_complex_f829 {
  overflow-x: hidden;
}
.picture_complex_f829 .item-west-e0d5.accent-84fa {
  position: relative;
}
.picture_complex_f829 .item-west-e0d5.accent-84fa.popup_bc78 {
  position: initial;
}
.picture_complex_f829
  .item-west-e0d5.accent-84fa.popup_bc78
  .outline-51b3 {
  left: auto;
}
.picture_complex_f829 .item-west-e0d5 .outline-51b3 {
  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;
}
.picture_complex_f829 .item-west-e0d5:hover.accent-84fa {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.picture_complex_f829
  .item-west-e0d5:hover.accent-84fa
  .outline-51b3 {
  display: block;
  z-index: 9999999;
}
.picture_complex_f829 .list-55bc .small_ac91,
.picture_complex_f829 .badge_2921 .small_ac91 {
  display: none;
}
.picture_complex_f829 .next-0700 .item-west-e0d5:hover.accent-84fa {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.hard-d09a .list_iron_881f label,
.hard-d09a .outline_red_558d label,
.hard-d09a .dim_19a0 label,
.hard-d09a .rough_0a53 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.shadow-medium-955a {
  list-style: none;
  margin: 0;
}
.shadow-medium-955a article.gold_f58e {
  margin-bottom: 0;
}
.shadow-medium-955a ul {
  list-style: none;
  margin: 0;
}
.shadow-medium-955a .yellow_8060 li.gold_f58e {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .shadow-medium-955a .yellow_8060 li.gold_f58e {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .shadow-medium-955a .yellow_8060 li.gold_f58e:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .shadow-medium-955a .yellow_8060 li.gold_f58e li.gold_f58e li.gold_f58e li.gold_f58e {
    padding-left: 0;
  }
}
article.gold_f58e {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.gold_f58e .east-2f49 p:last-of-type {
  margin-bottom: 0;
}
article.gold_f58e .block-a12d {
  float: left;
}
article.gold_f58e .pink-99a8 {
  margin-left: 85px;
}
article.gold_f58e .popup-over-4e27 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.gold_f58e .popup-over-4e27 .badge_thick_cf04 {
  margin-left: 10px;
}
article.gold_f58e .link-f246 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.gold_f58e .banner-mini-416e {
  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 .list_iron_881f,
  #respond .dim_19a0,
  #respond .rough_0a53 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .list_iron_881f input,
#respond .dim_19a0 input,
#respond .rough_0a53 input {
  width: 100%;
}
#respond .rough_0a53 {
  margin-right: 0;
}
#respond .static-c5a0 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.list-55bc .solid-9c7c {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.solid-9c7c .shade_5d9a.pagination-cold-e9de .menu_8c53 > li > a:focus,
.solid-9c7c .shade_5d9a.pagination-cold-e9de .menu_8c53 > li > a:hover,
.solid-9c7c .shade_5d9a.logo-pink-d563 .menu_8c53 > li > a:focus,
.solid-9c7c .shade_5d9a.logo-pink-d563 .menu_8c53 > li > a:hover,
.solid-9c7c .shade_5d9a.short_147d .menu_8c53 > li > a:focus,
.solid-9c7c .shade_5d9a.short_147d .menu_8c53 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.solid-9c7c
  .shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li.green-4a8d
  > a,
.solid-9c7c
  .shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li.center-c379
  > a,
.solid-9c7c
  .shade_5d9a.logo-pink-d563
  .menu_8c53
  > li.green-4a8d
  > a,
.solid-9c7c
  .shade_5d9a.logo-pink-d563
  .menu_8c53
  > li.center-c379
  > a,
.solid-9c7c
  .shade_5d9a.short_147d
  .menu_8c53
  > li.green-4a8d
  > a,
.solid-9c7c .shade_5d9a.short_147d .menu_8c53 > li.tiny_ff22 > a {
  color: rgba(255, 255, 255, 0.99);
}
.solid-9c7c .new-ce93,
.solid-9c7c .new-ce93 a {
  color: rgba(255, 255, 255, 0.99);
}
.solid-9c7c .accordion_3085.tertiary_next_ec08 li a,
.solid-9c7c .row-top-2455 a,
.solid-9c7c .frame_fresh_0948,
.solid-9c7c .menu_8c53 > li > a,
.solid-9c7c .inner_1641 {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c .accordion_3085.tertiary_next_ec08 li a:hover,
.solid-9c7c .row-top-2455 a:hover,
.solid-9c7c .frame_fresh_0948:hover,
.solid-9c7c .menu_8c53 > li > a:hover,
.solid-9c7c .inner_1641:hover {
  color: rgba(255, 255, 255, 0.99);
}
.solid-9c7c .border_c819 {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c .border_c819 .image-def6 {
  color: rgba(255, 255, 255, 0.99);
}
.solid-9c7c .border_c819:hover {
  color: rgba(255, 255, 255, 0.99);
}
.solid-9c7c .bright_e327 .notification_2e38 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c .bright_e327 .notification_2e38 .sidebar_large_3950 {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c
  .bright_e327
  .notification_2e38
  .sidebar_large_3950::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c
  .bright_e327
  .notification_2e38
  .sidebar_large_3950:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c
  .bright_e327
  .notification_2e38
  .sidebar_large_3950::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c
  .bright_e327
  .notification_2e38
  .sidebar_large_3950::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c .bright_e327 .hard_1395 {
  color: rgba(255, 255, 255, 0.79);
}
.solid-9c7c .bright_e327 .hard_1395:hover {
  color: rgba(255, 255, 255, 0.99);
}
.slider-yellow-8ee7
  .solid-9c7c
  .bright_e327
  .slow-029a
  .notice-bottom-d494 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.slider-yellow-8ee7
  .solid-9c7c
  .bright_e327
  .slow-029a
  .sidebar_large_3950 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.list-55bc .article_846c {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.article_846c .shade_5d9a.pagination-cold-e9de .menu_8c53 > li > a:focus,
.article_846c .shade_5d9a.pagination-cold-e9de .menu_8c53 > li > a:hover,
.article_846c .shade_5d9a.logo-pink-d563 .menu_8c53 > li > a:focus,
.article_846c .shade_5d9a.logo-pink-d563 .menu_8c53 > li > a:hover,
.article_846c .shade_5d9a.short_147d .menu_8c53 > li > a:focus,
.article_846c .shade_5d9a.short_147d .menu_8c53 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.article_846c
  .shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li.green-4a8d
  > a,
.article_846c
  .shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li.center-c379
  > a,
.article_846c
  .shade_5d9a.logo-pink-d563
  .menu_8c53
  > li.green-4a8d
  > a,
.article_846c
  .shade_5d9a.logo-pink-d563
  .menu_8c53
  > li.center-c379
  > a,
.article_846c
  .shade_5d9a.short_147d
  .menu_8c53
  > li.green-4a8d
  > a,
.article_846c .shade_5d9a.short_147d .menu_8c53 > li.tiny_ff22 > a {
  color: rgba(0, 0, 0, 0.8);
}
.article_846c .new-ce93,
.article_846c .new-ce93 a {
  color: rgba(0, 0, 0, 0.8);
}
.article_846c .accordion_3085.tertiary_next_ec08 li a,
.article_846c .row-top-2455 a,
.article_846c .frame_fresh_0948,
.article_846c .menu_8c53 > li > a,
.article_846c .inner_1641 {
  color: rgba(0, 0, 0, 0.55);
}
.article_846c .accordion_3085.tertiary_next_ec08 li a:hover,
.article_846c .row-top-2455 a:hover,
.article_846c .frame_fresh_0948:hover,
.article_846c .menu_8c53 > li > a:hover,
.article_846c .inner_1641:hover {
  color: rgba(0, 0, 0, 0.8);
}
.article_846c .border_c819 {
  color: rgba(0, 0, 0, 0.55);
}
.article_846c .border_c819 .image-def6 {
  color: rgba(0, 0, 0, 0.8);
}
.article_846c .border_c819:hover {
  color: rgba(0, 0, 0, 0.8);
}
.blue-3b91 .item_af98 {
  margin-left: auto;
  margin-right: auto;
}
.gradient-active-accf > * {
  margin-left: auto;
  margin-right: auto;
}
.gradient-active-accf .container-02d6 {
  margin-right: 1.41575em;
}
.backdrop_0b22 .gradient-active-accf > .breadcrumb-d490 {
  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;
}
.backdrop_0b22 .gradient-active-accf > .feature-action-34f6 {
  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;
}
.up_50a5.blue-3b91 .item_af98,
.panel-12dd.blue-3b91 .item_af98 {
  margin-left: 0;
}
.texture_6ab4.blue-3b91 .item_af98,
.menu_00f9.blue-3b91 .item_af98 {
  margin-right: 0;
}
.gradient-active-accf ol,
.gradient-active-accf ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.prev-eea8 video {
  max-width: 100%;
}
.disabled-11a4 img {
  display: block;
}
.disabled-11a4.container-02d6,
.disabled-11a4.frame_basic_bc8a {
  width: 100%;
}
.disabled-11a4.feature-action-34f6 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.button-51dc:not(.picture_top_91e9) {
  margin: 1.5em auto;
}
.old-5202 p {
  padding: 1.5em 14px;
}
ul.message-red-a235.feature-action-34f6,
ul.message-red-a235.breadcrumb-d490,
ul.message-red-a235.title-050c.breadcrumb-d490 {
  padding: 0 14px;
}
.accordion-gas-4b16 {
  display: block;
  overflow-x: auto;
}
.accordion-gas-4b16 table {
  border-collapse: collapse;
  width: 100%;
}
.accordion-gas-4b16 td,
.accordion-gas-4b16 th {
  padding: 0.5em;
}
.gradient-active-accf li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.gradient-active-accf ol ol,
.gradient-active-accf ol ul,
.gradient-active-accf ul ol,
.gradient-active-accf ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.gradient-active-accf ol ol li,
.gradient-active-accf ol ul li,
.gradient-active-accf ul ol li,
.gradient-active-accf ul ul li {
  margin-left: 0;
}
.highlight_81b5.sidebar_9c23 > .border-hard-dff0 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.highlight_81b5.sidebar_9c23 > .border-hard-dff0 iframe,
.highlight_81b5.sidebar_9c23 > .border-hard-dff0 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gradient_hot_dfc8 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.gradient_hot_dfc8.tertiary_09ef {
  padding: 0;
}
.gradient_hot_dfc8.tertiary_09ef cite {
  font-size: 13px;
}
.gradient_hot_dfc8 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.gradient_hot_dfc8 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.module-253e {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.module-253e > p:first-child {
  margin-top: 0;
}
.module-253e cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.module-253e blockquote {
  border-left: 0;
}
.pink_e40b {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.pink_e40b:not(.frame-72c0) {
  max-width: 100px;
}
.pink_e40b.disabled_pressed_a2f4 {
  border-bottom: none !important;
  text-align: center;
}
.pink_e40b.disabled_pressed_a2f4::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .old-5202 p {
    padding: 1.5em 0;
  }
}
.block_cold_2bb2 {
  color: #0073aa;
}
.accent_ad84 {
  background-color: #0073aa;
}
.modal-small-35ed {
  color: #229fd8;
}
.alert-gold-c29d {
  background-color: #229fd8;
}
.bright_b918 {
  color: #eee;
}
.shadow_db69 {
  background-color: #eee;
}
.fast_edd8 {
  color: #444;
}
.clean_221b {
  background-color: #444;
}
.backdrop-focused-c2e4 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.backdrop-focused-c2e4 .label_3ac4 .row-top-2455 {
  font-size: 15px;
}
.backdrop-focused-c2e4 .row-top-2455 {
  line-height: 1.3;
}
.backdrop-focused-c2e4 .article_846c {
}
.backdrop-focused-c2e4 .solid-9c7c {
  background: #235787;
}
.accent_solid_55a8 {
  padding: 0;
}
.accent_solid_55a8 .solid-9c7c {
  background: #1a1a1a;
}
.accent_solid_55a8 .article_846c {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.bronze_f53f {
  padding: 0;
  border-left: none;
  border-right: none;
}
.bronze_f53f .article_846c {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.bronze_f53f .solid-9c7c {
  background: #303030;
}
.notice_selected_2ae4 {
  position: relative;
  z-index: 10;
}
.notice_selected_2ae4 .video-up-a639 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cold-2e26 .accent-84fa {
  display: inline-block;
  vertical-align: middle;
}
.cold-2e26.smooth_8e8f .accent-84fa {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .cold-2e26.smooth_8e8f .accent-84fa {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .cold-2e26.smooth_8e8f .accent-84fa {
    margin-right: 0.4em;
  }
}
.cold-2e26.smooth_8e8f .accent-84fa:last-child {
  margin-right: 0;
}
.outline_light_6355 .video-up-a639 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .list-55bc .label_3ac4 {
    margin: 0 -0.5em;
  }
  .list-55bc .label_3ac4 [class*="customify-col-"],
  .list-55bc .label_3ac4 [class*="customify-col_"],
  .list-55bc .label_3ac4 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.list-55bc.filter_easy_acaa .video-up-a639 {
  background: 0 0 !important;
}
.list-55bc.filter_easy_acaa .video-up-a639,
.list-55bc.outline_light_6355 .video-up-a639 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .list-55bc.focus_b603 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.list-55bc.outline_light_6355 .video-up-a639 {
  box-shadow: none !important;
}
.outline_wood_13f4 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .outline_wood_13f4 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .outline_wood_13f4 {
    padding: 18px 0 20px;
  }
}
.outline_wood_13f4 .grid_2c1a {
  width: 100%;
}
.outline_wood_13f4 .nav-active-b0bb {
  margin-bottom: 0;
}
.outline_wood_13f4 .form_963f {
  margin-top: 5px;
  font-size: 0.875em;
}
.short_0e2b {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.short_0e2b .link-d7ac {
  width: 100%;
}
.pagination_fe36 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.pagination_fe36 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.pagination_fe36 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;
}
.pagination_fe36 li:last-child:after {
  display: none;
}
.pagination_fe36 li a {
  font-weight: 500;
  margin-right: 10px;
}
.lower-ec12 .small_ac91 button,
.outline_wood_13f4 .small_ac91 button {
  left: 0;
}
.lower-ec12 .link-d7ac,
.outline_wood_13f4 .link-d7ac {
  padding-left: 0;
  padding-right: 0;
}
.lower-ec12 .short_0e2b,
.outline_wood_13f4 .short_0e2b {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.lower-ec12 {
  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;
}
.lower-ec12: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;
}
.lower-ec12 .border-gas-db0e {
  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) {
  .lower-ec12 .border-gas-db0e {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .lower-ec12 .border-gas-db0e {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .lower-ec12 .border-gas-db0e {
    min-height: 200px;
  }
}
.lower-ec12 .pagination_fe36 {
  color: rgba(255, 255, 255, 0.8);
}
.lower-ec12 .pagination_fe36 a,
.lower-ec12 .pagination_fe36 li:after {
  color: inherit;
}
.lower-ec12 .pagination_fe36 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.element-61d4 {
  margin-bottom: 0.5em;
}
.text_63d2 {
  margin-bottom: 1.2em;
}
.text_63d2,
.element-61d4 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.text_63d2 p:last-child,
.element-61d4 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .small_ac91,
#masthead .small_ac91 {
  display: none;
}
#masthead
  > .small_ac91.dark_501e {
  display: none;
}
#masthead > .small_ac91 button {
  left: 0;
}
.left-547f {
  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%;
}
.left-547f .accent-84fa {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.left-547f .east-d1ce {
  display: -webkit-box;
  display: flex;
}
.left-547f .east-d1ce.notice_bc71 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.left-547f .east-d1ce.form-pink-ff52 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.left-547f .east-d1ce.frame-056b {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.left-547f.gas_3e8a.selected_e84e .east-d1ce.notice_bc71 {
  flex-basis: 100%;
}
.left-547f.badge_dim_50dc .east-d1ce.form-pink-ff52 {
  -webkit-box-flex: 1;
  flex: auto;
}
.left-547f.badge_dim_50dc .east-d1ce.frame-056b {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .small_ac91.dark_501e {
  display: none;
}
#masthead > .small_ac91 button {
  left: 0;
}
.dirty_2087 {
  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;
}
.dirty_2087:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.dirty_2087.text-09c2 i {
  margin-right: 4px;
}
.dirty_2087.article-7ad6 i {
  margin-left: 5px;
}
.row-top-2455 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.row-top-2455 p:last-child {
  margin-bottom: 0;
}
.hero-ad3f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.hero-ad3f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.hero-ad3f img {
  display: block;
  width: auto;
  line-height: 1;
}
.hero-ad3f .new-ce93 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.hero-ad3f .green-d982 {
  margin: 5px 0 7px 0;
}
.hero-ad3f.paper-8c43 .gold-7a5f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hero-ad3f.paper-8c43 .light-df37 {
  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;
}
.hero-ad3f.medium-1037 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.hero-ad3f.medium-1037 .gold-7a5f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hero-ad3f.medium-1037 .light-df37 {
  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;
}
.hero-ad3f.accent-c2cc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.hero-ad3f.clean_f87f {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.hero-ad3f.clean_f87f .light-df37 {
  margin-top: 7px;
}
.box-large-c7e5 {
  display: inline-block;
}
.notice_selected_2ae4 .detail-bottom-c68d .hero-ad3f img {
  max-width: 100%;
}
.shade_5d9a .short_c660.breadcrumb_hard_2f99,
.panel_cd7a .short_c660.breadcrumb_hard_2f99 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.shade_5d9a .overlay_dynamic_e0ef,
.panel_cd7a .overlay_dynamic_e0ef {
  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%);
}
.shade_5d9a .overlay_dynamic_e0ef {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.shade_5d9a.list-f259 .overlay_dynamic_e0ef {
  display: none;
}
.shade_5d9a .gradient-90e6 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shade_5d9a .gradient-90e6 li {
  display: inline-block;
  position: relative;
}
.shade_5d9a .gradient-90e6 li:last-child {
  margin-right: 0;
}
.shade_5d9a .gradient-90e6 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;
}
.shade_5d9a .gradient-90e6 li.tiny_ff22 > a {
  color: rgba(0, 0, 0, 0.9);
}
.shade_5d9a .gradient-90e6 > 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;
}
.shade_5d9a .gradient-90e6 > li > a i {
  line-height: 0;
}
.shade_5d9a .gradient-90e6 > li.narrow_cf9d > a .overlay_dynamic_e0ef {
  margin-left: 4px;
  line-height: 0;
}
.shade_5d9a .gradient-90e6 .slow-8f9a li.narrow_cf9d > a {
  position: relative;
}
.shade_5d9a .gradient-90e6 .slow-8f9a li.narrow_cf9d > a:after,
.shade_5d9a .gradient-90e6 .slow-8f9a li.narrow_cf9d > a:before {
  content: "";
  display: table;
}
.shade_5d9a .gradient-90e6 .slow-8f9a li.narrow_cf9d > a:after {
  clear: both;
}
.shade_5d9a .gradient-90e6 .slow-8f9a li.narrow_cf9d > a .overlay_dynamic_e0ef {
  margin-left: 5px;
  float: right;
}
.shade_5d9a .notification_eeb2,
.shade_5d9a .slow-8f9a {
  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;
}
.shade_5d9a .slow-8f9a {
  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;
}
.shade_5d9a .slow-8f9a .breadcrumb_hard_2f99 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.shade_5d9a .slow-8f9a .overlay_dynamic_e0ef {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.shade_5d9a .slow-8f9a li {
  display: block;
  margin: 0;
  padding: 0;
}
.shade_5d9a .slow-8f9a 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;
}
.shade_5d9a .slow-8f9a li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.shade_5d9a .slow-8f9a .slow-8f9a {
  top: 0;
  left: 100%;
}
.shade_5d9a .active-0344.fn-focus-9e75 > .notification_eeb2,
.shade_5d9a .active-0344.fn-focus-9e75 > .slow-8f9a,
.shade_5d9a .active-0344:focus > .notification_eeb2,
.shade_5d9a .active-0344:focus > .slow-8f9a,
.shade_5d9a .active-0344:hover > .notification_eeb2,
.shade_5d9a .active-0344:hover > .slow-8f9a {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.shade_5d9a.short_147d .menu_8c53:after,
.shade_5d9a.short_147d .menu_8c53:before {
  content: "";
  display: table;
}
.shade_5d9a.short_147d .menu_8c53:after {
  clear: both;
}
.shade_5d9a.short_147d .menu_8c53 > li {
  float: left;
}
.shade_5d9a.border_motion_107a .menu_8c53:after,
.shade_5d9a.border_motion_107a .menu_8c53:before {
  content: "";
  display: table;
}
.shade_5d9a.border_motion_107a .menu_8c53:after {
  clear: both;
}
.shade_5d9a.border_motion_107a .menu_8c53 > li {
  float: left;
}
.shade_5d9a.border_motion_107a .menu_8c53 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.shade_5d9a.border_motion_107a .menu_8c53 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.shade_5d9a.border_motion_107a .menu_8c53 > li.green-4a8d > a,
.shade_5d9a.border_motion_107a .menu_8c53 > li.tiny_ff22 > a {
  color: #fff;
  background-color: #1e4b75;
}
.shade_5d9a.pagination-cold-e9de .menu_8c53 > li > a .breadcrumb_hard_2f99 {
  position: relative;
}
.shade_5d9a.pagination-cold-e9de .menu_8c53 > li > a .breadcrumb_hard_2f99: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;
}
.shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li:focus
  > a
  .breadcrumb_hard_2f99:before,
.shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li:hover
  > a
  .breadcrumb_hard_2f99:before {
  width: 100%;
  background-color: currentColor;
}
.shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li.green-4a8d
  > a
  .breadcrumb_hard_2f99:before,
.shade_5d9a.pagination-cold-e9de
  .menu_8c53
  > li.center-c379
  > a
  .breadcrumb_hard_2f99:before {
  width: 100%;
  background-color: currentColor;
}
.shade_5d9a.logo-pink-d563 .menu_8c53 > li > a .breadcrumb_hard_2f99 {
  position: relative;
}
.shade_5d9a.logo-pink-d563 .menu_8c53 > li > a .breadcrumb_hard_2f99: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;
}
.shade_5d9a.logo-pink-d563 .menu_8c53 > li:focus > a .breadcrumb_hard_2f99:before,
.shade_5d9a.logo-pink-d563
  .menu_8c53
  > li:hover
  > a
  .breadcrumb_hard_2f99:before {
  width: 100%;
  background-color: currentColor;
}
.shade_5d9a.logo-pink-d563
  .menu_8c53
  > li.green-4a8d
  > a
  .breadcrumb_hard_2f99:before,
.shade_5d9a.logo-pink-d563
  .menu_8c53
  > li.center-c379
  > a
  .breadcrumb_hard_2f99:before {
  width: 100%;
  background-color: currentColor;
}
.panel_cd7a .gradient-90e6 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel_cd7a .gradient-90e6 li:first-child > a {
  border-top: none;
}
.panel_cd7a .gradient-90e6 .badge_fb0e > .breadcrumb_hard_2f99 .overlay_dynamic_e0ef {
  display: none;
}
.panel_cd7a .gradient-90e6 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.panel_cd7a .gradient-90e6 li:last-child {
  border: none;
}
.panel_cd7a .gradient-90e6 li.narrow_cf9d > a {
  padding-right: 45px !important;
}
.panel_cd7a .gradient-90e6 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.panel_cd7a .gradient-90e6 li a:focus,
.panel_cd7a .gradient-90e6 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.panel_cd7a .gradient-90e6 li .list-top-fa8f {
  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;
}
.panel_cd7a .gradient-90e6 li .list-top-fa8f:hover {
  box-shadow: none;
}
.panel_cd7a .gradient-90e6 li .list-top-fa8f .overlay_dynamic_e0ef {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.panel_cd7a .gradient-90e6 .slow-8f9a {
  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);
}
.panel_cd7a .gradient-90e6 .slow-8f9a li a {
  padding-left: 3em;
}
.panel_cd7a .gradient-90e6 .layout-fe7b > a .list-top-fa8f i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel_cd7a .gradient-90e6 .layout-fe7b > .slow-8f9a {
  display: block;
  opacity: 1;
}
.message-hard-239c {
  max-width: 100%;
}
.tag_green_6aa0 {
  line-height: 0;
  cursor: pointer;
}
.inner_1641 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.inner_1641:hover {
  box-shadow: none;
  color: currentColor;
}
.inner_1641 svg {
  width: 18px;
  height: 18px;
}
.inner_1641 .under-edea {
  display: none;
}
.form-448d {
  position: relative;
}
.form-448d.fn-active-9e75 .inner_1641 .media_b9a6 {
  display: none;
}
.form-448d.fn-active-9e75 .inner_1641 .under-edea {
  display: inline-block;
}
.form-448d .bright_80ba {
  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);
}
.form-448d.mask_35ed .bright_80ba {
  left: auto;
  right: -0.9em;
}
.form-448d.mask_35ed .advanced_032e::before {
  left: auto;
  right: 15px;
}
.form-448d.fn-active-9e75 .bright_80ba {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slow-029a {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.slow-029a label {
  flex-basis: 100%;
}
.slow-029a .notification_2e38 {
  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;
}
.slow-029a .sidebar_large_3950 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.slow-029a .sidebar_large_3950:focus {
  background-color: transparent;
}
.slow-029a button.hard_1395 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.slow-029a button.hard_1395:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.slow-029a button.hard_1395 svg {
  width: 18px;
  height: 18px;
}
.slow-029a input[type="submit"] {
  min-height: auto;
}
.bright_e327 .slow-029a .sidebar_large_3950 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.advanced_032e {
  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) {
  .advanced_032e {
    width: 220px;
  }
}
.advanced_032e label {
  flex-basis: 100%;
}
.advanced_032e::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;
}
.slider-yellow-8ee7 .bright_e327 .slow-029a {
  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;
}
.slider-yellow-8ee7
  .bright_e327
  .slow-029a
  .notification_2e38 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.slider-yellow-8ee7 .bright_e327 .slow-029a .sidebar_large_3950 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.slider-yellow-8ee7
  .bright_e327
  .slow-029a
  .sidebar_large_3950:focus {
  background: 0 0;
}
.slider-yellow-8ee7
  .bright_e327
  .slow-029a
  .notice-bottom-d494 {
  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;
}
.accordion_3085 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.accordion_3085 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.accordion_3085 li:last-child {
  margin-right: 0;
}
.accordion_3085 li:first-child {
  margin-left: 0;
}
.accordion_3085.pagination_plasma_fbce a {
  color: #fff;
}
.accordion_3085.pagination_plasma_fbce a:hover {
  color: #fff;
}
.accordion_3085 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.accordion_3085 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.accordion_3085 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.accordion_3085 a:hover {
  opacity: 0.9;
  color: inherit;
}
.accordion_3085 [class*="social-icon-apple"] {
  background-color: #999;
}
.accordion_3085 [class*="social-icon-apple"].notification-502c {
  background-color: transparent;
  color: #999;
}
.accordion_3085 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.accordion_3085 [class*="social-icon-behance"].notification-502c {
  background-color: transparent;
  color: #1769ff;
}
.accordion_3085 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.accordion_3085 [class*="social-icon-bitbucket"].notification-502c {
  background-color: transparent;
  color: #205081;
}
.accordion_3085 [class*="social-icon-codepen"] {
  background-color: #000;
}
.accordion_3085 [class*="social-icon-codepen"].notification-502c {
  background-color: transparent;
  color: #000;
}
.accordion_3085 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.accordion_3085 [class*="social-icon-delicious"].notification-502c {
  background-color: transparent;
  color: #39f;
}
.accordion_3085 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.accordion_3085 [class*="social-icon-digg"].notification-502c {
  background-color: transparent;
  color: #005be2;
}
.accordion_3085 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.accordion_3085 [class*="social-icon-dribbble"].notification-502c {
  background-color: transparent;
  color: #ea4c89;
}
.accordion_3085 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.accordion_3085 [class*="social-icon-envelope"].notification-502c {
  background-color: transparent;
  color: #ea4335;
}
.accordion_3085 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.accordion_3085 [class*="social-icon-facebook"].notification-502c {
  background-color: transparent;
  color: #3b5998;
}
.accordion_3085 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.accordion_3085 [class*="social-icon-flickr"].notification-502c {
  background-color: transparent;
  color: #0063dc;
}
.accordion_3085 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.accordion_3085 [class*="social-icon-foursquare"].notification-502c {
  background-color: transparent;
  color: #2d5be3;
}
.accordion_3085 [class*="social-icon-github"] {
  background-color: #333;
}
.accordion_3085 [class*="social-icon-github"].notification-502c {
  background-color: transparent;
  color: #333;
}
.accordion_3085 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.accordion_3085 [class*="social-icon-google-plus"].notification-502c {
  background-color: transparent;
  color: #dd4b39;
}
.accordion_3085 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.accordion_3085 [class*="social-icon-houzz"].notification-502c {
  background-color: transparent;
  color: #7ac142;
}
.accordion_3085 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.accordion_3085 [class*="social-icon-instagram"].notification-502c {
  background-color: transparent;
  color: #262626;
}
.accordion_3085 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.accordion_3085 [class*="social-icon-jsfiddle"].notification-502c {
  background-color: transparent;
  color: #487aa2;
}
.accordion_3085 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.accordion_3085 [class*="social-icon-linkedin"].notification-502c {
  background-color: transparent;
  color: #0077b5;
}
.accordion_3085 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.accordion_3085 [class*="social-icon-medium"].notification-502c {
  background-color: transparent;
  color: #00ab6b;
}
.accordion_3085 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.accordion_3085
  [class*="social-icon-odnoklassniki"].notification-502c {
  background-color: transparent;
  color: #f4731c;
}
.accordion_3085 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.accordion_3085 [class*="social-icon-meetup"].notification-502c {
  background-color: transparent;
  color: #ec1c40;
}
.accordion_3085 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.accordion_3085 [class*="social-icon-pinterest"].notification-502c {
  background-color: transparent;
  color: #bd081c;
}
.accordion_3085 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.accordion_3085 [class*="social-icon-product-hunt"].notification-502c {
  background-color: transparent;
  color: #da552f;
}
.accordion_3085 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.accordion_3085 [class*="social-icon-reddit"].notification-502c {
  background-color: transparent;
  color: #ff4500;
}
.accordion_3085 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.accordion_3085 [class*="social-icon-rss"].notification-502c {
  background-color: transparent;
  color: #f26522;
}
.accordion_3085 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.accordion_3085
  [class*="social-icon-shopping-cart"].notification-502c {
  background-color: transparent;
  color: #4caf50;
}
.accordion_3085 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.accordion_3085 [class*="social-icon-skype"].notification-502c {
  background-color: transparent;
  color: #00aff0;
}
.accordion_3085 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.accordion_3085 [class*="social-icon-slideshare"].notification-502c {
  background-color: transparent;
  color: #0077b5;
}
.accordion_3085 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.accordion_3085 [class*="social-icon-snapchat"].notification-502c {
  background-color: transparent;
  color: #fffc00;
}
.accordion_3085 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.accordion_3085 [class*="social-icon-soundcloud"].notification-502c {
  background-color: transparent;
  color: #f80;
}
.accordion_3085 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.accordion_3085 [class*="social-icon-spotify"].notification-502c {
  background-color: transparent;
  color: #2ebd59;
}
.accordion_3085 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.accordion_3085
  [class*="social-icon-stack-overflow"].notification-502c {
  background-color: transparent;
  color: #fe7a15;
}
.accordion_3085 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.accordion_3085 [class*="social-icon-maldkfgram"].notification-502c {
  background-color: transparent;
  color: #2ca5e0;
}
.accordion_3085 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.accordion_3085 [class*="social-icon-tripadvisor"].notification-502c {
  background-color: transparent;
  color: #589442;
}
.accordion_3085 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.accordion_3085 [class*="social-icon-tumblr"].notification-502c {
  background-color: transparent;
  color: #35465c;
}
.accordion_3085 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.accordion_3085 [class*="social-icon-twitch"].notification-502c {
  background-color: transparent;
  color: #6441a5;
}
.accordion_3085 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.accordion_3085 [class*="social-icon-twitter"].notification-502c {
  background-color: transparent;
  color: #1da1f2;
}
.accordion_3085 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.accordion_3085 [class*="social-icon-vimeo"].notification-502c {
  background-color: transparent;
  color: #1ab7ea;
}
.accordion_3085 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.accordion_3085 [class*="social-icon-vk"].notification-502c {
  background-color: transparent;
  color: #45668e;
}
.accordion_3085 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.accordion_3085 [class*="social-icon-weibo"].notification-502c {
  background-color: transparent;
  color: #df2029;
}
.accordion_3085 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.accordion_3085 [class*="social-icon-weixin"].notification-502c {
  background-color: transparent;
  color: #7bb32e;
}
.accordion_3085 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.accordion_3085 [class*="social-icon-whatsapp"].notification-502c {
  background-color: transparent;
  color: #25d366;
}
.accordion_3085 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.accordion_3085 [class*="social-icon-wordpress"].notification-502c {
  background-color: transparent;
  color: #21759b;
}
.accordion_3085 [class*="social-icon-xing"] {
  background-color: #026466;
}
.accordion_3085 [class*="social-icon-xing"].notification-502c {
  background-color: transparent;
  color: #026466;
}
.accordion_3085 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.accordion_3085 [class*="social-icon-yelp"].notification-502c {
  background-color: transparent;
  color: #af0606;
}
.accordion_3085 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.accordion_3085 [class*="social-icon-youtube"].notification-502c {
  background-color: transparent;
  color: #cd201f;
}
.frame_fresh_0948 {
  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;
}
.frame_fresh_0948:hover {
  box-shadow: none;
  background: 0 0;
}
.bottom_f2fe {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.secondary_8ae8 {
  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;
}
.feature-bf37 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.shadow_4f7a {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.shadow_4f7a,
.shadow_4f7a::after,
.shadow_4f7a::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;
}
.shadow_4f7a::after,
.shadow_4f7a::before {
  content: "";
  display: block;
  background-color: inherit;
}
.column_5571 .secondary_8ae8 .feature-bf37 {
  margin-top: -2px;
  width: 19px;
}
.column_5571 .secondary_8ae8 .shadow_4f7a {
  margin-top: -1px;
}
.column_5571 .secondary_8ae8 .shadow_4f7a,
.column_5571 .secondary_8ae8 .shadow_4f7a::after,
.column_5571 .secondary_8ae8 .shadow_4f7a::before {
  width: 19px;
  height: 2px;
}
.column_5571 .secondary_8ae8 .shadow_4f7a::before {
  top: -6px;
}
.column_5571 .secondary_8ae8 .shadow_4f7a::after {
  bottom: -6px;
}
.block-solid-cbd9 .secondary_8ae8 .feature-bf37 {
  margin-top: -2px;
  width: 22px;
}
.block-solid-cbd9 .secondary_8ae8 .shadow_4f7a {
  margin-top: -1px;
}
.block-solid-cbd9 .secondary_8ae8 .shadow_4f7a,
.block-solid-cbd9 .secondary_8ae8 .shadow_4f7a::after,
.block-solid-cbd9 .secondary_8ae8 .shadow_4f7a::before {
  width: 22px;
  height: 2px;
}
.block-solid-cbd9 .secondary_8ae8 .shadow_4f7a::before {
  top: -7px;
}
.block-solid-cbd9 .secondary_8ae8 .shadow_4f7a::after {
  bottom: -7px;
}
.primary_be77 .secondary_8ae8 .feature-bf37 {
  margin-top: -2px;
  width: 31px;
}
.primary_be77 .secondary_8ae8 .shadow_4f7a {
  margin-top: -1.5px;
}
.primary_be77 .secondary_8ae8 .shadow_4f7a,
.primary_be77 .secondary_8ae8 .shadow_4f7a::after,
.primary_be77 .secondary_8ae8 .shadow_4f7a::before {
  width: 31px;
  height: 3px;
}
.primary_be77 .secondary_8ae8 .shadow_4f7a::before {
  top: -9px;
}
.primary_be77 .secondary_8ae8 .shadow_4f7a::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .focus-6284 .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 19px;
  }
  .focus-6284 .secondary_8ae8 .shadow_4f7a {
    margin-top: -1px;
  }
  .focus-6284 .secondary_8ae8 .shadow_4f7a,
  .focus-6284 .secondary_8ae8 .shadow_4f7a::after,
  .focus-6284 .secondary_8ae8 .shadow_4f7a::before {
    width: 19px;
    height: 2px;
  }
  .focus-6284 .secondary_8ae8 .shadow_4f7a::before {
    top: -6px;
  }
  .focus-6284 .secondary_8ae8 .shadow_4f7a::after {
    bottom: -6px;
  }
  .filter_6add .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 22px;
  }
  .filter_6add .secondary_8ae8 .shadow_4f7a {
    margin-top: -1px;
  }
  .filter_6add .secondary_8ae8 .shadow_4f7a,
  .filter_6add .secondary_8ae8 .shadow_4f7a::after,
  .filter_6add .secondary_8ae8 .shadow_4f7a::before {
    width: 22px;
    height: 2px;
  }
  .filter_6add .secondary_8ae8 .shadow_4f7a::before {
    top: -7px;
  }
  .filter_6add .secondary_8ae8 .shadow_4f7a::after {
    bottom: -7px;
  }
  .hovered_cffd .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 31px;
  }
  .hovered_cffd .secondary_8ae8 .shadow_4f7a {
    margin-top: -1.5px;
  }
  .hovered_cffd .secondary_8ae8 .shadow_4f7a,
  .hovered_cffd .secondary_8ae8 .shadow_4f7a::after,
  .hovered_cffd .secondary_8ae8 .shadow_4f7a::before {
    width: 31px;
    height: 3px;
  }
  .hovered_cffd .secondary_8ae8 .shadow_4f7a::before {
    top: -9px;
  }
  .hovered_cffd .secondary_8ae8 .shadow_4f7a::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .input-075f .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 19px;
  }
  .input-075f .secondary_8ae8 .shadow_4f7a {
    margin-top: -1px;
  }
  .input-075f .secondary_8ae8 .shadow_4f7a,
  .input-075f .secondary_8ae8 .shadow_4f7a::after,
  .input-075f .secondary_8ae8 .shadow_4f7a::before {
    width: 19px;
    height: 2px;
  }
  .input-075f .secondary_8ae8 .shadow_4f7a::before {
    top: -6px;
  }
  .input-075f .secondary_8ae8 .shadow_4f7a::after {
    bottom: -6px;
  }
  .image-164c .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 22px;
  }
  .image-164c .secondary_8ae8 .shadow_4f7a {
    margin-top: -1px;
  }
  .image-164c .secondary_8ae8 .shadow_4f7a,
  .image-164c .secondary_8ae8 .shadow_4f7a::after,
  .image-164c .secondary_8ae8 .shadow_4f7a::before {
    width: 22px;
    height: 2px;
  }
  .image-164c .secondary_8ae8 .shadow_4f7a::before {
    top: -7px;
  }
  .image-164c .secondary_8ae8 .shadow_4f7a::after {
    bottom: -7px;
  }
  .logo-5191 .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 31px;
  }
  .logo-5191 .secondary_8ae8 .shadow_4f7a {
    margin-top: -1.5px;
  }
  .logo-5191 .secondary_8ae8 .shadow_4f7a,
  .logo-5191 .secondary_8ae8 .shadow_4f7a::after,
  .logo-5191 .secondary_8ae8 .shadow_4f7a::before {
    width: 31px;
    height: 3px;
  }
  .logo-5191 .secondary_8ae8 .shadow_4f7a::before {
    top: -9px;
  }
  .logo-5191 .secondary_8ae8 .shadow_4f7a::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .item-current-2bcd .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 19px;
  }
  .item-current-2bcd .secondary_8ae8 .shadow_4f7a {
    margin-top: -1px;
  }
  .item-current-2bcd .secondary_8ae8 .shadow_4f7a,
  .item-current-2bcd .secondary_8ae8 .shadow_4f7a::after,
  .item-current-2bcd .secondary_8ae8 .shadow_4f7a::before {
    width: 19px;
    height: 2px;
  }
  .item-current-2bcd .secondary_8ae8 .shadow_4f7a::before {
    top: -6px;
  }
  .item-current-2bcd .secondary_8ae8 .shadow_4f7a::after {
    bottom: -6px;
  }
  .tag_8d51 .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 22px;
  }
  .tag_8d51 .secondary_8ae8 .shadow_4f7a {
    margin-top: -1px;
  }
  .tag_8d51 .secondary_8ae8 .shadow_4f7a,
  .tag_8d51 .secondary_8ae8 .shadow_4f7a::after,
  .tag_8d51 .secondary_8ae8 .shadow_4f7a::before {
    width: 22px;
    height: 2px;
  }
  .tag_8d51 .secondary_8ae8 .shadow_4f7a::before {
    top: -7px;
  }
  .tag_8d51 .secondary_8ae8 .shadow_4f7a::after {
    bottom: -7px;
  }
  .motion-92cd .secondary_8ae8 .feature-bf37 {
    margin-top: -2px;
    width: 31px;
  }
  .motion-92cd .secondary_8ae8 .shadow_4f7a {
    margin-top: -1.5px;
  }
  .motion-92cd .secondary_8ae8 .shadow_4f7a,
  .motion-92cd .secondary_8ae8 .shadow_4f7a::after,
  .motion-92cd .secondary_8ae8 .shadow_4f7a::before {
    width: 31px;
    height: 3px;
  }
  .motion-92cd .secondary_8ae8 .shadow_4f7a::before {
    top: -9px;
  }
  .motion-92cd .secondary_8ae8 .shadow_4f7a::after {
    bottom: -9px;
  }
}
.label-bright-9152 .shadow_4f7a {
  -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);
}
.label-bright-9152 .shadow_4f7a::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.label-bright-9152 .shadow_4f7a::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);
}
.label-bright-9152.tag_left_a2ec .shadow_4f7a {
  -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);
}
.label-bright-9152.tag_left_a2ec .shadow_4f7a::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.label-bright-9152.tag_left_a2ec .shadow_4f7a::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);
}
.message-dynamic-ec48 {
  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.simple-db2b:before {
  display: none;
}
.badge_2921 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.badge_2921 .description-f58d {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.badge_2921 .description-f58d:last-of-type {
  border-bottom: none;
}
.badge_2921 .description-f58d.picture_hovered_a510,
.badge_2921 .description-f58d.layout_stone_41a3,
.badge_2921 .description-f58d.nav_stone_f668 {
  padding: 0;
}
.badge_2921 .panel_cd7a .list-top-fa8f {
  color: currentColor;
}
.badge_2921 .panel_cd7a .list-top-fa8f:focus,
.badge_2921 .panel_cd7a .list-top-fa8f:hover {
  background: rgba(0, 0, 0, 0.01);
}
.badge_2921.article_846c .border_c819,
.badge_2921.article_846c .row-top-2455 a,
.badge_2921.article_846c .menu_8c53 a,
.badge_2921.article_846c .slow-8f9a a {
  color: rgba(0, 0, 0, 0.55);
}
.badge_2921.article_846c .border_c819:hover,
.badge_2921.article_846c .row-top-2455 a:hover,
.badge_2921.article_846c .menu_8c53 a:hover,
.badge_2921.article_846c .slow-8f9a a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.badge_2921.article_846c .image-def6 {
  color: rgba(0, 0, 0, 0.8);
}
.badge_2921.article_846c .description-f58d {
  border-color: rgba(0, 0, 0, 0.08);
}
.badge_2921.article_846c .description-f58d:before {
  background: rgba(0, 0, 0, 0.08);
}
.badge_2921.article_846c .banner-766c:before {
  background: rgba(255, 255, 255, 0.9);
}
.badge_2921.article_846c .panel_cd7a .gradient-90e6 li a,
.badge_2921.article_846c .panel_cd7a .list-top-fa8f,
.badge_2921.article_846c .slow-8f9a {
  border-color: rgba(0, 0, 0, 0.08);
}
.badge_2921.article_846c .panel_cd7a .list-top-fa8f:focus,
.badge_2921.article_846c .panel_cd7a .list-top-fa8f:hover {
  background: rgba(0, 0, 0, 0.01);
}
.badge_2921.article_846c .gradient-90e6 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.badge_2921.solid-9c7c .border_c819,
.badge_2921.solid-9c7c .row-top-2455 a,
.badge_2921.solid-9c7c .menu_8c53 .list-top-fa8f,
.badge_2921.solid-9c7c .menu_8c53 a,
.badge_2921.solid-9c7c .slow-8f9a a {
  color: rgba(255, 255, 255, 0.79);
}
.badge_2921.solid-9c7c .border_c819:hover,
.badge_2921.solid-9c7c .row-top-2455 a:hover,
.badge_2921.solid-9c7c .menu_8c53 .list-top-fa8f:hover,
.badge_2921.solid-9c7c .menu_8c53 a:hover,
.badge_2921.solid-9c7c .slow-8f9a a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.badge_2921.solid-9c7c .image-def6 {
  color: rgba(255, 255, 255, 0.99);
}
.badge_2921.solid-9c7c .description-f58d {
  border-color: rgba(255, 255, 255, 0.08);
}
.badge_2921.solid-9c7c .description-f58d:before {
  background: rgba(255, 255, 255, 0.08);
}
.badge_2921.solid-9c7c .banner-766c:before {
  background: rgba(0, 0, 0, 0.9);
}
.badge_2921.solid-9c7c .panel_cd7a .gradient-90e6 li a,
.badge_2921.solid-9c7c .panel_cd7a .list-top-fa8f,
.badge_2921.solid-9c7c .slow-8f9a {
  border-color: rgba(255, 255, 255, 0.08);
}
.badge_2921.solid-9c7c .panel_cd7a .list-top-fa8f:focus,
.badge_2921.solid-9c7c .panel_cd7a .list-top-fa8f:hover {
  background: rgba(0, 0, 0, 0.01);
}
.badge_2921.solid-9c7c .gradient-90e6 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.banner-766c {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.banner-766c:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.white_963a {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.gallery_073e .badge_2921 {
  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;
}
.gallery_073e .description-f58d {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.gallery_073e .description-f58d: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) {
  .gallery_073e .description-f58d:before {
    width: 16%;
    left: 42%;
  }
}
.gallery_073e .description-f58d:last-child:before {
  content: none;
}
.gallery_073e .description-f58d[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.gallery_073e .panel_cd7a .gradient-90e6 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.gallery_073e .panel_cd7a .gradient-90e6 li a .list-top-fa8f {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.gallery_073e .panel_cd7a .slow-8f9a {
  border: none;
}
.gallery_073e .panel_cd7a .slow-8f9a li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.gallery_073e .banner-766c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery_073e .white_963a {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.gallery_073e .solid-9c7c .banner-766c:before {
  background: rgba(0, 0, 0, 0.9);
}
.gallery_073e .article_846c.badge-5de3 .shadow_4f7a {
  background: rgba(0, 0, 0, 0.6);
}
.gallery_073e
  .article_846c.badge-5de3
  .shadow_4f7a::after,
.gallery_073e
  .article_846c.badge-5de3
  .shadow_4f7a:before {
  background: inherit;
}
.gallery_073e
  .article_846c.badge-5de3:hover
  .shadow_4f7a {
  background: rgba(0, 0, 0, 0.8);
}
.warm-89fe .badge_2921 {
  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) {
  .warm-89fe .badge_2921 {
    width: auto;
    right: 45px;
  }
}
.shade_9fd5 .badge_2921 {
  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) {
  .shade_9fd5 .badge_2921 {
    width: auto;
    left: 45px;
  }
}
.simple-db2b .badge_2921 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.simple-db2b .white_963a {
  max-width: 48em;
  margin: 0 auto;
}
.simple-db2b .banner-766c:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.right-e774 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.right-e774.gallery_073e .badge_2921 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.right-e774.warm-89fe .badge_2921 {
  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);
}
.right-e774 .badge_2921 {
  visibility: visible;
}
.right-e774.shade_9fd5 .badge_2921 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.orange_cb92,
.message-85d0 {
  overflow-x: hidden;
}
.orange_cb92 .badge_2921 {
  overflow: auto;
}
.orange_cb92.gallery_073e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.orange_cb92.gallery_073e .badge_2921 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.orange_cb92.gallery_073e .frame_fresh_0948 {
  opacity: 0;
}
.orange_cb92.warm-89fe {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.orange_cb92.warm-89fe .badge_2921 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.orange_cb92.warm-89fe .frame_fresh_0948 {
  opacity: 0;
}
.orange_cb92.shade_9fd5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.orange_cb92.shade_9fd5 .badge_2921 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.orange_cb92.shade_9fd5 .frame_fresh_0948 {
  opacity: 0;
}
.orange_cb92.simple-db2b .badge_2921 {
  z-index: 10;
  visibility: visible;
}
.badge-5de3 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.badge-5de3 .shadow_4f7a {
  background: rgba(255, 255, 255, 0.99);
}
.badge-5de3 .shadow_4f7a::after,
.badge-5de3 .shadow_4f7a:before {
  background: inherit;
}
.badge-5de3:hover .shadow_4f7a {
  background: rgba(255, 255, 255, 0.99);
}
.shade_9fd5 .badge-5de3 {
  top: 10px;
  right: auto;
  left: 12px;
}
.simple-db2b .badge-5de3 {
  display: none !important;
}
.orange_cb92:before,
.message-85d0:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.orange_cb92 .badge-5de3,
.message-85d0 .badge-5de3 {
  display: inline-block;
}
.badge_2921 .accent-84fa {
  -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;
}
.orange_cb92 .badge_2921 .accent-84fa,
.message-85d0 .badge_2921 .accent-84fa {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.stale-f6f7 .notification_2e38 {
  width: 100%;
}
.detail-bottom-c68d {
  padding: 0 0.5em 0;
}
.detail-bottom-c68d [class*="customify-col-"],
.detail-bottom-c68d [class*="customify-col_"],
.detail-bottom-c68d [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.outer_528e .detail-bottom-c68d {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .label_3ac4 .tall_cd4e,
  .tall_cd4e {
    display: none;
  }
  .paper_de6b {
    text-align: left;
  }
  .hard-01d0 {
    text-align: center;
  }
  .status-left-3f92 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .label_3ac4 .fresh_bd6e,
  .fresh_bd6e {
    display: none;
  }
  .tall-1980 {
    text-align: left;
  }
  .action_a915 {
    text-align: center;
  }
  .nav_d669 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .label_3ac4 .footer_08ab,
  .footer_08ab {
    display: none;
  }
  .fresh_9e52 {
    text-align: left;
  }
  .hard-ea74 {
    text-align: center;
  }
  .content-13f2 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.mask-steel-a7c0 {
  box-shadow: none !important;
}
.east-a44c .row-bae4,
.dropdown_e8d4 .row-bae4 {
  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;
}
.dropdown_e8d4 .row-bae4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.video-up-a639 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.video-up-a639:after,
.video-up-a639:before {
  content: "";
  display: table;
}
.video-up-a639:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .video-up-a639 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.video-up-a639,
.focus_b603 {
  max-width: 1248px;
  margin: 0 auto;
}

.picture-dim-0407.tag-6aaf .video-up-a639 {
  max-width: 100%;
}
.picture-dim-0407.right_216d {
  max-width: 1200px;
  margin: 0 auto;
}
.picture-dim-0407.thick-6cb0 .video-up-a639 {
  max-width: 100%;
}
.picture-dim-0407.thick-6cb0 > .video-up-a639 {
  padding-left: 0;
  padding-right: 0;
}
.picture-dim-0407.thick-6cb0 > .video-up-a639 .label_3ac4 {
  margin: 0;
}
.picture-dim-0407.thick-6cb0
  > .video-up-a639
  .middle_fbe5.wood-c760 {
  margin-right: 0;
  margin-left: 0;
}
.picture-dim-0407.thick-6cb0 #main.wood-c760 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .column_under_d2c7 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .column_under_d2c7 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .outline_f6c9 .item_af98 {
    padding-right: 1em;
  }
  .outline_f6c9.lite_b1a9 .middle_fbe5 {
    border-right: 1px solid #eaecee;
  }
  .outline_f6c9.lite_b1a9 .item_af98 {
    padding-right: 1em;
  }
  .outline_f6c9.lite_b1a9 .info_f926 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .container_dynamic_0e2b .item_af98 {
    padding-left: 1em;
  }
  .container_dynamic_0e2b.lite_b1a9 .middle_fbe5 {
    border-left: 1px solid #eaecee;
  }
  .container_dynamic_0e2b.lite_b1a9 .item_af98 {
    padding-left: 1em;
  }
  .container_dynamic_0e2b.lite_b1a9 .info_f926 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .rough-1a38 .item_af98 {
    padding-left: 1em;
  }
  .rough-1a38.lite_b1a9 .photo-9ae8 {
    border-right: 1px solid #eaecee;
  }
  .rough-1a38.lite_b1a9 .first-40b3 {
    border-right: 1px solid #eaecee;
  }
  .rough-1a38.lite_b1a9 .item_af98 {
    padding-left: 1em;
  }
  .rough-1a38.lite_b1a9 .info_f926 {
    padding-right: 1em;
  }
  .rough-1a38.lite_b1a9 .search_wide_b177 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .active-ccab .item_af98 {
    padding-right: 1em;
  }
  .active-ccab.lite_b1a9 .photo-9ae8 {
    border-left: 1px solid #eaecee;
  }
  .active-ccab.lite_b1a9 .first-40b3 {
    border-left: 1px solid #eaecee;
  }
  .active-ccab.lite_b1a9 .item_af98 {
    padding-right: 1em;
  }
  .active-ccab.lite_b1a9 .info_f926 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .active-ccab.lite_b1a9 .search_wide_b177 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .column_under_d2c7 .item_af98 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .column_under_d2c7.lite_b1a9 .middle_fbe5 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .column_under_d2c7.lite_b1a9 .item_af98 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .column_under_d2c7.lite_b1a9 .info_f926 {
    padding-left: 1em;
  }
  .column_under_d2c7.lite_b1a9 .search_wide_b177 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .column_under_d2c7.lite_b1a9 .item_af98 {
    padding-left: 0;
  }
}
.disabled_static_8c7f .cold-2e26 {
  display: inline-block;
}
.slider_ad68 {
  display: inline-block;
}
.label_down_bbe1 {
  word-con: break-word;
}
.detail_bronze_bd72 > span {
  display: inline-block;
  padding: 5px 0;
}
.detail_bronze_bd72 .summary_easy_545f {
  margin-left: 8px;
  margin-right: 8px;
}
.detail_bronze_bd72 .old_4888 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.wood_ee1f .avatar_6ba0 {
  margin-bottom: 2em;
}
.wood_ee1f .preview_9740 {
  margin-bottom: 15px;
}
.wood_ee1f .preview_9740:last-child {
  margin-bottom: 0;
}
.wood_ee1f .logo-solid-6f5f {
  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) {
  .wood_ee1f .logo-solid-6f5f {
    display: block;
  }
}
.wood_ee1f .rough_54b3 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .wood_ee1f .rough_54b3 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.wood_ee1f .upper-6927 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.wood_ee1f .upper-6927 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.wood_ee1f .upper-6927 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.wood_ee1f .label_down_bbe1 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.wood_ee1f .label_down_bbe1 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.wood_ee1f .picture_out_07fa p:last-child {
  margin-bottom: 0;
}
.wood_ee1f .button_fb38 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.wood_ee1f .input-center-d454 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.wood_ee1f .section-4df3 {
  margin-top: 1em;
}
.wood_ee1f .in-7304 {
  top: 0;
  display: block;
}
.wood_ee1f .in-7304 a {
  color: inherit;
}
.wood_ee1f .in-7304 a:hover {
  color: inherit;
}
.wood_ee1f .full_b327 {
  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;
}
.wood_ee1f .full_b327:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.wood_ee1f .input-center-d454 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.wood_ee1f .table_3e6b {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.wood_ee1f .table_3e6b:first-child {
  margin-top: 0;
}
.wood_ee1f .table_3e6b.south-afcd {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wood_ee1f .table_3e6b.badge-small-735e {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.wood_ee1f
  .table_3e6b.badge-small-735e.in_5b0a
  .section-4df3 {
  width: 100%;
}
.wood_ee1f .badge-small-735e {
  -webkit-box-align: center;
  align-items: center;
}
.wood_ee1f .badge-small-735e .detail_bronze_bd72,
.wood_ee1f .badge-small-735e > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.wood_ee1f .upper-6927 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wood_ee1f .upper-6927 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wood_ee1f .upper-6927: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;
}
.wood_ee1f .south-afcd {
  z-index: 5;
}
.wood_ee1f .filter_c6b0 .active_north_2acd {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.wood_ee1f .thick-9595 .active_north_2acd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.wood_ee1f .static_d4d2 .active_north_2acd {
  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;
}
.wood_ee1f.purple-5ffd .logo-solid-6f5f,
.wood_ee1f.current-94b2 .logo-solid-6f5f {
  display: block;
}
.wood_ee1f.purple-5ffd .logo-solid-6f5f .footer-complex-0ec1,
.wood_ee1f.purple-5ffd .logo-solid-6f5f .input-center-d454,
.wood_ee1f.current-94b2 .logo-solid-6f5f .footer-complex-0ec1,
.wood_ee1f.current-94b2 .logo-solid-6f5f .input-center-d454 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.wood_ee1f.input_fixed_2818 .rough_54b3 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .wood_ee1f.input_fixed_2818 .rough_54b3 {
    margin-right: 0;
  }
}
.wood_ee1f.purple-5ffd .rough_54b3,
.wood_ee1f.current-94b2 .rough_54b3 {
  padding-top: 40%;
}
.wood_ee1f.purple-5ffd .avatar_6ba0,
.wood_ee1f.current-94b2 .avatar_6ba0 {
  display: block;
}
.wood_ee1f.purple-5ffd .fn-sticky-9e75 .input-center-d454,
.wood_ee1f.current-94b2 .fn-sticky-9e75 .input-center-d454 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.wood_ee1f.purple-5ffd .rough_54b3,
.wood_ee1f.current-94b2 .rough_54b3 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.wood_ee1f.purple-5ffd .input-center-d454 {
  padding: 1em;
}
.short_ad86 {
  margin: 30px auto;
  display: block;
}
.short_ad86 .media-iron-99e7 > * {
  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;
}
.short_ad86 .media-iron-99e7 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.short_ad86 .media-iron-99e7 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.header-9ce1 .detail_bronze_bd72 {
  margin-bottom: 1.41575em;
}
.header-9ce1 .inner-1e86 {
  margin-bottom: 1.618em;
}
.gradient-active-accf .short-4343 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.gradient-active-accf .short-4343 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.gradient-active-accf .orange_697b {
  max-width: 100%;
  overflow: auto;
}
.blue-3b91 .gradient-active-accf a:hover {
  text-decoration: underline;
}
.motion-418b .preview_9740:not(.label_down_bbe1),
.motion-418b .upper-6927 {
  margin-bottom: 1.41575em;
}
.motion-418b .preview_9740:not(.label_down_bbe1):last-child,
.motion-418b .upper-6927:last-child {
  margin-bottom: 0;
}
.motion-418b .preview_9740.glass-16dd {
  margin-bottom: 0.41575em;
}
.motion-418b .section_8818:before,
.motion-418b .summary_8fdb:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.motion-418b .section_8818:before {
  content: "\f115";
}
.motion-418b .summary_8fdb:before {
  content: "\f02c";
}
.motion-418b .wood-475a {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.motion-418b .wood-475a a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.wrapper-dfb6 {
  display: -webkit-box;
  display: flex;
}
.wrapper-dfb6 .steel_d2d8 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .wrapper-dfb6 .steel_d2d8 {
    flex-basis: 90px;
  }
}
.wrapper-dfb6 .logo-ff45 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .wrapper-dfb6 .logo-ff45 {
    flex-basis: calc(100% - 50px);
  }
}
.wrapper-dfb6 .media-tiny-6eee p:last-child {
  margin-bottom: 0.72em;
}
.module_bronze_63dc .media-iron-99e7 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.module_bronze_63dc .media-iron-99e7:after,
.module_bronze_63dc .media-iron-99e7:before {
  content: "";
  display: table;
}
.module_bronze_63dc .media-iron-99e7:after {
  clear: both;
}
.module_bronze_63dc .media-iron-99e7 .filter_prev_adf6,
.module_bronze_63dc .media-iron-99e7 .dynamic_f9cc {
  width: 49%;
}
.module_bronze_63dc .media-iron-99e7 .filter_prev_adf6 a span.shadow_89ed,
.module_bronze_63dc .media-iron-99e7 .dynamic_f9cc a span.shadow_89ed {
  display: block;
  margin-bottom: 5px;
}
.module_bronze_63dc .media-iron-99e7 .dynamic_f9cc {
  float: left;
  text-align: left;
}
.module_bronze_63dc .media-iron-99e7 .filter_prev_adf6 {
  float: right;
  text-align: right;
}
.modal-last-0d79 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .modal-last-0d79 {
    margin-bottom: 0;
  }
}
.background-upper-9188 {
  margin-bottom: 1em;
}
.background-upper-9188 .label_down_bbe1 {
  font-size: 1.1em;
  line-height: 1.3;
}
.complex-1bcf a {
  display: block;
  line-height: 0;
  position: relative;
}
.frame_slow_1184 .background-upper-9188,
.secondary_aa96 .background-upper-9188 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .frame_slow_1184 .background-upper-9188,
  .secondary_aa96 .background-upper-9188 {
    display: block;
  }
}
.frame_slow_1184 .complex-1bcf,
.secondary_aa96 .complex-1bcf {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .frame_slow_1184 .complex-1bcf,
  .secondary_aa96 .complex-1bcf {
    margin-bottom: 1em;
  }
}
.frame_slow_1184 .complex-1bcf img,
.secondary_aa96 .complex-1bcf img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.frame_slow_1184 .glass_fe7e,
.secondary_aa96 .glass_fe7e {
  flex-basis: calc(100% - 160px);
}
.frame_slow_1184 .glass_fe7e p,
.secondary_aa96 .glass_fe7e p {
  margin-bottom: 0;
}
.frame_slow_1184 .glass_fe7e {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .frame_slow_1184 .glass_fe7e {
    padding-left: 0;
  }
}
.secondary_aa96 .glass_fe7e {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .secondary_aa96 .glass_fe7e {
    padding-right: 0;
  }
}
.secondary_aa96 .complex-1bcf {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.layout-db7b .complex-1bcf {
  margin-bottom: 0.5em;
}
.layout-db7b .complex-1bcf img {
  width: 100%;
}
.background-tall-255e .image-glass-8541,
.upper_e88b .image-glass-8541 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.upper_e88b .middle_fbe5 .media_first_bed0 p:last-child {
  margin-bottom: 0;
}
.sidebar_medium_9e9b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.content_west_7ca6 .nav-old-26d6 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .content_west_7ca6 .nav-old-26d6:last-of-type {
    margin-bottom: 0;
  }
}
.content_west_7ca6 .nav-old-26d6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content_west_7ca6 .nav-old-26d6 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.content_west_7ca6 .nav-old-26d6 ul li {
  margin: 0 0 0.6em;
}
.content_west_7ca6 .nav-old-26d6 ul li.smooth_5057,
.content_west_7ca6 .nav-old-26d6 ul li.south_2ac5 {
  position: relative;
}
.content_west_7ca6 .nav-old-26d6 ul li.smooth_5057 .medium-76ce,
.content_west_7ca6 .nav-old-26d6 ul li.south_2ac5 .medium-76ce {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.content_west_7ca6 .nav-old-26d6 ul li.smooth_5057:after:after,
.content_west_7ca6 .nav-old-26d6 ul li.smooth_5057:after:before,
.content_west_7ca6
  .nav-old-26d6
  ul
  li.south_2ac5:after:after,
.content_west_7ca6
  .nav-old-26d6
  ul
  li.south_2ac5:after:before {
  content: "";
  display: table;
}
.content_west_7ca6 .nav-old-26d6 ul li.smooth_5057:after:after,
.content_west_7ca6
  .nav-old-26d6
  ul
  li.south_2ac5:after:after {
  clear: both;
}
.content_west_7ca6 .nav-old-26d6 a.thick-0460:hover {
  text-decoration: none;
}
.content_west_7ca6 .nav-old-26d6 select {
  max-width: 100%;
}
.content_west_7ca6 .nav-old-26d6 table {
  font-size: 85%;
}
.content_west_7ca6 .nav-old-26d6 table td,
.content_west_7ca6 .nav-old-26d6 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.content_west_7ca6 .nav-old-26d6 table tfoot td {
  text-align: left;
}
.content_west_7ca6 .nav-old-26d6 :last-child {
  margin-bottom: 0;
}
.content_west_7ca6 .nav-old-26d6 .pressed-5f05 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.content_west_7ca6 .nav-old-26d6 .pressed-5f05 label {
  width: 100%;
}
.content_west_7ca6 .nav-old-26d6 .pressed-5f05 .sidebar_large_3950 {
  width: 100%;
  display: block;
}
.content_west_7ca6 .nav-old-26d6 .pressed-5f05 .hard_1395 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.content_west_7ca6 .nav-old-26d6 .pressed-5f05 .hard_1395:hover svg #svg-search {
  fill: #444;
}
.content_west_7ca6 .nav-old-26d6 .pressed-5f05 .hard_1395 svg {
  width: 18px;
  height: 18px;
}
.content_west_7ca6 .media-large-001b ul ul,
.content_west_7ca6 .pattern_rough_eb6d ul ul,
.content_west_7ca6 .sidebar_narrow_1841 ul ul,
.content_west_7ca6 .aside-07c2 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.content_west_7ca6 .media-large-001b .narrow_cf9d > a,
.content_west_7ca6 .pattern_rough_eb6d .narrow_cf9d > a,
.content_west_7ca6 .sidebar_narrow_1841 .narrow_cf9d > a,
.content_west_7ca6 .aside-07c2 .narrow_cf9d > a {
  margin-bottom: 0;
}
.content_west_7ca6 .east_fdb2 li,
.content_west_7ca6 .media-large-001b li,
.content_west_7ca6 .carousel_b484 li,
.content_west_7ca6 .pattern_rough_eb6d li,
.content_west_7ca6 .sidebar_narrow_1841 li,
.content_west_7ca6 .aside-07c2 li,
.content_west_7ca6 .notice_new_84f8 li,
.content_west_7ca6 .table-easy-de73 li {
  display: block;
  position: relative;
}
.content_west_7ca6 .east_fdb2 li:last-child,
.content_west_7ca6 .media-large-001b li:last-child,
.content_west_7ca6 .carousel_b484 li:last-child,
.content_west_7ca6 .pattern_rough_eb6d li:last-child,
.content_west_7ca6 .sidebar_narrow_1841 li:last-child,
.content_west_7ca6 .aside-07c2 li:last-child,
.content_west_7ca6 .notice_new_84f8 li:last-child,
.content_west_7ca6 .table-easy-de73 li:last-child {
  border: none;
}
.content_west_7ca6 .east_fdb2 li a,
.content_west_7ca6 .media-large-001b li a,
.content_west_7ca6 .carousel_b484 li a,
.content_west_7ca6 .pattern_rough_eb6d li a,
.content_west_7ca6 .sidebar_narrow_1841 li a,
.content_west_7ca6 .aside-07c2 li a,
.content_west_7ca6 .notice_new_84f8 li a,
.content_west_7ca6 .table-easy-de73 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.content_west_7ca6 .east_fdb2 li ul li::before,
.content_west_7ca6 .media-large-001b li ul li::before,
.content_west_7ca6 .carousel_b484 li ul li::before,
.content_west_7ca6 .pattern_rough_eb6d li ul li::before,
.content_west_7ca6 .sidebar_narrow_1841 li ul li::before,
.content_west_7ca6 .aside-07c2 li ul li::before,
.content_west_7ca6 .notice_new_84f8 li ul li::before,
.content_west_7ca6 .table-easy-de73 li ul li::before {
  left: 15px;
}
.content_west_7ca6 .east_fdb2 li ul a,
.content_west_7ca6 .media-large-001b li ul a,
.content_west_7ca6 .carousel_b484 li ul a,
.content_west_7ca6 .pattern_rough_eb6d li ul a,
.content_west_7ca6 .sidebar_narrow_1841 li ul a,
.content_west_7ca6 .aside-07c2 li ul a,
.content_west_7ca6 .notice_new_84f8 li ul a,
.content_west_7ca6 .table-easy-de73 li ul a {
  padding-left: 20px;
}
.content_west_7ca6 .east_fdb2 li ul ul li::before,
.content_west_7ca6 .media-large-001b li ul ul li::before,
.content_west_7ca6 .carousel_b484 li ul ul li::before,
.content_west_7ca6 .pattern_rough_eb6d li ul ul li::before,
.content_west_7ca6 .sidebar_narrow_1841 li ul ul li::before,
.content_west_7ca6 .aside-07c2 li ul ul li::before,
.content_west_7ca6 .notice_new_84f8 li ul ul li::before,
.content_west_7ca6 .table-easy-de73 li ul ul li::before {
  left: 30px;
}
.content_west_7ca6 .east_fdb2 li ul ul a,
.content_west_7ca6 .media-large-001b li ul ul a,
.content_west_7ca6 .carousel_b484 li ul ul a,
.content_west_7ca6 .pattern_rough_eb6d li ul ul a,
.content_west_7ca6 .sidebar_narrow_1841 li ul ul a,
.content_west_7ca6 .aside-07c2 li ul ul a,
.content_west_7ca6 .notice_new_84f8 li ul ul a,
.content_west_7ca6 .table-easy-de73 li ul ul a {
  padding-left: 40px;
}
.content_west_7ca6 .title-3f07 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.content_west_7ca6 .table-easy-de73 ul li {
  margin-bottom: 1.41575em;
}
.content_west_7ca6 .table-easy-de73 ul li .banner-fcde {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.content_west_7ca6 .table-easy-de73 ul li .easy_0a54 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.solid-9c7c .east_fdb2 li a,
.solid-9c7c .media-large-001b li a,
.solid-9c7c .carousel_b484 li a,
.solid-9c7c .pattern_rough_eb6d li a,
.solid-9c7c .sidebar_narrow_1841 li a,
.solid-9c7c .aside-07c2 li a,
.solid-9c7c .notice_new_84f8 li a,
.solid-9c7c .table-easy-de73 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.solid-9c7c .title-3f07 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.solid-9c7c .nav-old-26d6 ul li.smooth_5057 .medium-76ce,
.solid-9c7c .nav-old-26d6 ul li.south_2ac5 .medium-76ce {
  background: rgba(0, 0, 0, 0.2);
}
.solid-9c7c .content_west_7ca6 .nav-old-26d6 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li {
  margin: 0;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li ul {
  margin: 0;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li ul li a {
  padding-left: 15px;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li ul li li a {
  padding-left: 30px;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li.tiny_ff22 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li.tiny_ff22 > 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;
}
.picture-dim-0407 .content_west_7ca6 .gradient-90e6 li.tiny_ff22 > 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;
}
.sidebar-black-0832 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.outer_a264 {
  position: relative;
  z-index: 10;
}
.outer_a264 .accent-84fa {
  width: 100%;
  max-width: 100%;
}
.box-1321 .picture_narrow_b7ea {
  padding-top: 2em;
  padding-bottom: 2em;
}
.box-1321 .article_846c {
}
.box-1321 .solid-9c7c {
  background: #292929;
}
.in-f2ef .picture_narrow_b7ea {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.in-f2ef .article_846c {
  background: #f9f9f9;
}
.in-f2ef .solid-9c7c {
  background: #303030;
}
.backdrop_ff3f .picture_narrow_b7ea {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .backdrop_ff3f .cold-2e26 {
    margin-bottom: 1em;
  }
  .backdrop_ff3f .cold-2e26:last-child {
    margin-bottom: 0;
  }
}
.backdrop_ff3f .article_846c {
  background: #ededed;
}
.backdrop_ff3f .solid-9c7c {
  background: #1a1a1a;
}
.picture_narrow_b7ea.article_846c {
  color: rgba(0, 0, 0, 0.6);
}
.picture_narrow_b7ea.article_846c .focused_a4fb li {
  border-color: rgba(0, 0, 0, 0.08);
}
.picture_narrow_b7ea.solid-9c7c {
  color: rgba(255, 255, 255, 0.99);
}
.picture_narrow_b7ea.solid-9c7c a:not(.thick-0460) {
  color: rgba(255, 255, 255, 0.79);
}
.picture_narrow_b7ea.solid-9c7c a:not(.thick-0460):hover {
  color: rgba(255, 255, 255, 0.99);
}
.picture_narrow_b7ea.solid-9c7c .focused_a4fb li {
  border-color: rgba(255, 255, 255, 0.08);
}
.picture_narrow_b7ea.solid-9c7c table tbody td,
.picture_narrow_b7ea.solid-9c7c table th {
  background: rgba(0, 0, 0, 0.08);
}
.next-0700.outline_light_6355 .video-up-a639 {
  max-width: initial;
}
.next-0700 .smooth_8e8f {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.next-0700 .smooth_8e8f .accent-84fa {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .next-0700 .smooth_8e8f .accent-84fa {
    display: block;
    margin-bottom: 2em;
  }
  .next-0700 .smooth_8e8f .accent-84fa:last-child {
    margin-bottom: 0;
  }
}
.backdrop_ff3f .cold-2e26:last-child,
.in-f2ef .cold-2e26:last-child,
.box-1321 .cold-2e26:last-child {
  margin-bottom: 0;
}
.backdrop_ff3f .cold-2e26 .content_west_7ca6 .nav-old-26d6:last-child,
.in-f2ef .cold-2e26 .content_west_7ca6 .nav-old-26d6:last-child,
.box-1321 .cold-2e26 .content_west_7ca6 .nav-old-26d6:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .backdrop_ff3f .tabs-brown-8b2b,
  .backdrop_ff3f .next_6c4c,
  .in-f2ef .tabs-brown-8b2b,
  .in-f2ef .next_6c4c,
  .box-1321 .tabs-brown-8b2b,
  .box-1321 .next_6c4c {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .outer_a264 .cold-2e26 {
    margin-bottom: 2em;
  }
}
.outer_a264 p:last-child {
  margin-bottom: 0;
}
.outer_a264 li,
.outer_a264 ul {
  list-style: none;
  margin: 0;
}
.outer_a264 ul ul {
  margin-left: 2.617924em;
}
.advanced_6730 {
  font-size: 0.875em;
}

/* css-noise: 96eb */
.widget-item-x8 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
