/*!
Theme Name: Customify
Theme URI: https://pressmaximum.upper_b290/customify
Author: WPCustomify
Author URI: https://pressmaximum.upper_b290
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.upper_b290/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.gradient-dark-e7ee.table-9f9f/licenses/gpl-2.0.active_c805
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.button-advanced-7efd/, (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.container-paper-38b4.status-short-352a/normalize.tertiary_1d44/
 ======
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_1d44 v7.0.0 | MIT License | github.upper_b290/necolas/normalize.tertiary_1d44 */
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;
}
.button-8c82 .carousel_3181,
.liquid-4cdb,
.disabled_selected_a6fa,
.thumbnail-9dee,
.outline_top_1cab,
.carousel_plasma_3e87,
.list_891e,
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;
}
.liquid-4cdb,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .liquid-4cdb,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .liquid-4cdb,
  h1 {
    font-size: 1.8em;
  }
}
.disabled_selected_a6fa,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.disabled_selected_a6fa + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .disabled_selected_a6fa,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .disabled_selected_a6fa,
  h2 {
    font-size: 1.7em;
  }
}
.thumbnail-9dee,
h3 {
  font-size: 1.618em;
}
.button-8c82 .carousel_3181,
.outline_top_1cab,
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.pattern_64b6 {
  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;
}
.panel_focused_18f6:after,
.panel_focused_18f6:before,
.in-c498:after,
.in-c498:before {
  content: "";
  display: table;
}
.panel_focused_18f6:after,
.in-c498:after {
  clear: both;
}
.icon-fe7f {
  float: right;
  margin-right: 0;
}
.table_huge_6f11 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.shade-4c8a .blue_20d4,
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;
}
.shade-4c8a .blue_20d4: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;
}
.footer-575c .blue_20d4 {
  box-shadow: none;
}
.footer-575c
  .blue_20d4
  .block-dark-22bc {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.footer-575c .blue_20d4 .static_c0d4 {
  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;
}
.footer-575c
  .blue_20d4
  .static_c0d4
  b {
  display: none;
}
.footer-575c .old_9074 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.slow-5aaa:not(.warm_f8a1):not(.hot_3967),
button:not(.warm_f8a1):not(.hot_3967),
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ),
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ),
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ) {
  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;
}
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ):hover,
button:not(.warm_f8a1):not(
    .hot_3967
  ):hover,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ):hover,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ):hover,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ):active,
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
button:not(.warm_f8a1):not(
    .hot_3967
  ):active,
button:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ):active,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ):active,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ):active,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ):focus {
  outline: 0;
}
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9 {
  position: relative;
}
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .outer_ba47,
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .fresh_b432,
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .tall-b19c,
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  i,
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  svg,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .outer_ba47,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .fresh_b432,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .tall-b19c,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  i,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  svg,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .outer_ba47,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .fresh_b432,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .tall-b19c,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  i,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  svg,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .outer_ba47,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .fresh_b432,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .tall-b19c,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  i,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  svg,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .outer_ba47,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .fresh_b432,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  .tall-b19c,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  i,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9
  svg {
  visibility: hidden;
}
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9:after,
button:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9:after,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9:after,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9:after,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ).fn-loading-e2f9: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;
}
.slow-5aaa:not(.warm_f8a1):not(.hot_3967),
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ),
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ),
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ) {
  color: #fff;
  background: #235787;
}
.slow-5aaa:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
input[type="button"]:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
input[type="reset"]:not(.warm_f8a1):not(
    .hot_3967
  ):focus,
input[type="submit"]:not(.warm_f8a1):not(
    .hot_3967
  ):focus {
  color: #fff;
}
.slow-5aaa.fn-disabled-e2f9:not(.warm_f8a1):not(
    .hot_3967
  ),
.slow-5aaa[disabled]:not(.warm_f8a1):not(
    .hot_3967
  ),
button.fn-disabled-e2f9:not(.warm_f8a1):not(
    .hot_3967
  ),
button[disabled]:not(.warm_f8a1):not(
    .hot_3967
  ) {
  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;
}
.feature_complex_e547 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.feature_complex_e547: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;
}
.secondary-79ca {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.surface_ee00 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.row_6cee {
  clear: both;
  display: block;
  margin: 0 auto;
}
.panel_focused_18f6:after,
.panel_focused_18f6:before,
.surface_brown_34e8:after,
.surface_brown_34e8:before,
.static_1735:after,
.static_1735:before,
.button_hovered_5929:after,
.button_hovered_5929:before,
.overlay-687a:after,
.overlay-687a:before,
.feature_warm_2d37:after,
.feature_warm_2d37:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.panel_focused_18f6:after,
.surface_brown_34e8:after,
.static_1735:after,
.button_hovered_5929:after,
.overlay-687a:after,
.feature_warm_2d37:after {
  clear: both;
}
.surface_brown_34e8 .overlay_a1de,
.static_1735 .overlay_a1de,
.hidden_narrow_be8b .overlay_a1de {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.easy_8baa {
  display: inline-block;
}
.wood-48b5 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.wood-48b5 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wood-48b5 .info-solid-72ce {
  padding: 1em 0;
  font-size: 85%;
}
.info-solid-72ce {
  text-align: left;
  font-style: italic;
  color: #999;
}
.item-white-b944 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.item-white-b944:after,
.item-white-b944:before {
  content: "";
  display: table;
}
.item-white-b944:after {
  clear: both;
}
.description-orange-bc1b {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery_7a46 .description-orange-bc1b {
  max-width: 50%;
}
.active-7edd .description-orange-bc1b {
  max-width: 33.33%;
}
.smooth-8db5 .description-orange-bc1b {
  max-width: 25%;
}
.table_873e .description-orange-bc1b {
  max-width: 20%;
}
.tabs-c07f .description-orange-bc1b {
  max-width: 16.66%;
}
.element_prev_fe10 .description-orange-bc1b {
  max-width: 14.28%;
}
.last-2d81 .description-orange-bc1b {
  max-width: 12.5%;
}
.content-pressed-cfd0 .description-orange-bc1b {
  max-width: 11.11%;
}
.input_cd91 {
  display: block;
}
.button-8c82 .tertiary-1c39 label,
.button-8c82 .secondary_5664 label,
.button-8c82 .message-fixed-b0ae label,
.button-8c82 .popup_0602 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.selected_fdd1 {
  list-style: none;
  margin: 0;
}
.selected_fdd1 article.down-e855 {
  margin-bottom: 0;
}
.selected_fdd1 ul {
  list-style: none;
  margin: 0;
}
.selected_fdd1 .hidden-eda2 li.down-e855 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .selected_fdd1 .hidden-eda2 li.down-e855 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .selected_fdd1 .hidden-eda2 li.down-e855: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) {
  .selected_fdd1 .hidden-eda2 li.down-e855 li.down-e855 li.down-e855 li.down-e855 {
    padding-left: 0;
  }
}
article.down-e855 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.down-e855 .surface_brown_34e8 p:last-of-type {
  margin-bottom: 0;
}
article.down-e855 .pro-0431 {
  float: left;
}
article.down-e855 .progress-north-a47b {
  margin-left: 85px;
}
article.down-e855 .fluid_fa76 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.down-e855 .fluid_fa76 .block-adc2 {
  margin-left: 10px;
}
article.down-e855 .video-d288 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.down-e855 .focused-f32e {
  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 .tertiary-1c39,
  #respond .message-fixed-b0ae,
  #respond .popup_0602 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tertiary-1c39 input,
#respond .message-fixed-b0ae input,
#respond .popup_0602 input {
  width: 100%;
}
#respond .popup_0602 {
  margin-right: 0;
}
#respond .alert-1d21 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.gold_462c {
  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;
}
.gold_462c.accordion-large-e338 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.gold_462c 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%);
}
.gold_462c:focus,
.gold_462c: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);
}
.notice_glass_ac88 {
  border-radius: 10%;
}
.right-46de {
  border-radius: 50%;
}
.disabled_inner_7f78 {
  font-size: 0.72em;
}
.popup_7b3a {
  font-size: 0.875em;
}
.simple-f9d2 {
  font-size: 1.1em;
}
.iron-7e3f {
  text-transform: uppercase;
  line-height: 1.2;
}
.iron-7e3f.disabled_inner_7f78 {
  letter-spacing: 0.5px;
}
.mask-dynamic-7a16,
.mask-dynamic-7a16 a {
  color: #6d6d6d;
}
.mask-dynamic-7a16 a:hover {
  color: #111;
}
.module_d034 {
  color: #6d6d6d;
}
.cold-e4ea {
  overflow-x: hidden;
}
.cold-e4ea .surface_gas_0fe1.last_fc32 {
  position: relative;
}
.cold-e4ea .surface_gas_0fe1.last_fc32.hover-upper-46f3 {
  position: initial;
}
.cold-e4ea
  .surface_gas_0fe1.last_fc32.hover-upper-46f3
  .layout-hard-6d72 {
  left: auto;
}
.cold-e4ea .surface_gas_0fe1 .layout-hard-6d72 {
  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;
}
.cold-e4ea .surface_gas_0fe1:hover.last_fc32 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.cold-e4ea
  .surface_gas_0fe1:hover.last_fc32
  .layout-hard-6d72 {
  display: block;
  z-index: 9999999;
}
.cold-e4ea .hard_8d37 .new_498d,
.cold-e4ea .element-center-464f .new_498d {
  display: none;
}
.cold-e4ea .picture-hard-a02b .surface_gas_0fe1:hover.last_fc32 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.button-8c82 .tertiary-1c39 label,
.button-8c82 .secondary_5664 label,
.button-8c82 .message-fixed-b0ae label,
.button-8c82 .popup_0602 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.selected_fdd1 {
  list-style: none;
  margin: 0;
}
.selected_fdd1 article.down-e855 {
  margin-bottom: 0;
}
.selected_fdd1 ul {
  list-style: none;
  margin: 0;
}
.selected_fdd1 .hidden-eda2 li.down-e855 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .selected_fdd1 .hidden-eda2 li.down-e855 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .selected_fdd1 .hidden-eda2 li.down-e855: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) {
  .selected_fdd1 .hidden-eda2 li.down-e855 li.down-e855 li.down-e855 li.down-e855 {
    padding-left: 0;
  }
}
article.down-e855 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.down-e855 .surface_brown_34e8 p:last-of-type {
  margin-bottom: 0;
}
article.down-e855 .pro-0431 {
  float: left;
}
article.down-e855 .progress-north-a47b {
  margin-left: 85px;
}
article.down-e855 .fluid_fa76 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.down-e855 .fluid_fa76 .block-adc2 {
  margin-left: 10px;
}
article.down-e855 .video-d288 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.down-e855 .focused-f32e {
  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 .tertiary-1c39,
  #respond .message-fixed-b0ae,
  #respond .popup_0602 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .tertiary-1c39 input,
#respond .message-fixed-b0ae input,
#respond .popup_0602 input {
  width: 100%;
}
#respond .popup_0602 {
  margin-right: 0;
}
#respond .alert-1d21 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.hard_8d37 .search_acce {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.search_acce .item_purple_edd8.east-3dfd .row_31b3 > li > a:focus,
.search_acce .item_purple_edd8.east-3dfd .row_31b3 > li > a:hover,
.search_acce .item_purple_edd8.motion_c850 .row_31b3 > li > a:focus,
.search_acce .item_purple_edd8.motion_c850 .row_31b3 > li > a:hover,
.search_acce .item_purple_edd8.sidebar-49d2 .row_31b3 > li > a:focus,
.search_acce .item_purple_edd8.sidebar-49d2 .row_31b3 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_acce
  .item_purple_edd8.east-3dfd
  .row_31b3
  > li.sort_hard_8b0d
  > a,
