/*!
Theme Name: Customify
Theme URI: https://pressmaximum.north_17d8/customify
Author: WPCustomify
Author URI: https://pressmaximum.north_17d8
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.north_17d8/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.pattern-dark-57f7.pagination-a8dc/licenses/gpl-2.0.sort-brown-5ca4
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.banner-west-09d3/, (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.accordion-hard-1afa.pattern-upper-359f/normalize.orange-c588/
 ======
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.orange-c588 v7.0.0 | MIT License | github.north_17d8/necolas/normalize.orange-c588 */
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;
}
.preview_rough_5549 .mask_1d2d,
.header-wide-ec14,
.large_52d8,
.label-f490,
.gallery-d49d,
.hero-c4eb,
.badge_1e02,
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;
}
.header-wide-ec14,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .header-wide-ec14,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .header-wide-ec14,
  h1 {
    font-size: 1.8em;
  }
}
.large_52d8,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.large_52d8 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .large_52d8,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .large_52d8,
  h2 {
    font-size: 1.7em;
  }
}
.label-f490,
h3 {
  font-size: 1.618em;
}
.preview_rough_5549 .mask_1d2d,
.gallery-d49d,
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.wood-09d1 {
  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;
}
.tooltip_cold_1101:after,
.tooltip_cold_1101:before,
.form_clean_ca33:after,
.form_clean_ca33:before {
  content: "";
  display: table;
}
.tooltip_cold_1101:after,
.form_clean_ca33:after {
  clear: both;
}
.label_lower_d04a {
  float: right;
  margin-right: 0;
}
.alert_upper_0a8c {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.yellow_691f .accordion-under-8550,
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;
}
.yellow_691f .accordion-under-8550: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;
}
.preview_3550 .accordion-under-8550 {
  box-shadow: none;
}
.preview_3550
  .accordion-under-8550
  .fluid_0c6c {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.preview_3550 .accordion-under-8550 .red-36fa {
  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;
}
.preview_3550
  .accordion-under-8550
  .red-36fa
  b {
  display: none;
}
.preview_3550 .filter_prev_2880 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(.simple-4ea5),
button:not(.link-narrow-1a14):not(.simple-4ea5),
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ) {
  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;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):hover,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):hover,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):hover,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):hover,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):active,
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):active,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):active,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):active,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):active,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus {
  outline: 0;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d {
  position: relative;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .plasma-3631,
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .mask-dfec,
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .article_7981,
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  i,
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  svg,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .plasma-3631,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .mask-dfec,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .article_7981,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  i,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  svg,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .plasma-3631,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .mask-dfec,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .article_7981,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  i,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  svg,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .plasma-3631,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .mask-dfec,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .article_7981,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  i,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  svg,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .plasma-3631,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .mask-dfec,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  .article_7981,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  i,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d
  svg {
  visibility: hidden;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d:after,
button:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d:after,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d:after,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d:after,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ).fn-loading-c03d: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;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(.simple-4ea5),
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ) {
  color: #fff;
  background: #235787;
}
.pagination-medium-03bd:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
input[type="button"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
input[type="reset"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus,
input[type="submit"]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ):focus {
  color: #fff;
}
.pagination-medium-03bd.fn-disabled-c03d:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
.pagination-medium-03bd[disabled]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
button.fn-disabled-c03d:not(.link-narrow-1a14):not(
    .simple-4ea5
  ),
button[disabled]:not(.link-narrow-1a14):not(
    .simple-4ea5
  ) {
  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;
}
.shade-f00f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.shade-f00f: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;
}
.notification-03c2 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.text_47b2 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.dark-42b2 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.tooltip_cold_1101:after,
.tooltip_cold_1101:before,
.panel-2364:after,
.panel-2364:before,
.selected_22be:after,
.selected_22be:before,
.media_narrow_7c26:after,
.media_narrow_7c26:before,
.heading-e433:after,
.heading-e433:before,
.element_steel_6659:after,
.element_steel_6659:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.tooltip_cold_1101:after,
.panel-2364:after,
.selected_22be:after,
.media_narrow_7c26:after,
.heading-e433:after,
.element_steel_6659:after {
  clear: both;
}
.panel-2364 .row-north-e6fa,
.selected_22be .row-north-e6fa,
.footer-da57 .row-north-e6fa {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.overlay_narrow_5cdd {
  display: inline-block;
}
.section_3e57 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.section_3e57 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section_3e57 .list-solid-1c63 {
  padding: 1em 0;
  font-size: 85%;
}
.list-solid-1c63 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.liquid_17a3 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.liquid_17a3:after,
.liquid_17a3:before {
  content: "";
  display: table;
}
.liquid_17a3:after {
  clear: both;
}
.item_bottom_776d {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.article-5d7f .item_bottom_776d {
  max-width: 50%;
}
.surface_stale_9298 .item_bottom_776d {
  max-width: 33.33%;
}
.large_75ad .item_bottom_776d {
  max-width: 25%;
}
.sidebar-2714 .item_bottom_776d {
  max-width: 20%;
}
.status_1618 .item_bottom_776d {
  max-width: 16.66%;
}
.old-6693 .item_bottom_776d {
  max-width: 14.28%;
}
.hard_f427 .item_bottom_776d {
  max-width: 12.5%;
}
.shade-d638 .item_bottom_776d {
  max-width: 11.11%;
}
.footer_b323 {
  display: block;
}
.preview_rough_5549 .glass_c6fe label,
.preview_rough_5549 .thumbnail_984d label,
.preview_rough_5549 .link_3c4e label,
.preview_rough_5549 .dropdown_8551 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.panel_3d49 {
  list-style: none;
  margin: 0;
}
.panel_3d49 article.description-8a6b {
  margin-bottom: 0;
}
.panel_3d49 ul {
  list-style: none;
  margin: 0;
}
.panel_3d49 .basic-4fa6 li.description-8a6b {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .panel_3d49 .basic-4fa6 li.description-8a6b {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .panel_3d49 .basic-4fa6 li.description-8a6b: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) {
  .panel_3d49 .basic-4fa6 li.description-8a6b li.description-8a6b li.description-8a6b li.description-8a6b {
    padding-left: 0;
  }
}
article.description-8a6b {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.description-8a6b .panel-2364 p:last-of-type {
  margin-bottom: 0;
}
article.description-8a6b .hot-3b41 {
  float: left;
}
article.description-8a6b .column-orange-07c8 {
  margin-left: 85px;
}
article.description-8a6b .grid-silver-8620 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.description-8a6b .grid-silver-8620 .block_7968 {
  margin-left: 10px;
}
article.description-8a6b .form-red-4d2b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.description-8a6b .photo-prev-c78b {
  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 .glass_c6fe,
  #respond .link_3c4e,
  #respond .dropdown_8551 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .glass_c6fe input,
#respond .link_3c4e input,
#respond .dropdown_8551 input {
  width: 100%;
}
#respond .dropdown_8551 {
  margin-right: 0;
}
#respond .background_c784 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.basic-b7a2 {
  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;
}
.basic-b7a2.pagination-orange-c5bc {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.basic-b7a2 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%);
}
.basic-b7a2:focus,
.basic-b7a2: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);
}
.highlight-351c {
  border-radius: 10%;
}
.basic_05e0 {
  border-radius: 50%;
}
.background-662c {
  font-size: 0.72em;
}
.search-short-fa45 {
  font-size: 0.875em;
}
.notification_f064 {
  font-size: 1.1em;
}
.logo-b0ea {
  text-transform: uppercase;
  line-height: 1.2;
}
.logo-b0ea.background-662c {
  letter-spacing: 0.5px;
}
.block-dynamic-001f,
.block-dynamic-001f a {
  color: #6d6d6d;
}
.block-dynamic-001f a:hover {
  color: #111;
}
.rough-cf7b {
  color: #6d6d6d;
}
.column_a1f5 {
  overflow-x: hidden;
}
.column_a1f5 .header-6038.status-28cd {
  position: relative;
}
.column_a1f5 .header-6038.status-28cd.pagination_huge_3a0f {
  position: initial;
}
.column_a1f5
  .header-6038.status-28cd.pagination_huge_3a0f
  .pressed-f7de {
  left: auto;
}
.column_a1f5 .header-6038 .pressed-f7de {
  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;
}
.column_a1f5 .header-6038:hover.status-28cd {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.column_a1f5
  .header-6038:hover.status-28cd
  .pressed-f7de {
  display: block;
  z-index: 9999999;
}
.column_a1f5 .modal_advanced_57db .slider_smooth_5bab,
.column_a1f5 .overlay_4afe .slider_smooth_5bab {
  display: none;
}
.column_a1f5 .tall-09a9 .header-6038:hover.status-28cd {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.preview_rough_5549 .glass_c6fe label,
.preview_rough_5549 .thumbnail_984d label,
.preview_rough_5549 .link_3c4e label,
.preview_rough_5549 .dropdown_8551 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.panel_3d49 {
  list-style: none;
  margin: 0;
}
.panel_3d49 article.description-8a6b {
  margin-bottom: 0;
}
.panel_3d49 ul {
  list-style: none;
  margin: 0;
}
.panel_3d49 .basic-4fa6 li.description-8a6b {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .panel_3d49 .basic-4fa6 li.description-8a6b {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .panel_3d49 .basic-4fa6 li.description-8a6b: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) {
  .panel_3d49 .basic-4fa6 li.description-8a6b li.description-8a6b li.description-8a6b li.description-8a6b {
    padding-left: 0;
  }
}
article.description-8a6b {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.description-8a6b .panel-2364 p:last-of-type {
  margin-bottom: 0;
}
article.description-8a6b .hot-3b41 {
  float: left;
}
article.description-8a6b .column-orange-07c8 {
  margin-left: 85px;
}
article.description-8a6b .grid-silver-8620 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.description-8a6b .grid-silver-8620 .block_7968 {
  margin-left: 10px;
}
article.description-8a6b .form-red-4d2b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.description-8a6b .photo-prev-c78b {
  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 .glass_c6fe,
  #respond .link_3c4e,
  #respond .dropdown_8551 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .glass_c6fe input,
#respond .link_3c4e input,
#respond .dropdown_8551 input {
  width: 100%;
}
#respond .dropdown_8551 {
  margin-right: 0;
}
#respond .background_c784 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.modal_advanced_57db .tabs-solid-766d {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.tabs-solid-766d .dynamic_b18e.text-fresh-38b7 .thumbnail-6c03 > li > a:focus,
.tabs-solid-766d .dynamic_b18e.text-fresh-38b7 .thumbnail-6c03 > li > a:hover,
.tabs-solid-766d .dynamic_b18e.dirty_9519 .thumbnail-6c03 > li > a:focus,
.tabs-solid-766d .dynamic_b18e.dirty_9519 .thumbnail-6c03 > li > a:hover,
.tabs-solid-766d .dynamic_b18e.paper_7f16 .thumbnail-6c03 > li > a:focus,
.tabs-solid-766d .dynamic_b18e.paper_7f16 .thumbnail-6c03 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-solid-766d
  .dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li.fluid_ee23
  > a,
.tabs-solid-766d
  .dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li.label_clean_b2a7
  > a,
.tabs-solid-766d
  .dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li.fluid_ee23
  > a,
.tabs-solid-766d
  .dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li.label_clean_b2a7
  > a,
.tabs-solid-766d
  .dynamic_b18e.paper_7f16
  .thumbnail-6c03
  > li.fluid_ee23
  > a,
.tabs-solid-766d .dynamic_b18e.paper_7f16 .thumbnail-6c03 > li.shadow-narrow-f614 > a {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-solid-766d .picture-520b,
.tabs-solid-766d .picture-520b a {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-solid-766d .south-c31b.north_4e97 li a,
.tabs-solid-766d .paragraph_south_c7e6 a,
.tabs-solid-766d .input_9c8a,
.tabs-solid-766d .thumbnail-6c03 > li > a,
.tabs-solid-766d .accent-b5a7 {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d .south-c31b.north_4e97 li a:hover,
.tabs-solid-766d .paragraph_south_c7e6 a:hover,
.tabs-solid-766d .input_9c8a:hover,
.tabs-solid-766d .thumbnail-6c03 > li > a:hover,
.tabs-solid-766d .accent-b5a7:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-solid-766d .mini_699f {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d .mini_699f .thick_4c83 {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-solid-766d .mini_699f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tabs-solid-766d .paragraph_pressed_cd77 .texture-cf73 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d .paragraph_pressed_cd77 .texture-cf73 .lower_9308 {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d
  .paragraph_pressed_cd77
  .texture-cf73
  .lower_9308::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d
  .paragraph_pressed_cd77
  .texture-cf73
  .lower_9308:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d
  .paragraph_pressed_cd77
  .texture-cf73
  .lower_9308::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d
  .paragraph_pressed_cd77
  .texture-cf73
  .lower_9308::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d .paragraph_pressed_cd77 .secondary_729f {
  color: rgba(255, 255, 255, 0.79);
}
.tabs-solid-766d .paragraph_pressed_cd77 .secondary_729f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.red-4281
  .tabs-solid-766d
  .paragraph_pressed_cd77
  .summary_last_37eb
  .slider-slow-ba76 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.red-4281
  .tabs-solid-766d
  .paragraph_pressed_cd77
  .summary_last_37eb
  .lower_9308 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.modal_advanced_57db .gas_7e85 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.gas_7e85 .dynamic_b18e.text-fresh-38b7 .thumbnail-6c03 > li > a:focus,
.gas_7e85 .dynamic_b18e.text-fresh-38b7 .thumbnail-6c03 > li > a:hover,
.gas_7e85 .dynamic_b18e.dirty_9519 .thumbnail-6c03 > li > a:focus,
.gas_7e85 .dynamic_b18e.dirty_9519 .thumbnail-6c03 > li > a:hover,
.gas_7e85 .dynamic_b18e.paper_7f16 .thumbnail-6c03 > li > a:focus,
.gas_7e85 .dynamic_b18e.paper_7f16 .thumbnail-6c03 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gas_7e85
  .dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li.fluid_ee23
  > a,
.gas_7e85
  .dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li.label_clean_b2a7
  > a,
.gas_7e85
  .dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li.fluid_ee23
  > a,
.gas_7e85
  .dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li.label_clean_b2a7
  > a,
.gas_7e85
  .dynamic_b18e.paper_7f16
  .thumbnail-6c03
  > li.fluid_ee23
  > a,
.gas_7e85 .dynamic_b18e.paper_7f16 .thumbnail-6c03 > li.shadow-narrow-f614 > a {
  color: rgba(0, 0, 0, 0.8);
}
.gas_7e85 .picture-520b,
.gas_7e85 .picture-520b a {
  color: rgba(0, 0, 0, 0.8);
}
.gas_7e85 .south-c31b.north_4e97 li a,
.gas_7e85 .paragraph_south_c7e6 a,
.gas_7e85 .input_9c8a,
.gas_7e85 .thumbnail-6c03 > li > a,
.gas_7e85 .accent-b5a7 {
  color: rgba(0, 0, 0, 0.55);
}
.gas_7e85 .south-c31b.north_4e97 li a:hover,
.gas_7e85 .paragraph_south_c7e6 a:hover,
.gas_7e85 .input_9c8a:hover,
.gas_7e85 .thumbnail-6c03 > li > a:hover,
.gas_7e85 .accent-b5a7:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gas_7e85 .mini_699f {
  color: rgba(0, 0, 0, 0.55);
}
.gas_7e85 .mini_699f .thick_4c83 {
  color: rgba(0, 0, 0, 0.8);
}
.gas_7e85 .mini_699f:hover {
  color: rgba(0, 0, 0, 0.8);
}
.complex-ddf7 .iron_61ca {
  margin-left: auto;
  margin-right: auto;
}
.selected_22be > * {
  margin-left: auto;
  margin-right: auto;
}
.selected_22be .notification-03c2 {
  margin-right: 1.41575em;
}
.video_1fdf .selected_22be > .accordion_short_f853 {
  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;
}
.video_1fdf .selected_22be > .hover_e75f {
  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;
}
.pressed_86df.complex-ddf7 .iron_61ca,
.plasma_0520.complex-ddf7 .iron_61ca {
  margin-left: 0;
}
.summary-brown-0540.complex-ddf7 .iron_61ca,
.text-smooth-c69e.complex-ddf7 .iron_61ca {
  margin-right: 0;
}
.selected_22be ol,
.selected_22be ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.rough_9de7 video {
  max-width: 100%;
}
.over-aea0 img {
  display: block;
}
.over-aea0.notification-03c2,
.over-aea0.text_47b2 {
  width: 100%;
}
.over-aea0.hover_e75f img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.texture_967c:not(.west_0afc) {
  margin: 1.5em auto;
}
.fast-13c9 p {
  padding: 1.5em 14px;
}
ul.wrapper_middle_04e0.hover_e75f,
ul.wrapper_middle_04e0.accordion_short_f853,
ul.wrapper_middle_04e0.gallery_steel_069e.accordion_short_f853 {
  padding: 0 14px;
}
.overlay_gold_2931 {
  display: block;
  overflow-x: auto;
}
.overlay_gold_2931 table {
  border-collapse: collapse;
  width: 100%;
}
.overlay_gold_2931 td,
.overlay_gold_2931 th {
  padding: 0.5em;
}
.selected_22be li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.selected_22be ol ol,
.selected_22be ol ul,
.selected_22be ul ol,
.selected_22be ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.selected_22be ol ol li,
.selected_22be ol ul li,
.selected_22be ul ol li,
.selected_22be ul ul li {
  margin-left: 0;
}
.dim_7955.disabled_dynamic_5fee > .carousel_dark_f737 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.dim_7955.disabled_dynamic_5fee > .carousel_dark_f737 iframe,
.dim_7955.disabled_dynamic_5fee > .carousel_dark_f737 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hovered-79c6 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.hovered-79c6.light_c907 {
  padding: 0;
}
.hovered-79c6.light_c907 cite {
  font-size: 13px;
}
.hovered-79c6 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.hovered-79c6 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.card_39ae {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.card_39ae > p:first-child {
  margin-top: 0;
}
.card_39ae cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.card_39ae blockquote {
  border-left: 0;
}
.light-9851 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.light-9851:not(.column_80ad) {
  max-width: 100px;
}
.light-9851.yellow-1670 {
  border-bottom: none !important;
  text-align: center;
}
.light-9851.yellow-1670::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .fast-13c9 p {
    padding: 1.5em 0;
  }
}
.border-pro-27b6 {
  color: #0073aa;
}
.modal-right-da79 {
  background-color: #0073aa;
}
.filter_00f2 {
  color: #229fd8;
}
.focus-835f {
  background-color: #229fd8;
}
.small-0e6d {
  color: #eee;
}
.hovered_93ad {
  background-color: #eee;
}
.slow_e226 {
  color: #444;
}
.badge_dc41 {
  background-color: #444;
}
.block_out_db72 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.block_out_db72 .hard_d5c2 .paragraph_south_c7e6 {
  font-size: 15px;
}
.block_out_db72 .paragraph_south_c7e6 {
  line-height: 1.3;
}
.block_out_db72 .gas_7e85 {
}
.block_out_db72 .tabs-solid-766d {
  background: #235787;
}
.alert-ad63 {
  padding: 0;
}
.alert-ad63 .tabs-solid-766d {
  background: #1a1a1a;
}
.alert-ad63 .gas_7e85 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.upper-f650 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.upper-f650 .gas_7e85 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.upper-f650 .tabs-solid-766d {
  background: #303030;
}
.element_steel_6659 {
  position: relative;
  z-index: 10;
}
.element_steel_6659 .input-4a1c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.east-8d40 .status-28cd {
  display: inline-block;
  vertical-align: middle;
}
.east-8d40.photo_new_2af1 .status-28cd {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .east-8d40.photo_new_2af1 .status-28cd {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .east-8d40.photo_new_2af1 .status-28cd {
    margin-right: 0.4em;
  }
}
.east-8d40.photo_new_2af1 .status-28cd:last-child {
  margin-right: 0;
}
.tertiary-fresh-4d7b .input-4a1c {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .modal_advanced_57db .hard_d5c2 {
    margin: 0 -0.5em;
  }
  .modal_advanced_57db .hard_d5c2 [class*="customify-col-"],
  .modal_advanced_57db .hard_d5c2 [class*="customify-col_"],
  .modal_advanced_57db .hard_d5c2 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.modal_advanced_57db.container_old_0923 .input-4a1c {
  background: 0 0 !important;
}
.modal_advanced_57db.container_old_0923 .input-4a1c,
.modal_advanced_57db.tertiary-fresh-4d7b .input-4a1c {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .modal_advanced_57db.modal_4dab {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.modal_advanced_57db.tertiary-fresh-4d7b .input-4a1c {
  box-shadow: none !important;
}
.next-780e {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .next-780e {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .next-780e {
    padding: 18px 0 20px;
  }
}
.next-780e .hard-7781 {
  width: 100%;
}
.next-780e .tabs_pressed_9fe5 {
  margin-bottom: 0;
}
.next-780e .grid-3084 {
  margin-top: 5px;
  font-size: 0.875em;
}
.plasma-2113 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.plasma-2113 .aside-stale-3043 {
  width: 100%;
}
.element-4384 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.element-4384 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.element-4384 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;
}
.element-4384 li:last-child:after {
  display: none;
}
.element-4384 li a {
  font-weight: 500;
  margin-right: 10px;
}
.footer_complex_0bbe .slider_smooth_5bab button,
.next-780e .slider_smooth_5bab button {
  left: 0;
}
.footer_complex_0bbe .aside-stale-3043,
.next-780e .aside-stale-3043 {
  padding-left: 0;
  padding-right: 0;
}
.footer_complex_0bbe .plasma-2113,
.next-780e .plasma-2113 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.footer_complex_0bbe {
  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;
}
.footer_complex_0bbe: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;
}
.footer_complex_0bbe .grid-d5f3 {
  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) {
  .footer_complex_0bbe .grid-d5f3 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_complex_0bbe .grid-d5f3 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .footer_complex_0bbe .grid-d5f3 {
    min-height: 200px;
  }
}
.footer_complex_0bbe .element-4384 {
  color: rgba(255, 255, 255, 0.8);
}
.footer_complex_0bbe .element-4384 a,
.footer_complex_0bbe .element-4384 li:after {
  color: inherit;
}
.footer_complex_0bbe .element-4384 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.summary_6987 {
  margin-bottom: 0.5em;
}
.section-3c72 {
  margin-bottom: 1.2em;
}
.section-3c72,
.summary_6987 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.section-3c72 p:last-child,
.summary_6987 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .slider_smooth_5bab,
#masthead .slider_smooth_5bab {
  display: none;
}
#masthead
  > .slider_smooth_5bab.large_9224 {
  display: none;
}
#masthead > .slider_smooth_5bab button {
  left: 0;
}
.hero_2b78 {
  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%;
}
.hero_2b78 .status-28cd {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.hero_2b78 .accent-hot-7228 {
  display: -webkit-box;
  display: flex;
}
.hero_2b78 .accent-hot-7228.surface-07c3 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.hero_2b78 .accent-hot-7228.carousel_8ccc {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hero_2b78 .accent-hot-7228.grid_basic_2ad2 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hero_2b78.small_714a.inner-44ed .accent-hot-7228.surface-07c3 {
  flex-basis: 100%;
}
.hero_2b78.complex_e764 .accent-hot-7228.carousel_8ccc {
  -webkit-box-flex: 1;
  flex: auto;
}
.hero_2b78.complex_e764 .accent-hot-7228.grid_basic_2ad2 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .slider_smooth_5bab.large_9224 {
  display: none;
}
#masthead > .slider_smooth_5bab button {
  left: 0;
}
.surface_e623 {
  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;
}
.surface_e623:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.surface_e623.column_6407 i {
  margin-right: 4px;
}
.surface_e623.caption-north-3a1f i {
  margin-left: 5px;
}
.paragraph_south_c7e6 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.paragraph_south_c7e6 p:last-child {
  margin-bottom: 0;
}
.gallery_2a62 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.gallery_2a62 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.gallery_2a62 img {
  display: block;
  width: auto;
  line-height: 1;
}
.gallery_2a62 .picture-520b {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.gallery_2a62 .narrow_468e {
  margin: 5px 0 7px 0;
}
.gallery_2a62.hovered-5714 .hero-action-9f33 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.gallery_2a62.hovered-5714 .sort_liquid_fbf1 {
  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;
}
.gallery_2a62.highlight_paper_5441 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.gallery_2a62.highlight_paper_5441 .hero-action-9f33 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.gallery_2a62.highlight_paper_5441 .sort_liquid_fbf1 {
  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;
}
.gallery_2a62.block-stale-0550 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.gallery_2a62.outline-3138 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.gallery_2a62.outline-3138 .sort_liquid_fbf1 {
  margin-top: 7px;
}
.label-gas-159a {
  display: inline-block;
}
.element_steel_6659 .gallery-4d71 .gallery_2a62 img {
  max-width: 100%;
}
.dynamic_b18e .banner_87a8.texture_brown_6215,
.description_light_d73d .banner_87a8.texture_brown_6215 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.dynamic_b18e .block-bronze-4e2a,
.description_light_d73d .block-bronze-4e2a {
  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%);
}
.dynamic_b18e .block-bronze-4e2a {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.dynamic_b18e.dropdown-hard-a9c9 .block-bronze-4e2a {
  display: none;
}
.dynamic_b18e .panel_b8db {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dynamic_b18e .panel_b8db li {
  display: inline-block;
  position: relative;
}
.dynamic_b18e .panel_b8db li:last-child {
  margin-right: 0;
}
.dynamic_b18e .panel_b8db 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;
}
.dynamic_b18e .panel_b8db li.shadow-narrow-f614 > a {
  color: rgba(0, 0, 0, 0.9);
}
.dynamic_b18e .panel_b8db > 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;
}
.dynamic_b18e .panel_b8db > li > a i {
  line-height: 0;
}
.dynamic_b18e .panel_b8db > li.detail-down-56b4 > a .block-bronze-4e2a {
  margin-left: 4px;
  line-height: 0;
}
.dynamic_b18e .panel_b8db .disabled_soft_830b li.detail-down-56b4 > a {
  position: relative;
}
.dynamic_b18e .panel_b8db .disabled_soft_830b li.detail-down-56b4 > a:after,
.dynamic_b18e .panel_b8db .disabled_soft_830b li.detail-down-56b4 > a:before {
  content: "";
  display: table;
}
.dynamic_b18e .panel_b8db .disabled_soft_830b li.detail-down-56b4 > a:after {
  clear: both;
}
.dynamic_b18e .panel_b8db .disabled_soft_830b li.detail-down-56b4 > a .block-bronze-4e2a {
  margin-left: 5px;
  float: right;
}
.dynamic_b18e .paragraph_liquid_7450,
.dynamic_b18e .disabled_soft_830b {
  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;
}
.dynamic_b18e .disabled_soft_830b {
  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;
}
.dynamic_b18e .disabled_soft_830b .texture_brown_6215 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.dynamic_b18e .disabled_soft_830b .block-bronze-4e2a {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.dynamic_b18e .disabled_soft_830b li {
  display: block;
  margin: 0;
  padding: 0;
}
.dynamic_b18e .disabled_soft_830b 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;
}
.dynamic_b18e .disabled_soft_830b li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.dynamic_b18e .disabled_soft_830b .disabled_soft_830b {
  top: 0;
  left: 100%;
}
.dynamic_b18e .fixed_d885.fn-focus-c03d > .paragraph_liquid_7450,
.dynamic_b18e .fixed_d885.fn-focus-c03d > .disabled_soft_830b,
.dynamic_b18e .fixed_d885:focus > .paragraph_liquid_7450,
.dynamic_b18e .fixed_d885:focus > .disabled_soft_830b,
.dynamic_b18e .fixed_d885:hover > .paragraph_liquid_7450,
.dynamic_b18e .fixed_d885:hover > .disabled_soft_830b {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.dynamic_b18e.paper_7f16 .thumbnail-6c03:after,
.dynamic_b18e.paper_7f16 .thumbnail-6c03:before {
  content: "";
  display: table;
}
.dynamic_b18e.paper_7f16 .thumbnail-6c03:after {
  clear: both;
}
.dynamic_b18e.paper_7f16 .thumbnail-6c03 > li {
  float: left;
}
.dynamic_b18e.form-paper-b53e .thumbnail-6c03:after,
.dynamic_b18e.form-paper-b53e .thumbnail-6c03:before {
  content: "";
  display: table;
}
.dynamic_b18e.form-paper-b53e .thumbnail-6c03:after {
  clear: both;
}
.dynamic_b18e.form-paper-b53e .thumbnail-6c03 > li {
  float: left;
}
.dynamic_b18e.form-paper-b53e .thumbnail-6c03 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.dynamic_b18e.form-paper-b53e .thumbnail-6c03 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.dynamic_b18e.form-paper-b53e .thumbnail-6c03 > li.fluid_ee23 > a,
.dynamic_b18e.form-paper-b53e .thumbnail-6c03 > li.shadow-narrow-f614 > a {
  color: #fff;
  background-color: #1e4b75;
}
.dynamic_b18e.text-fresh-38b7 .thumbnail-6c03 > li > a .texture_brown_6215 {
  position: relative;
}
.dynamic_b18e.text-fresh-38b7 .thumbnail-6c03 > li > a .texture_brown_6215: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;
}
.dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li:focus
  > a
  .texture_brown_6215:before,
.dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li:hover
  > a
  .texture_brown_6215:before {
  width: 100%;
  background-color: currentColor;
}
.dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li.fluid_ee23
  > a
  .texture_brown_6215:before,
.dynamic_b18e.text-fresh-38b7
  .thumbnail-6c03
  > li.label_clean_b2a7
  > a
  .texture_brown_6215:before {
  width: 100%;
  background-color: currentColor;
}
.dynamic_b18e.dirty_9519 .thumbnail-6c03 > li > a .texture_brown_6215 {
  position: relative;
}
.dynamic_b18e.dirty_9519 .thumbnail-6c03 > li > a .texture_brown_6215: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;
}
.dynamic_b18e.dirty_9519 .thumbnail-6c03 > li:focus > a .texture_brown_6215:before,
.dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li:hover
  > a
  .texture_brown_6215:before {
  width: 100%;
  background-color: currentColor;
}
.dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li.fluid_ee23
  > a
  .texture_brown_6215:before,
.dynamic_b18e.dirty_9519
  .thumbnail-6c03
  > li.label_clean_b2a7
  > a
  .texture_brown_6215:before {
  width: 100%;
  background-color: currentColor;
}
.description_light_d73d .panel_b8db {
  margin: 0;
  padding: 0;
  list-style: none;
}
.description_light_d73d .panel_b8db li:first-child > a {
  border-top: none;
}
.description_light_d73d .panel_b8db .light-97a2 > .texture_brown_6215 .block-bronze-4e2a {
  display: none;
}
.description_light_d73d .panel_b8db li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.description_light_d73d .panel_b8db li:last-child {
  border: none;
}
.description_light_d73d .panel_b8db li.detail-down-56b4 > a {
  padding-right: 45px !important;
}
.description_light_d73d .panel_b8db li a {
  display: block;
  padding: 0.55em 1.5em;
}
.description_light_d73d .panel_b8db li a:focus,
.description_light_d73d .panel_b8db li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.description_light_d73d .panel_b8db li .surface-92e0 {
  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;
}
.description_light_d73d .panel_b8db li .surface-92e0:hover {
  box-shadow: none;
}
.description_light_d73d .panel_b8db li .surface-92e0 .block-bronze-4e2a {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.description_light_d73d .panel_b8db .disabled_soft_830b {
  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);
}
.description_light_d73d .panel_b8db .disabled_soft_830b li a {
  padding-left: 3em;
}
.description_light_d73d .panel_b8db .thick-9e13 > a .surface-92e0 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.description_light_d73d .panel_b8db .thick-9e13 > .disabled_soft_830b {
  display: block;
  opacity: 1;
}
.lower-8c5d {
  max-width: 100%;
}
.banner_9c41 {
  line-height: 0;
  cursor: pointer;
}
.accent-b5a7 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.accent-b5a7:hover {
  box-shadow: none;
  color: currentColor;
}
.accent-b5a7 svg {
  width: 18px;
  height: 18px;
}
.accent-b5a7 .accordion_thick_429c {
  display: none;
}
.slow-5f3e {
  position: relative;
}
.slow-5f3e.fn-active-c03d .accent-b5a7 .gradient-right-97bd {
  display: none;
}
.slow-5f3e.fn-active-c03d .accent-b5a7 .accordion_thick_429c {
  display: inline-block;
}
.slow-5f3e .static-6fc6 {
  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);
}
.slow-5f3e.menu_8c2a .static-6fc6 {
  left: auto;
  right: -0.9em;
}
.slow-5f3e.menu_8c2a .upper_bd03::before {
  left: auto;
  right: 15px;
}
.slow-5f3e.fn-active-c03d .static-6fc6 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.summary_last_37eb {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.summary_last_37eb label {
  flex-basis: 100%;
}
.summary_last_37eb .texture-cf73 {
  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;
}
.summary_last_37eb .lower_9308 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.summary_last_37eb .lower_9308:focus {
  background-color: transparent;
}
.summary_last_37eb button.secondary_729f {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.summary_last_37eb button.secondary_729f:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.summary_last_37eb button.secondary_729f svg {
  width: 18px;
  height: 18px;
}
.summary_last_37eb input[type="submit"] {
  min-height: auto;
}
.paragraph_pressed_cd77 .summary_last_37eb .lower_9308 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.upper_bd03 {
  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) {
  .upper_bd03 {
    width: 220px;
  }
}
.upper_bd03 label {
  flex-basis: 100%;
}
.upper_bd03::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;
}
.red-4281 .paragraph_pressed_cd77 .summary_last_37eb {
  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;
}
.red-4281
  .paragraph_pressed_cd77
  .summary_last_37eb
  .texture-cf73 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.red-4281 .paragraph_pressed_cd77 .summary_last_37eb .lower_9308 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.red-4281
  .paragraph_pressed_cd77
  .summary_last_37eb
  .lower_9308:focus {
  background: 0 0;
}
.red-4281
  .paragraph_pressed_cd77
  .summary_last_37eb
  .slider-slow-ba76 {
  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;
}
.south-c31b {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.south-c31b li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.south-c31b li:last-child {
  margin-right: 0;
}
.south-c31b li:first-child {
  margin-left: 0;
}
.south-c31b.solid-cb5d a {
  color: #fff;
}
.south-c31b.solid-cb5d a:hover {
  color: #fff;
}
.south-c31b a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.south-c31b a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.south-c31b a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.south-c31b a:hover {
  opacity: 0.9;
  color: inherit;
}
.south-c31b [class*="social-icon-apple"] {
  background-color: #999;
}
.south-c31b [class*="social-icon-apple"].message_0e73 {
  background-color: transparent;
  color: #999;
}
.south-c31b [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.south-c31b [class*="social-icon-behance"].message_0e73 {
  background-color: transparent;
  color: #1769ff;
}
.south-c31b [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.south-c31b [class*="social-icon-bitbucket"].message_0e73 {
  background-color: transparent;
  color: #205081;
}
.south-c31b [class*="social-icon-codepen"] {
  background-color: #000;
}
.south-c31b [class*="social-icon-codepen"].message_0e73 {
  background-color: transparent;
  color: #000;
}
.south-c31b [class*="social-icon-delicious"] {
  background-color: #39f;
}
.south-c31b [class*="social-icon-delicious"].message_0e73 {
  background-color: transparent;
  color: #39f;
}
.south-c31b [class*="social-icon-digg"] {
  background-color: #005be2;
}
.south-c31b [class*="social-icon-digg"].message_0e73 {
  background-color: transparent;
  color: #005be2;
}
.south-c31b [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.south-c31b [class*="social-icon-dribbble"].message_0e73 {
  background-color: transparent;
  color: #ea4c89;
}
.south-c31b [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.south-c31b [class*="social-icon-envelope"].message_0e73 {
  background-color: transparent;
  color: #ea4335;
}
.south-c31b [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.south-c31b [class*="social-icon-facebook"].message_0e73 {
  background-color: transparent;
  color: #3b5998;
}
.south-c31b [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.south-c31b [class*="social-icon-flickr"].message_0e73 {
  background-color: transparent;
  color: #0063dc;
}
.south-c31b [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.south-c31b [class*="social-icon-foursquare"].message_0e73 {
  background-color: transparent;
  color: #2d5be3;
}
.south-c31b [class*="social-icon-github"] {
  background-color: #333;
}
.south-c31b [class*="social-icon-github"].message_0e73 {
  background-color: transparent;
  color: #333;
}
.south-c31b [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.south-c31b [class*="social-icon-google-plus"].message_0e73 {
  background-color: transparent;
  color: #dd4b39;
}
.south-c31b [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.south-c31b [class*="social-icon-houzz"].message_0e73 {
  background-color: transparent;
  color: #7ac142;
}
.south-c31b [class*="social-icon-instagram"] {
  background-color: #262626;
}
.south-c31b [class*="social-icon-instagram"].message_0e73 {
  background-color: transparent;
  color: #262626;
}
.south-c31b [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.south-c31b [class*="social-icon-jsfiddle"].message_0e73 {
  background-color: transparent;
  color: #487aa2;
}
.south-c31b [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.south-c31b [class*="social-icon-linkedin"].message_0e73 {
  background-color: transparent;
  color: #0077b5;
}
.south-c31b [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.south-c31b [class*="social-icon-medium"].message_0e73 {
  background-color: transparent;
  color: #00ab6b;
}
.south-c31b [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.south-c31b
  [class*="social-icon-odnoklassniki"].message_0e73 {
  background-color: transparent;
  color: #f4731c;
}
.south-c31b [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.south-c31b [class*="social-icon-meetup"].message_0e73 {
  background-color: transparent;
  color: #ec1c40;
}
.south-c31b [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.south-c31b [class*="social-icon-pinterest"].message_0e73 {
  background-color: transparent;
  color: #bd081c;
}
.south-c31b [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.south-c31b [class*="social-icon-product-hunt"].message_0e73 {
  background-color: transparent;
  color: #da552f;
}
.south-c31b [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.south-c31b [class*="social-icon-reddit"].message_0e73 {
  background-color: transparent;
  color: #ff4500;
}
.south-c31b [class*="social-icon-rss"] {
  background-color: #f26522;
}
.south-c31b [class*="social-icon-rss"].message_0e73 {
  background-color: transparent;
  color: #f26522;
}
.south-c31b [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.south-c31b
  [class*="social-icon-shopping-cart"].message_0e73 {
  background-color: transparent;
  color: #4caf50;
}
.south-c31b [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.south-c31b [class*="social-icon-skype"].message_0e73 {
  background-color: transparent;
  color: #00aff0;
}
.south-c31b [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.south-c31b [class*="social-icon-slideshare"].message_0e73 {
  background-color: transparent;
  color: #0077b5;
}
.south-c31b [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.south-c31b [class*="social-icon-snapchat"].message_0e73 {
  background-color: transparent;
  color: #fffc00;
}
.south-c31b [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.south-c31b [class*="social-icon-soundcloud"].message_0e73 {
  background-color: transparent;
  color: #f80;
}
.south-c31b [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.south-c31b [class*="social-icon-spotify"].message_0e73 {
  background-color: transparent;
  color: #2ebd59;
}
.south-c31b [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.south-c31b
  [class*="social-icon-stack-overflow"].message_0e73 {
  background-color: transparent;
  color: #fe7a15;
}
.south-c31b [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.south-c31b [class*="social-icon-maldkfgram"].message_0e73 {
  background-color: transparent;
  color: #2ca5e0;
}
.south-c31b [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.south-c31b [class*="social-icon-tripadvisor"].message_0e73 {
  background-color: transparent;
  color: #589442;
}
.south-c31b [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.south-c31b [class*="social-icon-tumblr"].message_0e73 {
  background-color: transparent;
  color: #35465c;
}
.south-c31b [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.south-c31b [class*="social-icon-twitch"].message_0e73 {
  background-color: transparent;
  color: #6441a5;
}
.south-c31b [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.south-c31b [class*="social-icon-twitter"].message_0e73 {
  background-color: transparent;
  color: #1da1f2;
}
.south-c31b [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.south-c31b [class*="social-icon-vimeo"].message_0e73 {
  background-color: transparent;
  color: #1ab7ea;
}
.south-c31b [class*="social-icon-vk"] {
  background-color: #45668e;
}
.south-c31b [class*="social-icon-vk"].message_0e73 {
  background-color: transparent;
  color: #45668e;
}
.south-c31b [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.south-c31b [class*="social-icon-weibo"].message_0e73 {
  background-color: transparent;
  color: #df2029;
}
.south-c31b [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.south-c31b [class*="social-icon-weixin"].message_0e73 {
  background-color: transparent;
  color: #7bb32e;
}
.south-c31b [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.south-c31b [class*="social-icon-whatsapp"].message_0e73 {
  background-color: transparent;
  color: #25d366;
}
.south-c31b [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.south-c31b [class*="social-icon-wordpress"].message_0e73 {
  background-color: transparent;
  color: #21759b;
}
.south-c31b [class*="social-icon-xing"] {
  background-color: #026466;
}
.south-c31b [class*="social-icon-xing"].message_0e73 {
  background-color: transparent;
  color: #026466;
}
.south-c31b [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.south-c31b [class*="social-icon-yelp"].message_0e73 {
  background-color: transparent;
  color: #af0606;
}
.south-c31b [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.south-c31b [class*="social-icon-youtube"].message_0e73 {
  background-color: transparent;
  color: #cd201f;
}
.input_9c8a {
  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;
}
.input_9c8a:hover {
  box-shadow: none;
  background: 0 0;
}
.down-80e3 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.hot-7e18 {
  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;
}
.element-light-98fc {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.feature_lower_e801 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.feature_lower_e801,
.feature_lower_e801::after,
.feature_lower_e801::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;
}
.feature_lower_e801::after,
.feature_lower_e801::before {
  content: "";
  display: block;
  background-color: inherit;
}
.black_6cce .hot-7e18 .element-light-98fc {
  margin-top: -2px;
  width: 19px;
}
.black_6cce .hot-7e18 .feature_lower_e801 {
  margin-top: -1px;
}
.black_6cce .hot-7e18 .feature_lower_e801,
.black_6cce .hot-7e18 .feature_lower_e801::after,
.black_6cce .hot-7e18 .feature_lower_e801::before {
  width: 19px;
  height: 2px;
}
.black_6cce .hot-7e18 .feature_lower_e801::before {
  top: -6px;
}
.black_6cce .hot-7e18 .feature_lower_e801::after {
  bottom: -6px;
}
.breadcrumb-1012 .hot-7e18 .element-light-98fc {
  margin-top: -2px;
  width: 22px;
}
.breadcrumb-1012 .hot-7e18 .feature_lower_e801 {
  margin-top: -1px;
}
.breadcrumb-1012 .hot-7e18 .feature_lower_e801,
.breadcrumb-1012 .hot-7e18 .feature_lower_e801::after,
.breadcrumb-1012 .hot-7e18 .feature_lower_e801::before {
  width: 22px;
  height: 2px;
}
.breadcrumb-1012 .hot-7e18 .feature_lower_e801::before {
  top: -7px;
}
.breadcrumb-1012 .hot-7e18 .feature_lower_e801::after {
  bottom: -7px;
}
.modal-cfb8 .hot-7e18 .element-light-98fc {
  margin-top: -2px;
  width: 31px;
}
.modal-cfb8 .hot-7e18 .feature_lower_e801 {
  margin-top: -1.5px;
}
.modal-cfb8 .hot-7e18 .feature_lower_e801,
.modal-cfb8 .hot-7e18 .feature_lower_e801::after,
.modal-cfb8 .hot-7e18 .feature_lower_e801::before {
  width: 31px;
  height: 3px;
}
.modal-cfb8 .hot-7e18 .feature_lower_e801::before {
  top: -9px;
}
.modal-cfb8 .hot-7e18 .feature_lower_e801::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .container-clean-5cd6 .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 19px;
  }
  .container-clean-5cd6 .hot-7e18 .feature_lower_e801 {
    margin-top: -1px;
  }
  .container-clean-5cd6 .hot-7e18 .feature_lower_e801,
  .container-clean-5cd6 .hot-7e18 .feature_lower_e801::after,
  .container-clean-5cd6 .hot-7e18 .feature_lower_e801::before {
    width: 19px;
    height: 2px;
  }
  .container-clean-5cd6 .hot-7e18 .feature_lower_e801::before {
    top: -6px;
  }
  .container-clean-5cd6 .hot-7e18 .feature_lower_e801::after {
    bottom: -6px;
  }
  .tag_308c .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 22px;
  }
  .tag_308c .hot-7e18 .feature_lower_e801 {
    margin-top: -1px;
  }
  .tag_308c .hot-7e18 .feature_lower_e801,
  .tag_308c .hot-7e18 .feature_lower_e801::after,
  .tag_308c .hot-7e18 .feature_lower_e801::before {
    width: 22px;
    height: 2px;
  }
  .tag_308c .hot-7e18 .feature_lower_e801::before {
    top: -7px;
  }
  .tag_308c .hot-7e18 .feature_lower_e801::after {
    bottom: -7px;
  }
  .soft-bd22 .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 31px;
  }
  .soft-bd22 .hot-7e18 .feature_lower_e801 {
    margin-top: -1.5px;
  }
  .soft-bd22 .hot-7e18 .feature_lower_e801,
  .soft-bd22 .hot-7e18 .feature_lower_e801::after,
  .soft-bd22 .hot-7e18 .feature_lower_e801::before {
    width: 31px;
    height: 3px;
  }
  .soft-bd22 .hot-7e18 .feature_lower_e801::before {
    top: -9px;
  }
  .soft-bd22 .hot-7e18 .feature_lower_e801::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .message_7d3b .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 19px;
  }
  .message_7d3b .hot-7e18 .feature_lower_e801 {
    margin-top: -1px;
  }
  .message_7d3b .hot-7e18 .feature_lower_e801,
  .message_7d3b .hot-7e18 .feature_lower_e801::after,
  .message_7d3b .hot-7e18 .feature_lower_e801::before {
    width: 19px;
    height: 2px;
  }
  .message_7d3b .hot-7e18 .feature_lower_e801::before {
    top: -6px;
  }
  .message_7d3b .hot-7e18 .feature_lower_e801::after {
    bottom: -6px;
  }
  .dropdown-cool-cc78 .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 22px;
  }
  .dropdown-cool-cc78 .hot-7e18 .feature_lower_e801 {
    margin-top: -1px;
  }
  .dropdown-cool-cc78 .hot-7e18 .feature_lower_e801,
  .dropdown-cool-cc78 .hot-7e18 .feature_lower_e801::after,
  .dropdown-cool-cc78 .hot-7e18 .feature_lower_e801::before {
    width: 22px;
    height: 2px;
  }
  .dropdown-cool-cc78 .hot-7e18 .feature_lower_e801::before {
    top: -7px;
  }
  .dropdown-cool-cc78 .hot-7e18 .feature_lower_e801::after {
    bottom: -7px;
  }
  .yellow-e51e .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 31px;
  }
  .yellow-e51e .hot-7e18 .feature_lower_e801 {
    margin-top: -1.5px;
  }
  .yellow-e51e .hot-7e18 .feature_lower_e801,
  .yellow-e51e .hot-7e18 .feature_lower_e801::after,
  .yellow-e51e .hot-7e18 .feature_lower_e801::before {
    width: 31px;
    height: 3px;
  }
  .yellow-e51e .hot-7e18 .feature_lower_e801::before {
    top: -9px;
  }
  .yellow-e51e .hot-7e18 .feature_lower_e801::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .card_iron_d66d .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 19px;
  }
  .card_iron_d66d .hot-7e18 .feature_lower_e801 {
    margin-top: -1px;
  }
  .card_iron_d66d .hot-7e18 .feature_lower_e801,
  .card_iron_d66d .hot-7e18 .feature_lower_e801::after,
  .card_iron_d66d .hot-7e18 .feature_lower_e801::before {
    width: 19px;
    height: 2px;
  }
  .card_iron_d66d .hot-7e18 .feature_lower_e801::before {
    top: -6px;
  }
  .card_iron_d66d .hot-7e18 .feature_lower_e801::after {
    bottom: -6px;
  }
  .info-9029 .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 22px;
  }
  .info-9029 .hot-7e18 .feature_lower_e801 {
    margin-top: -1px;
  }
  .info-9029 .hot-7e18 .feature_lower_e801,
  .info-9029 .hot-7e18 .feature_lower_e801::after,
  .info-9029 .hot-7e18 .feature_lower_e801::before {
    width: 22px;
    height: 2px;
  }
  .info-9029 .hot-7e18 .feature_lower_e801::before {
    top: -7px;
  }
  .info-9029 .hot-7e18 .feature_lower_e801::after {
    bottom: -7px;
  }
  .active-ed16 .hot-7e18 .element-light-98fc {
    margin-top: -2px;
    width: 31px;
  }
  .active-ed16 .hot-7e18 .feature_lower_e801 {
    margin-top: -1.5px;
  }
  .active-ed16 .hot-7e18 .feature_lower_e801,
  .active-ed16 .hot-7e18 .feature_lower_e801::after,
  .active-ed16 .hot-7e18 .feature_lower_e801::before {
    width: 31px;
    height: 3px;
  }
  .active-ed16 .hot-7e18 .feature_lower_e801::before {
    top: -9px;
  }
  .active-ed16 .hot-7e18 .feature_lower_e801::after {
    bottom: -9px;
  }
}
.tabs-0922 .feature_lower_e801 {
  -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);
}
.tabs-0922 .feature_lower_e801::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.tabs-0922 .feature_lower_e801::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);
}
.tabs-0922.accordion-3221 .feature_lower_e801 {
  -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);
}
.tabs-0922.accordion-3221 .feature_lower_e801::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.tabs-0922.accordion-3221 .feature_lower_e801::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);
}
.sort-681d {
  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.up_8bbf:before {
  display: none;
}
.overlay_4afe {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.overlay_4afe .gradient_49d6 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.overlay_4afe .gradient_49d6:last-of-type {
  border-bottom: none;
}
.overlay_4afe .gradient_49d6.fixed-91c0,
.overlay_4afe .gradient_49d6.container-middle-1e5e,
.overlay_4afe .gradient_49d6.pink-055b {
  padding: 0;
}
.overlay_4afe .description_light_d73d .surface-92e0 {
  color: currentColor;
}
.overlay_4afe .description_light_d73d .surface-92e0:focus,
.overlay_4afe .description_light_d73d .surface-92e0:hover {
  background: rgba(0, 0, 0, 0.01);
}
.overlay_4afe.gas_7e85 .mini_699f,
.overlay_4afe.gas_7e85 .paragraph_south_c7e6 a,
.overlay_4afe.gas_7e85 .thumbnail-6c03 a,
.overlay_4afe.gas_7e85 .disabled_soft_830b a {
  color: rgba(0, 0, 0, 0.55);
}
.overlay_4afe.gas_7e85 .mini_699f:hover,
.overlay_4afe.gas_7e85 .paragraph_south_c7e6 a:hover,
.overlay_4afe.gas_7e85 .thumbnail-6c03 a:hover,
.overlay_4afe.gas_7e85 .disabled_soft_830b a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.overlay_4afe.gas_7e85 .thick_4c83 {
  color: rgba(0, 0, 0, 0.8);
}
.overlay_4afe.gas_7e85 .gradient_49d6 {
  border-color: rgba(0, 0, 0, 0.08);
}
.overlay_4afe.gas_7e85 .gradient_49d6:before {
  background: rgba(0, 0, 0, 0.08);
}
.overlay_4afe.gas_7e85 .caption_thick_9db9:before {
  background: rgba(255, 255, 255, 0.9);
}
.overlay_4afe.gas_7e85 .description_light_d73d .panel_b8db li a,
.overlay_4afe.gas_7e85 .description_light_d73d .surface-92e0,
.overlay_4afe.gas_7e85 .disabled_soft_830b {
  border-color: rgba(0, 0, 0, 0.08);
}
.overlay_4afe.gas_7e85 .description_light_d73d .surface-92e0:focus,
.overlay_4afe.gas_7e85 .description_light_d73d .surface-92e0:hover {
  background: rgba(0, 0, 0, 0.01);
}
.overlay_4afe.gas_7e85 .panel_b8db li {
  border-color: rgba(0, 0, 0, 0.08);
}
.overlay_4afe.tabs-solid-766d .mini_699f,
.overlay_4afe.tabs-solid-766d .paragraph_south_c7e6 a,
.overlay_4afe.tabs-solid-766d .thumbnail-6c03 .surface-92e0,
.overlay_4afe.tabs-solid-766d .thumbnail-6c03 a,
.overlay_4afe.tabs-solid-766d .disabled_soft_830b a {
  color: rgba(255, 255, 255, 0.79);
}
.overlay_4afe.tabs-solid-766d .mini_699f:hover,
.overlay_4afe.tabs-solid-766d .paragraph_south_c7e6 a:hover,
.overlay_4afe.tabs-solid-766d .thumbnail-6c03 .surface-92e0:hover,
.overlay_4afe.tabs-solid-766d .thumbnail-6c03 a:hover,
.overlay_4afe.tabs-solid-766d .disabled_soft_830b a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.overlay_4afe.tabs-solid-766d .thick_4c83 {
  color: rgba(255, 255, 255, 0.99);
}
.overlay_4afe.tabs-solid-766d .gradient_49d6 {
  border-color: rgba(255, 255, 255, 0.08);
}
.overlay_4afe.tabs-solid-766d .gradient_49d6:before {
  background: rgba(255, 255, 255, 0.08);
}
.overlay_4afe.tabs-solid-766d .caption_thick_9db9:before {
  background: rgba(0, 0, 0, 0.9);
}
.overlay_4afe.tabs-solid-766d .description_light_d73d .panel_b8db li a,
.overlay_4afe.tabs-solid-766d .description_light_d73d .surface-92e0,
.overlay_4afe.tabs-solid-766d .disabled_soft_830b {
  border-color: rgba(255, 255, 255, 0.08);
}
.overlay_4afe.tabs-solid-766d .description_light_d73d .surface-92e0:focus,
.overlay_4afe.tabs-solid-766d .description_light_d73d .surface-92e0:hover {
  background: rgba(0, 0, 0, 0.01);
}
.overlay_4afe.tabs-solid-766d .panel_b8db li {
  border-color: rgba(255, 255, 255, 0.08);
}
.caption_thick_9db9 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.caption_thick_9db9:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.iron-dc46 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.description-0b5f .overlay_4afe {
  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;
}
.description-0b5f .gradient_49d6 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.description-0b5f .gradient_49d6: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) {
  .description-0b5f .gradient_49d6:before {
    width: 16%;
    left: 42%;
  }
}
.description-0b5f .gradient_49d6:last-child:before {
  content: none;
}
.description-0b5f .gradient_49d6[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.description-0b5f .description_light_d73d .panel_b8db li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.description-0b5f .description_light_d73d .panel_b8db li a .surface-92e0 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.description-0b5f .description_light_d73d .disabled_soft_830b {
  border: none;
}
.description-0b5f .description_light_d73d .disabled_soft_830b li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.description-0b5f .caption_thick_9db9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.description-0b5f .iron-dc46 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.description-0b5f .tabs-solid-766d .caption_thick_9db9:before {
  background: rgba(0, 0, 0, 0.9);
}
.description-0b5f .gas_7e85.thumbnail-1124 .feature_lower_e801 {
  background: rgba(0, 0, 0, 0.6);
}
.description-0b5f
  .gas_7e85.thumbnail-1124
  .feature_lower_e801::after,
.description-0b5f
  .gas_7e85.thumbnail-1124
  .feature_lower_e801:before {
  background: inherit;
}
.description-0b5f
  .gas_7e85.thumbnail-1124:hover
  .feature_lower_e801 {
  background: rgba(0, 0, 0, 0.8);
}
.iron_031e .overlay_4afe {
  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) {
  .iron_031e .overlay_4afe {
    width: auto;
    right: 45px;
  }
}
.green-c185 .overlay_4afe {
  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) {
  .green-c185 .overlay_4afe {
    width: auto;
    left: 45px;
  }
}
.up_8bbf .overlay_4afe {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.up_8bbf .iron-dc46 {
  max-width: 48em;
  margin: 0 auto;
}
.up_8bbf .caption_thick_9db9:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.section_pressed_d1d0 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.section_pressed_d1d0.description-0b5f .overlay_4afe {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.section_pressed_d1d0.iron_031e .overlay_4afe {
  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);
}
.section_pressed_d1d0 .overlay_4afe {
  visibility: visible;
}
.section_pressed_d1d0.green-c185 .overlay_4afe {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.hero-last-83ef,
.texture_c528 {
  overflow-x: hidden;
}
.hero-last-83ef .overlay_4afe {
  overflow: auto;
}
.hero-last-83ef.description-0b5f {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hero-last-83ef.description-0b5f .overlay_4afe {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.hero-last-83ef.description-0b5f .input_9c8a {
  opacity: 0;
}
.hero-last-83ef.iron_031e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hero-last-83ef.iron_031e .overlay_4afe {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.hero-last-83ef.iron_031e .input_9c8a {
  opacity: 0;
}
.hero-last-83ef.green-c185 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.hero-last-83ef.green-c185 .overlay_4afe {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.hero-last-83ef.green-c185 .input_9c8a {
  opacity: 0;
}
.hero-last-83ef.up_8bbf .overlay_4afe {
  z-index: 10;
  visibility: visible;
}
.thumbnail-1124 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.thumbnail-1124 .feature_lower_e801 {
  background: rgba(255, 255, 255, 0.99);
}
.thumbnail-1124 .feature_lower_e801::after,
.thumbnail-1124 .feature_lower_e801:before {
  background: inherit;
}
.thumbnail-1124:hover .feature_lower_e801 {
  background: rgba(255, 255, 255, 0.99);
}
.green-c185 .thumbnail-1124 {
  top: 10px;
  right: auto;
  left: 12px;
}
.up_8bbf .thumbnail-1124 {
  display: none !important;
}
.hero-last-83ef:before,
.texture_c528:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.hero-last-83ef .thumbnail-1124,
.texture_c528 .thumbnail-1124 {
  display: inline-block;
}
.overlay_4afe .status-28cd {
  -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;
}
.hero-last-83ef .overlay_4afe .status-28cd,
.texture_c528 .overlay_4afe .status-28cd {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fresh_c3c6 .texture-cf73 {
  width: 100%;
}
.gallery-4d71 {
  padding: 0 0.5em 0;
}
.gallery-4d71 [class*="customify-col-"],
.gallery-4d71 [class*="customify-col_"],
.gallery-4d71 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.component-c5e1 .gallery-4d71 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .hard_d5c2 .plasma-cc87,
  .plasma-cc87 {
    display: none;
  }
  .summary_dbe5 {
    text-align: left;
  }
  .card_stale_5600 {
    text-align: center;
  }
  .chip-fluid-52c4 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .hard_d5c2 .pressed-e42b,
  .pressed-e42b {
    display: none;
  }
  .carousel_red_a6a5 {
    text-align: left;
  }
  .notice_dark_17c8 {
    text-align: center;
  }
  .bright_6393 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .hard_d5c2 .pattern-133e,
  .pattern-133e {
    display: none;
  }
  .pagination-wood-115b {
    text-align: left;
  }
  .out-7525 {
    text-align: center;
  }
  .preview-up-decb {
    text-align: right;
  }
}
#page {
  position: relative;
}
.outline_dynamic_072d {
  box-shadow: none !important;
}
.carousel_huge_cc88 .paragraph-glass-4cb6,
.bottom-cfa7 .paragraph-glass-4cb6 {
  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;
}
.bottom-cfa7 .paragraph-glass-4cb6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.input-4a1c {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.input-4a1c:after,
.input-4a1c:before {
  content: "";
  display: table;
}
.input-4a1c:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .input-4a1c {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.input-4a1c,
.modal_4dab {
  max-width: 1248px;
  margin: 0 auto;
}

.media_narrow_7c26.backdrop_2a9e .input-4a1c {
  max-width: 100%;
}
.media_narrow_7c26.north-1927 {
  max-width: 1200px;
  margin: 0 auto;
}
.media_narrow_7c26.paper-cc22 .input-4a1c {
  max-width: 100%;
}
.media_narrow_7c26.paper-cc22 > .input-4a1c {
  padding-left: 0;
  padding-right: 0;
}
.media_narrow_7c26.paper-cc22 > .input-4a1c .hard_d5c2 {
  margin: 0;
}
.media_narrow_7c26.paper-cc22
  > .input-4a1c
  .green_a677.bright_d540 {
  margin-right: 0;
  margin-left: 0;
}
.media_narrow_7c26.paper-cc22 #main.bright_d540 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .tabs-solid-e7b6 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .tabs-solid-e7b6 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .mask_dim_e433 .iron_61ca {
    padding-right: 1em;
  }
  .mask_dim_e433.liquid-afe3 .green_a677 {
    border-right: 1px solid #eaecee;
  }
  .mask_dim_e433.liquid-afe3 .iron_61ca {
    padding-right: 1em;
  }
  .mask_dim_e433.liquid-afe3 .element_light_4004 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tertiary-last-026d .iron_61ca {
    padding-left: 1em;
  }
  .tertiary-last-026d.liquid-afe3 .green_a677 {
    border-left: 1px solid #eaecee;
  }
  .tertiary-last-026d.liquid-afe3 .iron_61ca {
    padding-left: 1em;
  }
  .tertiary-last-026d.liquid-afe3 .element_light_4004 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hover_bright_d301 .iron_61ca {
    padding-left: 1em;
  }
  .hover_bright_d301.liquid-afe3 .short-097a {
    border-right: 1px solid #eaecee;
  }
  .hover_bright_d301.liquid-afe3 .filter_bright_3dee {
    border-right: 1px solid #eaecee;
  }
  .hover_bright_d301.liquid-afe3 .iron_61ca {
    padding-left: 1em;
  }
  .hover_bright_d301.liquid-afe3 .element_light_4004 {
    padding-right: 1em;
  }
  .hover_bright_d301.liquid-afe3 .content_c74b {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .caption-9cd3 .iron_61ca {
    padding-right: 1em;
  }
  .caption-9cd3.liquid-afe3 .short-097a {
    border-left: 1px solid #eaecee;
  }
  .caption-9cd3.liquid-afe3 .filter_bright_3dee {
    border-left: 1px solid #eaecee;
  }
  .caption-9cd3.liquid-afe3 .iron_61ca {
    padding-right: 1em;
  }
  .caption-9cd3.liquid-afe3 .element_light_4004 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .caption-9cd3.liquid-afe3 .content_c74b {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tabs-solid-e7b6 .iron_61ca {
    padding-left: 1em;
    padding-right: 1em;
  }
  .tabs-solid-e7b6.liquid-afe3 .green_a677 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .tabs-solid-e7b6.liquid-afe3 .iron_61ca {
    padding-left: 1em;
    padding-right: 1em;
  }
  .tabs-solid-e7b6.liquid-afe3 .element_light_4004 {
    padding-left: 1em;
  }
  .tabs-solid-e7b6.liquid-afe3 .content_c74b {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .tabs-solid-e7b6.liquid-afe3 .iron_61ca {
    padding-left: 0;
  }
}
.cool-6a01 .east-8d40 {
  display: inline-block;
}
.detail_2aff {
  display: inline-block;
}
.pagination-6c3f {
  word-con: break-word;
}
.east-aed7 > span {
  display: inline-block;
  padding: 5px 0;
}
.east-aed7 .tall-cc5e {
  margin-left: 8px;
  margin-right: 8px;
}
.east-aed7 .small_4134 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.heading-15de .button-c998 {
  margin-bottom: 2em;
}
.heading-15de .hovered-a379 {
  margin-bottom: 15px;
}
.heading-15de .hovered-a379:last-child {
  margin-bottom: 0;
}
.heading-15de .card-under-e492 {
  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) {
  .heading-15de .card-under-e492 {
    display: block;
  }
}
.heading-15de .panel_inner_0740 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .heading-15de .panel_inner_0740 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.heading-15de .button_hot_c482 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.heading-15de .button_hot_c482 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.heading-15de .button_hot_c482 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.heading-15de .pagination-6c3f {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.heading-15de .pagination-6c3f a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.heading-15de .highlight-prev-10c7 p:last-child {
  margin-bottom: 0;
}
.heading-15de .secondary_bottom_0f56 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.heading-15de .form-331f {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.heading-15de .filter_cd53 {
  margin-top: 1em;
}
.heading-15de .grid_306b {
  top: 0;
  display: block;
}
.heading-15de .grid_306b a {
  color: inherit;
}
.heading-15de .grid_306b a:hover {
  color: inherit;
}
.heading-15de .hidden-north-d335 {
  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;
}
.heading-15de .hidden-north-d335:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.heading-15de .form-331f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.heading-15de .main-6c76 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.heading-15de .main-6c76:first-child {
  margin-top: 0;
}
.heading-15de .main-6c76.new-6b07 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.heading-15de .main-6c76.thumbnail-4cf3 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.heading-15de
  .main-6c76.thumbnail-4cf3.outline-0093
  .filter_cd53 {
  width: 100%;
}
.heading-15de .thumbnail-4cf3 {
  -webkit-box-align: center;
  align-items: center;
}
.heading-15de .thumbnail-4cf3 .east-aed7,
.heading-15de .thumbnail-4cf3 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.heading-15de .button_hot_c482 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.heading-15de .button_hot_c482 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.heading-15de .button_hot_c482: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;
}
.heading-15de .new-6b07 {
  z-index: 5;
}
.heading-15de .form-first-d79e .frame-a270 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.heading-15de .accordion_4f3a .frame-a270 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.heading-15de .status-ca94 .frame-a270 {
  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;
}
.heading-15de.title-f934 .card-under-e492,
.heading-15de.modal-simple-8aa9 .card-under-e492 {
  display: block;
}
.heading-15de.title-f934 .card-under-e492 .pressed_d5fc,
.heading-15de.title-f934 .card-under-e492 .form-331f,
.heading-15de.modal-simple-8aa9 .card-under-e492 .pressed_d5fc,
.heading-15de.modal-simple-8aa9 .card-under-e492 .form-331f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.heading-15de.huge-ca8b .panel_inner_0740 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .heading-15de.huge-ca8b .panel_inner_0740 {
    margin-right: 0;
  }
}
.heading-15de.title-f934 .panel_inner_0740,
.heading-15de.modal-simple-8aa9 .panel_inner_0740 {
  padding-top: 40%;
}
.heading-15de.title-f934 .button-c998,
.heading-15de.modal-simple-8aa9 .button-c998 {
  display: block;
}
.heading-15de.title-f934 .fn-sticky-c03d .form-331f,
.heading-15de.modal-simple-8aa9 .fn-sticky-c03d .form-331f {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.heading-15de.title-f934 .panel_inner_0740,
.heading-15de.modal-simple-8aa9 .panel_inner_0740 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.heading-15de.title-f934 .form-331f {
  padding: 1em;
}
.link-clean-516e {
  margin: 30px auto;
  display: block;
}
.link-clean-516e .surface-dark-a976 > * {
  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;
}
.link-clean-516e .surface-dark-a976 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.link-clean-516e .surface-dark-a976 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.focus-3cd1 .east-aed7 {
  margin-bottom: 1.41575em;
}
.focus-3cd1 .next-2517 {
  margin-bottom: 1.618em;
}
.selected_22be .background-3ada {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.selected_22be .background-3ada a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.selected_22be .block_tiny_0a2f {
  max-width: 100%;
  overflow: auto;
}
.complex-ddf7 .selected_22be a:hover {
  text-decoration: underline;
}
.main-copper-ae23 .hovered-a379:not(.pagination-6c3f),
.main-copper-ae23 .button_hot_c482 {
  margin-bottom: 1.41575em;
}
.main-copper-ae23 .hovered-a379:not(.pagination-6c3f):last-child,
.main-copper-ae23 .button_hot_c482:last-child {
  margin-bottom: 0;
}
.main-copper-ae23 .hovered-a379.next_a98f {
  margin-bottom: 0.41575em;
}
.main-copper-ae23 .summary-4c13:before,
.main-copper-ae23 .disabled-2562:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.main-copper-ae23 .summary-4c13:before {
  content: "\f115";
}
.main-copper-ae23 .disabled-2562:before {
  content: "\f02c";
}
.main-copper-ae23 .mask-short-1698 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.main-copper-ae23 .mask-short-1698 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.dim-5855 {
  display: -webkit-box;
  display: flex;
}
.dim-5855 .liquid_7157 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .dim-5855 .liquid_7157 {
    flex-basis: 90px;
  }
}
.dim-5855 .text_0914 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .dim-5855 .text_0914 {
    flex-basis: calc(100% - 50px);
  }
}
.dim-5855 .modal-3ea1 p:last-child {
  margin-bottom: 0.72em;
}
.stale-b354 .surface-dark-a976 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.stale-b354 .surface-dark-a976:after,
.stale-b354 .surface-dark-a976:before {
  content: "";
  display: table;
}
.stale-b354 .surface-dark-a976:after {
  clear: both;
}
.stale-b354 .surface-dark-a976 .under-02ef,
.stale-b354 .surface-dark-a976 .header_action_9c26 {
  width: 49%;
}
.stale-b354 .surface-dark-a976 .under-02ef a span.stale_974b,
.stale-b354 .surface-dark-a976 .header_action_9c26 a span.stale_974b {
  display: block;
  margin-bottom: 5px;
}
.stale-b354 .surface-dark-a976 .header_action_9c26 {
  float: left;
  text-align: left;
}
.stale-b354 .surface-dark-a976 .under-02ef {
  float: right;
  text-align: right;
}
.media-ea5a {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .media-ea5a {
    margin-bottom: 0;
  }
}
.picture_3758 {
  margin-bottom: 1em;
}
.picture_3758 .pagination-6c3f {
  font-size: 1.1em;
  line-height: 1.3;
}
.title-2673 a {
  display: block;
  line-height: 0;
  position: relative;
}
.popup-3f46 .picture_3758,
.progress_left_4866 .picture_3758 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .popup-3f46 .picture_3758,
  .progress_left_4866 .picture_3758 {
    display: block;
  }
}
.popup-3f46 .title-2673,
.progress_left_4866 .title-2673 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .popup-3f46 .title-2673,
  .progress_left_4866 .title-2673 {
    margin-bottom: 1em;
  }
}
.popup-3f46 .title-2673 img,
.progress_left_4866 .title-2673 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.popup-3f46 .active_a6b3,
.progress_left_4866 .active_a6b3 {
  flex-basis: calc(100% - 160px);
}
.popup-3f46 .active_a6b3 p,
.progress_left_4866 .active_a6b3 p {
  margin-bottom: 0;
}
.popup-3f46 .active_a6b3 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .popup-3f46 .active_a6b3 {
    padding-left: 0;
  }
}
.progress_left_4866 .active_a6b3 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .progress_left_4866 .active_a6b3 {
    padding-right: 0;
  }
}
.progress_left_4866 .title-2673 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.inner_cc87 .title-2673 {
  margin-bottom: 0.5em;
}
.inner_cc87 .title-2673 img {
  width: 100%;
}
.advanced-0683 .dropdown_solid_0ef8,
.carousel_motion_ad86 .dropdown_solid_0ef8 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.carousel_motion_ad86 .green_a677 .steel-4bba p:last-child {
  margin-bottom: 0;
}
.button-4157 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.cool_6f49 .highlight_63d3 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .cool_6f49 .highlight_63d3:last-of-type {
    margin-bottom: 0;
  }
}
.cool_6f49 .highlight_63d3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cool_6f49 .highlight_63d3 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cool_6f49 .highlight_63d3 ul li {
  margin: 0 0 0.6em;
}
.cool_6f49 .highlight_63d3 ul li.inner-502f,
.cool_6f49 .highlight_63d3 ul li.footer-warm-8e69 {
  position: relative;
}
.cool_6f49 .highlight_63d3 ul li.inner-502f .primary_current_5968,
.cool_6f49 .highlight_63d3 ul li.footer-warm-8e69 .primary_current_5968 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.cool_6f49 .highlight_63d3 ul li.inner-502f:after:after,
.cool_6f49 .highlight_63d3 ul li.inner-502f:after:before,
.cool_6f49
  .highlight_63d3
  ul
  li.footer-warm-8e69:after:after,
.cool_6f49
  .highlight_63d3
  ul
  li.footer-warm-8e69:after:before {
  content: "";
  display: table;
}
.cool_6f49 .highlight_63d3 ul li.inner-502f:after:after,
.cool_6f49
  .highlight_63d3
  ul
  li.footer-warm-8e69:after:after {
  clear: both;
}
.cool_6f49 .highlight_63d3 a.pagination-medium-03bd:hover {
  text-decoration: none;
}
.cool_6f49 .highlight_63d3 select {
  max-width: 100%;
}
.cool_6f49 .highlight_63d3 table {
  font-size: 85%;
}
.cool_6f49 .highlight_63d3 table td,
.cool_6f49 .highlight_63d3 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.cool_6f49 .highlight_63d3 table tfoot td {
  text-align: left;
}
.cool_6f49 .highlight_63d3 :last-child {
  margin-bottom: 0;
}
.cool_6f49 .highlight_63d3 .pink-48c1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.cool_6f49 .highlight_63d3 .pink-48c1 label {
  width: 100%;
}
.cool_6f49 .highlight_63d3 .pink-48c1 .lower_9308 {
  width: 100%;
  display: block;
}
.cool_6f49 .highlight_63d3 .pink-48c1 .secondary_729f {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.cool_6f49 .highlight_63d3 .pink-48c1 .secondary_729f:hover svg #svg-search {
  fill: #444;
}
.cool_6f49 .highlight_63d3 .pink-48c1 .secondary_729f svg {
  width: 18px;
  height: 18px;
}
.cool_6f49 .image-aff4 ul ul,
.cool_6f49 .glass-2973 ul ul,
.cool_6f49 .element_lite_961c ul ul,
.cool_6f49 .disabled-purple-fa0d ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.cool_6f49 .image-aff4 .detail-down-56b4 > a,
.cool_6f49 .glass-2973 .detail-down-56b4 > a,
.cool_6f49 .element_lite_961c .detail-down-56b4 > a,
.cool_6f49 .disabled-purple-fa0d .detail-down-56b4 > a {
  margin-bottom: 0;
}
.cool_6f49 .east-b038 li,
.cool_6f49 .image-aff4 li,
.cool_6f49 .alert_082e li,
.cool_6f49 .glass-2973 li,
.cool_6f49 .element_lite_961c li,
.cool_6f49 .disabled-purple-fa0d li,
.cool_6f49 .tabs_cb0e li,
.cool_6f49 .center_2f0d li {
  display: block;
  position: relative;
}
.cool_6f49 .east-b038 li:last-child,
.cool_6f49 .image-aff4 li:last-child,
.cool_6f49 .alert_082e li:last-child,
.cool_6f49 .glass-2973 li:last-child,
.cool_6f49 .element_lite_961c li:last-child,
.cool_6f49 .disabled-purple-fa0d li:last-child,
.cool_6f49 .tabs_cb0e li:last-child,
.cool_6f49 .center_2f0d li:last-child {
  border: none;
}
.cool_6f49 .east-b038 li a,
.cool_6f49 .image-aff4 li a,
.cool_6f49 .alert_082e li a,
.cool_6f49 .glass-2973 li a,
.cool_6f49 .element_lite_961c li a,
.cool_6f49 .disabled-purple-fa0d li a,
.cool_6f49 .tabs_cb0e li a,
.cool_6f49 .center_2f0d li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.cool_6f49 .east-b038 li ul li::before,
.cool_6f49 .image-aff4 li ul li::before,
.cool_6f49 .alert_082e li ul li::before,
.cool_6f49 .glass-2973 li ul li::before,
.cool_6f49 .element_lite_961c li ul li::before,
.cool_6f49 .disabled-purple-fa0d li ul li::before,
.cool_6f49 .tabs_cb0e li ul li::before,
.cool_6f49 .center_2f0d li ul li::before {
  left: 15px;
}
.cool_6f49 .east-b038 li ul a,
.cool_6f49 .image-aff4 li ul a,
.cool_6f49 .alert_082e li ul a,
.cool_6f49 .glass-2973 li ul a,
.cool_6f49 .element_lite_961c li ul a,
.cool_6f49 .disabled-purple-fa0d li ul a,
.cool_6f49 .tabs_cb0e li ul a,
.cool_6f49 .center_2f0d li ul a {
  padding-left: 20px;
}
.cool_6f49 .east-b038 li ul ul li::before,
.cool_6f49 .image-aff4 li ul ul li::before,
.cool_6f49 .alert_082e li ul ul li::before,
.cool_6f49 .glass-2973 li ul ul li::before,
.cool_6f49 .element_lite_961c li ul ul li::before,
.cool_6f49 .disabled-purple-fa0d li ul ul li::before,
.cool_6f49 .tabs_cb0e li ul ul li::before,
.cool_6f49 .center_2f0d li ul ul li::before {
  left: 30px;
}
.cool_6f49 .east-b038 li ul ul a,
.cool_6f49 .image-aff4 li ul ul a,
.cool_6f49 .alert_082e li ul ul a,
.cool_6f49 .glass-2973 li ul ul a,
.cool_6f49 .element_lite_961c li ul ul a,
.cool_6f49 .disabled-purple-fa0d li ul ul a,
.cool_6f49 .tabs_cb0e li ul ul a,
.cool_6f49 .center_2f0d li ul ul a {
  padding-left: 40px;
}
.cool_6f49 .old_30ac li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.cool_6f49 .center_2f0d ul li {
  margin-bottom: 1.41575em;
}
.cool_6f49 .center_2f0d ul li .secondary_static_8b58 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.cool_6f49 .center_2f0d ul li .card_45e7 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.tabs-solid-766d .east-b038 li a,
.tabs-solid-766d .image-aff4 li a,
.tabs-solid-766d .alert_082e li a,
.tabs-solid-766d .glass-2973 li a,
.tabs-solid-766d .element_lite_961c li a,
.tabs-solid-766d .disabled-purple-fa0d li a,
.tabs-solid-766d .tabs_cb0e li a,
.tabs-solid-766d .center_2f0d li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.tabs-solid-766d .old_30ac li {
  border-color: rgba(255, 255, 255, 0.08);
}
.tabs-solid-766d .highlight_63d3 ul li.inner-502f .primary_current_5968,
.tabs-solid-766d .highlight_63d3 ul li.footer-warm-8e69 .primary_current_5968 {
  background: rgba(0, 0, 0, 0.2);
}
.tabs-solid-766d .cool_6f49 .highlight_63d3 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li {
  margin: 0;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li ul {
  margin: 0;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li ul li a {
  padding-left: 15px;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li ul li li a {
  padding-left: 30px;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li.shadow-narrow-f614 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li.shadow-narrow-f614 > 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;
}
.media_narrow_7c26 .cool_6f49 .panel_b8db li.shadow-narrow-f614 > 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;
}
.media-a44e a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.heading-e433 {
  position: relative;
  z-index: 10;
}
.heading-e433 .status-28cd {
  width: 100%;
  max-width: 100%;
}
.backdrop-static-1605 .breadcrumb_c4c8 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.backdrop-static-1605 .gas_7e85 {
}
.backdrop-static-1605 .tabs-solid-766d {
  background: #292929;
}
.tag-selected-fe47 .breadcrumb_c4c8 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.tag-selected-fe47 .gas_7e85 {
  background: #f9f9f9;
}
.tag-selected-fe47 .tabs-solid-766d {
  background: #303030;
}
.sidebar_blue_acb6 .breadcrumb_c4c8 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .sidebar_blue_acb6 .east-8d40 {
    margin-bottom: 1em;
  }
  .sidebar_blue_acb6 .east-8d40:last-child {
    margin-bottom: 0;
  }
}
.sidebar_blue_acb6 .gas_7e85 {
  background: #ededed;
}
.sidebar_blue_acb6 .tabs-solid-766d {
  background: #1a1a1a;
}
.breadcrumb_c4c8.gas_7e85 {
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumb_c4c8.gas_7e85 .tiny_2437 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.breadcrumb_c4c8.tabs-solid-766d {
  color: rgba(255, 255, 255, 0.99);
}
.breadcrumb_c4c8.tabs-solid-766d a:not(.pagination-medium-03bd) {
  color: rgba(255, 255, 255, 0.79);
}
.breadcrumb_c4c8.tabs-solid-766d a:not(.pagination-medium-03bd):hover {
  color: rgba(255, 255, 255, 0.99);
}
.breadcrumb_c4c8.tabs-solid-766d .tiny_2437 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.breadcrumb_c4c8.tabs-solid-766d table tbody td,
.breadcrumb_c4c8.tabs-solid-766d table th {
  background: rgba(0, 0, 0, 0.08);
}
.tall-09a9.tertiary-fresh-4d7b .input-4a1c {
  max-width: initial;
}
.tall-09a9 .photo_new_2af1 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.tall-09a9 .photo_new_2af1 .status-28cd {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .tall-09a9 .photo_new_2af1 .status-28cd {
    display: block;
    margin-bottom: 2em;
  }
  .tall-09a9 .photo_new_2af1 .status-28cd:last-child {
    margin-bottom: 0;
  }
}
.sidebar_blue_acb6 .east-8d40:last-child,
.tag-selected-fe47 .east-8d40:last-child,
.backdrop-static-1605 .east-8d40:last-child {
  margin-bottom: 0;
}
.sidebar_blue_acb6 .east-8d40 .cool_6f49 .highlight_63d3:last-child,
.tag-selected-fe47 .east-8d40 .cool_6f49 .highlight_63d3:last-child,
.backdrop-static-1605 .east-8d40 .cool_6f49 .highlight_63d3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .sidebar_blue_acb6 .column-d6f1,
  .sidebar_blue_acb6 .center_3887,
  .tag-selected-fe47 .column-d6f1,
  .tag-selected-fe47 .center_3887,
  .backdrop-static-1605 .column-d6f1,
  .backdrop-static-1605 .center_3887 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .heading-e433 .east-8d40 {
    margin-bottom: 2em;
  }
}
.heading-e433 p:last-child {
  margin-bottom: 0;
}
.heading-e433 li,
.heading-e433 ul {
  list-style: none;
  margin: 0;
}
.heading-e433 ul ul {
  margin-left: 2.617924em;
}
.aside-over-9d15 {
  font-size: 0.875em;
}

/* css-noise: 6ae9 */
.ghost-box-x7 {
  padding: 0.3rem;
  font-size: 11px;
  line-height: 1.3;
}
