/*!
Theme Name: Customify
Theme URI: https://pressmaximum.pattern_10fa/customify
Author: WPCustomify
Author URI: https://pressmaximum.pattern_10fa
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.pattern_10fa/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.card-5b10.tertiary_24f8/licenses/gpl-2.0.detail-hot-71c3
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.modal_dark_413c/, (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.media-a134.logo_gold_5fba/normalize.tertiary-bbb6/
 ======
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.tertiary-bbb6 v7.0.0 | MIT License | github.pattern_10fa/necolas/normalize.tertiary-bbb6 */
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;
}
.glass-b604 .easy-bbcf,
.bottom_edd3,
.highlight-lite-ec53,
.slow-87d6,
.out-ea57,
.wrapper_12ec,
.input_soft_2932,
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;
}
.bottom_edd3,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .bottom_edd3,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .bottom_edd3,
  h1 {
    font-size: 1.8em;
  }
}
.highlight-lite-ec53,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.highlight-lite-ec53 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .highlight-lite-ec53,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .highlight-lite-ec53,
  h2 {
    font-size: 1.7em;
  }
}
.slow-87d6,
h3 {
  font-size: 1.618em;
}
.glass-b604 .easy-bbcf,
.out-ea57,
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.iron_7168 {
  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;
}
.left-b89b:after,
.left-b89b:before,
.rough_a18e:after,
.rough_a18e:before {
  content: "";
  display: table;
}
.left-b89b:after,
.rough_a18e:after {
  clear: both;
}
.yellow-9421 {
  float: right;
  margin-right: 0;
}
.bottom-49a4 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.widget_silver_0acf .caption-narrow-3c34,
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;
}
.widget_silver_0acf .caption-narrow-3c34: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;
}
.wood_fbd6 .caption-narrow-3c34 {
  box-shadow: none;
}
.wood_fbd6
  .caption-narrow-3c34
  .search-8550 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.wood_fbd6 .caption-narrow-3c34 .warm_211a {
  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;
}
.wood_fbd6
  .caption-narrow-3c34
  .warm_211a
  b {
  display: none;
}
.wood_fbd6 .logo-2c67 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.widget_middle_689b:not(.primary_49a9):not(.hovered-eab9),
button:not(.primary_49a9):not(.hovered-eab9),
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ),
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ),
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ) {
  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;
}
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ):hover,
button:not(.primary_49a9):not(
    .hovered-eab9
  ):hover,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ):hover,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ):hover,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ):active,
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
button:not(.primary_49a9):not(
    .hovered-eab9
  ):active,
button:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ):active,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ):active,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ):active,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ):focus {
  outline: 0;
}
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38 {
  position: relative;
}
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .table_copper_c5c3,
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .disabled_last_3226,
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .liquid_36e1,
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  i,
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  svg,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .table_copper_c5c3,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .disabled_last_3226,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .liquid_36e1,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  i,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  svg,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .table_copper_c5c3,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .disabled_last_3226,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .liquid_36e1,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  i,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  svg,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .table_copper_c5c3,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .disabled_last_3226,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .liquid_36e1,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  i,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  svg,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .table_copper_c5c3,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .disabled_last_3226,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  .liquid_36e1,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  i,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38
  svg {
  visibility: hidden;
}
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38:after,
button:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38:after,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38:after,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38:after,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ).fn-loading-0d38: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;
}
.widget_middle_689b:not(.primary_49a9):not(.hovered-eab9),
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ),
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ),
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ) {
  color: #fff;
  background: #235787;
}
.widget_middle_689b:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
input[type="button"]:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
input[type="reset"]:not(.primary_49a9):not(
    .hovered-eab9
  ):focus,
input[type="submit"]:not(.primary_49a9):not(
    .hovered-eab9
  ):focus {
  color: #fff;
}
.widget_middle_689b.fn-disabled-0d38:not(.primary_49a9):not(
    .hovered-eab9
  ),
.widget_middle_689b[disabled]:not(.primary_49a9):not(
    .hovered-eab9
  ),
button.fn-disabled-0d38:not(.primary_49a9):not(
    .hovered-eab9
  ),
button[disabled]:not(.primary_49a9):not(
    .hovered-eab9
  ) {
  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;
}
.element-e09f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.element-e09f: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;
}
.shadow-stone-b54f {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.gas_bd4e {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.progress-ef07 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.left-b89b:after,
.left-b89b:before,
.module_short_1562:after,
.module_short_1562:before,
.green_ae95:after,
.green_ae95:before,
.east_8661:after,
.east_8661:before,
.hard-4c4d:after,
.hard-4c4d:before,
.filter-north-173c:after,
.filter-north-173c:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.left-b89b:after,
.module_short_1562:after,
.green_ae95:after,
.east_8661:after,
.hard-4c4d:after,
.filter-north-173c:after {
  clear: both;
}
.module_short_1562 .complex_7c7c,
.green_ae95 .complex_7c7c,
.new_1e6b .complex_7c7c {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.bronze_a5e8 {
  display: inline-block;
}
.last_4605 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.last_4605 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.last_4605 .background_8ccd {
  padding: 1em 0;
  font-size: 85%;
}
.background_8ccd {
  text-align: left;
  font-style: italic;
  color: #999;
}
.grid_pressed_d7ae {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.grid_pressed_d7ae:after,
.grid_pressed_d7ae:before {
  content: "";
  display: table;
}
.grid_pressed_d7ae:after {
  clear: both;
}
.accent-basic-dfd8 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.breadcrumb-78b2 .accent-basic-dfd8 {
  max-width: 50%;
}
.sort-2fc2 .accent-basic-dfd8 {
  max-width: 33.33%;
}
.pressed_ff29 .accent-basic-dfd8 {
  max-width: 25%;
}
.box_cool_5f3b .accent-basic-dfd8 {
  max-width: 20%;
}
.icon-basic-46de .accent-basic-dfd8 {
  max-width: 16.66%;
}
.column-gold-77cb .accent-basic-dfd8 {
  max-width: 14.28%;
}
.hard_c936 .accent-basic-dfd8 {
  max-width: 12.5%;
}
.message-8b23 .accent-basic-dfd8 {
  max-width: 11.11%;
}
.item_81a8 {
  display: block;
}
.glass-b604 .selected_a0ef label,
.glass-b604 .fresh_4ded label,
.glass-b604 .container-in-ea59 label,
.glass-b604 .middle-be83 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.over_e713 {
  list-style: none;
  margin: 0;
}
.over_e713 article.avatar-1986 {
  margin-bottom: 0;
}
.over_e713 ul {
  list-style: none;
  margin: 0;
}
.over_e713 .layout_cfa1 li.avatar-1986 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .over_e713 .layout_cfa1 li.avatar-1986 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .over_e713 .layout_cfa1 li.avatar-1986: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) {
  .over_e713 .layout_cfa1 li.avatar-1986 li.avatar-1986 li.avatar-1986 li.avatar-1986 {
    padding-left: 0;
  }
}
article.avatar-1986 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.avatar-1986 .module_short_1562 p:last-of-type {
  margin-bottom: 0;
}
article.avatar-1986 .card_dirty_007a {
  float: left;
}
article.avatar-1986 .clean_b143 {
  margin-left: 85px;
}
article.avatar-1986 .blue_caf4 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.avatar-1986 .blue_caf4 .slider_dcab {
  margin-left: 10px;
}
article.avatar-1986 .lite_fc78 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.avatar-1986 .blue-89a3 {
  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 .selected_a0ef,
  #respond .container-in-ea59,
  #respond .middle-be83 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .selected_a0ef input,
#respond .container-in-ea59 input,
#respond .middle-be83 input {
  width: 100%;
}
#respond .middle-be83 {
  margin-right: 0;
}
#respond .popup_hard_b1bc #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.nav_bdc7 {
  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;
}
.nav_bdc7.iron_7f61 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.nav_bdc7 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%);
}
.nav_bdc7:focus,
.nav_bdc7: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);
}
.disabled-large-6f3e {
  border-radius: 10%;
}
.overlay-prev-11cc {
  border-radius: 50%;
}
.chip-west-ae86 {
  font-size: 0.72em;
}
.small_56d9 {
  font-size: 0.875em;
}
.stale_6dae {
  font-size: 1.1em;
}
.hovered-0ea8 {
  text-transform: uppercase;
  line-height: 1.2;
}
.hovered-0ea8.chip-west-ae86 {
  letter-spacing: 0.5px;
}
.gas_a99b,
.gas_a99b a {
  color: #6d6d6d;
}
.gas_a99b a:hover {
  color: #111;
}
.paper_7add {
  color: #6d6d6d;
}
.banner-a25c {
  overflow-x: hidden;
}
.banner-a25c .texture_cold_62e0.avatar_b481 {
  position: relative;
}
.banner-a25c .texture_cold_62e0.avatar_b481.tabs-36d4 {
  position: initial;
}
.banner-a25c
  .texture_cold_62e0.avatar_b481.tabs-36d4
  .east-de18 {
  left: auto;
}
.banner-a25c .texture_cold_62e0 .east-de18 {
  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;
}
.banner-a25c .texture_cold_62e0:hover.avatar_b481 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.banner-a25c
  .texture_cold_62e0:hover.avatar_b481
  .east-de18 {
  display: block;
  z-index: 9999999;
}
.banner-a25c .hero-white-c646 .button_hard_3a56,
.banner-a25c .tiny-b011 .button_hard_3a56 {
  display: none;
}
.banner-a25c .video-15fc .texture_cold_62e0:hover.avatar_b481 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.glass-b604 .selected_a0ef label,
.glass-b604 .fresh_4ded label,
.glass-b604 .container-in-ea59 label,
.glass-b604 .middle-be83 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.over_e713 {
  list-style: none;
  margin: 0;
}
.over_e713 article.avatar-1986 {
  margin-bottom: 0;
}
.over_e713 ul {
  list-style: none;
  margin: 0;
}
.over_e713 .layout_cfa1 li.avatar-1986 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .over_e713 .layout_cfa1 li.avatar-1986 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .over_e713 .layout_cfa1 li.avatar-1986: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) {
  .over_e713 .layout_cfa1 li.avatar-1986 li.avatar-1986 li.avatar-1986 li.avatar-1986 {
    padding-left: 0;
  }
}
article.avatar-1986 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.avatar-1986 .module_short_1562 p:last-of-type {
  margin-bottom: 0;
}
article.avatar-1986 .card_dirty_007a {
  float: left;
}
article.avatar-1986 .clean_b143 {
  margin-left: 85px;
}
article.avatar-1986 .blue_caf4 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.avatar-1986 .blue_caf4 .slider_dcab {
  margin-left: 10px;
}
article.avatar-1986 .lite_fc78 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.avatar-1986 .blue-89a3 {
  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 .selected_a0ef,
  #respond .container-in-ea59,
  #respond .middle-be83 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .selected_a0ef input,
#respond .container-in-ea59 input,
#respond .middle-be83 input {
  width: 100%;
}
#respond .middle-be83 {
  margin-right: 0;
}
#respond .popup_hard_b1bc #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.hero-white-c646 .content-18ef {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.content-18ef .dropdown_copper_1030.west-35e7 .paper_f3a8 > li > a:focus,
.content-18ef .dropdown_copper_1030.west-35e7 .paper_f3a8 > li > a:hover,
.content-18ef .dropdown_copper_1030.highlight-4612 .paper_f3a8 > li > a:focus,
.content-18ef .dropdown_copper_1030.highlight-4612 .paper_f3a8 > li > a:hover,
.content-18ef .dropdown_copper_1030.column-center-d614 .paper_f3a8 > li > a:focus,
.content-18ef .dropdown_copper_1030.column-center-d614 .paper_f3a8 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-18ef
  .dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li.panel_c32e
  > a,