.search_acce
  .item_purple_edd8.east-3dfd
  .row_31b3
  > li.main-9a25
  > a,
.search_acce
  .item_purple_edd8.motion_c850
  .row_31b3
  > li.sort_hard_8b0d
  > a,
.search_acce
  .item_purple_edd8.motion_c850
  .row_31b3
  > li.main-9a25
  > a,
.search_acce
  .item_purple_edd8.sidebar-49d2
  .row_31b3
  > li.sort_hard_8b0d
  > a,
.search_acce .item_purple_edd8.sidebar-49d2 .row_31b3 > li.disabled_0b63 > a {
  color: rgba(255, 255, 255, 0.99);
}
.search_acce .progress-262f,
.search_acce .progress-262f a {
  color: rgba(255, 255, 255, 0.99);
}
.search_acce .text_under_ee28.static-29c5 li a,
.search_acce .blue_fc5a a,
.search_acce .narrow-33da,
.search_acce .row_31b3 > li > a,
.search_acce .gold_1bfc {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce .text_under_ee28.static-29c5 li a:hover,
.search_acce .blue_fc5a a:hover,
.search_acce .narrow-33da:hover,
.search_acce .row_31b3 > li > a:hover,
.search_acce .gold_1bfc:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_acce .outer-a8b5 {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce .outer-a8b5 .focus_slow_f2a2 {
  color: rgba(255, 255, 255, 0.99);
}
.search_acce .outer-a8b5:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search_acce .stale_cd2c .main-8f64 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.search_acce .stale_cd2c .main-8f64 .search-focused-9afc {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce
  .stale_cd2c
  .main-8f64
  .search-focused-9afc::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce
  .stale_cd2c
  .main-8f64
  .search-focused-9afc:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce
  .stale_cd2c
  .main-8f64
  .search-focused-9afc::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce
  .stale_cd2c
  .main-8f64
  .search-focused-9afc::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce .stale_cd2c .status-west-604b {
  color: rgba(255, 255, 255, 0.79);
}
.search_acce .stale_cd2c .status-west-604b:hover {
  color: rgba(255, 255, 255, 0.99);
}
.accordion_a4fa
  .search_acce
  .stale_cd2c
  .highlight-d46b
  .blue-c0e2 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.accordion_a4fa
  .search_acce
  .stale_cd2c
  .highlight-d46b
  .search-focused-9afc {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hard_8d37 .list_fresh_70dc {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.list_fresh_70dc .item_purple_edd8.east-3dfd .row_31b3 > li > a:focus,
.list_fresh_70dc .item_purple_edd8.east-3dfd .row_31b3 > li > a:hover,
.list_fresh_70dc .item_purple_edd8.motion_c850 .row_31b3 > li > a:focus,
.list_fresh_70dc .item_purple_edd8.motion_c850 .row_31b3 > li > a:hover,
.list_fresh_70dc .item_purple_edd8.sidebar-49d2 .row_31b3 > li > a:focus,
.list_fresh_70dc .item_purple_edd8.sidebar-49d2 .row_31b3 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.list_fresh_70dc
  .item_purple_edd8.east-3dfd
  .row_31b3
  > li.sort_hard_8b0d
  > a,
.list_fresh_70dc
  .item_purple_edd8.east-3dfd
  .row_31b3
  > li.main-9a25
  > a,
.list_fresh_70dc
  .item_purple_edd8.motion_c850
  .row_31b3
  > li.sort_hard_8b0d
  > a,
.list_fresh_70dc
  .item_purple_edd8.motion_c850
  .row_31b3
  > li.main-9a25
  > a,
.list_fresh_70dc
  .item_purple_edd8.sidebar-49d2
  .row_31b3
  > li.sort_hard_8b0d
  > a,
.list_fresh_70dc .item_purple_edd8.sidebar-49d2 .row_31b3 > li.disabled_0b63 > a {
  color: rgba(0, 0, 0, 0.8);
}
.list_fresh_70dc .progress-262f,
.list_fresh_70dc .progress-262f a {
  color: rgba(0, 0, 0, 0.8);
}
.list_fresh_70dc .text_under_ee28.static-29c5 li a,
.list_fresh_70dc .blue_fc5a a,
.list_fresh_70dc .narrow-33da,
.list_fresh_70dc .row_31b3 > li > a,
.list_fresh_70dc .gold_1bfc {
  color: rgba(0, 0, 0, 0.55);
}
.list_fresh_70dc .text_under_ee28.static-29c5 li a:hover,
.list_fresh_70dc .blue_fc5a a:hover,
.list_fresh_70dc .narrow-33da:hover,
.list_fresh_70dc .row_31b3 > li > a:hover,
.list_fresh_70dc .gold_1bfc:hover {
  color: rgba(0, 0, 0, 0.8);
}
.list_fresh_70dc .outer-a8b5 {
  color: rgba(0, 0, 0, 0.55);
}
.list_fresh_70dc .outer-a8b5 .focus_slow_f2a2 {
  color: rgba(0, 0, 0, 0.8);
}
.list_fresh_70dc .outer-a8b5:hover {
  color: rgba(0, 0, 0, 0.8);
}
.widget-stone-62cb .component_tiny_a8d3 {
  margin-left: auto;
  margin-right: auto;
}
.static_1735 > * {
  margin-left: auto;
  margin-right: auto;
}
.static_1735 .secondary-79ca {
  margin-right: 1.41575em;
}
.secondary-huge-aa02 .static_1735 > .large_7f28 {
  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;
}
.secondary-huge-aa02 .static_1735 > .texture_1bfe {
  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;
}
.sort_3065.widget-stone-62cb .component_tiny_a8d3,
.motion-503d.widget-stone-62cb .component_tiny_a8d3 {
  margin-left: 0;
}
.layout-b3db.widget-stone-62cb .component_tiny_a8d3,
.solid_04c7.widget-stone-62cb .component_tiny_a8d3 {
  margin-right: 0;
}
.static_1735 ol,
.static_1735 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.shade_894d video {
  max-width: 100%;
}
.shadow-fc96 img {
  display: block;
}
.shadow-fc96.secondary-79ca,
.shadow-fc96.surface_ee00 {
  width: 100%;
}
.shadow-fc96.texture_1bfe img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.dark-9a79:not(.footer_hard_4c1f) {
  margin: 1.5em auto;
}
.status-center-fd43 p {
  padding: 1.5em 14px;
}
ul.focus_left_5c0a.texture_1bfe,
ul.focus_left_5c0a.large_7f28,
ul.focus_left_5c0a.hero_46ab.large_7f28 {
  padding: 0 14px;
}
.hovered-5878 {
  display: block;
  overflow-x: auto;
}
.hovered-5878 table {
  border-collapse: collapse;
  width: 100%;
}
.hovered-5878 td,
.hovered-5878 th {
  padding: 0.5em;
}
.static_1735 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.static_1735 ol ol,
.static_1735 ol ul,
.static_1735 ul ol,
.static_1735 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.static_1735 ol ol li,
.static_1735 ol ul li,
.static_1735 ul ol li,
.static_1735 ul ul li {
  margin-left: 0;
}
.slider_da8e.block-723f > .container_paper_d4de {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.slider_da8e.block-723f > .container_paper_d4de iframe,
.slider_da8e.block-723f > .container_paper_d4de > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hidden-b5eb {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.hidden-b5eb.media_dab2 {
  padding: 0;
}
.hidden-b5eb.media_dab2 cite {
  font-size: 13px;
}
.hidden-b5eb > * {
  margin-left: 16px;
  margin-right: 16px;
}
.hidden-b5eb cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.breadcrumb_3167 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.breadcrumb_3167 > p:first-child {
  margin-top: 0;
}
.breadcrumb_3167 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.breadcrumb_3167 blockquote {
  border-left: 0;
}
.media-clean-d3a1 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.media-clean-d3a1:not(.main-cold-7191) {
  max-width: 100px;
}
.media-clean-d3a1.paper-8fb8 {
  border-bottom: none !important;
  text-align: center;
}
.media-clean-d3a1.paper-8fb8::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .status-center-fd43 p {
    padding: 1.5em 0;
  }
}
.panel_9ccb {
  color: #0073aa;
}
.item-soft-3263 {
  background-color: #0073aa;
}
.short-d89b {
  color: #229fd8;
}
.status-89f3 {
  background-color: #229fd8;
}
.preview_fixed_ce81 {
  color: #eee;
}
.caption_hovered_26dc {
  background-color: #eee;
}
.backdrop_b656 {
  color: #444;
}
.link-46a0 {
  background-color: #444;
}
.item_dirty_1ae4 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.item_dirty_1ae4 .row-stale-62f9 .blue_fc5a {
  font-size: 15px;
}
.item_dirty_1ae4 .blue_fc5a {
  line-height: 1.3;
}
.item_dirty_1ae4 .list_fresh_70dc {
}
.item_dirty_1ae4 .search_acce {
  background: #235787;
}
.detail_over_4c79 {
  padding: 0;
}
.detail_over_4c79 .search_acce {
  background: #1a1a1a;
}
.detail_over_4c79 .list_fresh_70dc {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.logo-bottom-ccc6 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.logo-bottom-ccc6 .list_fresh_70dc {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.logo-bottom-ccc6 .search_acce {
  background: #303030;
}
.feature_warm_2d37 {
  position: relative;
  z-index: 10;
}
.feature_warm_2d37 .dropdown_b053 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.green_6d84 .last_fc32 {
  display: inline-block;
  vertical-align: middle;
}
.green_6d84.summary-6f47 .last_fc32 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .green_6d84.summary-6f47 .last_fc32 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .green_6d84.summary-6f47 .last_fc32 {
    margin-right: 0.4em;
  }
}
.green_6d84.summary-6f47 .last_fc32:last-child {
  margin-right: 0;
}
.image-gold-cf72 .dropdown_b053 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .hard_8d37 .row-stale-62f9 {
    margin: 0 -0.5em;
  }
  .hard_8d37 .row-stale-62f9 [class*="customify-col-"],
  .hard_8d37 .row-stale-62f9 [class*="customify-col_"],
  .hard_8d37 .row-stale-62f9 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.hard_8d37.menu-wide-d417 .dropdown_b053 {
  background: 0 0 !important;
}
.hard_8d37.menu-wide-d417 .dropdown_b053,
.hard_8d37.image-gold-cf72 .dropdown_b053 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .hard_8d37.active_ce66 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.hard_8d37.image-gold-cf72 .dropdown_b053 {
  box-shadow: none !important;
}
.banner-next-90e6 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .banner-next-90e6 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .banner-next-90e6 {
    padding: 18px 0 20px;
  }
}
.banner-next-90e6 .sort-tall-8da5 {
  width: 100%;
}
.banner-next-90e6 .texture-last-fb93 {
  margin-bottom: 0;
}
.banner-next-90e6 .article-6d43 {
  margin-top: 5px;
  font-size: 0.875em;
}
.mini-5ca5 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.mini-5ca5 .silver-7274 {
  width: 100%;
}
.secondary-6007 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.secondary-6007 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.secondary-6007 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;
}
.secondary-6007 li:last-child:after {
  display: none;
}
.secondary-6007 li a {
  font-weight: 500;
  margin-right: 10px;
}
.picture_cold_894a .new_498d button,
.banner-next-90e6 .new_498d button {
  left: 0;
}
.picture_cold_894a .silver-7274,
.banner-next-90e6 .silver-7274 {
  padding-left: 0;
  padding-right: 0;
}
.picture_cold_894a .mini-5ca5,
.banner-next-90e6 .mini-5ca5 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.picture_cold_894a {
  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;
}
.picture_cold_894a: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;
}
.picture_cold_894a .input_steel_b1e2 {
  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) {
  .picture_cold_894a .input_steel_b1e2 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_cold_894a .input_steel_b1e2 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .picture_cold_894a .input_steel_b1e2 {
    min-height: 200px;
  }
}
.picture_cold_894a .secondary-6007 {
  color: rgba(255, 255, 255, 0.8);
}
.picture_cold_894a .secondary-6007 a,
.picture_cold_894a .secondary-6007 li:after {
  color: inherit;
}
.picture_cold_894a .secondary-6007 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.bottom-df93 {
  margin-bottom: 0.5em;
}
.basic_fc93 {
  margin-bottom: 1.2em;
}
.basic_fc93,
.bottom-df93 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.basic_fc93 p:last-child,
.bottom-df93 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .new_498d,
#masthead .new_498d {
  display: none;
}
#masthead
  > .new_498d.center_ab16 {
  display: none;
}
#masthead > .new_498d button {
  left: 0;
}
.message_f131 {
  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%;
}
.message_f131 .last_fc32 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.message_f131 .header_fa99 {
  display: -webkit-box;
  display: flex;
}
.message_f131 .header_fa99.modal-d160 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.message_f131 .header_fa99.dropdown_7af4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.message_f131 .header_fa99.current-1b0b {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.message_f131.detail-soft-aae0.glass_dafb .header_fa99.modal-d160 {
  flex-basis: 100%;
}
.message_f131.sort-b909 .header_fa99.dropdown_7af4 {
  -webkit-box-flex: 1;
  flex: auto;
}
.message_f131.sort-b909 .header_fa99.current-1b0b {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .new_498d.center_ab16 {
  display: none;
}
#masthead > .new_498d button {
  left: 0;
}
.avatar_954a {
  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;
}
.avatar_954a:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.avatar_954a.highlight_solid_8107 i {
  margin-right: 4px;
}
.avatar_954a.next-eda4 i {
  margin-left: 5px;
}
.blue_fc5a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.blue_fc5a p:last-child {
  margin-bottom: 0;
}
.status_514a {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.status_514a a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.status_514a img {
  display: block;
  width: auto;
  line-height: 1;
}
.status_514a .progress-262f {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.status_514a .wrapper_inner_5501 {
  margin: 5px 0 7px 0;
}
.status_514a.highlight_cf6c .article-east-5cb9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.status_514a.highlight_cf6c .photo-left-a81b {
  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;
}
.status_514a.notice-c651 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.status_514a.notice-c651 .article-east-5cb9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.status_514a.notice-c651 .photo-left-a81b {
  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;
}
.status_514a.fluid_9b01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.status_514a.title_hot_6c00 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.status_514a.title_hot_6c00 .photo-left-a81b {
  margin-top: 7px;
}
.soft-1b7e {
  display: inline-block;
}
.feature_warm_2d37 .row_ebac .status_514a img {
  max-width: 100%;
}
.item_purple_edd8 .menu_narrow_1fc6.dirty_a0e0,
.current_0ac5 .menu_narrow_1fc6.dirty_a0e0 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.item_purple_edd8 .heading_fast_716c,
.current_0ac5 .heading_fast_716c {
  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%);
}
.item_purple_edd8 .heading_fast_716c {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.item_purple_edd8.last_90d1 .heading_fast_716c {
  display: none;
}
.item_purple_edd8 .list-d531 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item_purple_edd8 .list-d531 li {
  display: inline-block;
  position: relative;
}
.item_purple_edd8 .list-d531 li:last-child {
  margin-right: 0;
}
.item_purple_edd8 .list-d531 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;
}
.item_purple_edd8 .list-d531 li.disabled_0b63 > a {
  color: rgba(0, 0, 0, 0.9);
}
.item_purple_edd8 .list-d531 > 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;
}
.item_purple_edd8 .list-d531 > li > a i {
  line-height: 0;
}
.item_purple_edd8 .list-d531 > li.liquid-6f47 > a .heading_fast_716c {
  margin-left: 4px;
  line-height: 0;
}
.item_purple_edd8 .list-d531 .search_01b7 li.liquid-6f47 > a {
  position: relative;
}
.item_purple_edd8 .list-d531 .search_01b7 li.liquid-6f47 > a:after,
.item_purple_edd8 .list-d531 .search_01b7 li.liquid-6f47 > a:before {
  content: "";
  display: table;
}
.item_purple_edd8 .list-d531 .search_01b7 li.liquid-6f47 > a:after {
  clear: both;
}
.item_purple_edd8 .list-d531 .search_01b7 li.liquid-6f47 > a .heading_fast_716c {
  margin-left: 5px;
  float: right;
}
.item_purple_edd8 .dynamic-b74d,
.item_purple_edd8 .search_01b7 {
  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;
}
.item_purple_edd8 .search_01b7 {
  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;
}
.item_purple_edd8 .search_01b7 .dirty_a0e0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.item_purple_edd8 .search_01b7 .heading_fast_716c {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.item_purple_edd8 .search_01b7 li {
  display: block;
  margin: 0;
  padding: 0;
}
.item_purple_edd8 .search_01b7 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;
}
.item_purple_edd8 .search_01b7 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.item_purple_edd8 .search_01b7 .search_01b7 {
  top: 0;
  left: 100%;
}
.item_purple_edd8 .full-f58b.fn-focus-e2f9 > .dynamic-b74d,
.item_purple_edd8 .full-f58b.fn-focus-e2f9 > .search_01b7,
.item_purple_edd8 .full-f58b:focus > .dynamic-b74d,
.item_purple_edd8 .full-f58b:focus > .search_01b7,
.item_purple_edd8 .full-f58b:hover > .dynamic-b74d,
.item_purple_edd8 .full-f58b:hover > .search_01b7 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.item_purple_edd8.sidebar-49d2 .row_31b3:after,
.item_purple_edd8.sidebar-49d2 .row_31b3:before {
  content: "";
  display: table;
}
.item_purple_edd8.sidebar-49d2 .row_31b3:after {
  clear: both;
}
.item_purple_edd8.sidebar-49d2 .row_31b3 > li {
  float: left;
}
.item_purple_edd8.menu-2307 .row_31b3:after,
.item_purple_edd8.menu-2307 .row_31b3:before {
  content: "";
  display: table;
}
.item_purple_edd8.menu-2307 .row_31b3:after {
  clear: both;
}
.item_purple_edd8.menu-2307 .row_31b3 > li {
  float: left;
}
.item_purple_edd8.menu-2307 .row_31b3 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.item_purple_edd8.menu-2307 .row_31b3 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.item_purple_edd8.menu-2307 .row_31b3 > li.sort_hard_8b0d > a,
.item_purple_edd8.menu-2307 .row_31b3 > li.disabled_0b63 > a {
  color: #fff;
  background-color: #1e4b75;
}
.item_purple_edd8.east-3dfd .row_31b3 > li > a .dirty_a0e0 {
  position: relative;
}
.item_purple_edd8.east-3dfd .row_31b3 > li > a .dirty_a0e0: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;
}
.item_purple_edd8.east-3dfd
  .row_31b3
  > li:focus
  > a
  .dirty_a0e0:before,
.item_purple_edd8.east-3dfd
  .row_31b3
  > li:hover
  > a
  .dirty_a0e0:before {
  width: 100%;
  background-color: currentColor;
}
.item_purple_edd8.east-3dfd
  .row_31b3
  > li.sort_hard_8b0d
  > a
  .dirty_a0e0:before,
.item_purple_edd8.east-3dfd
  .row_31b3
  > li.main-9a25
  > a
  .dirty_a0e0:before {
  width: 100%;
  background-color: currentColor;
}
.item_purple_edd8.motion_c850 .row_31b3 > li > a .dirty_a0e0 {
  position: relative;
}
.item_purple_edd8.motion_c850 .row_31b3 > li > a .dirty_a0e0: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;
}
.item_purple_edd8.motion_c850 .row_31b3 > li:focus > a .dirty_a0e0:before,
.item_purple_edd8.motion_c850
  .row_31b3
  > li:hover
  > a
  .dirty_a0e0:before {
  width: 100%;
  background-color: currentColor;
}
.item_purple_edd8.motion_c850
  .row_31b3
  > li.sort_hard_8b0d
  > a
  .dirty_a0e0:before,
.item_purple_edd8.motion_c850
  .row_31b3
  > li.main-9a25
  > a
  .dirty_a0e0:before {
  width: 100%;
  background-color: currentColor;
}
.current_0ac5 .list-d531 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.current_0ac5 .list-d531 li:first-child > a {
  border-top: none;
}
.current_0ac5 .list-d531 .section_6dd6 > .dirty_a0e0 .heading_fast_716c {
  display: none;
}
.current_0ac5 .list-d531 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.current_0ac5 .list-d531 li:last-child {
  border: none;
}
.current_0ac5 .list-d531 li.liquid-6f47 > a {
  padding-right: 45px !important;
}
.current_0ac5 .list-d531 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.current_0ac5 .list-d531 li a:focus,
.current_0ac5 .list-d531 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.current_0ac5 .list-d531 li .secondary-453a {
  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;
}
.current_0ac5 .list-d531 li .secondary-453a:hover {
  box-shadow: none;
}
.current_0ac5 .list-d531 li .secondary-453a .heading_fast_716c {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.current_0ac5 .list-d531 .search_01b7 {
  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);
}
.current_0ac5 .list-d531 .search_01b7 li a {
  padding-left: 3em;
}
.current_0ac5 .list-d531 .dynamic_a703 > a .secondary-453a i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.current_0ac5 .list-d531 .dynamic_a703 > .search_01b7 {
  display: block;
  opacity: 1;
}
.avatar_left_594f {
  max-width: 100%;
}
.orange_4859 {
  line-height: 0;
  cursor: pointer;
}
.gold_1bfc {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.gold_1bfc:hover {
  box-shadow: none;
  color: currentColor;
}
.gold_1bfc svg {
  width: 18px;
  height: 18px;
}
.gold_1bfc .link-south-5bd4 {
  display: none;
}
.media-ef48 {
  position: relative;
}
.media-ef48.fn-active-e2f9 .gold_1bfc .in-d62c {
  display: none;
}
.media-ef48.fn-active-e2f9 .gold_1bfc .link-south-5bd4 {
  display: inline-block;
}
.media-ef48 .thumbnail_4d4b {
  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);
}
.media-ef48.table-selected-2a9f .thumbnail_4d4b {
  left: auto;
  right: -0.9em;
}
.media-ef48.table-selected-2a9f .bottom_bf0d::before {
  left: auto;
  right: 15px;
}
.media-ef48.fn-active-e2f9 .thumbnail_4d4b {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.highlight-d46b {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.highlight-d46b label {
  flex-basis: 100%;
}
.highlight-d46b .main-8f64 {
  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;
}
.highlight-d46b .search-focused-9afc {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.highlight-d46b .search-focused-9afc:focus {
  background-color: transparent;
}
.highlight-d46b button.status-west-604b {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.highlight-d46b button.status-west-604b:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.highlight-d46b button.status-west-604b svg {
  width: 18px;
  height: 18px;
}
.highlight-d46b input[type="submit"] {
  min-height: auto;
}
.stale_cd2c .highlight-d46b .search-focused-9afc {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.bottom_bf0d {
  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) {
  .bottom_bf0d {
    width: 220px;
  }
}
.bottom_bf0d label {
  flex-basis: 100%;
}
.bottom_bf0d::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;
}
.accordion_a4fa .stale_cd2c .highlight-d46b {
  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;
}
.accordion_a4fa
  .stale_cd2c
  .highlight-d46b
  .main-8f64 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.accordion_a4fa .stale_cd2c .highlight-d46b .search-focused-9afc {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.accordion_a4fa
  .stale_cd2c
  .highlight-d46b
  .search-focused-9afc:focus {
  background: 0 0;
}
.accordion_a4fa
  .stale_cd2c
  .highlight-d46b
  .blue-c0e2 {
  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;
}
.text_under_ee28 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.text_under_ee28 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.text_under_ee28 li:last-child {
  margin-right: 0;
}
.text_under_ee28 li:first-child {
  margin-left: 0;
}
.text_under_ee28.aside-large-6c20 a {
  color: #fff;
}
.text_under_ee28.aside-large-6c20 a:hover {
  color: #fff;
}
.text_under_ee28 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.text_under_ee28 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.text_under_ee28 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text_under_ee28 a:hover {
  opacity: 0.9;
  color: inherit;
}
.text_under_ee28 [class*="social-icon-apple"] {
  background-color: #999;
}
.text_under_ee28 [class*="social-icon-apple"].popup-purple-9122 {
  background-color: transparent;
  color: #999;
}
.text_under_ee28 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.text_under_ee28 [class*="social-icon-behance"].popup-purple-9122 {
  background-color: transparent;
  color: #1769ff;
}
.text_under_ee28 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.text_under_ee28 [class*="social-icon-bitbucket"].popup-purple-9122 {
  background-color: transparent;
  color: #205081;
}
.text_under_ee28 [class*="social-icon-codepen"] {
  background-color: #000;
}
.text_under_ee28 [class*="social-icon-codepen"].popup-purple-9122 {
  background-color: transparent;
  color: #000;
}
.text_under_ee28 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.text_under_ee28 [class*="social-icon-delicious"].popup-purple-9122 {
  background-color: transparent;
  color: #39f;
}
.text_under_ee28 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.text_under_ee28 [class*="social-icon-digg"].popup-purple-9122 {
  background-color: transparent;
  color: #005be2;
}
.text_under_ee28 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.text_under_ee28 [class*="social-icon-dribbble"].popup-purple-9122 {
  background-color: transparent;
  color: #ea4c89;
}
.text_under_ee28 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.text_under_ee28 [class*="social-icon-envelope"].popup-purple-9122 {
  background-color: transparent;
  color: #ea4335;
}
.text_under_ee28 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.text_under_ee28 [class*="social-icon-facebook"].popup-purple-9122 {
  background-color: transparent;
  color: #3b5998;
}
.text_under_ee28 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.text_under_ee28 [class*="social-icon-flickr"].popup-purple-9122 {
  background-color: transparent;
  color: #0063dc;
}
.text_under_ee28 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.text_under_ee28 [class*="social-icon-foursquare"].popup-purple-9122 {
  background-color: transparent;
  color: #2d5be3;
}
.text_under_ee28 [class*="social-icon-github"] {
  background-color: #333;
}
.text_under_ee28 [class*="social-icon-github"].popup-purple-9122 {
  background-color: transparent;
  color: #333;
}
.text_under_ee28 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.text_under_ee28 [class*="social-icon-google-plus"].popup-purple-9122 {
  background-color: transparent;
  color: #dd4b39;
}
.text_under_ee28 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.text_under_ee28 [class*="social-icon-houzz"].popup-purple-9122 {
  background-color: transparent;
  color: #7ac142;
}
.text_under_ee28 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.text_under_ee28 [class*="social-icon-instagram"].popup-purple-9122 {
  background-color: transparent;
  color: #262626;
}
.text_under_ee28 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.text_under_ee28 [class*="social-icon-jsfiddle"].popup-purple-9122 {
  background-color: transparent;
  color: #487aa2;
}
.text_under_ee28 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.text_under_ee28 [class*="social-icon-linkedin"].popup-purple-9122 {
  background-color: transparent;
  color: #0077b5;
}
.text_under_ee28 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.text_under_ee28 [class*="social-icon-medium"].popup-purple-9122 {
  background-color: transparent;
  color: #00ab6b;
}
.text_under_ee28 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.text_under_ee28
  [class*="social-icon-odnoklassniki"].popup-purple-9122 {
  background-color: transparent;
  color: #f4731c;
}
.text_under_ee28 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.text_under_ee28 [class*="social-icon-meetup"].popup-purple-9122 {
  background-color: transparent;
  color: #ec1c40;
}
.text_under_ee28 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.text_under_ee28 [class*="social-icon-pinterest"].popup-purple-9122 {
  background-color: transparent;
  color: #bd081c;
}
.text_under_ee28 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.text_under_ee28 [class*="social-icon-product-hunt"].popup-purple-9122 {
  background-color: transparent;
  color: #da552f;
}
.text_under_ee28 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.text_under_ee28 [class*="social-icon-reddit"].popup-purple-9122 {
  background-color: transparent;
  color: #ff4500;
}
.text_under_ee28 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.text_under_ee28 [class*="social-icon-rss"].popup-purple-9122 {
  background-color: transparent;
  color: #f26522;
}
.text_under_ee28 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.text_under_ee28
  [class*="social-icon-shopping-cart"].popup-purple-9122 {
  background-color: transparent;
  color: #4caf50;
}
.text_under_ee28 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.text_under_ee28 [class*="social-icon-skype"].popup-purple-9122 {
  background-color: transparent;
  color: #00aff0;
}
.text_under_ee28 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.text_under_ee28 [class*="social-icon-slideshare"].popup-purple-9122 {
  background-color: transparent;
  color: #0077b5;
}
.text_under_ee28 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.text_under_ee28 [class*="social-icon-snapchat"].popup-purple-9122 {
  background-color: transparent;
  color: #fffc00;
}
.text_under_ee28 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.text_under_ee28 [class*="social-icon-soundcloud"].popup-purple-9122 {
  background-color: transparent;
  color: #f80;
}
.text_under_ee28 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.text_under_ee28 [class*="social-icon-spotify"].popup-purple-9122 {
  background-color: transparent;
  color: #2ebd59;
}
.text_under_ee28 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.text_under_ee28
  [class*="social-icon-stack-overflow"].popup-purple-9122 {
  background-color: transparent;
  color: #fe7a15;
}
.text_under_ee28 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.text_under_ee28 [class*="social-icon-maldkfgram"].popup-purple-9122 {
  background-color: transparent;
  color: #2ca5e0;
}
.text_under_ee28 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.text_under_ee28 [class*="social-icon-tripadvisor"].popup-purple-9122 {
  background-color: transparent;
  color: #589442;
}
.text_under_ee28 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.text_under_ee28 [class*="social-icon-tumblr"].popup-purple-9122 {
  background-color: transparent;
  color: #35465c;
}
.text_under_ee28 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.text_under_ee28 [class*="social-icon-twitch"].popup-purple-9122 {
  background-color: transparent;
  color: #6441a5;
}
.text_under_ee28 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.text_under_ee28 [class*="social-icon-twitter"].popup-purple-9122 {
  background-color: transparent;
  color: #1da1f2;
}
.text_under_ee28 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.text_under_ee28 [class*="social-icon-vimeo"].popup-purple-9122 {
  background-color: transparent;
  color: #1ab7ea;
}
.text_under_ee28 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.text_under_ee28 [class*="social-icon-vk"].popup-purple-9122 {
  background-color: transparent;
  color: #45668e;
}
.text_under_ee28 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.text_under_ee28 [class*="social-icon-weibo"].popup-purple-9122 {
  background-color: transparent;
  color: #df2029;
}
.text_under_ee28 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.text_under_ee28 [class*="social-icon-weixin"].popup-purple-9122 {
  background-color: transparent;
  color: #7bb32e;
}
.text_under_ee28 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.text_under_ee28 [class*="social-icon-whatsapp"].popup-purple-9122 {
  background-color: transparent;
  color: #25d366;
}
.text_under_ee28 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.text_under_ee28 [class*="social-icon-wordpress"].popup-purple-9122 {
  background-color: transparent;
  color: #21759b;
}
.text_under_ee28 [class*="social-icon-xing"] {
  background-color: #026466;
}
.text_under_ee28 [class*="social-icon-xing"].popup-purple-9122 {
  background-color: transparent;
  color: #026466;
}
.text_under_ee28 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.text_under_ee28 [class*="social-icon-yelp"].popup-purple-9122 {
  background-color: transparent;
  color: #af0606;
}
.text_under_ee28 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.text_under_ee28 [class*="social-icon-youtube"].popup-purple-9122 {
  background-color: transparent;
  color: #cd201f;
}
.narrow-33da {
  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;
}
.narrow-33da:hover {
  box-shadow: none;
  background: 0 0;
}
.preview-middle-92dc {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.short-64f9 {
  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;
}
.link-current-4441 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.element-507d {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.element-507d,
.element-507d::after,
.element-507d::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;
}
.element-507d::after,
.element-507d::before {
  content: "";
  display: block;
  background-color: inherit;
}
.table-9a8c .short-64f9 .link-current-4441 {
  margin-top: -2px;
  width: 19px;
}
.table-9a8c .short-64f9 .element-507d {
  margin-top: -1px;
}
.table-9a8c .short-64f9 .element-507d,
.table-9a8c .short-64f9 .element-507d::after,
.table-9a8c .short-64f9 .element-507d::before {
  width: 19px;
  height: 2px;
}
.table-9a8c .short-64f9 .element-507d::before {
  top: -6px;
}
.table-9a8c .short-64f9 .element-507d::after {
  bottom: -6px;
}
.silver-38a6 .short-64f9 .link-current-4441 {
  margin-top: -2px;
  width: 22px;
}
.silver-38a6 .short-64f9 .element-507d {
  margin-top: -1px;
}
.silver-38a6 .short-64f9 .element-507d,
.silver-38a6 .short-64f9 .element-507d::after,
.silver-38a6 .short-64f9 .element-507d::before {
  width: 22px;
  height: 2px;
}
.silver-38a6 .short-64f9 .element-507d::before {
  top: -7px;
}
.silver-38a6 .short-64f9 .element-507d::after {
  bottom: -7px;
}
.grid-242f .short-64f9 .link-current-4441 {
  margin-top: -2px;
  width: 31px;
}
.grid-242f .short-64f9 .element-507d {
  margin-top: -1.5px;
}
.grid-242f .short-64f9 .element-507d,
.grid-242f .short-64f9 .element-507d::after,
.grid-242f .short-64f9 .element-507d::before {
  width: 31px;
  height: 3px;
}
.grid-242f .short-64f9 .element-507d::before {
  top: -9px;
}
.grid-242f .short-64f9 .element-507d::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .in-b32b .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 19px;
  }
  .in-b32b .short-64f9 .element-507d {
    margin-top: -1px;
  }
  .in-b32b .short-64f9 .element-507d,
  .in-b32b .short-64f9 .element-507d::after,
  .in-b32b .short-64f9 .element-507d::before {
    width: 19px;
    height: 2px;
  }
  .in-b32b .short-64f9 .element-507d::before {
    top: -6px;
  }
  .in-b32b .short-64f9 .element-507d::after {
    bottom: -6px;
  }
  .thumbnail-yellow-767d .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 22px;
  }
  .thumbnail-yellow-767d .short-64f9 .element-507d {
    margin-top: -1px;
  }
  .thumbnail-yellow-767d .short-64f9 .element-507d,
  .thumbnail-yellow-767d .short-64f9 .element-507d::after,
  .thumbnail-yellow-767d .short-64f9 .element-507d::before {
    width: 22px;
    height: 2px;
  }
  .thumbnail-yellow-767d .short-64f9 .element-507d::before {
    top: -7px;
  }
  .thumbnail-yellow-767d .short-64f9 .element-507d::after {
    bottom: -7px;
  }
  .surface_953f .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 31px;
  }
  .surface_953f .short-64f9 .element-507d {
    margin-top: -1.5px;
  }
  .surface_953f .short-64f9 .element-507d,
  .surface_953f .short-64f9 .element-507d::after,
  .surface_953f .short-64f9 .element-507d::before {
    width: 31px;
    height: 3px;
  }
  .surface_953f .short-64f9 .element-507d::before {
    top: -9px;
  }
  .surface_953f .short-64f9 .element-507d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .top-42ee .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 19px;
  }
  .top-42ee .short-64f9 .element-507d {
    margin-top: -1px;
  }
  .top-42ee .short-64f9 .element-507d,
  .top-42ee .short-64f9 .element-507d::after,
  .top-42ee .short-64f9 .element-507d::before {
    width: 19px;
    height: 2px;
  }
  .top-42ee .short-64f9 .element-507d::before {
    top: -6px;
  }
  .top-42ee .short-64f9 .element-507d::after {
    bottom: -6px;
  }
  .popup_4148 .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 22px;
  }
  .popup_4148 .short-64f9 .element-507d {
    margin-top: -1px;
  }
  .popup_4148 .short-64f9 .element-507d,
  .popup_4148 .short-64f9 .element-507d::after,
  .popup_4148 .short-64f9 .element-507d::before {
    width: 22px;
    height: 2px;
  }
  .popup_4148 .short-64f9 .element-507d::before {
    top: -7px;
  }
  .popup_4148 .short-64f9 .element-507d::after {
    bottom: -7px;
  }
  .menu_cb23 .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 31px;
  }
  .menu_cb23 .short-64f9 .element-507d {
    margin-top: -1.5px;
  }
  .menu_cb23 .short-64f9 .element-507d,
  .menu_cb23 .short-64f9 .element-507d::after,
  .menu_cb23 .short-64f9 .element-507d::before {
    width: 31px;
    height: 3px;
  }
  .menu_cb23 .short-64f9 .element-507d::before {
    top: -9px;
  }
  .menu_cb23 .short-64f9 .element-507d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .fluid_b5e3 .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 19px;
  }
  .fluid_b5e3 .short-64f9 .element-507d {
    margin-top: -1px;
  }
  .fluid_b5e3 .short-64f9 .element-507d,
  .fluid_b5e3 .short-64f9 .element-507d::after,
  .fluid_b5e3 .short-64f9 .element-507d::before {
    width: 19px;
    height: 2px;
  }
  .fluid_b5e3 .short-64f9 .element-507d::before {
    top: -6px;
  }
  .fluid_b5e3 .short-64f9 .element-507d::after {
    bottom: -6px;
  }
  .video-7fab .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 22px;
  }
  .video-7fab .short-64f9 .element-507d {
    margin-top: -1px;
  }
  .video-7fab .short-64f9 .element-507d,
  .video-7fab .short-64f9 .element-507d::after,
  .video-7fab .short-64f9 .element-507d::before {
    width: 22px;
    height: 2px;
  }
  .video-7fab .short-64f9 .element-507d::before {
    top: -7px;
  }
  .video-7fab .short-64f9 .element-507d::after {
    bottom: -7px;
  }
  .dropdown-4082 .short-64f9 .link-current-4441 {
    margin-top: -2px;
    width: 31px;
  }
  .dropdown-4082 .short-64f9 .element-507d {
    margin-top: -1.5px;
  }
  .dropdown-4082 .short-64f9 .element-507d,
  .dropdown-4082 .short-64f9 .element-507d::after,
  .dropdown-4082 .short-64f9 .element-507d::before {
    width: 31px;
    height: 3px;
  }
  .dropdown-4082 .short-64f9 .element-507d::before {
    top: -9px;
  }
  .dropdown-4082 .short-64f9 .element-507d::after {
    bottom: -9px;
  }
}
.box-ae32 .element-507d {
  -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);
}
.box-ae32 .element-507d::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.box-ae32 .element-507d::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);
}
.box-ae32.footer_fixed_9958 .element-507d {
  -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);
}
.box-ae32.footer_fixed_9958 .element-507d::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.box-ae32.footer_fixed_9958 .element-507d::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);
}
.paragraph-3465 {
  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.nav_pro_b6ae:before {
  display: none;
}
.element-center-464f {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.element-center-464f .border_5fd7 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.element-center-464f .border_5fd7:last-of-type {
  border-bottom: none;
}
.element-center-464f .border_5fd7.in_c16d,
.element-center-464f .border_5fd7.row_focused_4388,
.element-center-464f .border_5fd7.sort-4f69 {
  padding: 0;
}
.element-center-464f .current_0ac5 .secondary-453a {
  color: currentColor;
}
.element-center-464f .current_0ac5 .secondary-453a:focus,
.element-center-464f .current_0ac5 .secondary-453a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.element-center-464f.list_fresh_70dc .outer-a8b5,
.element-center-464f.list_fresh_70dc .blue_fc5a a,
.element-center-464f.list_fresh_70dc .row_31b3 a,
.element-center-464f.list_fresh_70dc .search_01b7 a {
  color: rgba(0, 0, 0, 0.55);
}
.element-center-464f.list_fresh_70dc .outer-a8b5:hover,
.element-center-464f.list_fresh_70dc .blue_fc5a a:hover,
.element-center-464f.list_fresh_70dc .row_31b3 a:hover,
.element-center-464f.list_fresh_70dc .search_01b7 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.element-center-464f.list_fresh_70dc .focus_slow_f2a2 {
  color: rgba(0, 0, 0, 0.8);
}
.element-center-464f.list_fresh_70dc .border_5fd7 {
  border-color: rgba(0, 0, 0, 0.08);
}
.element-center-464f.list_fresh_70dc .border_5fd7:before {
  background: rgba(0, 0, 0, 0.08);
}
.element-center-464f.list_fresh_70dc .gradient-5eb4:before {
  background: rgba(255, 255, 255, 0.9);
}
.element-center-464f.list_fresh_70dc .current_0ac5 .list-d531 li a,
.element-center-464f.list_fresh_70dc .current_0ac5 .secondary-453a,
.element-center-464f.list_fresh_70dc .search_01b7 {
  border-color: rgba(0, 0, 0, 0.08);
}
.element-center-464f.list_fresh_70dc .current_0ac5 .secondary-453a:focus,
.element-center-464f.list_fresh_70dc .current_0ac5 .secondary-453a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.element-center-464f.list_fresh_70dc .list-d531 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.element-center-464f.search_acce .outer-a8b5,
.element-center-464f.search_acce .blue_fc5a a,
.element-center-464f.search_acce .row_31b3 .secondary-453a,
.element-center-464f.search_acce .row_31b3 a,
.element-center-464f.search_acce .search_01b7 a {
  color: rgba(255, 255, 255, 0.79);
}
.element-center-464f.search_acce .outer-a8b5:hover,
.element-center-464f.search_acce .blue_fc5a a:hover,
.element-center-464f.search_acce .row_31b3 .secondary-453a:hover,
.element-center-464f.search_acce .row_31b3 a:hover,
.element-center-464f.search_acce .search_01b7 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.element-center-464f.search_acce .focus_slow_f2a2 {
  color: rgba(255, 255, 255, 0.99);
}
.element-center-464f.search_acce .border_5fd7 {
  border-color: rgba(255, 255, 255, 0.08);
}
.element-center-464f.search_acce .border_5fd7:before {
  background: rgba(255, 255, 255, 0.08);
}
.element-center-464f.search_acce .gradient-5eb4:before {
  background: rgba(0, 0, 0, 0.9);
}
.element-center-464f.search_acce .current_0ac5 .list-d531 li a,
.element-center-464f.search_acce .current_0ac5 .secondary-453a,
.element-center-464f.search_acce .search_01b7 {
  border-color: rgba(255, 255, 255, 0.08);
}
.element-center-464f.search_acce .current_0ac5 .secondary-453a:focus,
.element-center-464f.search_acce .current_0ac5 .secondary-453a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.element-center-464f.search_acce .list-d531 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient-5eb4 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.gradient-5eb4:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.banner-c10b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.thick_322a .element-center-464f {
  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;
}
.thick_322a .border_5fd7 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.thick_322a .border_5fd7: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) {
  .thick_322a .border_5fd7:before {
    width: 16%;
    left: 42%;
  }
}
.thick_322a .border_5fd7:last-child:before {
  content: none;
}
.thick_322a .border_5fd7[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.thick_322a .current_0ac5 .list-d531 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.thick_322a .current_0ac5 .list-d531 li a .secondary-453a {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.thick_322a .current_0ac5 .search_01b7 {
  border: none;
}
.thick_322a .current_0ac5 .search_01b7 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.thick_322a .gradient-5eb4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.thick_322a .banner-c10b {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.thick_322a .search_acce .gradient-5eb4:before {
  background: rgba(0, 0, 0, 0.9);
}
.thick_322a .list_fresh_70dc.black_0b82 .element-507d {
  background: rgba(0, 0, 0, 0.6);
}
.thick_322a
  .list_fresh_70dc.black_0b82
  .element-507d::after,
.thick_322a
  .list_fresh_70dc.black_0b82
  .element-507d:before {
  background: inherit;
}
.thick_322a
  .list_fresh_70dc.black_0b82:hover
  .element-507d {
  background: rgba(0, 0, 0, 0.8);
}
.progress-dark-76d8 .element-center-464f {
  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) {
  .progress-dark-76d8 .element-center-464f {
    width: auto;
    right: 45px;
  }
}
.aside-9452 .element-center-464f {
  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) {
  .aside-9452 .element-center-464f {
    width: auto;
    left: 45px;
  }
}
.nav_pro_b6ae .element-center-464f {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.nav_pro_b6ae .banner-c10b {
  max-width: 48em;
  margin: 0 auto;
}
.nav_pro_b6ae .gradient-5eb4:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.breadcrumb-e390 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.breadcrumb-e390.thick_322a .element-center-464f {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.breadcrumb-e390.progress-dark-76d8 .element-center-464f {
  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);
}
.breadcrumb-e390 .element-center-464f {
  visibility: visible;
}
.breadcrumb-e390.aside-9452 .element-center-464f {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.content-silver-8169,
.modal-silver-64e9 {
  overflow-x: hidden;
}
.content-silver-8169 .element-center-464f {
  overflow: auto;
}
.content-silver-8169.thick_322a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.content-silver-8169.thick_322a .element-center-464f {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.content-silver-8169.thick_322a .narrow-33da {
  opacity: 0;
}
.content-silver-8169.progress-dark-76d8 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.content-silver-8169.progress-dark-76d8 .element-center-464f {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.content-silver-8169.progress-dark-76d8 .narrow-33da {
  opacity: 0;
}
.content-silver-8169.aside-9452 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.content-silver-8169.aside-9452 .element-center-464f {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.content-silver-8169.aside-9452 .narrow-33da {
  opacity: 0;
}
.content-silver-8169.nav_pro_b6ae .element-center-464f {
  z-index: 10;
  visibility: visible;
}
.black_0b82 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.black_0b82 .element-507d {
  background: rgba(255, 255, 255, 0.99);
}
.black_0b82 .element-507d::after,
.black_0b82 .element-507d:before {
  background: inherit;
}
.black_0b82:hover .element-507d {
  background: rgba(255, 255, 255, 0.99);
}
.aside-9452 .black_0b82 {
  top: 10px;
  right: auto;
  left: 12px;
}
.nav_pro_b6ae .black_0b82 {
  display: none !important;
}
.content-silver-8169:before,
.modal-silver-64e9:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.content-silver-8169 .black_0b82,
.modal-silver-64e9 .black_0b82 {
  display: inline-block;
}
.element-center-464f .last_fc32 {
  -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;
}
.content-silver-8169 .element-center-464f .last_fc32,
.modal-silver-64e9 .element-center-464f .last_fc32 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.banner_fadf .main-8f64 {
  width: 100%;
}
.row_ebac {
  padding: 0 0.5em 0;
}
.row_ebac [class*="customify-col-"],
.row_ebac [class*="customify-col_"],
.row_ebac [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.right_31a8 .row_ebac {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .row-stale-62f9 .last-4fe5,
  .last-4fe5 {
    display: none;
  }
  .full-94dd {
    text-align: left;
  }
  .dirty_e988 {
    text-align: center;
  }
  .hero-fluid-48e8 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .row-stale-62f9 .info_plasma_d52d,
  .info_plasma_d52d {
    display: none;
  }
  .huge-a156 {
    text-align: left;
  }
  .outer_0551 {
    text-align: center;
  }
  .upper_8001 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .row-stale-62f9 .hard-f362,
  .hard-f362 {
    display: none;
  }
  .large_0d93 {
    text-align: left;
  }
  .preview-dark-adb8 {
    text-align: center;
  }
  .tag_373f {
    text-align: right;
  }
}
#page {
  position: relative;
}
.form_white_cafd {
  box-shadow: none !important;
}
.upper_51f6 .in_8934,
.item-center-0e5d .in_8934 {
  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;
}
.item-center-0e5d .in_8934 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.dropdown_b053 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.dropdown_b053:after,
.dropdown_b053:before {
  content: "";
  display: table;
}
.dropdown_b053:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .dropdown_b053 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.dropdown_b053,
.active_ce66 {
  max-width: 1248px;
  margin: 0 auto;
}

.button_hovered_5929.secondary_2e2c .dropdown_b053 {
  max-width: 100%;
}
.button_hovered_5929.bright-f491 {
  max-width: 1200px;
  margin: 0 auto;
}
.button_hovered_5929.texture_ee9e .dropdown_b053 {
  max-width: 100%;
}
.button_hovered_5929.texture_ee9e > .dropdown_b053 {
  padding-left: 0;
  padding-right: 0;
}
.button_hovered_5929.texture_ee9e > .dropdown_b053 .row-stale-62f9 {
  margin: 0;
}
.button_hovered_5929.texture_ee9e
  > .dropdown_b053
  .gold-b289.banner-82e8 {
  margin-right: 0;
  margin-left: 0;
}
.button_hovered_5929.texture_ee9e #main.banner-82e8 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .aside_91bb #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .aside_91bb #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .thick_2b11 .component_tiny_a8d3 {
    padding-right: 1em;
  }
  .thick_2b11.surface-13b7 .gold-b289 {
    border-right: 1px solid #eaecee;
  }
  .thick_2b11.surface-13b7 .component_tiny_a8d3 {
    padding-right: 1em;
  }
  .thick_2b11.surface-13b7 .tabs_warm_7820 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .card_9a8a .component_tiny_a8d3 {
    padding-left: 1em;
  }
  .card_9a8a.surface-13b7 .gold-b289 {
    border-left: 1px solid #eaecee;
  }
  .card_9a8a.surface-13b7 .component_tiny_a8d3 {
    padding-left: 1em;
  }
  .card_9a8a.surface-13b7 .tabs_warm_7820 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .shade_huge_0a3d .component_tiny_a8d3 {
    padding-left: 1em;
  }
  .shade_huge_0a3d.surface-13b7 .dropdown_6c31 {
    border-right: 1px solid #eaecee;
  }
  .shade_huge_0a3d.surface-13b7 .bronze-10e4 {
    border-right: 1px solid #eaecee;
  }
  .shade_huge_0a3d.surface-13b7 .component_tiny_a8d3 {
    padding-left: 1em;
  }
  .shade_huge_0a3d.surface-13b7 .tabs_warm_7820 {
    padding-right: 1em;
  }
  .shade_huge_0a3d.surface-13b7 .picture-ed87 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .logo_7b60 .component_tiny_a8d3 {
    padding-right: 1em;
  }
  .logo_7b60.surface-13b7 .dropdown_6c31 {
    border-left: 1px solid #eaecee;
  }
  .logo_7b60.surface-13b7 .bronze-10e4 {
    border-left: 1px solid #eaecee;
  }
  .logo_7b60.surface-13b7 .component_tiny_a8d3 {
    padding-right: 1em;
  }
  .logo_7b60.surface-13b7 .tabs_warm_7820 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .logo_7b60.surface-13b7 .picture-ed87 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .aside_91bb .component_tiny_a8d3 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .aside_91bb.surface-13b7 .gold-b289 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .aside_91bb.surface-13b7 .component_tiny_a8d3 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .aside_91bb.surface-13b7 .tabs_warm_7820 {
    padding-left: 1em;
  }
  .aside_91bb.surface-13b7 .picture-ed87 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .aside_91bb.surface-13b7 .component_tiny_a8d3 {
    padding-left: 0;
  }
}
.alert_brown_9207 .green_6d84 {
  display: inline-block;
}
.action_7664 {
  display: inline-block;
}
.tall_0ff1 {
  word-con: break-word;
}
.action-68a4 > span {
  display: inline-block;
  padding: 5px 0;
}
.action-68a4 .filter-cool-9f44 {
  margin-left: 8px;
  margin-right: 8px;
}
.action-68a4 .inner_a262 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.thick-f6b0 .form-3974 {
  margin-bottom: 2em;
}
.thick-f6b0 .glass-b7f8 {
  margin-bottom: 15px;
}
.thick-f6b0 .glass-b7f8:last-child {
  margin-bottom: 0;
}
.thick-f6b0 .accordion-liquid-897a {
  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) {
  .thick-f6b0 .accordion-liquid-897a {
    display: block;
  }
}
.thick-f6b0 .container-ffac {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .thick-f6b0 .container-ffac {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.thick-f6b0 .widget-a491 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.thick-f6b0 .widget-a491 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.thick-f6b0 .widget-a491 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.thick-f6b0 .tall_0ff1 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.thick-f6b0 .tall_0ff1 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.thick-f6b0 .photo_5df5 p:last-child {
  margin-bottom: 0;
}
.thick-f6b0 .accent_black_2b41 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.thick-f6b0 .search_outer_2a30 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.thick-f6b0 .hovered_ba59 {
  margin-top: 1em;
}
.thick-f6b0 .smooth-8ef6 {
  top: 0;
  display: block;
}
.thick-f6b0 .smooth-8ef6 a {
  color: inherit;
}
.thick-f6b0 .smooth-8ef6 a:hover {
  color: inherit;
}
.thick-f6b0 .north-175f {
  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;
}
.thick-f6b0 .north-175f:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.thick-f6b0 .search_outer_2a30 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.thick-f6b0 .focus_bottom_b4d6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.thick-f6b0 .focus_bottom_b4d6:first-child {
  margin-top: 0;
}
.thick-f6b0 .focus_bottom_b4d6.main-north-3f04 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thick-f6b0 .focus_bottom_b4d6.paragraph-8312 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.thick-f6b0
  .focus_bottom_b4d6.paragraph-8312.narrow_e82e
  .hovered_ba59 {
  width: 100%;
}
.thick-f6b0 .paragraph-8312 {
  -webkit-box-align: center;
  align-items: center;
}
.thick-f6b0 .paragraph-8312 .action-68a4,
.thick-f6b0 .paragraph-8312 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.thick-f6b0 .widget-a491 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thick-f6b0 .widget-a491 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thick-f6b0 .widget-a491: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;
}
.thick-f6b0 .main-north-3f04 {
  z-index: 5;
}
.thick-f6b0 .light-a65f .hard_1470 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.thick-f6b0 .item-basic-0cc0 .hard_1470 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.thick-f6b0 .modal_action_7cf8 .hard_1470 {
  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;
}
.thick-f6b0.header_gas_6c9f .accordion-liquid-897a,
.thick-f6b0.north-da69 .accordion-liquid-897a {
  display: block;
}
.thick-f6b0.header_gas_6c9f .accordion-liquid-897a .popup_plasma_4cba,
.thick-f6b0.header_gas_6c9f .accordion-liquid-897a .search_outer_2a30,
.thick-f6b0.north-da69 .accordion-liquid-897a .popup_plasma_4cba,
.thick-f6b0.north-da69 .accordion-liquid-897a .search_outer_2a30 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.thick-f6b0.box-smooth-6e03 .container-ffac {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .thick-f6b0.box-smooth-6e03 .container-ffac {
    margin-right: 0;
  }
}
.thick-f6b0.header_gas_6c9f .container-ffac,
.thick-f6b0.north-da69 .container-ffac {
  padding-top: 40%;
}
.thick-f6b0.header_gas_6c9f .form-3974,
.thick-f6b0.north-da69 .form-3974 {
  display: block;
}
.thick-f6b0.header_gas_6c9f .fn-sticky-e2f9 .search_outer_2a30,
.thick-f6b0.north-da69 .fn-sticky-e2f9 .search_outer_2a30 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.thick-f6b0.header_gas_6c9f .container-ffac,
.thick-f6b0.north-da69 .container-ffac {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.thick-f6b0.header_gas_6c9f .search_outer_2a30 {
  padding: 1em;
}
.panel_a03e {
  margin: 30px auto;
  display: block;
}
.panel_a03e .out-b1a7 > * {
  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;
}
.panel_a03e .out-b1a7 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.panel_a03e .out-b1a7 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.row-31d9 .action-68a4 {
  margin-bottom: 1.41575em;
}
.row-31d9 .button_orange_bea5 {
  margin-bottom: 1.618em;
}
.static_1735 .frame-366d {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.static_1735 .frame-366d a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.static_1735 .dropdown_bbd1 {
  max-width: 100%;
  overflow: auto;
}
.widget-stone-62cb .static_1735 a:hover {
  text-decoration: underline;
}
.south_8b81 .glass-b7f8:not(.tall_0ff1),
.south_8b81 .widget-a491 {
  margin-bottom: 1.41575em;
}
.south_8b81 .glass-b7f8:not(.tall_0ff1):last-child,
.south_8b81 .widget-a491:last-child {
  margin-bottom: 0;
}
.south_8b81 .glass-b7f8.media-38bf {
  margin-bottom: 0.41575em;
}
.south_8b81 .paper_96dd:before,
.south_8b81 .dark_7ce2:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.south_8b81 .paper_96dd:before {
  content: "\f115";
}
.south_8b81 .dark_7ce2:before {
  content: "\f02c";
}
.south_8b81 .secondary-fast-5706 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.south_8b81 .secondary-fast-5706 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.info_ab7c {
  display: -webkit-box;
  display: flex;
}
.info_ab7c .breadcrumb-1175 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .info_ab7c .breadcrumb-1175 {
    flex-basis: 90px;
  }
}
.info_ab7c .left-d936 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .info_ab7c .left-d936 {
    flex-basis: calc(100% - 50px);
  }
}
.info_ab7c .description_solid_8727 p:last-child {
  margin-bottom: 0.72em;
}
.paragraph-motion-edc6 .out-b1a7 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.paragraph-motion-edc6 .out-b1a7:after,
.paragraph-motion-edc6 .out-b1a7:before {
  content: "";
  display: table;
}
.paragraph-motion-edc6 .out-b1a7:after {
  clear: both;
}
.paragraph-motion-edc6 .out-b1a7 .notification_copper_b6bf,
.paragraph-motion-edc6 .out-b1a7 .glass-54f2 {
  width: 49%;
}
.paragraph-motion-edc6 .out-b1a7 .notification_copper_b6bf a span.sidebar-tall-eed6,
.paragraph-motion-edc6 .out-b1a7 .glass-54f2 a span.sidebar-tall-eed6 {
  display: block;
  margin-bottom: 5px;
}
.paragraph-motion-edc6 .out-b1a7 .glass-54f2 {
  float: left;
  text-align: left;
}
.paragraph-motion-edc6 .out-b1a7 .notification_copper_b6bf {
  float: right;
  text-align: right;
}
.rough_d942 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .rough_d942 {
    margin-bottom: 0;
  }
}
.background-eb17 {
  margin-bottom: 1em;
}
.background-eb17 .tall_0ff1 {
  font-size: 1.1em;
  line-height: 1.3;
}
.hero_2756 a {
  display: block;
  line-height: 0;
  position: relative;
}
.wrapper-rough-690b .background-eb17,
.button_rough_ac23 .background-eb17 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .wrapper-rough-690b .background-eb17,
  .button_rough_ac23 .background-eb17 {
    display: block;
  }
}
.wrapper-rough-690b .hero_2756,
.button_rough_ac23 .hero_2756 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .wrapper-rough-690b .hero_2756,
  .button_rough_ac23 .hero_2756 {
    margin-bottom: 1em;
  }
}
.wrapper-rough-690b .hero_2756 img,
.button_rough_ac23 .hero_2756 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.wrapper-rough-690b .brown-7ba8,
.button_rough_ac23 .brown-7ba8 {
  flex-basis: calc(100% - 160px);
}
.wrapper-rough-690b .brown-7ba8 p,
.button_rough_ac23 .brown-7ba8 p {
  margin-bottom: 0;
}
.wrapper-rough-690b .brown-7ba8 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .wrapper-rough-690b .brown-7ba8 {
    padding-left: 0;
  }
}
.button_rough_ac23 .brown-7ba8 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .button_rough_ac23 .brown-7ba8 {
    padding-right: 0;
  }
}
.button_rough_ac23 .hero_2756 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.clean_8a46 .hero_2756 {
  margin-bottom: 0.5em;
}
.clean_8a46 .hero_2756 img {
  width: 100%;
}
.text-c59a .primary_north_c23a,
.last_72c4 .primary_north_c23a {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.last_72c4 .gold-b289 .card_82a2 p:last-child {
  margin-bottom: 0;
}
.tag-pressed-e4ec {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.top_3311 .wood-c9c3 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .top_3311 .wood-c9c3:last-of-type {
    margin-bottom: 0;
  }
}
.top_3311 .wood-c9c3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top_3311 .wood-c9c3 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.top_3311 .wood-c9c3 ul li {
  margin: 0 0 0.6em;
}
.top_3311 .wood-c9c3 ul li.info_current_5b82,
.top_3311 .wood-c9c3 ul li.primary-right-45d6 {
  position: relative;
}
.top_3311 .wood-c9c3 ul li.info_current_5b82 .search-41ec,
.top_3311 .wood-c9c3 ul li.primary-right-45d6 .search-41ec {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.top_3311 .wood-c9c3 ul li.info_current_5b82:after:after,
.top_3311 .wood-c9c3 ul li.info_current_5b82:after:before,
.top_3311
  .wood-c9c3
  ul
  li.primary-right-45d6:after:after,
.top_3311
  .wood-c9c3
  ul
  li.primary-right-45d6:after:before {
  content: "";
  display: table;
}
.top_3311 .wood-c9c3 ul li.info_current_5b82:after:after,
.top_3311
  .wood-c9c3
  ul
  li.primary-right-45d6:after:after {
  clear: both;
}
.top_3311 .wood-c9c3 a.slow-5aaa:hover {
  text-decoration: none;
}
.top_3311 .wood-c9c3 select {
  max-width: 100%;
}
.top_3311 .wood-c9c3 table {
  font-size: 85%;
}
.top_3311 .wood-c9c3 table td,
.top_3311 .wood-c9c3 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.top_3311 .wood-c9c3 table tfoot td {
  text-align: left;
}
.top_3311 .wood-c9c3 :last-child {
  margin-bottom: 0;
}
.top_3311 .wood-c9c3 .link-fixed-9c00 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.top_3311 .wood-c9c3 .link-fixed-9c00 label {
  width: 100%;
}
.top_3311 .wood-c9c3 .link-fixed-9c00 .search-focused-9afc {
  width: 100%;
  display: block;
}
.top_3311 .wood-c9c3 .link-fixed-9c00 .status-west-604b {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.top_3311 .wood-c9c3 .link-fixed-9c00 .status-west-604b:hover svg #svg-search {
  fill: #444;
}
.top_3311 .wood-c9c3 .link-fixed-9c00 .status-west-604b svg {
  width: 18px;
  height: 18px;
}
.top_3311 .tooltip_4dc6 ul ul,
.top_3311 .gold-f831 ul ul,
.top_3311 .message-south-3dc6 ul ul,
.top_3311 .primary-b6b5 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.top_3311 .tooltip_4dc6 .liquid-6f47 > a,
.top_3311 .gold-f831 .liquid-6f47 > a,
.top_3311 .message-south-3dc6 .liquid-6f47 > a,
.top_3311 .primary-b6b5 .liquid-6f47 > a {
  margin-bottom: 0;
}
.top_3311 .form_gold_2cfd li,
.top_3311 .tooltip_4dc6 li,
.top_3311 .current-595e li,
.top_3311 .gold-f831 li,
.top_3311 .message-south-3dc6 li,
.top_3311 .primary-b6b5 li,
.top_3311 .orange-ae35 li,
.top_3311 .solid_f2a3 li {
  display: block;
  position: relative;
}
.top_3311 .form_gold_2cfd li:last-child,
.top_3311 .tooltip_4dc6 li:last-child,
.top_3311 .current-595e li:last-child,
.top_3311 .gold-f831 li:last-child,
.top_3311 .message-south-3dc6 li:last-child,
.top_3311 .primary-b6b5 li:last-child,
.top_3311 .orange-ae35 li:last-child,
.top_3311 .solid_f2a3 li:last-child {
  border: none;
}
.top_3311 .form_gold_2cfd li a,
.top_3311 .tooltip_4dc6 li a,
.top_3311 .current-595e li a,
.top_3311 .gold-f831 li a,
.top_3311 .message-south-3dc6 li a,
.top_3311 .primary-b6b5 li a,
.top_3311 .orange-ae35 li a,
.top_3311 .solid_f2a3 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.top_3311 .form_gold_2cfd li ul li::before,
.top_3311 .tooltip_4dc6 li ul li::before,
.top_3311 .current-595e li ul li::before,
.top_3311 .gold-f831 li ul li::before,
.top_3311 .message-south-3dc6 li ul li::before,
.top_3311 .primary-b6b5 li ul li::before,
.top_3311 .orange-ae35 li ul li::before,
.top_3311 .solid_f2a3 li ul li::before {
  left: 15px;
}
.top_3311 .form_gold_2cfd li ul a,
.top_3311 .tooltip_4dc6 li ul a,
.top_3311 .current-595e li ul a,
.top_3311 .gold-f831 li ul a,
.top_3311 .message-south-3dc6 li ul a,
.top_3311 .primary-b6b5 li ul a,
.top_3311 .orange-ae35 li ul a,
.top_3311 .solid_f2a3 li ul a {
  padding-left: 20px;
}
.top_3311 .form_gold_2cfd li ul ul li::before,
.top_3311 .tooltip_4dc6 li ul ul li::before,
.top_3311 .current-595e li ul ul li::before,
.top_3311 .gold-f831 li ul ul li::before,
.top_3311 .message-south-3dc6 li ul ul li::before,
.top_3311 .primary-b6b5 li ul ul li::before,
.top_3311 .orange-ae35 li ul ul li::before,
.top_3311 .solid_f2a3 li ul ul li::before {
  left: 30px;
}
.top_3311 .form_gold_2cfd li ul ul a,
.top_3311 .tooltip_4dc6 li ul ul a,
.top_3311 .current-595e li ul ul a,
.top_3311 .gold-f831 li ul ul a,
.top_3311 .message-south-3dc6 li ul ul a,
.top_3311 .primary-b6b5 li ul ul a,
.top_3311 .orange-ae35 li ul ul a,
.top_3311 .solid_f2a3 li ul ul a {
  padding-left: 40px;
}
.top_3311 .panel_left_0441 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.top_3311 .solid_f2a3 ul li {
  margin-bottom: 1.41575em;
}
.top_3311 .solid_f2a3 ul li .popup-2a51 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.top_3311 .solid_f2a3 ul li .focus-79d2 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.search_acce .form_gold_2cfd li a,
.search_acce .tooltip_4dc6 li a,
.search_acce .current-595e li a,
.search_acce .gold-f831 li a,
.search_acce .message-south-3dc6 li a,
.search_acce .primary-b6b5 li a,
.search_acce .orange-ae35 li a,
.search_acce .solid_f2a3 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.search_acce .panel_left_0441 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.search_acce .wood-c9c3 ul li.info_current_5b82 .search-41ec,
.search_acce .wood-c9c3 ul li.primary-right-45d6 .search-41ec {
  background: rgba(0, 0, 0, 0.2);
}
.search_acce .top_3311 .wood-c9c3 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.button_hovered_5929 .top_3311 .list-d531 li {
  margin: 0;
}
.button_hovered_5929 .top_3311 .list-d531 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.button_hovered_5929 .top_3311 .list-d531 li ul {
  margin: 0;
}
.button_hovered_5929 .top_3311 .list-d531 li ul li a {
  padding-left: 15px;
}
.button_hovered_5929 .top_3311 .list-d531 li ul li li a {
  padding-left: 30px;
}
.button_hovered_5929 .top_3311 .list-d531 li.disabled_0b63 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.button_hovered_5929 .top_3311 .list-d531 li.disabled_0b63 > 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;
}
.button_hovered_5929 .top_3311 .list-d531 li.disabled_0b63 > 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;
}
.tag-fluid-fd2b a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.overlay-687a {
  position: relative;
  z-index: 10;
}
.overlay-687a .last_fc32 {
  width: 100%;
  max-width: 100%;
}
.over-cbd9 .lite_bcf5 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.over-cbd9 .list_fresh_70dc {
}
.over-cbd9 .search_acce {
  background: #292929;
}
.alert-bronze-600a .lite_bcf5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.alert-bronze-600a .list_fresh_70dc {
  background: #f9f9f9;
}
.alert-bronze-600a .search_acce {
  background: #303030;
}
.stone_5fce .lite_bcf5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .stone_5fce .green_6d84 {
    margin-bottom: 1em;
  }
  .stone_5fce .green_6d84:last-child {
    margin-bottom: 0;
  }
}
.stone_5fce .list_fresh_70dc {
  background: #ededed;
}
.stone_5fce .search_acce {
  background: #1a1a1a;
}
.lite_bcf5.list_fresh_70dc {
  color: rgba(0, 0, 0, 0.6);
}
.lite_bcf5.list_fresh_70dc .tiny_54b2 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.lite_bcf5.search_acce {
  color: rgba(255, 255, 255, 0.99);
}
.lite_bcf5.search_acce a:not(.slow-5aaa) {
  color: rgba(255, 255, 255, 0.79);
}
.lite_bcf5.search_acce a:not(.slow-5aaa):hover {
  color: rgba(255, 255, 255, 0.99);
}
.lite_bcf5.search_acce .tiny_54b2 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.lite_bcf5.search_acce table tbody td,
.lite_bcf5.search_acce table th {
  background: rgba(0, 0, 0, 0.08);
}
.picture-hard-a02b.image-gold-cf72 .dropdown_b053 {
  max-width: initial;
}
.picture-hard-a02b .summary-6f47 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.picture-hard-a02b .summary-6f47 .last_fc32 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .picture-hard-a02b .summary-6f47 .last_fc32 {
    display: block;
    margin-bottom: 2em;
  }
  .picture-hard-a02b .summary-6f47 .last_fc32:last-child {
    margin-bottom: 0;
  }
}
.stone_5fce .green_6d84:last-child,
.alert-bronze-600a .green_6d84:last-child,
.over-cbd9 .green_6d84:last-child {
  margin-bottom: 0;
}
.stone_5fce .green_6d84 .top_3311 .wood-c9c3:last-child,
.alert-bronze-600a .green_6d84 .top_3311 .wood-c9c3:last-child,
.over-cbd9 .green_6d84 .top_3311 .wood-c9c3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .stone_5fce .cool_55bc,
  .stone_5fce .accordion-north-8f46,
  .alert-bronze-600a .cool_55bc,
  .alert-bronze-600a .accordion-north-8f46,
  .over-cbd9 .cool_55bc,
  .over-cbd9 .accordion-north-8f46 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .overlay-687a .green_6d84 {
    margin-bottom: 2em;
  }
}
.overlay-687a p:last-child {
  margin-bottom: 0;
}
.overlay-687a li,
.overlay-687a ul {
  list-style: none;
  margin: 0;
}
.overlay-687a ul ul {
  margin-left: 2.617924em;
}
.orange-7573 {
  font-size: 0.875em;
}

/* css-noise: 207f */
.widget-item-i8 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.3;
}