.content-18ef
  .dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li.north_73db
  > a,
.content-18ef
  .dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li.panel_c32e
  > a,
.content-18ef
  .dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li.north_73db
  > a,
.content-18ef
  .dropdown_copper_1030.column-center-d614
  .paper_f3a8
  > li.panel_c32e
  > a,
.content-18ef .dropdown_copper_1030.column-center-d614 .paper_f3a8 > li.complex-31ac > a {
  color: rgba(255, 255, 255, 0.99);
}
.content-18ef .aside-liquid-081b,
.content-18ef .aside-liquid-081b a {
  color: rgba(255, 255, 255, 0.99);
}
.content-18ef .detail-right-1b3f.dim-7421 li a,
.content-18ef .list-pressed-45f4 a,
.content-18ef .solid-0d53,
.content-18ef .paper_f3a8 > li > a,
.content-18ef .modal_8053 {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef .detail-right-1b3f.dim-7421 li a:hover,
.content-18ef .list-pressed-45f4 a:hover,
.content-18ef .solid-0d53:hover,
.content-18ef .paper_f3a8 > li > a:hover,
.content-18ef .modal_8053:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-18ef .copper-cf94 {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef .copper-cf94 .motion-2e34 {
  color: rgba(255, 255, 255, 0.99);
}
.content-18ef .copper-cf94:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content-18ef .lite-06bd .overlay_basic_29cf {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef .lite-06bd .overlay_basic_29cf .shade_60cd {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef
  .lite-06bd
  .overlay_basic_29cf
  .shade_60cd::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef
  .lite-06bd
  .overlay_basic_29cf
  .shade_60cd:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef
  .lite-06bd
  .overlay_basic_29cf
  .shade_60cd::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef
  .lite-06bd
  .overlay_basic_29cf
  .shade_60cd::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef .lite-06bd .gas_df9b {
  color: rgba(255, 255, 255, 0.79);
}
.content-18ef .lite-06bd .gas_df9b:hover {
  color: rgba(255, 255, 255, 0.99);
}
.widget-up-7cfa
  .content-18ef
  .lite-06bd
  .banner_dirty_2c5b
  .blue-ee75 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.widget-up-7cfa
  .content-18ef
  .lite-06bd
  .banner_dirty_2c5b
  .shade_60cd {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hero-white-c646 .lite-73ed {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.lite-73ed .dropdown_copper_1030.west-35e7 .paper_f3a8 > li > a:focus,
.lite-73ed .dropdown_copper_1030.west-35e7 .paper_f3a8 > li > a:hover,
.lite-73ed .dropdown_copper_1030.highlight-4612 .paper_f3a8 > li > a:focus,
.lite-73ed .dropdown_copper_1030.highlight-4612 .paper_f3a8 > li > a:hover,
.lite-73ed .dropdown_copper_1030.column-center-d614 .paper_f3a8 > li > a:focus,
.lite-73ed .dropdown_copper_1030.column-center-d614 .paper_f3a8 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.lite-73ed
  .dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li.panel_c32e
  > a,
.lite-73ed
  .dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li.north_73db
  > a,
.lite-73ed
  .dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li.panel_c32e
  > a,
.lite-73ed
  .dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li.north_73db
  > a,
.lite-73ed
  .dropdown_copper_1030.column-center-d614
  .paper_f3a8
  > li.panel_c32e
  > a,
.lite-73ed .dropdown_copper_1030.column-center-d614 .paper_f3a8 > li.complex-31ac > a {
  color: rgba(0, 0, 0, 0.8);
}
.lite-73ed .aside-liquid-081b,
.lite-73ed .aside-liquid-081b a {
  color: rgba(0, 0, 0, 0.8);
}
.lite-73ed .detail-right-1b3f.dim-7421 li a,
.lite-73ed .list-pressed-45f4 a,
.lite-73ed .solid-0d53,
.lite-73ed .paper_f3a8 > li > a,
.lite-73ed .modal_8053 {
  color: rgba(0, 0, 0, 0.55);
}
.lite-73ed .detail-right-1b3f.dim-7421 li a:hover,
.lite-73ed .list-pressed-45f4 a:hover,
.lite-73ed .solid-0d53:hover,
.lite-73ed .paper_f3a8 > li > a:hover,
.lite-73ed .modal_8053:hover {
  color: rgba(0, 0, 0, 0.8);
}
.lite-73ed .copper-cf94 {
  color: rgba(0, 0, 0, 0.55);
}
.lite-73ed .copper-cf94 .motion-2e34 {
  color: rgba(0, 0, 0, 0.8);
}
.lite-73ed .copper-cf94:hover {
  color: rgba(0, 0, 0, 0.8);
}
.preview_active_0cfc .element-medium-b420 {
  margin-left: auto;
  margin-right: auto;
}
.green_ae95 > * {
  margin-left: auto;
  margin-right: auto;
}
.green_ae95 .shadow-stone-b54f {
  margin-right: 1.41575em;
}
.green_eb41 .green_ae95 > .steel-0511 {
  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;
}
.green_eb41 .green_ae95 > .hard_185f {
  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;
}
.overlay-1891.preview_active_0cfc .element-medium-b420,
.badge-3c29.preview_active_0cfc .element-medium-b420 {
  margin-left: 0;
}
.background-over-0885.preview_active_0cfc .element-medium-b420,
.dynamic-8d1a.preview_active_0cfc .element-medium-b420 {
  margin-right: 0;
}
.green_ae95 ol,
.green_ae95 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.in-e16b video {
  max-width: 100%;
}
.carousel-3602 img {
  display: block;
}
.carousel-3602.shadow-stone-b54f,
.carousel-3602.gas_bd4e {
  width: 100%;
}
.carousel-3602.hard_185f img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.gas-4edc:not(.footer-out-77ab) {
  margin: 1.5em auto;
}
.silver-7101 p {
  padding: 1.5em 14px;
}
ul.progress_6cdd.hard_185f,
ul.progress_6cdd.steel-0511,
ul.progress_6cdd.container-a791.steel-0511 {
  padding: 0 14px;
}
.thumbnail_2b2d {
  display: block;
  overflow-x: auto;
}
.thumbnail_2b2d table {
  border-collapse: collapse;
  width: 100%;
}
.thumbnail_2b2d td,
.thumbnail_2b2d th {
  padding: 0.5em;
}
.green_ae95 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.green_ae95 ol ol,
.green_ae95 ol ul,
.green_ae95 ul ol,
.green_ae95 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.green_ae95 ol ol li,
.green_ae95 ol ul li,
.green_ae95 ul ol li,
.green_ae95 ul ul li {
  margin-left: 0;
}
.thick-0447.backdrop_e673 > .steel-dae8 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.thick-0447.backdrop_e673 > .steel-dae8 iframe,
.thick-0447.backdrop_e673 > .steel-dae8 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.menu-0c34 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.menu-0c34.secondary_579e {
  padding: 0;
}
.menu-0c34.secondary_579e cite {
  font-size: 13px;
}
.menu-0c34 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.menu-0c34 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.backdrop_c529 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.backdrop_c529 > p:first-child {
  margin-top: 0;
}
.backdrop_c529 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.backdrop_c529 blockquote {
  border-left: 0;
}
.background-new-14bf {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.background-new-14bf:not(.focused_23d8) {
  max-width: 100px;
}
.background-new-14bf.panel-ecc9 {
  border-bottom: none !important;
  text-align: center;
}
.background-new-14bf.panel-ecc9::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .silver-7101 p {
    padding: 1.5em 0;
  }
}
.backdrop_clean_7add {
  color: #0073aa;
}
.wrapper_52bf {
  background-color: #0073aa;
}
.progress-841c {
  color: #229fd8;
}
.carousel_7bf7 {
  background-color: #229fd8;
}
.photo_c6a0 {
  color: #eee;
}
.copper_99d7 {
  background-color: #eee;
}
.panel-liquid-6b08 {
  color: #444;
}
.form_c912 {
  background-color: #444;
}
.dark-20d7 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.dark-20d7 .north-b5c9 .list-pressed-45f4 {
  font-size: 15px;
}
.dark-20d7 .list-pressed-45f4 {
  line-height: 1.3;
}
.dark-20d7 .lite-73ed {
}
.dark-20d7 .content-18ef {
  background: #235787;
}
.large-373d {
  padding: 0;
}
.large-373d .content-18ef {
  background: #1a1a1a;
}
.large-373d .lite-73ed {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.list-62cd {
  padding: 0;
  border-left: none;
  border-right: none;
}
.list-62cd .lite-73ed {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.list-62cd .content-18ef {
  background: #303030;
}
.filter-north-173c {
  position: relative;
  z-index: 10;
}
.filter-north-173c .picture_plasma_cc8e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.carousel_fixed_d10b .avatar_b481 {
  display: inline-block;
  vertical-align: middle;
}
.carousel_fixed_d10b.item_gas_7ad2 .avatar_b481 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .carousel_fixed_d10b.item_gas_7ad2 .avatar_b481 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .carousel_fixed_d10b.item_gas_7ad2 .avatar_b481 {
    margin-right: 0.4em;
  }
}
.carousel_fixed_d10b.item_gas_7ad2 .avatar_b481:last-child {
  margin-right: 0;
}
.video-narrow-8001 .picture_plasma_cc8e {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .hero-white-c646 .north-b5c9 {
    margin: 0 -0.5em;
  }
  .hero-white-c646 .north-b5c9 [class*="customify-col-"],
  .hero-white-c646 .north-b5c9 [class*="customify-col_"],
  .hero-white-c646 .north-b5c9 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.hero-white-c646.overlay-black-67ac .picture_plasma_cc8e {
  background: 0 0 !important;
}
.hero-white-c646.overlay-black-67ac .picture_plasma_cc8e,
.hero-white-c646.video-narrow-8001 .picture_plasma_cc8e {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .hero-white-c646.carousel-hard-51cf {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.hero-white-c646.video-narrow-8001 .picture_plasma_cc8e {
  box-shadow: none !important;
}
.footer-0ea9 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .footer-0ea9 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .footer-0ea9 {
    padding: 18px 0 20px;
  }
}
.footer-0ea9 .input-up-c169 {
  width: 100%;
}
.footer-0ea9 .logo_7f59 {
  margin-bottom: 0;
}
.footer-0ea9 .steel_433b {
  margin-top: 5px;
  font-size: 0.875em;
}
.photo_340b {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.photo_340b .layout_action_d879 {
  width: 100%;
}
.plasma-f80c {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.plasma-f80c li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.plasma-f80c 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;
}
.plasma-f80c li:last-child:after {
  display: none;
}
.plasma-f80c li a {
  font-weight: 500;
  margin-right: 10px;
}
.progress_7f8a .button_hard_3a56 button,
.footer-0ea9 .button_hard_3a56 button {
  left: 0;
}
.progress_7f8a .layout_action_d879,
.footer-0ea9 .layout_action_d879 {
  padding-left: 0;
  padding-right: 0;
}
.progress_7f8a .photo_340b,
.footer-0ea9 .photo_340b {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.progress_7f8a {
  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;
}
.progress_7f8a: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;
}
.progress_7f8a .feature-145d {
  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) {
  .progress_7f8a .feature-145d {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .progress_7f8a .feature-145d {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .progress_7f8a .feature-145d {
    min-height: 200px;
  }
}
.progress_7f8a .plasma-f80c {
  color: rgba(255, 255, 255, 0.8);
}
.progress_7f8a .plasma-f80c a,
.progress_7f8a .plasma-f80c li:after {
  color: inherit;
}
.progress_7f8a .plasma-f80c a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.bottom-a525 {
  margin-bottom: 0.5em;
}
.progress-cd5a {
  margin-bottom: 1.2em;
}
.progress-cd5a,
.bottom-a525 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.progress-cd5a p:last-child,
.bottom-a525 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .button_hard_3a56,
#masthead .button_hard_3a56 {
  display: none;
}
#masthead
  > .button_hard_3a56.silver_1672 {
  display: none;
}
#masthead > .button_hard_3a56 button {
  left: 0;
}
.steel_ff08 {
  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%;
}
.steel_ff08 .avatar_b481 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.steel_ff08 .hard_ab7c {
  display: -webkit-box;
  display: flex;
}
.steel_ff08 .hard_ab7c.wrapper-south-aeaa {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.steel_ff08 .hard_ab7c.background-b045 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.steel_ff08 .hard_ab7c.media-pressed-d285 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.steel_ff08.photo_dynamic_ac75.hidden-complex-3c7f .hard_ab7c.wrapper-south-aeaa {
  flex-basis: 100%;
}
.steel_ff08.filter_4015 .hard_ab7c.background-b045 {
  -webkit-box-flex: 1;
  flex: auto;
}
.steel_ff08.filter_4015 .hard_ab7c.media-pressed-d285 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .button_hard_3a56.silver_1672 {
  display: none;
}
#masthead > .button_hard_3a56 button {
  left: 0;
}
.filter-204e {
  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;
}
.filter-204e:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.filter-204e.dropdown_pink_2554 i {
  margin-right: 4px;
}
.filter-204e.accent-f7e5 i {
  margin-left: 5px;
}
.list-pressed-45f4 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.list-pressed-45f4 p:last-child {
  margin-bottom: 0;
}
.outline_static_0293 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.outline_static_0293 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.outline_static_0293 img {
  display: block;
  width: auto;
  line-height: 1;
}
.outline_static_0293 .aside-liquid-081b {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.outline_static_0293 .modal-834e {
  margin: 5px 0 7px 0;
}
.outline_static_0293.nav-9d1e .background_advanced_9cce {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.outline_static_0293.nav-9d1e .container_2d34 {
  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;
}
.outline_static_0293.stale-399d {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.outline_static_0293.stale-399d .background_advanced_9cce {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.outline_static_0293.stale-399d .container_2d34 {
  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;
}
.outline_static_0293.logo_9b00 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.outline_static_0293.feature-warm-9cd9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.outline_static_0293.feature-warm-9cd9 .container_2d34 {
  margin-top: 7px;
}
.glass_7cfe {
  display: inline-block;
}
.filter-north-173c .wood-2b4b .outline_static_0293 img {
  max-width: 100%;
}
.dropdown_copper_1030 .carousel-center-1142.tabs-pro-5572,
.right_ebb7 .carousel-center-1142.tabs-pro-5572 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.dropdown_copper_1030 .outline_motion_3975,
.right_ebb7 .outline_motion_3975 {
  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%);
}
.dropdown_copper_1030 .outline_motion_3975 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.dropdown_copper_1030.breadcrumb_e510 .outline_motion_3975 {
  display: none;
}
.dropdown_copper_1030 .tabs-pressed-e11f {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown_copper_1030 .tabs-pressed-e11f li {
  display: inline-block;
  position: relative;
}
.dropdown_copper_1030 .tabs-pressed-e11f li:last-child {
  margin-right: 0;
}
.dropdown_copper_1030 .tabs-pressed-e11f 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;
}
.dropdown_copper_1030 .tabs-pressed-e11f li.complex-31ac > a {
  color: rgba(0, 0, 0, 0.9);
}
.dropdown_copper_1030 .tabs-pressed-e11f > 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;
}
.dropdown_copper_1030 .tabs-pressed-e11f > li > a i {
  line-height: 0;
}
.dropdown_copper_1030 .tabs-pressed-e11f > li.up_9565 > a .outline_motion_3975 {
  margin-left: 4px;
  line-height: 0;
}
.dropdown_copper_1030 .tabs-pressed-e11f .texture-a959 li.up_9565 > a {
  position: relative;
}
.dropdown_copper_1030 .tabs-pressed-e11f .texture-a959 li.up_9565 > a:after,
.dropdown_copper_1030 .tabs-pressed-e11f .texture-a959 li.up_9565 > a:before {
  content: "";
  display: table;
}
.dropdown_copper_1030 .tabs-pressed-e11f .texture-a959 li.up_9565 > a:after {
  clear: both;
}
.dropdown_copper_1030 .tabs-pressed-e11f .texture-a959 li.up_9565 > a .outline_motion_3975 {
  margin-left: 5px;
  float: right;
}
.dropdown_copper_1030 .dirty_2b07,
.dropdown_copper_1030 .texture-a959 {
  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;
}
.dropdown_copper_1030 .texture-a959 {
  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;
}
.dropdown_copper_1030 .texture-a959 .tabs-pro-5572 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.dropdown_copper_1030 .texture-a959 .outline_motion_3975 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.dropdown_copper_1030 .texture-a959 li {
  display: block;
  margin: 0;
  padding: 0;
}
.dropdown_copper_1030 .texture-a959 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;
}
.dropdown_copper_1030 .texture-a959 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.dropdown_copper_1030 .texture-a959 .texture-a959 {
  top: 0;
  left: 100%;
}
.dropdown_copper_1030 .copper_f2ca.fn-focus-0d38 > .dirty_2b07,
.dropdown_copper_1030 .copper_f2ca.fn-focus-0d38 > .texture-a959,
.dropdown_copper_1030 .copper_f2ca:focus > .dirty_2b07,
.dropdown_copper_1030 .copper_f2ca:focus > .texture-a959,
.dropdown_copper_1030 .copper_f2ca:hover > .dirty_2b07,
.dropdown_copper_1030 .copper_f2ca:hover > .texture-a959 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.dropdown_copper_1030.column-center-d614 .paper_f3a8:after,
.dropdown_copper_1030.column-center-d614 .paper_f3a8:before {
  content: "";
  display: table;
}
.dropdown_copper_1030.column-center-d614 .paper_f3a8:after {
  clear: both;
}
.dropdown_copper_1030.column-center-d614 .paper_f3a8 > li {
  float: left;
}
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8:after,
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8:before {
  content: "";
  display: table;
}
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8:after {
  clear: both;
}
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8 > li {
  float: left;
}
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8 > li.panel_c32e > a,
.dropdown_copper_1030.progress-soft-2223 .paper_f3a8 > li.complex-31ac > a {
  color: #fff;
  background-color: #1e4b75;
}
.dropdown_copper_1030.west-35e7 .paper_f3a8 > li > a .tabs-pro-5572 {
  position: relative;
}
.dropdown_copper_1030.west-35e7 .paper_f3a8 > li > a .tabs-pro-5572: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;
}
.dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li:focus
  > a
  .tabs-pro-5572:before,
.dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li:hover
  > a
  .tabs-pro-5572:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li.panel_c32e
  > a
  .tabs-pro-5572:before,
.dropdown_copper_1030.west-35e7
  .paper_f3a8
  > li.north_73db
  > a
  .tabs-pro-5572:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown_copper_1030.highlight-4612 .paper_f3a8 > li > a .tabs-pro-5572 {
  position: relative;
}
.dropdown_copper_1030.highlight-4612 .paper_f3a8 > li > a .tabs-pro-5572: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;
}
.dropdown_copper_1030.highlight-4612 .paper_f3a8 > li:focus > a .tabs-pro-5572:before,
.dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li:hover
  > a
  .tabs-pro-5572:before {
  width: 100%;
  background-color: currentColor;
}
.dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li.panel_c32e
  > a
  .tabs-pro-5572:before,
.dropdown_copper_1030.highlight-4612
  .paper_f3a8
  > li.north_73db
  > a
  .tabs-pro-5572:before {
  width: 100%;
  background-color: currentColor;
}
.right_ebb7 .tabs-pressed-e11f {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right_ebb7 .tabs-pressed-e11f li:first-child > a {
  border-top: none;
}
.right_ebb7 .tabs-pressed-e11f .caption-b039 > .tabs-pro-5572 .outline_motion_3975 {
  display: none;
}
.right_ebb7 .tabs-pressed-e11f li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.right_ebb7 .tabs-pressed-e11f li:last-child {
  border: none;
}
.right_ebb7 .tabs-pressed-e11f li.up_9565 > a {
  padding-right: 45px !important;
}
.right_ebb7 .tabs-pressed-e11f li a {
  display: block;
  padding: 0.55em 1.5em;
}
.right_ebb7 .tabs-pressed-e11f li a:focus,
.right_ebb7 .tabs-pressed-e11f li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.right_ebb7 .tabs-pressed-e11f li .alert-61a3 {
  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;
}
.right_ebb7 .tabs-pressed-e11f li .alert-61a3:hover {
  box-shadow: none;
}
.right_ebb7 .tabs-pressed-e11f li .alert-61a3 .outline_motion_3975 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.right_ebb7 .tabs-pressed-e11f .texture-a959 {
  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);
}
.right_ebb7 .tabs-pressed-e11f .texture-a959 li a {
  padding-left: 3em;
}
.right_ebb7 .tabs-pressed-e11f .accordion-orange-b7a2 > a .alert-61a3 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.right_ebb7 .tabs-pressed-e11f .accordion-orange-b7a2 > .texture-a959 {
  display: block;
  opacity: 1;
}
.hover_steel_bc5e {
  max-width: 100%;
}
.texture-full-9a1b {
  line-height: 0;
  cursor: pointer;
}
.modal_8053 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.modal_8053:hover {
  box-shadow: none;
  color: currentColor;
}
.modal_8053 svg {
  width: 18px;
  height: 18px;
}
.modal_8053 .form-5e17 {
  display: none;
}
.avatar-9125 {
  position: relative;
}
.avatar-9125.fn-active-0d38 .modal_8053 .breadcrumb-3b46 {
  display: none;
}
.avatar-9125.fn-active-0d38 .modal_8053 .form-5e17 {
  display: inline-block;
}
.avatar-9125 .accordion_bright_5561 {
  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);
}
.avatar-9125.outline_out_f2e4 .accordion_bright_5561 {
  left: auto;
  right: -0.9em;
}
.avatar-9125.outline_out_f2e4 .new_fd16::before {
  left: auto;
  right: 15px;
}
.avatar-9125.fn-active-0d38 .accordion_bright_5561 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner_dirty_2c5b {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.banner_dirty_2c5b label {
  flex-basis: 100%;
}
.banner_dirty_2c5b .overlay_basic_29cf {
  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;
}
.banner_dirty_2c5b .shade_60cd {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.banner_dirty_2c5b .shade_60cd:focus {
  background-color: transparent;
}
.banner_dirty_2c5b button.gas_df9b {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.banner_dirty_2c5b button.gas_df9b:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.banner_dirty_2c5b button.gas_df9b svg {
  width: 18px;
  height: 18px;
}
.banner_dirty_2c5b input[type="submit"] {
  min-height: auto;
}
.lite-06bd .banner_dirty_2c5b .shade_60cd {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.new_fd16 {
  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) {
  .new_fd16 {
    width: 220px;
  }
}
.new_fd16 label {
  flex-basis: 100%;
}
.new_fd16::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;
}
.widget-up-7cfa .lite-06bd .banner_dirty_2c5b {
  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;
}
.widget-up-7cfa
  .lite-06bd
  .banner_dirty_2c5b
  .overlay_basic_29cf {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.widget-up-7cfa .lite-06bd .banner_dirty_2c5b .shade_60cd {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.widget-up-7cfa
  .lite-06bd
  .banner_dirty_2c5b
  .shade_60cd:focus {
  background: 0 0;
}
.widget-up-7cfa
  .lite-06bd
  .banner_dirty_2c5b
  .blue-ee75 {
  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;
}
.detail-right-1b3f {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.detail-right-1b3f li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.detail-right-1b3f li:last-child {
  margin-right: 0;
}
.detail-right-1b3f li:first-child {
  margin-left: 0;
}
.detail-right-1b3f.dirty_e1da a {
  color: #fff;
}
.detail-right-1b3f.dirty_e1da a:hover {
  color: #fff;
}
.detail-right-1b3f a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.detail-right-1b3f a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.detail-right-1b3f a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.detail-right-1b3f a:hover {
  opacity: 0.9;
  color: inherit;
}
.detail-right-1b3f [class*="social-icon-apple"] {
  background-color: #999;
}
.detail-right-1b3f [class*="social-icon-apple"].gas_5694 {
  background-color: transparent;
  color: #999;
}
.detail-right-1b3f [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.detail-right-1b3f [class*="social-icon-behance"].gas_5694 {
  background-color: transparent;
  color: #1769ff;
}
.detail-right-1b3f [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.detail-right-1b3f [class*="social-icon-bitbucket"].gas_5694 {
  background-color: transparent;
  color: #205081;
}
.detail-right-1b3f [class*="social-icon-codepen"] {
  background-color: #000;
}
.detail-right-1b3f [class*="social-icon-codepen"].gas_5694 {
  background-color: transparent;
  color: #000;
}
.detail-right-1b3f [class*="social-icon-delicious"] {
  background-color: #39f;
}
.detail-right-1b3f [class*="social-icon-delicious"].gas_5694 {
  background-color: transparent;
  color: #39f;
}
.detail-right-1b3f [class*="social-icon-digg"] {
  background-color: #005be2;
}
.detail-right-1b3f [class*="social-icon-digg"].gas_5694 {
  background-color: transparent;
  color: #005be2;
}
.detail-right-1b3f [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.detail-right-1b3f [class*="social-icon-dribbble"].gas_5694 {
  background-color: transparent;
  color: #ea4c89;
}
.detail-right-1b3f [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.detail-right-1b3f [class*="social-icon-envelope"].gas_5694 {
  background-color: transparent;
  color: #ea4335;
}
.detail-right-1b3f [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.detail-right-1b3f [class*="social-icon-facebook"].gas_5694 {
  background-color: transparent;
  color: #3b5998;
}
.detail-right-1b3f [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.detail-right-1b3f [class*="social-icon-flickr"].gas_5694 {
  background-color: transparent;
  color: #0063dc;
}
.detail-right-1b3f [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.detail-right-1b3f [class*="social-icon-foursquare"].gas_5694 {
  background-color: transparent;
  color: #2d5be3;
}
.detail-right-1b3f [class*="social-icon-github"] {
  background-color: #333;
}
.detail-right-1b3f [class*="social-icon-github"].gas_5694 {
  background-color: transparent;
  color: #333;
}
.detail-right-1b3f [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.detail-right-1b3f [class*="social-icon-google-plus"].gas_5694 {
  background-color: transparent;
  color: #dd4b39;
}
.detail-right-1b3f [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.detail-right-1b3f [class*="social-icon-houzz"].gas_5694 {
  background-color: transparent;
  color: #7ac142;
}
.detail-right-1b3f [class*="social-icon-instagram"] {
  background-color: #262626;
}
.detail-right-1b3f [class*="social-icon-instagram"].gas_5694 {
  background-color: transparent;
  color: #262626;
}
.detail-right-1b3f [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.detail-right-1b3f [class*="social-icon-jsfiddle"].gas_5694 {
  background-color: transparent;
  color: #487aa2;
}
.detail-right-1b3f [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.detail-right-1b3f [class*="social-icon-linkedin"].gas_5694 {
  background-color: transparent;
  color: #0077b5;
}
.detail-right-1b3f [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.detail-right-1b3f [class*="social-icon-medium"].gas_5694 {
  background-color: transparent;
  color: #00ab6b;
}
.detail-right-1b3f [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.detail-right-1b3f
  [class*="social-icon-odnoklassniki"].gas_5694 {
  background-color: transparent;
  color: #f4731c;
}
.detail-right-1b3f [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.detail-right-1b3f [class*="social-icon-meetup"].gas_5694 {
  background-color: transparent;
  color: #ec1c40;
}
.detail-right-1b3f [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.detail-right-1b3f [class*="social-icon-pinterest"].gas_5694 {
  background-color: transparent;
  color: #bd081c;
}
.detail-right-1b3f [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.detail-right-1b3f [class*="social-icon-product-hunt"].gas_5694 {
  background-color: transparent;
  color: #da552f;
}
.detail-right-1b3f [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.detail-right-1b3f [class*="social-icon-reddit"].gas_5694 {
  background-color: transparent;
  color: #ff4500;
}
.detail-right-1b3f [class*="social-icon-rss"] {
  background-color: #f26522;
}
.detail-right-1b3f [class*="social-icon-rss"].gas_5694 {
  background-color: transparent;
  color: #f26522;
}
.detail-right-1b3f [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.detail-right-1b3f
  [class*="social-icon-shopping-cart"].gas_5694 {
  background-color: transparent;
  color: #4caf50;
}
.detail-right-1b3f [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.detail-right-1b3f [class*="social-icon-skype"].gas_5694 {
  background-color: transparent;
  color: #00aff0;
}
.detail-right-1b3f [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.detail-right-1b3f [class*="social-icon-slideshare"].gas_5694 {
  background-color: transparent;
  color: #0077b5;
}
.detail-right-1b3f [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.detail-right-1b3f [class*="social-icon-snapchat"].gas_5694 {
  background-color: transparent;
  color: #fffc00;
}
.detail-right-1b3f [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.detail-right-1b3f [class*="social-icon-soundcloud"].gas_5694 {
  background-color: transparent;
  color: #f80;
}
.detail-right-1b3f [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.detail-right-1b3f [class*="social-icon-spotify"].gas_5694 {
  background-color: transparent;
  color: #2ebd59;
}
.detail-right-1b3f [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.detail-right-1b3f
  [class*="social-icon-stack-overflow"].gas_5694 {
  background-color: transparent;
  color: #fe7a15;
}
.detail-right-1b3f [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.detail-right-1b3f [class*="social-icon-maldkfgram"].gas_5694 {
  background-color: transparent;
  color: #2ca5e0;
}
.detail-right-1b3f [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.detail-right-1b3f [class*="social-icon-tripadvisor"].gas_5694 {
  background-color: transparent;
  color: #589442;
}
.detail-right-1b3f [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.detail-right-1b3f [class*="social-icon-tumblr"].gas_5694 {
  background-color: transparent;
  color: #35465c;
}
.detail-right-1b3f [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.detail-right-1b3f [class*="social-icon-twitch"].gas_5694 {
  background-color: transparent;
  color: #6441a5;
}
.detail-right-1b3f [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.detail-right-1b3f [class*="social-icon-twitter"].gas_5694 {
  background-color: transparent;
  color: #1da1f2;
}
.detail-right-1b3f [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.detail-right-1b3f [class*="social-icon-vimeo"].gas_5694 {
  background-color: transparent;
  color: #1ab7ea;
}
.detail-right-1b3f [class*="social-icon-vk"] {
  background-color: #45668e;
}
.detail-right-1b3f [class*="social-icon-vk"].gas_5694 {
  background-color: transparent;
  color: #45668e;
}
.detail-right-1b3f [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.detail-right-1b3f [class*="social-icon-weibo"].gas_5694 {
  background-color: transparent;
  color: #df2029;
}
.detail-right-1b3f [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.detail-right-1b3f [class*="social-icon-weixin"].gas_5694 {
  background-color: transparent;
  color: #7bb32e;
}
.detail-right-1b3f [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.detail-right-1b3f [class*="social-icon-whatsapp"].gas_5694 {
  background-color: transparent;
  color: #25d366;
}
.detail-right-1b3f [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.detail-right-1b3f [class*="social-icon-wordpress"].gas_5694 {
  background-color: transparent;
  color: #21759b;
}
.detail-right-1b3f [class*="social-icon-xing"] {
  background-color: #026466;
}
.detail-right-1b3f [class*="social-icon-xing"].gas_5694 {
  background-color: transparent;
  color: #026466;
}
.detail-right-1b3f [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.detail-right-1b3f [class*="social-icon-yelp"].gas_5694 {
  background-color: transparent;
  color: #af0606;
}
.detail-right-1b3f [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.detail-right-1b3f [class*="social-icon-youtube"].gas_5694 {
  background-color: transparent;
  color: #cd201f;
}
.solid-0d53 {
  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;
}
.solid-0d53:hover {
  box-shadow: none;
  background: 0 0;
}
.right-5f58 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.paper_fc27 {
  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;
}
.shadow_clean_4493 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.fresh_2ab2 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.fresh_2ab2,
.fresh_2ab2::after,
.fresh_2ab2::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;
}
.fresh_2ab2::after,
.fresh_2ab2::before {
  content: "";
  display: block;
  background-color: inherit;
}
.hero-wide-5495 .paper_fc27 .shadow_clean_4493 {
  margin-top: -2px;
  width: 19px;
}
.hero-wide-5495 .paper_fc27 .fresh_2ab2 {
  margin-top: -1px;
}
.hero-wide-5495 .paper_fc27 .fresh_2ab2,
.hero-wide-5495 .paper_fc27 .fresh_2ab2::after,
.hero-wide-5495 .paper_fc27 .fresh_2ab2::before {
  width: 19px;
  height: 2px;
}
.hero-wide-5495 .paper_fc27 .fresh_2ab2::before {
  top: -6px;
}
.hero-wide-5495 .paper_fc27 .fresh_2ab2::after {
  bottom: -6px;
}
.fast-cbc3 .paper_fc27 .shadow_clean_4493 {
  margin-top: -2px;
  width: 22px;
}
.fast-cbc3 .paper_fc27 .fresh_2ab2 {
  margin-top: -1px;
}
.fast-cbc3 .paper_fc27 .fresh_2ab2,
.fast-cbc3 .paper_fc27 .fresh_2ab2::after,
.fast-cbc3 .paper_fc27 .fresh_2ab2::before {
  width: 22px;
  height: 2px;
}
.fast-cbc3 .paper_fc27 .fresh_2ab2::before {
  top: -7px;
}
.fast-cbc3 .paper_fc27 .fresh_2ab2::after {
  bottom: -7px;
}
.element-black-957d .paper_fc27 .shadow_clean_4493 {
  margin-top: -2px;
  width: 31px;
}
.element-black-957d .paper_fc27 .fresh_2ab2 {
  margin-top: -1.5px;
}
.element-black-957d .paper_fc27 .fresh_2ab2,
.element-black-957d .paper_fc27 .fresh_2ab2::after,
.element-black-957d .paper_fc27 .fresh_2ab2::before {
  width: 31px;
  height: 3px;
}
.element-black-957d .paper_fc27 .fresh_2ab2::before {
  top: -9px;
}
.element-black-957d .paper_fc27 .fresh_2ab2::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .section_smooth_d390 .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 19px;
  }
  .section_smooth_d390 .paper_fc27 .fresh_2ab2 {
    margin-top: -1px;
  }
  .section_smooth_d390 .paper_fc27 .fresh_2ab2,
  .section_smooth_d390 .paper_fc27 .fresh_2ab2::after,
  .section_smooth_d390 .paper_fc27 .fresh_2ab2::before {
    width: 19px;
    height: 2px;
  }
  .section_smooth_d390 .paper_fc27 .fresh_2ab2::before {
    top: -6px;
  }
  .section_smooth_d390 .paper_fc27 .fresh_2ab2::after {
    bottom: -6px;
  }
  .layout_medium_96b3 .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 22px;
  }
  .layout_medium_96b3 .paper_fc27 .fresh_2ab2 {
    margin-top: -1px;
  }
  .layout_medium_96b3 .paper_fc27 .fresh_2ab2,
  .layout_medium_96b3 .paper_fc27 .fresh_2ab2::after,
  .layout_medium_96b3 .paper_fc27 .fresh_2ab2::before {
    width: 22px;
    height: 2px;
  }
  .layout_medium_96b3 .paper_fc27 .fresh_2ab2::before {
    top: -7px;
  }
  .layout_medium_96b3 .paper_fc27 .fresh_2ab2::after {
    bottom: -7px;
  }
  .cold_d83a .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 31px;
  }
  .cold_d83a .paper_fc27 .fresh_2ab2 {
    margin-top: -1.5px;
  }
  .cold_d83a .paper_fc27 .fresh_2ab2,
  .cold_d83a .paper_fc27 .fresh_2ab2::after,
  .cold_d83a .paper_fc27 .fresh_2ab2::before {
    width: 31px;
    height: 3px;
  }
  .cold_d83a .paper_fc27 .fresh_2ab2::before {
    top: -9px;
  }
  .cold_d83a .paper_fc27 .fresh_2ab2::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .video-7023 .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 19px;
  }
  .video-7023 .paper_fc27 .fresh_2ab2 {
    margin-top: -1px;
  }
  .video-7023 .paper_fc27 .fresh_2ab2,
  .video-7023 .paper_fc27 .fresh_2ab2::after,
  .video-7023 .paper_fc27 .fresh_2ab2::before {
    width: 19px;
    height: 2px;
  }
  .video-7023 .paper_fc27 .fresh_2ab2::before {
    top: -6px;
  }
  .video-7023 .paper_fc27 .fresh_2ab2::after {
    bottom: -6px;
  }
  .badge-4a62 .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 22px;
  }
  .badge-4a62 .paper_fc27 .fresh_2ab2 {
    margin-top: -1px;
  }
  .badge-4a62 .paper_fc27 .fresh_2ab2,
  .badge-4a62 .paper_fc27 .fresh_2ab2::after,
  .badge-4a62 .paper_fc27 .fresh_2ab2::before {
    width: 22px;
    height: 2px;
  }
  .badge-4a62 .paper_fc27 .fresh_2ab2::before {
    top: -7px;
  }
  .badge-4a62 .paper_fc27 .fresh_2ab2::after {
    bottom: -7px;
  }
  .section_medium_10d0 .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 31px;
  }
  .section_medium_10d0 .paper_fc27 .fresh_2ab2 {
    margin-top: -1.5px;
  }
  .section_medium_10d0 .paper_fc27 .fresh_2ab2,
  .section_medium_10d0 .paper_fc27 .fresh_2ab2::after,
  .section_medium_10d0 .paper_fc27 .fresh_2ab2::before {
    width: 31px;
    height: 3px;
  }
  .section_medium_10d0 .paper_fc27 .fresh_2ab2::before {
    top: -9px;
  }
  .section_medium_10d0 .paper_fc27 .fresh_2ab2::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .feature_dba7 .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 19px;
  }
  .feature_dba7 .paper_fc27 .fresh_2ab2 {
    margin-top: -1px;
  }
  .feature_dba7 .paper_fc27 .fresh_2ab2,
  .feature_dba7 .paper_fc27 .fresh_2ab2::after,
  .feature_dba7 .paper_fc27 .fresh_2ab2::before {
    width: 19px;
    height: 2px;
  }
  .feature_dba7 .paper_fc27 .fresh_2ab2::before {
    top: -6px;
  }
  .feature_dba7 .paper_fc27 .fresh_2ab2::after {
    bottom: -6px;
  }
  .link_ff5a .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 22px;
  }
  .link_ff5a .paper_fc27 .fresh_2ab2 {
    margin-top: -1px;
  }
  .link_ff5a .paper_fc27 .fresh_2ab2,
  .link_ff5a .paper_fc27 .fresh_2ab2::after,
  .link_ff5a .paper_fc27 .fresh_2ab2::before {
    width: 22px;
    height: 2px;
  }
  .link_ff5a .paper_fc27 .fresh_2ab2::before {
    top: -7px;
  }
  .link_ff5a .paper_fc27 .fresh_2ab2::after {
    bottom: -7px;
  }
  .action-28ff .paper_fc27 .shadow_clean_4493 {
    margin-top: -2px;
    width: 31px;
  }
  .action-28ff .paper_fc27 .fresh_2ab2 {
    margin-top: -1.5px;
  }
  .action-28ff .paper_fc27 .fresh_2ab2,
  .action-28ff .paper_fc27 .fresh_2ab2::after,
  .action-28ff .paper_fc27 .fresh_2ab2::before {
    width: 31px;
    height: 3px;
  }
  .action-28ff .paper_fc27 .fresh_2ab2::before {
    top: -9px;
  }
  .action-28ff .paper_fc27 .fresh_2ab2::after {
    bottom: -9px;
  }
}
.preview_hard_0ba8 .fresh_2ab2 {
  -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);
}
.preview_hard_0ba8 .fresh_2ab2::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.preview_hard_0ba8 .fresh_2ab2::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);
}
.preview_hard_0ba8.pattern_99b7 .fresh_2ab2 {
  -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);
}
.preview_hard_0ba8.pattern_99b7 .fresh_2ab2::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.preview_hard_0ba8.pattern_99b7 .fresh_2ab2::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);
}
.primary_3e4a {
  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.list-medium-7989:before {
  display: none;
}
.tiny-b011 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.tiny-b011 .tooltip-fcf8 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.tiny-b011 .tooltip-fcf8:last-of-type {
  border-bottom: none;
}
.tiny-b011 .tooltip-fcf8.secondary-inner-95e6,
.tiny-b011 .tooltip-fcf8.smooth-4273,
.tiny-b011 .tooltip-fcf8.south-9bfe {
  padding: 0;
}
.tiny-b011 .right_ebb7 .alert-61a3 {
  color: currentColor;
}
.tiny-b011 .right_ebb7 .alert-61a3:focus,
.tiny-b011 .right_ebb7 .alert-61a3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tiny-b011.lite-73ed .copper-cf94,
.tiny-b011.lite-73ed .list-pressed-45f4 a,
.tiny-b011.lite-73ed .paper_f3a8 a,
.tiny-b011.lite-73ed .texture-a959 a {
  color: rgba(0, 0, 0, 0.55);
}
.tiny-b011.lite-73ed .copper-cf94:hover,
.tiny-b011.lite-73ed .list-pressed-45f4 a:hover,
.tiny-b011.lite-73ed .paper_f3a8 a:hover,
.tiny-b011.lite-73ed .texture-a959 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-b011.lite-73ed .motion-2e34 {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-b011.lite-73ed .tooltip-fcf8 {
  border-color: rgba(0, 0, 0, 0.08);
}
.tiny-b011.lite-73ed .tooltip-fcf8:before {
  background: rgba(0, 0, 0, 0.08);
}
.tiny-b011.lite-73ed .chip-first-84e4:before {
  background: rgba(255, 255, 255, 0.9);
}
.tiny-b011.lite-73ed .right_ebb7 .tabs-pressed-e11f li a,
.tiny-b011.lite-73ed .right_ebb7 .alert-61a3,
.tiny-b011.lite-73ed .texture-a959 {
  border-color: rgba(0, 0, 0, 0.08);
}
.tiny-b011.lite-73ed .right_ebb7 .alert-61a3:focus,
.tiny-b011.lite-73ed .right_ebb7 .alert-61a3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tiny-b011.lite-73ed .tabs-pressed-e11f li {
  border-color: rgba(0, 0, 0, 0.08);
}
.tiny-b011.content-18ef .copper-cf94,
.tiny-b011.content-18ef .list-pressed-45f4 a,
.tiny-b011.content-18ef .paper_f3a8 .alert-61a3,
.tiny-b011.content-18ef .paper_f3a8 a,
.tiny-b011.content-18ef .texture-a959 a {
  color: rgba(255, 255, 255, 0.79);
}
.tiny-b011.content-18ef .copper-cf94:hover,
.tiny-b011.content-18ef .list-pressed-45f4 a:hover,
.tiny-b011.content-18ef .paper_f3a8 .alert-61a3:hover,
.tiny-b011.content-18ef .paper_f3a8 a:hover,
.tiny-b011.content-18ef .texture-a959 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-b011.content-18ef .motion-2e34 {
  color: rgba(255, 255, 255, 0.99);
}
.tiny-b011.content-18ef .tooltip-fcf8 {
  border-color: rgba(255, 255, 255, 0.08);
}
.tiny-b011.content-18ef .tooltip-fcf8:before {
  background: rgba(255, 255, 255, 0.08);
}
.tiny-b011.content-18ef .chip-first-84e4:before {
  background: rgba(0, 0, 0, 0.9);
}
.tiny-b011.content-18ef .right_ebb7 .tabs-pressed-e11f li a,
.tiny-b011.content-18ef .right_ebb7 .alert-61a3,
.tiny-b011.content-18ef .texture-a959 {
  border-color: rgba(255, 255, 255, 0.08);
}
.tiny-b011.content-18ef .right_ebb7 .alert-61a3:focus,
.tiny-b011.content-18ef .right_ebb7 .alert-61a3:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tiny-b011.content-18ef .tabs-pressed-e11f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.chip-first-84e4 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.chip-first-84e4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.image-in-5e17 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.over-2a36 .tiny-b011 {
  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;
}
.over-2a36 .tooltip-fcf8 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.over-2a36 .tooltip-fcf8: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) {
  .over-2a36 .tooltip-fcf8:before {
    width: 16%;
    left: 42%;
  }
}
.over-2a36 .tooltip-fcf8:last-child:before {
  content: none;
}
.over-2a36 .tooltip-fcf8[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.over-2a36 .right_ebb7 .tabs-pressed-e11f li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.over-2a36 .right_ebb7 .tabs-pressed-e11f li a .alert-61a3 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.over-2a36 .right_ebb7 .texture-a959 {
  border: none;
}
.over-2a36 .right_ebb7 .texture-a959 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.over-2a36 .chip-first-84e4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.over-2a36 .image-in-5e17 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.over-2a36 .content-18ef .chip-first-84e4:before {
  background: rgba(0, 0, 0, 0.9);
}
.over-2a36 .lite-73ed.accent_active_b917 .fresh_2ab2 {
  background: rgba(0, 0, 0, 0.6);
}
.over-2a36
  .lite-73ed.accent_active_b917
  .fresh_2ab2::after,
.over-2a36
  .lite-73ed.accent_active_b917
  .fresh_2ab2:before {
  background: inherit;
}
.over-2a36
  .lite-73ed.accent_active_b917:hover
  .fresh_2ab2 {
  background: rgba(0, 0, 0, 0.8);
}
.green-ca8b .tiny-b011 {
  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) {
  .green-ca8b .tiny-b011 {
    width: auto;
    right: 45px;
  }
}
.center_b6d2 .tiny-b011 {
  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) {
  .center_b6d2 .tiny-b011 {
    width: auto;
    left: 45px;
  }
}
.list-medium-7989 .tiny-b011 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.list-medium-7989 .image-in-5e17 {
  max-width: 48em;
  margin: 0 auto;
}
.list-medium-7989 .chip-first-84e4:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.pro-4a2e {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.pro-4a2e.over-2a36 .tiny-b011 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.pro-4a2e.green-ca8b .tiny-b011 {
  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);
}
.pro-4a2e .tiny-b011 {
  visibility: visible;
}
.pro-4a2e.center_b6d2 .tiny-b011 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.blue-ad5c,
.slider_large_18ae {
  overflow-x: hidden;
}
.blue-ad5c .tiny-b011 {
  overflow: auto;
}
.blue-ad5c.over-2a36 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.blue-ad5c.over-2a36 .tiny-b011 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.blue-ad5c.over-2a36 .solid-0d53 {
  opacity: 0;
}
.blue-ad5c.green-ca8b {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.blue-ad5c.green-ca8b .tiny-b011 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.blue-ad5c.green-ca8b .solid-0d53 {
  opacity: 0;
}
.blue-ad5c.center_b6d2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.blue-ad5c.center_b6d2 .tiny-b011 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.blue-ad5c.center_b6d2 .solid-0d53 {
  opacity: 0;
}
.blue-ad5c.list-medium-7989 .tiny-b011 {
  z-index: 10;
  visibility: visible;
}
.accent_active_b917 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.accent_active_b917 .fresh_2ab2 {
  background: rgba(255, 255, 255, 0.99);
}
.accent_active_b917 .fresh_2ab2::after,
.accent_active_b917 .fresh_2ab2:before {
  background: inherit;
}
.accent_active_b917:hover .fresh_2ab2 {
  background: rgba(255, 255, 255, 0.99);
}
.center_b6d2 .accent_active_b917 {
  top: 10px;
  right: auto;
  left: 12px;
}
.list-medium-7989 .accent_active_b917 {
  display: none !important;
}
.blue-ad5c:before,
.slider_large_18ae:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.blue-ad5c .accent_active_b917,
.slider_large_18ae .accent_active_b917 {
  display: inline-block;
}
.tiny-b011 .avatar_b481 {
  -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;
}
.blue-ad5c .tiny-b011 .avatar_b481,
.slider_large_18ae .tiny-b011 .avatar_b481 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.card_8d3f .overlay_basic_29cf {
  width: 100%;
}
.wood-2b4b {
  padding: 0 0.5em 0;
}
.wood-2b4b [class*="customify-col-"],
.wood-2b4b [class*="customify-col_"],
.wood-2b4b [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.detail-dim-778b .wood-2b4b {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .north-b5c9 .highlight_5158,
  .highlight_5158 {
    display: none;
  }
  .table-green-ed78 {
    text-align: left;
  }
  .full-fc3c {
    text-align: center;
  }
  .element_4b39 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .north-b5c9 .header_slow_6ccf,
  .header_slow_6ccf {
    display: none;
  }
  .form-b0ff {
    text-align: left;
  }
  .logo_fast_d6a9 {
    text-align: center;
  }
  .tall_2423 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .north-b5c9 .main-mini-adab,
  .main-mini-adab {
    display: none;
  }
  .layout-basic-2263 {
    text-align: left;
  }
  .modal_5b22 {
    text-align: center;
  }
  .thick-5759 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.column_f835 {
  box-shadow: none !important;
}
.easy-b673 .footer-inner-c86b,
.card-26c0 .footer-inner-c86b {
  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;
}
.card-26c0 .footer-inner-c86b {
  margin-top: 30px;
  margin-bottom: 30px;
}
.picture_plasma_cc8e {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.picture_plasma_cc8e:after,
.picture_plasma_cc8e:before {
  content: "";
  display: table;
}
.picture_plasma_cc8e:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .picture_plasma_cc8e {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.picture_plasma_cc8e,
.carousel-hard-51cf {
  max-width: 1248px;
  margin: 0 auto;
}

.east_8661.black-3ccd .picture_plasma_cc8e {
  max-width: 100%;
}
.east_8661.solid_e29e {
  max-width: 1200px;
  margin: 0 auto;
}
.east_8661.tiny_e029 .picture_plasma_cc8e {
  max-width: 100%;
}
.east_8661.tiny_e029 > .picture_plasma_cc8e {
  padding-left: 0;
  padding-right: 0;
}
.east_8661.tiny_e029 > .picture_plasma_cc8e .north-b5c9 {
  margin: 0;
}
.east_8661.tiny_e029
  > .picture_plasma_cc8e
  .media_5be2.filter-cb7a {
  margin-right: 0;
  margin-left: 0;
}
.east_8661.tiny_e029 #main.filter-cb7a {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .accordion_up_5fb9 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .accordion_up_5fb9 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .status-874b .element-medium-b420 {
    padding-right: 1em;
  }
  .status-874b.text_left_7abf .media_5be2 {
    border-right: 1px solid #eaecee;
  }
  .status-874b.text_left_7abf .element-medium-b420 {
    padding-right: 1em;
  }
  .status-874b.text_left_7abf .message-pink-0bb6 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .inner-0983 .element-medium-b420 {
    padding-left: 1em;
  }
  .inner-0983.text_left_7abf .media_5be2 {
    border-left: 1px solid #eaecee;
  }
  .inner-0983.text_left_7abf .element-medium-b420 {
    padding-left: 1em;
  }
  .inner-0983.text_left_7abf .message-pink-0bb6 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .bottom-91bb .element-medium-b420 {
    padding-left: 1em;
  }
  .bottom-91bb.text_left_7abf .pink-3073 {
    border-right: 1px solid #eaecee;
  }
  .bottom-91bb.text_left_7abf .feature_middle_78a2 {
    border-right: 1px solid #eaecee;
  }
  .bottom-91bb.text_left_7abf .element-medium-b420 {
    padding-left: 1em;
  }
  .bottom-91bb.text_left_7abf .message-pink-0bb6 {
    padding-right: 1em;
  }
  .bottom-91bb.text_left_7abf .title-5aef {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .texture-cool-8aac .element-medium-b420 {
    padding-right: 1em;
  }
  .texture-cool-8aac.text_left_7abf .pink-3073 {
    border-left: 1px solid #eaecee;
  }
  .texture-cool-8aac.text_left_7abf .feature_middle_78a2 {
    border-left: 1px solid #eaecee;
  }
  .texture-cool-8aac.text_left_7abf .element-medium-b420 {
    padding-right: 1em;
  }
  .texture-cool-8aac.text_left_7abf .message-pink-0bb6 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .texture-cool-8aac.text_left_7abf .title-5aef {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .accordion_up_5fb9 .element-medium-b420 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .accordion_up_5fb9.text_left_7abf .media_5be2 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .accordion_up_5fb9.text_left_7abf .element-medium-b420 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .accordion_up_5fb9.text_left_7abf .message-pink-0bb6 {
    padding-left: 1em;
  }
  .accordion_up_5fb9.text_left_7abf .title-5aef {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .accordion_up_5fb9.text_left_7abf .element-medium-b420 {
    padding-left: 0;
  }
}
.accent-lower-0408 .carousel_fixed_d10b {
  display: inline-block;
}
.video-5810 {
  display: inline-block;
}
.item_dd7d {
  word-con: break-word;
}
.nav-79b9 > span {
  display: inline-block;
  padding: 5px 0;
}
.nav-79b9 .out_1f2f {
  margin-left: 8px;
  margin-right: 8px;
}
.nav-79b9 .content-new-3dc8 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.down-dc40 .video_eb66 {
  margin-bottom: 2em;
}
.down-dc40 .paragraph_advanced_2c2a {
  margin-bottom: 15px;
}
.down-dc40 .paragraph_advanced_2c2a:last-child {
  margin-bottom: 0;
}
.down-dc40 .slider_paper_dc57 {
  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) {
  .down-dc40 .slider_paper_dc57 {
    display: block;
  }
}
.down-dc40 .nav_f1d3 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .down-dc40 .nav_f1d3 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.down-dc40 .slow_85df {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.down-dc40 .slow_85df img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.down-dc40 .slow_85df a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.down-dc40 .item_dd7d {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.down-dc40 .item_dd7d a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.down-dc40 .alert_cold_ac01 p:last-child {
  margin-bottom: 0;
}
.down-dc40 .message-e363 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.down-dc40 .status_f488 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.down-dc40 .up_87c3 {
  margin-top: 1em;
}
.down-dc40 .inner_c456 {
  top: 0;
  display: block;
}
.down-dc40 .inner_c456 a {
  color: inherit;
}
.down-dc40 .inner_c456 a:hover {
  color: inherit;
}
.down-dc40 .brown-be02 {
  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;
}
.down-dc40 .brown-be02:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.down-dc40 .status_f488 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.down-dc40 .info-a218 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.down-dc40 .info-a218:first-child {
  margin-top: 0;
}
.down-dc40 .info-a218.plasma-9b70 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.down-dc40 .info-a218.full-15c0 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.down-dc40
  .info-a218.full-15c0.logo_201c
  .up_87c3 {
  width: 100%;
}
.down-dc40 .full-15c0 {
  -webkit-box-align: center;
  align-items: center;
}
.down-dc40 .full-15c0 .nav-79b9,
.down-dc40 .full-15c0 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.down-dc40 .slow_85df {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.down-dc40 .slow_85df img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.down-dc40 .slow_85df: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;
}
.down-dc40 .plasma-9b70 {
  z-index: 5;
}
.down-dc40 .column-6c03 .progress_eeee {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.down-dc40 .action_ee85 .progress_eeee {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.down-dc40 .summary_da2e .progress_eeee {
  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;
}
.down-dc40.border_down_7ad0 .slider_paper_dc57,
.down-dc40.fast-9da9 .slider_paper_dc57 {
  display: block;
}
.down-dc40.border_down_7ad0 .slider_paper_dc57 .south-b94e,
.down-dc40.border_down_7ad0 .slider_paper_dc57 .status_f488,
.down-dc40.fast-9da9 .slider_paper_dc57 .south-b94e,
.down-dc40.fast-9da9 .slider_paper_dc57 .status_f488 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.down-dc40.summary_steel_d2fb .nav_f1d3 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .down-dc40.summary_steel_d2fb .nav_f1d3 {
    margin-right: 0;
  }
}
.down-dc40.border_down_7ad0 .nav_f1d3,
.down-dc40.fast-9da9 .nav_f1d3 {
  padding-top: 40%;
}
.down-dc40.border_down_7ad0 .video_eb66,
.down-dc40.fast-9da9 .video_eb66 {
  display: block;
}
.down-dc40.border_down_7ad0 .fn-sticky-0d38 .status_f488,
.down-dc40.fast-9da9 .fn-sticky-0d38 .status_f488 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.down-dc40.border_down_7ad0 .nav_f1d3,
.down-dc40.fast-9da9 .nav_f1d3 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.down-dc40.border_down_7ad0 .status_f488 {
  padding: 1em;
}
.chip-666e {
  margin: 30px auto;
  display: block;
}
.chip-666e .tag-c451 > * {
  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;
}
.chip-666e .tag-c451 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.chip-666e .tag-c451 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.white-7844 .nav-79b9 {
  margin-bottom: 1.41575em;
}
.white-7844 .pagination-1ef2 {
  margin-bottom: 1.618em;
}
.green_ae95 .down-b064 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.green_ae95 .down-b064 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.green_ae95 .background-up-329c {
  max-width: 100%;
  overflow: auto;
}
.preview_active_0cfc .green_ae95 a:hover {
  text-decoration: underline;
}
.carousel-2e2f .paragraph_advanced_2c2a:not(.item_dd7d),
.carousel-2e2f .slow_85df {
  margin-bottom: 1.41575em;
}
.carousel-2e2f .paragraph_advanced_2c2a:not(.item_dd7d):last-child,
.carousel-2e2f .slow_85df:last-child {
  margin-bottom: 0;
}
.carousel-2e2f .paragraph_advanced_2c2a.texture-current-ec7a {
  margin-bottom: 0.41575em;
}
.carousel-2e2f .video_a014:before,
.carousel-2e2f .sort-center-f2eb:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.carousel-2e2f .video_a014:before {
  content: "\f115";
}
.carousel-2e2f .sort-center-f2eb:before {
  content: "\f02c";
}
.carousel-2e2f .short_b036 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.carousel-2e2f .short_b036 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.label_yellow_b521 {
  display: -webkit-box;
  display: flex;
}
.label_yellow_b521 .shadow-rough-a071 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .label_yellow_b521 .shadow-rough-a071 {
    flex-basis: 90px;
  }
}
.label_yellow_b521 .badge_bf84 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .label_yellow_b521 .badge_bf84 {
    flex-basis: calc(100% - 50px);
  }
}
.label_yellow_b521 .focus-f230 p:last-child {
  margin-bottom: 0.72em;
}
.image_85e3 .tag-c451 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.image_85e3 .tag-c451:after,
.image_85e3 .tag-c451:before {
  content: "";
  display: table;
}
.image_85e3 .tag-c451:after {
  clear: both;
}
.image_85e3 .tag-c451 .stale-9669,
.image_85e3 .tag-c451 .mini-a113 {
  width: 49%;
}
.image_85e3 .tag-c451 .stale-9669 a span.fixed_2248,
.image_85e3 .tag-c451 .mini-a113 a span.fixed_2248 {
  display: block;
  margin-bottom: 5px;
}
.image_85e3 .tag-c451 .mini-a113 {
  float: left;
  text-align: left;
}
.image_85e3 .tag-c451 .stale-9669 {
  float: right;
  text-align: right;
}
.cold_aca7 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .cold_aca7 {
    margin-bottom: 0;
  }
}
.bronze_83f0 {
  margin-bottom: 1em;
}
.bronze_83f0 .item_dd7d {
  font-size: 1.1em;
  line-height: 1.3;
}
.bronze_65b2 a {
  display: block;
  line-height: 0;
  position: relative;
}
.pink-775f .bronze_83f0,
.lower-fab1 .bronze_83f0 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .pink-775f .bronze_83f0,
  .lower-fab1 .bronze_83f0 {
    display: block;
  }
}
.pink-775f .bronze_65b2,
.lower-fab1 .bronze_65b2 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .pink-775f .bronze_65b2,
  .lower-fab1 .bronze_65b2 {
    margin-bottom: 1em;
  }
}
.pink-775f .bronze_65b2 img,
.lower-fab1 .bronze_65b2 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pink-775f .slider-up-2dfb,
.lower-fab1 .slider-up-2dfb {
  flex-basis: calc(100% - 160px);
}
.pink-775f .slider-up-2dfb p,
.lower-fab1 .slider-up-2dfb p {
  margin-bottom: 0;
}
.pink-775f .slider-up-2dfb {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .pink-775f .slider-up-2dfb {
    padding-left: 0;
  }
}
.lower-fab1 .slider-up-2dfb {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .lower-fab1 .slider-up-2dfb {
    padding-right: 0;
  }
}
.lower-fab1 .bronze_65b2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.paper-8b4f .bronze_65b2 {
  margin-bottom: 0.5em;
}
.paper-8b4f .bronze_65b2 img {
  width: 100%;
}
.notice-fluid-2ca4 .article-in-27af,
.search_427b .article-in-27af {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.search_427b .media_5be2 .search-5c0c p:last-child {
  margin-bottom: 0;
}
.pagination-clean-1652 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.simple-5195 .gallery-6c95 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .simple-5195 .gallery-6c95:last-of-type {
    margin-bottom: 0;
  }
}
.simple-5195 .gallery-6c95 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-5195 .gallery-6c95 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.simple-5195 .gallery-6c95 ul li {
  margin: 0 0 0.6em;
}
.simple-5195 .gallery-6c95 ul li.disabled_0af0,
.simple-5195 .gallery-6c95 ul li.title_smooth_5737 {
  position: relative;
}
.simple-5195 .gallery-6c95 ul li.disabled_0af0 .mask_f014,
.simple-5195 .gallery-6c95 ul li.title_smooth_5737 .mask_f014 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.simple-5195 .gallery-6c95 ul li.disabled_0af0:after:after,
.simple-5195 .gallery-6c95 ul li.disabled_0af0:after:before,
.simple-5195
  .gallery-6c95
  ul
  li.title_smooth_5737:after:after,
.simple-5195
  .gallery-6c95
  ul
  li.title_smooth_5737:after:before {
  content: "";
  display: table;
}
.simple-5195 .gallery-6c95 ul li.disabled_0af0:after:after,
.simple-5195
  .gallery-6c95
  ul
  li.title_smooth_5737:after:after {
  clear: both;
}
.simple-5195 .gallery-6c95 a.widget_middle_689b:hover {
  text-decoration: none;
}
.simple-5195 .gallery-6c95 select {
  max-width: 100%;
}
.simple-5195 .gallery-6c95 table {
  font-size: 85%;
}
.simple-5195 .gallery-6c95 table td,
.simple-5195 .gallery-6c95 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.simple-5195 .gallery-6c95 table tfoot td {
  text-align: left;
}
.simple-5195 .gallery-6c95 :last-child {
  margin-bottom: 0;
}
.simple-5195 .gallery-6c95 .modal-complex-24cf {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.simple-5195 .gallery-6c95 .modal-complex-24cf label {
  width: 100%;
}
.simple-5195 .gallery-6c95 .modal-complex-24cf .shade_60cd {
  width: 100%;
  display: block;
}
.simple-5195 .gallery-6c95 .modal-complex-24cf .gas_df9b {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.simple-5195 .gallery-6c95 .modal-complex-24cf .gas_df9b:hover svg #svg-search {
  fill: #444;
}
.simple-5195 .gallery-6c95 .modal-complex-24cf .gas_df9b svg {
  width: 18px;
  height: 18px;
}
.simple-5195 .hard_6b85 ul ul,
.simple-5195 .texture_160d ul ul,
.simple-5195 .video-gas-2631 ul ul,
.simple-5195 .banner_5d4e ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.simple-5195 .hard_6b85 .up_9565 > a,
.simple-5195 .texture_160d .up_9565 > a,
.simple-5195 .video-gas-2631 .up_9565 > a,
.simple-5195 .banner_5d4e .up_9565 > a {
  margin-bottom: 0;
}
.simple-5195 .video-f24d li,
.simple-5195 .hard_6b85 li,
.simple-5195 .orange_788b li,
.simple-5195 .texture_160d li,
.simple-5195 .video-gas-2631 li,
.simple-5195 .banner_5d4e li,
.simple-5195 .section_simple_5a30 li,
.simple-5195 .title_47bf li {
  display: block;
  position: relative;
}
.simple-5195 .video-f24d li:last-child,
.simple-5195 .hard_6b85 li:last-child,
.simple-5195 .orange_788b li:last-child,
.simple-5195 .texture_160d li:last-child,
.simple-5195 .video-gas-2631 li:last-child,
.simple-5195 .banner_5d4e li:last-child,
.simple-5195 .section_simple_5a30 li:last-child,
.simple-5195 .title_47bf li:last-child {
  border: none;
}
.simple-5195 .video-f24d li a,
.simple-5195 .hard_6b85 li a,
.simple-5195 .orange_788b li a,
.simple-5195 .texture_160d li a,
.simple-5195 .video-gas-2631 li a,
.simple-5195 .banner_5d4e li a,
.simple-5195 .section_simple_5a30 li a,
.simple-5195 .title_47bf li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.simple-5195 .video-f24d li ul li::before,
.simple-5195 .hard_6b85 li ul li::before,
.simple-5195 .orange_788b li ul li::before,
.simple-5195 .texture_160d li ul li::before,
.simple-5195 .video-gas-2631 li ul li::before,
.simple-5195 .banner_5d4e li ul li::before,
.simple-5195 .section_simple_5a30 li ul li::before,
.simple-5195 .title_47bf li ul li::before {
  left: 15px;
}
.simple-5195 .video-f24d li ul a,
.simple-5195 .hard_6b85 li ul a,
.simple-5195 .orange_788b li ul a,
.simple-5195 .texture_160d li ul a,
.simple-5195 .video-gas-2631 li ul a,
.simple-5195 .banner_5d4e li ul a,
.simple-5195 .section_simple_5a30 li ul a,
.simple-5195 .title_47bf li ul a {
  padding-left: 20px;
}
.simple-5195 .video-f24d li ul ul li::before,
.simple-5195 .hard_6b85 li ul ul li::before,
.simple-5195 .orange_788b li ul ul li::before,
.simple-5195 .texture_160d li ul ul li::before,
.simple-5195 .video-gas-2631 li ul ul li::before,
.simple-5195 .banner_5d4e li ul ul li::before,
.simple-5195 .section_simple_5a30 li ul ul li::before,
.simple-5195 .title_47bf li ul ul li::before {
  left: 30px;
}
.simple-5195 .video-f24d li ul ul a,
.simple-5195 .hard_6b85 li ul ul a,
.simple-5195 .orange_788b li ul ul a,
.simple-5195 .texture_160d li ul ul a,
.simple-5195 .video-gas-2631 li ul ul a,
.simple-5195 .banner_5d4e li ul ul a,
.simple-5195 .section_simple_5a30 li ul ul a,
.simple-5195 .title_47bf li ul ul a {
  padding-left: 40px;
}
.simple-5195 .layout-bronze-4e54 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.simple-5195 .title_47bf ul li {
  margin-bottom: 1.41575em;
}
.simple-5195 .title_47bf ul li .purple-9227 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.simple-5195 .title_47bf ul li .sidebar_9cb0 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.content-18ef .video-f24d li a,
.content-18ef .hard_6b85 li a,
.content-18ef .orange_788b li a,
.content-18ef .texture_160d li a,
.content-18ef .video-gas-2631 li a,
.content-18ef .banner_5d4e li a,
.content-18ef .section_simple_5a30 li a,
.content-18ef .title_47bf li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.content-18ef .layout-bronze-4e54 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.content-18ef .gallery-6c95 ul li.disabled_0af0 .mask_f014,
.content-18ef .gallery-6c95 ul li.title_smooth_5737 .mask_f014 {
  background: rgba(0, 0, 0, 0.2);
}
.content-18ef .simple-5195 .gallery-6c95 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.east_8661 .simple-5195 .tabs-pressed-e11f li {
  margin: 0;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li ul {
  margin: 0;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li ul li a {
  padding-left: 15px;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li ul li li a {
  padding-left: 30px;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li.complex-31ac > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li.complex-31ac > 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;
}
.east_8661 .simple-5195 .tabs-pressed-e11f li.complex-31ac > 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;
}
.tall_b0d2 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.hard-4c4d {
  position: relative;
  z-index: 10;
}
.hard-4c4d .avatar_b481 {
  width: 100%;
  max-width: 100%;
}
.green_7490 .over-7055 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.green_7490 .lite-73ed {
}
.green_7490 .content-18ef {
  background: #292929;
}
.gradient_white_0a73 .over-7055 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.gradient_white_0a73 .lite-73ed {
  background: #f9f9f9;
}
.gradient_white_0a73 .content-18ef {
  background: #303030;
}
.fresh-f832 .over-7055 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .fresh-f832 .carousel_fixed_d10b {
    margin-bottom: 1em;
  }
  .fresh-f832 .carousel_fixed_d10b:last-child {
    margin-bottom: 0;
  }
}
.fresh-f832 .lite-73ed {
  background: #ededed;
}
.fresh-f832 .content-18ef {
  background: #1a1a1a;
}
.over-7055.lite-73ed {
  color: rgba(0, 0, 0, 0.6);
}
.over-7055.lite-73ed .nav_cold_f583 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.over-7055.content-18ef {
  color: rgba(255, 255, 255, 0.99);
}
.over-7055.content-18ef a:not(.widget_middle_689b) {
  color: rgba(255, 255, 255, 0.79);
}
.over-7055.content-18ef a:not(.widget_middle_689b):hover {
  color: rgba(255, 255, 255, 0.99);
}
.over-7055.content-18ef .nav_cold_f583 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.over-7055.content-18ef table tbody td,
.over-7055.content-18ef table th {
  background: rgba(0, 0, 0, 0.08);
}
.video-15fc.video-narrow-8001 .picture_plasma_cc8e {
  max-width: initial;
}
.video-15fc .item_gas_7ad2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.video-15fc .item_gas_7ad2 .avatar_b481 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .video-15fc .item_gas_7ad2 .avatar_b481 {
    display: block;
    margin-bottom: 2em;
  }
  .video-15fc .item_gas_7ad2 .avatar_b481:last-child {
    margin-bottom: 0;
  }
}
.fresh-f832 .carousel_fixed_d10b:last-child,
.gradient_white_0a73 .carousel_fixed_d10b:last-child,
.green_7490 .carousel_fixed_d10b:last-child {
  margin-bottom: 0;
}
.fresh-f832 .carousel_fixed_d10b .simple-5195 .gallery-6c95:last-child,
.gradient_white_0a73 .carousel_fixed_d10b .simple-5195 .gallery-6c95:last-child,
.green_7490 .carousel_fixed_d10b .simple-5195 .gallery-6c95:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .fresh-f832 .filter_7575,
  .fresh-f832 .outline_first_69ec,
  .gradient_white_0a73 .filter_7575,
  .gradient_white_0a73 .outline_first_69ec,
  .green_7490 .filter_7575,
  .green_7490 .outline_first_69ec {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .hard-4c4d .carousel_fixed_d10b {
    margin-bottom: 2em;
  }
}
.hard-4c4d p:last-child {
  margin-bottom: 0;
}
.hard-4c4d li,
.hard-4c4d ul {
  list-style: none;
  margin: 0;
}
.hard-4c4d ul ul {
  margin-left: 2.617924em;
}
.dropdown_28c3 {
  font-size: 0.875em;
}

/* css-noise: 921a */
.promo-block-w5 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
