/*!
Theme Name: Customify
Theme URI: https://pressmaximum.description-silver-4aee/customify
Author: WPCustomify
Author URI: https://pressmaximum.description-silver-4aee
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.description-silver-4aee/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.footer_rough_6510.first-2326/licenses/gpl-2.0.menu-be3c
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.element_rough_92ec/, (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.alert-upper-d7e0.row-464e/normalize.smooth_ecbe/
 ======
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.smooth_ecbe v7.0.0 | MIT License | github.description-silver-4aee/necolas/normalize.smooth_ecbe */
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;
}
.widget-yellow-70de .tabs_hovered_0976,
.layout_iron_a7c6,
.border-south-bd22,
.background_5bde,
.bottom-6294,
.old-0b37,
.iron_c1be,
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;
}
.layout_iron_a7c6,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .layout_iron_a7c6,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .layout_iron_a7c6,
  h1 {
    font-size: 1.8em;
  }
}
.border-south-bd22,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.border-south-bd22 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .border-south-bd22,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .border-south-bd22,
  h2 {
    font-size: 1.7em;
  }
}
.background_5bde,
h3 {
  font-size: 1.618em;
}
.widget-yellow-70de .tabs_hovered_0976,
.bottom-6294,
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.down-9a90 {
  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;
}
.accordion_thick_72d6:after,
.accordion_thick_72d6:before,
.prev_2fe4:after,
.prev_2fe4:before {
  content: "";
  display: table;
}
.accordion_thick_72d6:after,
.prev_2fe4:after {
  clear: both;
}
.outer_0301 {
  float: right;
  margin-right: 0;
}
.list_f696 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.detail_south_fd76 .simple-dd5d,
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;
}
.detail_south_fd76 .simple-dd5d: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;
}
.overlay_9fce .simple-dd5d {
  box-shadow: none;
}
.overlay_9fce
  .simple-dd5d
  .sidebar_369d {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.overlay_9fce .simple-dd5d .text-west-6f67 {
  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;
}
.overlay_9fce
  .simple-dd5d
  .text-west-6f67
  b {
  display: none;
}
.overlay_9fce .hover_df30 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.red-066d:not(.footer_next_20c2):not(.thick-db3e),
button:not(.footer_next_20c2):not(.thick-db3e),
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ),
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ),
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ) {
  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;
}
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ):hover,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ):hover,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):hover,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):hover,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ):active,
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ):active,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):active,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):active,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):active,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus {
  outline: 0;
}
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6 {
  position: relative;
}
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .footer_6ba9,
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .overlay_hot_447f,
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .layout_362d,
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  i,
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  svg,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .footer_6ba9,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .overlay_hot_447f,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .layout_362d,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  i,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  svg,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .footer_6ba9,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .overlay_hot_447f,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .layout_362d,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  i,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  svg,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .footer_6ba9,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .overlay_hot_447f,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .layout_362d,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  i,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  svg,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .footer_6ba9,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .overlay_hot_447f,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  .layout_362d,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  i,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6
  svg {
  visibility: hidden;
}
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6:after,
button:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6:after,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6:after,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6:after,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ).fn-loading-94e6: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;
}
.red-066d:not(.footer_next_20c2):not(.thick-db3e),
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ),
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ),
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ) {
  color: #fff;
  background: #235787;
}
.red-066d:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
input[type="button"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
input[type="reset"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus,
input[type="submit"]:not(.footer_next_20c2):not(
    .thick-db3e
  ):focus {
  color: #fff;
}
.red-066d.fn-disabled-94e6:not(.footer_next_20c2):not(
    .thick-db3e
  ),
.red-066d[disabled]:not(.footer_next_20c2):not(
    .thick-db3e
  ),
button.fn-disabled-94e6:not(.footer_next_20c2):not(
    .thick-db3e
  ),
button[disabled]:not(.footer_next_20c2):not(
    .thick-db3e
  ) {
  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;
}
.thick-5ea9 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.thick-5ea9: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;
}
.pro-efb5 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.accordion-last-1f5e {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.static-a41f {
  clear: both;
  display: block;
  margin: 0 auto;
}
.accordion_thick_72d6:after,
.accordion_thick_72d6:before,
.steel-11cf:after,
.steel-11cf:before,
.tabs_7553:after,
.tabs_7553:before,
.photo_tall_e56b:after,
.photo_tall_e56b:before,
.tooltip_bronze_c7a6:after,
.tooltip_bronze_c7a6:before,
.search-e150:after,
.search-e150:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.accordion_thick_72d6:after,
.steel-11cf:after,
.tabs_7553:after,
.photo_tall_e56b:after,
.tooltip_bronze_c7a6:after,
.search-e150:after {
  clear: both;
}
.steel-11cf .photo-54fd,
.tabs_7553 .photo-54fd,
.breadcrumb-03f1 .photo-54fd {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.hard-52f8 {
  display: inline-block;
}
.out-5756 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.out-5756 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.out-5756 .form-west-14df {
  padding: 1em 0;
  font-size: 85%;
}
.form-west-14df {
  text-align: left;
  font-style: italic;
  color: #999;
}
.backdrop_9303 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.backdrop_9303:after,
.backdrop_9303:before {
  content: "";
  display: table;
}
.backdrop_9303:after {
  clear: both;
}
.last_5bcd {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.focus_a32f .last_5bcd {
  max-width: 50%;
}
.east-c6b4 .last_5bcd {
  max-width: 33.33%;
}
.easy-4345 .last_5bcd {
  max-width: 25%;
}
.aside-cool-e6db .last_5bcd {
  max-width: 20%;
}
.dynamic_471c .last_5bcd {
  max-width: 16.66%;
}
.slider-5f07 .last_5bcd {
  max-width: 14.28%;
}
.notification_4b5c .last_5bcd {
  max-width: 12.5%;
}
.block_baff .last_5bcd {
  max-width: 11.11%;
}
.text_8fb1 {
  display: block;
}
.widget-yellow-70de .steel-e347 label,
.widget-yellow-70de .message_82fe label,
.widget-yellow-70de .link_dynamic_32e9 label,
.widget-yellow-70de .fresh_1f06 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.heading_b816 {
  list-style: none;
  margin: 0;
}
.heading_b816 article.aside-hovered-e016 {
  margin-bottom: 0;
}
.heading_b816 ul {
  list-style: none;
  margin: 0;
}
.heading_b816 .aside-stale-e887 li.aside-hovered-e016 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .heading_b816 .aside-stale-e887 li.aside-hovered-e016 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .heading_b816 .aside-stale-e887 li.aside-hovered-e016: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) {
  .heading_b816 .aside-stale-e887 li.aside-hovered-e016 li.aside-hovered-e016 li.aside-hovered-e016 li.aside-hovered-e016 {
    padding-left: 0;
  }
}
article.aside-hovered-e016 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.aside-hovered-e016 .steel-11cf p:last-of-type {
  margin-bottom: 0;
}
article.aside-hovered-e016 .row-5bdd {
  float: left;
}
article.aside-hovered-e016 .warm-be44 {
  margin-left: 85px;
}
article.aside-hovered-e016 .hidden_2e81 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.aside-hovered-e016 .hidden_2e81 .avatar-e1c1 {
  margin-left: 10px;
}
article.aside-hovered-e016 .fast-8b26 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.aside-hovered-e016 .dark_8925 {
  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 .steel-e347,
  #respond .link_dynamic_32e9,
  #respond .fresh_1f06 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .steel-e347 input,
#respond .link_dynamic_32e9 input,
#respond .fresh_1f06 input {
  width: 100%;
}
#respond .fresh_1f06 {
  margin-right: 0;
}
#respond .picture_gold_4f74 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.media_bright_0b98 {
  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;
}
.media_bright_0b98.paragraph_focused_b6c2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.media_bright_0b98 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%);
}
.media_bright_0b98:focus,
.media_bright_0b98: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);
}
.selected-2641 {
  border-radius: 10%;
}
.focused_6d92 {
  border-radius: 50%;
}
.layout_simple_8c5c {
  font-size: 0.72em;
}
.soft-cb36 {
  font-size: 0.875em;
}
.menu-lite-b972 {
  font-size: 1.1em;
}
.status_outer_0194 {
  text-transform: uppercase;
  line-height: 1.2;
}
.status_outer_0194.layout_simple_8c5c {
  letter-spacing: 0.5px;
}
.heading_wood_759a,
.heading_wood_759a a {
  color: #6d6d6d;
}
.heading_wood_759a a:hover {
  color: #111;
}
.steel-82bc {
  color: #6d6d6d;
}
.hovered-8cf1 {
  overflow-x: hidden;
}
.hovered-8cf1 .button_943a.section_fast_2e30 {
  position: relative;
}
.hovered-8cf1 .button_943a.section_fast_2e30.tabs-9519 {
  position: initial;
}
.hovered-8cf1
  .button_943a.section_fast_2e30.tabs-9519
  .stone_9343 {
  left: auto;
}
.hovered-8cf1 .button_943a .stone_9343 {
  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;
}
.hovered-8cf1 .button_943a:hover.section_fast_2e30 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.hovered-8cf1
  .button_943a:hover.section_fast_2e30
  .stone_9343 {
  display: block;
  z-index: 9999999;
}
.hovered-8cf1 .last_d16f .description_9b92,
.hovered-8cf1 .content_west_2190 .description_9b92 {
  display: none;
}
.hovered-8cf1 .backdrop_31d0 .button_943a:hover.section_fast_2e30 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.widget-yellow-70de .steel-e347 label,
.widget-yellow-70de .message_82fe label,
.widget-yellow-70de .link_dynamic_32e9 label,
.widget-yellow-70de .fresh_1f06 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.heading_b816 {
  list-style: none;
  margin: 0;
}
.heading_b816 article.aside-hovered-e016 {
  margin-bottom: 0;
}
.heading_b816 ul {
  list-style: none;
  margin: 0;
}
.heading_b816 .aside-stale-e887 li.aside-hovered-e016 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .heading_b816 .aside-stale-e887 li.aside-hovered-e016 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .heading_b816 .aside-stale-e887 li.aside-hovered-e016: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) {
  .heading_b816 .aside-stale-e887 li.aside-hovered-e016 li.aside-hovered-e016 li.aside-hovered-e016 li.aside-hovered-e016 {
    padding-left: 0;
  }
}
article.aside-hovered-e016 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.aside-hovered-e016 .steel-11cf p:last-of-type {
  margin-bottom: 0;
}
article.aside-hovered-e016 .row-5bdd {
  float: left;
}
article.aside-hovered-e016 .warm-be44 {
  margin-left: 85px;
}
article.aside-hovered-e016 .hidden_2e81 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.aside-hovered-e016 .hidden_2e81 .avatar-e1c1 {
  margin-left: 10px;
}
article.aside-hovered-e016 .fast-8b26 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.aside-hovered-e016 .dark_8925 {
  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 .steel-e347,
  #respond .link_dynamic_32e9,
  #respond .fresh_1f06 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .steel-e347 input,
#respond .link_dynamic_32e9 input,
#respond .fresh_1f06 input {
  width: 100%;
}
#respond .fresh_1f06 {
  margin-right: 0;
}
#respond .picture_gold_4f74 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.last_d16f .shade-c501 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.shade-c501 .medium-9ce8.smooth_6c73 .surface_top_8a05 > li > a:focus,
.shade-c501 .medium-9ce8.smooth_6c73 .surface_top_8a05 > li > a:hover,
.shade-c501 .medium-9ce8.fast-ad2b .surface_top_8a05 > li > a:focus,
.shade-c501 .medium-9ce8.fast-ad2b .surface_top_8a05 > li > a:hover,
.shade-c501 .medium-9ce8.west_3b20 .surface_top_8a05 > li > a:focus,
.shade-c501 .medium-9ce8.west_3b20 .surface_top_8a05 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade-c501
  .medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li.heading_dbe7
  > a,
.shade-c501
  .medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li.overlay-narrow-2c84
  > a,
.shade-c501
  .medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li.heading_dbe7
  > a,
.shade-c501
  .medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li.overlay-narrow-2c84
  > a,
.shade-c501
  .medium-9ce8.west_3b20
  .surface_top_8a05
  > li.heading_dbe7
  > a,
.shade-c501 .medium-9ce8.west_3b20 .surface_top_8a05 > li.label-49fd > a {
  color: rgba(255, 255, 255, 0.99);
}
.shade-c501 .texture-a4ac,
.shade-c501 .texture-a4ac a {
  color: rgba(255, 255, 255, 0.99);
}
.shade-c501 .full-c957.sort_huge_ac63 li a,
.shade-c501 .dim_3e93 a,
.shade-c501 .module-216f,
.shade-c501 .surface_top_8a05 > li > a,
.shade-c501 .progress_new_a828 {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501 .full-c957.sort_huge_ac63 li a:hover,
.shade-c501 .dim_3e93 a:hover,
.shade-c501 .module-216f:hover,
.shade-c501 .surface_top_8a05 > li > a:hover,
.shade-c501 .progress_new_a828:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade-c501 .medium_bf7c {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501 .medium_bf7c .red-cb6b {
  color: rgba(255, 255, 255, 0.99);
}
.shade-c501 .medium_bf7c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade-c501 .tertiary-a584 .focus_cffd {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501 .tertiary-a584 .focus_cffd .alert_basic_3fc6 {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501
  .tertiary-a584
  .focus_cffd
  .alert_basic_3fc6::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501
  .tertiary-a584
  .focus_cffd
  .alert_basic_3fc6:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501
  .tertiary-a584
  .focus_cffd
  .alert_basic_3fc6::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501
  .tertiary-a584
  .focus_cffd
  .alert_basic_3fc6::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501 .tertiary-a584 .shadow-57ff {
  color: rgba(255, 255, 255, 0.79);
}
.shade-c501 .tertiary-a584 .shadow-57ff:hover {
  color: rgba(255, 255, 255, 0.99);
}
.element-8e16
  .shade-c501
  .tertiary-a584
  .purple-198c
  .pagination_active_b5ca {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.element-8e16
  .shade-c501
  .tertiary-a584
  .purple-198c
  .alert_basic_3fc6 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.last_d16f .popup_pink_2f7e {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.popup_pink_2f7e .medium-9ce8.smooth_6c73 .surface_top_8a05 > li > a:focus,
.popup_pink_2f7e .medium-9ce8.smooth_6c73 .surface_top_8a05 > li > a:hover,
.popup_pink_2f7e .medium-9ce8.fast-ad2b .surface_top_8a05 > li > a:focus,
.popup_pink_2f7e .medium-9ce8.fast-ad2b .surface_top_8a05 > li > a:hover,
.popup_pink_2f7e .medium-9ce8.west_3b20 .surface_top_8a05 > li > a:focus,
.popup_pink_2f7e .medium-9ce8.west_3b20 .surface_top_8a05 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.popup_pink_2f7e
  .medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li.heading_dbe7
  > a,
.popup_pink_2f7e
  .medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li.overlay-narrow-2c84
  > a,
.popup_pink_2f7e
  .medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li.heading_dbe7
  > a,
.popup_pink_2f7e
  .medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li.overlay-narrow-2c84
  > a,
.popup_pink_2f7e
  .medium-9ce8.west_3b20
  .surface_top_8a05
  > li.heading_dbe7
  > a,
.popup_pink_2f7e .medium-9ce8.west_3b20 .surface_top_8a05 > li.label-49fd > a {
  color: rgba(0, 0, 0, 0.8);
}
.popup_pink_2f7e .texture-a4ac,
.popup_pink_2f7e .texture-a4ac a {
  color: rgba(0, 0, 0, 0.8);
}
.popup_pink_2f7e .full-c957.sort_huge_ac63 li a,
.popup_pink_2f7e .dim_3e93 a,
.popup_pink_2f7e .module-216f,
.popup_pink_2f7e .surface_top_8a05 > li > a,
.popup_pink_2f7e .progress_new_a828 {
  color: rgba(0, 0, 0, 0.55);
}
.popup_pink_2f7e .full-c957.sort_huge_ac63 li a:hover,
.popup_pink_2f7e .dim_3e93 a:hover,
.popup_pink_2f7e .module-216f:hover,
.popup_pink_2f7e .surface_top_8a05 > li > a:hover,
.popup_pink_2f7e .progress_new_a828:hover {
  color: rgba(0, 0, 0, 0.8);
}
.popup_pink_2f7e .medium_bf7c {
  color: rgba(0, 0, 0, 0.55);
}
.popup_pink_2f7e .medium_bf7c .red-cb6b {
  color: rgba(0, 0, 0, 0.8);
}
.popup_pink_2f7e .medium_bf7c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.active-wood-00e9 .black-3024 {
  margin-left: auto;
  margin-right: auto;
}
.tabs_7553 > * {
  margin-left: auto;
  margin-right: auto;
}
.tabs_7553 .pro-efb5 {
  margin-right: 1.41575em;
}
.picture-smooth-e4d4 .tabs_7553 > .backdrop-wide-2345 {
  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;
}
.picture-smooth-e4d4 .tabs_7553 > .tiny_4966 {
  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;
}
.primary-4f6a.active-wood-00e9 .black-3024,
.green_63a7.active-wood-00e9 .black-3024 {
  margin-left: 0;
}
.avatar_b8b1.active-wood-00e9 .black-3024,
.row-stone-eb19.active-wood-00e9 .black-3024 {
  margin-right: 0;
}
.tabs_7553 ol,
.tabs_7553 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.media-5ff8 video {
  max-width: 100%;
}
.surface-upper-cdf7 img {
  display: block;
}
.surface-upper-cdf7.pro-efb5,
.surface-upper-cdf7.accordion-last-1f5e {
  width: 100%;
}
.surface-upper-cdf7.tiny_4966 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.focus-a09f:not(.tabs_simple_f13d) {
  margin: 1.5em auto;
}
.green_9d8a p {
  padding: 1.5em 14px;
}
ul.accordion_f951.tiny_4966,
ul.accordion_f951.backdrop-wide-2345,
ul.accordion_f951.frame_7ed4.backdrop-wide-2345 {
  padding: 0 14px;
}
.message_tall_22e7 {
  display: block;
  overflow-x: auto;
}
.message_tall_22e7 table {
  border-collapse: collapse;
  width: 100%;
}
.message_tall_22e7 td,
.message_tall_22e7 th {
  padding: 0.5em;
}
.tabs_7553 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.tabs_7553 ol ol,
.tabs_7553 ol ul,
.tabs_7553 ul ol,
.tabs_7553 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.tabs_7553 ol ol li,
.tabs_7553 ol ul li,
.tabs_7553 ul ol li,
.tabs_7553 ul ul li {
  margin-left: 0;
}
.fast_8280.progress_b772 > .accent-70a8 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.fast_8280.progress_b772 > .accent-70a8 iframe,
.fast_8280.progress_b772 > .accent-70a8 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.form_5370 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.form_5370.bottom_3642 {
  padding: 0;
}
.form_5370.bottom_3642 cite {
  font-size: 13px;
}
.form_5370 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.form_5370 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.hovered_71d7 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.hovered_71d7 > p:first-child {
  margin-top: 0;
}
.hovered_71d7 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.hovered_71d7 blockquote {
  border-left: 0;
}
.shade_prev_416f {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.shade_prev_416f:not(.sidebar_down_9aad) {
  max-width: 100px;
}
.shade_prev_416f.block_north_2bb1 {
  border-bottom: none !important;
  text-align: center;
}
.shade_prev_416f.block_north_2bb1::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .green_9d8a p {
    padding: 1.5em 0;
  }
}
.active_prev_cd33 {
  color: #0073aa;
}
.dynamic-1f0a {
  background-color: #0073aa;
}
.east-9d51 {
  color: #229fd8;
}
.complex_b882 {
  background-color: #229fd8;
}
.prev-e920 {
  color: #eee;
}
.action-b3e6 {
  background-color: #eee;
}
.dirty_32b2 {
  color: #444;
}
.texture-new-1e45 {
  background-color: #444;
}
.paper_6b57 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.paper_6b57 .rough_7480 .dim_3e93 {
  font-size: 15px;
}
.paper_6b57 .dim_3e93 {
  line-height: 1.3;
}
.paper_6b57 .popup_pink_2f7e {
}
.paper_6b57 .shade-c501 {
  background: #235787;
}
.tiny_9bca {
  padding: 0;
}
.tiny_9bca .shade-c501 {
  background: #1a1a1a;
}
.tiny_9bca .popup_pink_2f7e {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.panel_light_abe5 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.panel_light_abe5 .popup_pink_2f7e {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.panel_light_abe5 .shade-c501 {
  background: #303030;
}
.search-e150 {
  position: relative;
  z-index: 10;
}
.search-e150 .block_4627 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.stone-88fb .section_fast_2e30 {
  display: inline-block;
  vertical-align: middle;
}
.stone-88fb.message-bottom-1823 .section_fast_2e30 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .stone-88fb.message-bottom-1823 .section_fast_2e30 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .stone-88fb.message-bottom-1823 .section_fast_2e30 {
    margin-right: 0.4em;
  }
}
.stone-88fb.message-bottom-1823 .section_fast_2e30:last-child {
  margin-right: 0;
}
.banner_right_e2a2 .block_4627 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .last_d16f .rough_7480 {
    margin: 0 -0.5em;
  }
  .last_d16f .rough_7480 [class*="customify-col-"],
  .last_d16f .rough_7480 [class*="customify-col_"],
  .last_d16f .rough_7480 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.last_d16f.focus_easy_7a80 .block_4627 {
  background: 0 0 !important;
}
.last_d16f.focus_easy_7a80 .block_4627,
.last_d16f.banner_right_e2a2 .block_4627 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .last_d16f.gas_5b65 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.last_d16f.banner_right_e2a2 .block_4627 {
  box-shadow: none !important;
}
.widget-7df7 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .widget-7df7 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .widget-7df7 {
    padding: 18px 0 20px;
  }
}
.widget-7df7 .frame_fixed_d9b8 {
  width: 100%;
}
.widget-7df7 .tiny_788b {
  margin-bottom: 0;
}
.widget-7df7 .warm-3a32 {
  margin-top: 5px;
  font-size: 0.875em;
}
.light-2381 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.light-2381 .tabs_action_fcd3 {
  width: 100%;
}
.thumbnail_active_a8ee {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.thumbnail_active_a8ee li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.thumbnail_active_a8ee 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;
}
.thumbnail_active_a8ee li:last-child:after {
  display: none;
}
.thumbnail_active_a8ee li a {
  font-weight: 500;
  margin-right: 10px;
}
.hovered_a5c7 .description_9b92 button,
.widget-7df7 .description_9b92 button {
  left: 0;
}
.hovered_a5c7 .tabs_action_fcd3,
.widget-7df7 .tabs_action_fcd3 {
  padding-left: 0;
  padding-right: 0;
}
.hovered_a5c7 .light-2381,
.widget-7df7 .light-2381 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.hovered_a5c7 {
  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;
}
.hovered_a5c7: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;
}
.hovered_a5c7 .hero_dc8b {
  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) {
  .hovered_a5c7 .hero_dc8b {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .hovered_a5c7 .hero_dc8b {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .hovered_a5c7 .hero_dc8b {
    min-height: 200px;
  }
}
.hovered_a5c7 .thumbnail_active_a8ee {
  color: rgba(255, 255, 255, 0.8);
}
.hovered_a5c7 .thumbnail_active_a8ee a,
.hovered_a5c7 .thumbnail_active_a8ee li:after {
  color: inherit;
}
.hovered_a5c7 .thumbnail_active_a8ee a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.photo_lite_1af4 {
  margin-bottom: 0.5em;
}
.status_3b2a {
  margin-bottom: 1.2em;
}
.status_3b2a,
.photo_lite_1af4 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.status_3b2a p:last-child,
.photo_lite_1af4 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .description_9b92,
#masthead .description_9b92 {
  display: none;
}
#masthead
  > .description_9b92.slider-top-bd8b {
  display: none;
}
#masthead > .description_9b92 button {
  left: 0;
}
.search-left-1285 {
  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%;
}
.search-left-1285 .section_fast_2e30 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.search-left-1285 .yellow-b915 {
  display: -webkit-box;
  display: flex;
}
.search-left-1285 .yellow-b915.item_e059 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.search-left-1285 .yellow-b915.in-4faa {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.search-left-1285 .yellow-b915.block_middle_080a {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.search-left-1285.header_68fb.clean-ff47 .yellow-b915.item_e059 {
  flex-basis: 100%;
}
.search-left-1285.preview_5cfc .yellow-b915.in-4faa {
  -webkit-box-flex: 1;
  flex: auto;
}
.search-left-1285.preview_5cfc .yellow-b915.block_middle_080a {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .description_9b92.slider-top-bd8b {
  display: none;
}
#masthead > .description_9b92 button {
  left: 0;
}
.block-60b4 {
  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;
}
.block-60b4:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.block-60b4.fluid-95ea i {
  margin-right: 4px;
}
.block-60b4.widget_short_1147 i {
  margin-left: 5px;
}
.dim_3e93 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.dim_3e93 p:last-child {
  margin-bottom: 0;
}
.panel-2db5 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.panel-2db5 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.panel-2db5 img {
  display: block;
  width: auto;
  line-height: 1;
}
.panel-2db5 .texture-a4ac {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.panel-2db5 .paragraph_a9c1 {
  margin: 5px 0 7px 0;
}
.panel-2db5.hero_tiny_cb6f .overlay-5f6a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.panel-2db5.hero_tiny_cb6f .sort_next_510a {
  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;
}
.panel-2db5.info_bright_280e {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.panel-2db5.info_bright_280e .overlay-5f6a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.panel-2db5.info_bright_280e .sort_next_510a {
  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;
}
.panel-2db5.main_1078 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.panel-2db5.content-4d90 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.panel-2db5.content-4d90 .sort_next_510a {
  margin-top: 7px;
}
.panel-down-bedc {
  display: inline-block;
}
.search-e150 .liquid_0d24 .panel-2db5 img {
  max-width: 100%;
}
.medium-9ce8 .chip_9613.action_9fe6,
.hidden-ce42 .chip_9613.action_9fe6 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.medium-9ce8 .outline-current-9c93,
.hidden-ce42 .outline-current-9c93 {
  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%);
}
.medium-9ce8 .outline-current-9c93 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.medium-9ce8.pagination_stale_10c1 .outline-current-9c93 {
  display: none;
}
.medium-9ce8 .detail-c853 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.medium-9ce8 .detail-c853 li {
  display: inline-block;
  position: relative;
}
.medium-9ce8 .detail-c853 li:last-child {
  margin-right: 0;
}
.medium-9ce8 .detail-c853 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;
}
.medium-9ce8 .detail-c853 li.label-49fd > a {
  color: rgba(0, 0, 0, 0.9);
}
.medium-9ce8 .detail-c853 > 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;
}
.medium-9ce8 .detail-c853 > li > a i {
  line-height: 0;
}
.medium-9ce8 .detail-c853 > li.row-5822 > a .outline-current-9c93 {
  margin-left: 4px;
  line-height: 0;
}
.medium-9ce8 .detail-c853 .badge_focused_cfd1 li.row-5822 > a {
  position: relative;
}
.medium-9ce8 .detail-c853 .badge_focused_cfd1 li.row-5822 > a:after,
.medium-9ce8 .detail-c853 .badge_focused_cfd1 li.row-5822 > a:before {
  content: "";
  display: table;
}
.medium-9ce8 .detail-c853 .badge_focused_cfd1 li.row-5822 > a:after {
  clear: both;
}
.medium-9ce8 .detail-c853 .badge_focused_cfd1 li.row-5822 > a .outline-current-9c93 {
  margin-left: 5px;
  float: right;
}
.medium-9ce8 .highlight-d32d,
.medium-9ce8 .badge_focused_cfd1 {
  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;
}
.medium-9ce8 .badge_focused_cfd1 {
  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;
}
.medium-9ce8 .badge_focused_cfd1 .action_9fe6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.medium-9ce8 .badge_focused_cfd1 .outline-current-9c93 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.medium-9ce8 .badge_focused_cfd1 li {
  display: block;
  margin: 0;
  padding: 0;
}
.medium-9ce8 .badge_focused_cfd1 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;
}
.medium-9ce8 .badge_focused_cfd1 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.medium-9ce8 .badge_focused_cfd1 .badge_focused_cfd1 {
  top: 0;
  left: 100%;
}
.medium-9ce8 .chip_thick_24ca.fn-focus-94e6 > .highlight-d32d,
.medium-9ce8 .chip_thick_24ca.fn-focus-94e6 > .badge_focused_cfd1,
.medium-9ce8 .chip_thick_24ca:focus > .highlight-d32d,
.medium-9ce8 .chip_thick_24ca:focus > .badge_focused_cfd1,
.medium-9ce8 .chip_thick_24ca:hover > .highlight-d32d,
.medium-9ce8 .chip_thick_24ca:hover > .badge_focused_cfd1 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.medium-9ce8.west_3b20 .surface_top_8a05:after,
.medium-9ce8.west_3b20 .surface_top_8a05:before {
  content: "";
  display: table;
}
.medium-9ce8.west_3b20 .surface_top_8a05:after {
  clear: both;
}
.medium-9ce8.west_3b20 .surface_top_8a05 > li {
  float: left;
}
.medium-9ce8.gas_4bed .surface_top_8a05:after,
.medium-9ce8.gas_4bed .surface_top_8a05:before {
  content: "";
  display: table;
}
.medium-9ce8.gas_4bed .surface_top_8a05:after {
  clear: both;
}
.medium-9ce8.gas_4bed .surface_top_8a05 > li {
  float: left;
}
.medium-9ce8.gas_4bed .surface_top_8a05 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.medium-9ce8.gas_4bed .surface_top_8a05 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.medium-9ce8.gas_4bed .surface_top_8a05 > li.heading_dbe7 > a,
.medium-9ce8.gas_4bed .surface_top_8a05 > li.label-49fd > a {
  color: #fff;
  background-color: #1e4b75;
}
.medium-9ce8.smooth_6c73 .surface_top_8a05 > li > a .action_9fe6 {
  position: relative;
}
.medium-9ce8.smooth_6c73 .surface_top_8a05 > li > a .action_9fe6: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;
}
.medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li:focus
  > a
  .action_9fe6:before,
.medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li:hover
  > a
  .action_9fe6:before {
  width: 100%;
  background-color: currentColor;
}
.medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li.heading_dbe7
  > a
  .action_9fe6:before,
.medium-9ce8.smooth_6c73
  .surface_top_8a05
  > li.overlay-narrow-2c84
  > a
  .action_9fe6:before {
  width: 100%;
  background-color: currentColor;
}
.medium-9ce8.fast-ad2b .surface_top_8a05 > li > a .action_9fe6 {
  position: relative;
}
.medium-9ce8.fast-ad2b .surface_top_8a05 > li > a .action_9fe6: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;
}
.medium-9ce8.fast-ad2b .surface_top_8a05 > li:focus > a .action_9fe6:before,
.medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li:hover
  > a
  .action_9fe6:before {
  width: 100%;
  background-color: currentColor;
}
.medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li.heading_dbe7
  > a
  .action_9fe6:before,
.medium-9ce8.fast-ad2b
  .surface_top_8a05
  > li.overlay-narrow-2c84
  > a
  .action_9fe6:before {
  width: 100%;
  background-color: currentColor;
}
.hidden-ce42 .detail-c853 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden-ce42 .detail-c853 li:first-child > a {
  border-top: none;
}
.hidden-ce42 .detail-c853 .caption_first_ceae > .action_9fe6 .outline-current-9c93 {
  display: none;
}
.hidden-ce42 .detail-c853 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.hidden-ce42 .detail-c853 li:last-child {
  border: none;
}
.hidden-ce42 .detail-c853 li.row-5822 > a {
  padding-right: 45px !important;
}
.hidden-ce42 .detail-c853 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.hidden-ce42 .detail-c853 li a:focus,
.hidden-ce42 .detail-c853 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hidden-ce42 .detail-c853 li .modal_action_0b7a {
  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;
}
.hidden-ce42 .detail-c853 li .modal_action_0b7a:hover {
  box-shadow: none;
}
.hidden-ce42 .detail-c853 li .modal_action_0b7a .outline-current-9c93 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.hidden-ce42 .detail-c853 .badge_focused_cfd1 {
  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);
}
.hidden-ce42 .detail-c853 .badge_focused_cfd1 li a {
  padding-left: 3em;
}
.hidden-ce42 .detail-c853 .south-4e0b > a .modal_action_0b7a i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hidden-ce42 .detail-c853 .south-4e0b > .badge_focused_cfd1 {
  display: block;
  opacity: 1;
}
.item-narrow-964b {
  max-width: 100%;
}
.layout-a4c0 {
  line-height: 0;
  cursor: pointer;
}
.progress_new_a828 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.progress_new_a828:hover {
  box-shadow: none;
  color: currentColor;
}
.progress_new_a828 svg {
  width: 18px;
  height: 18px;
}
.progress_new_a828 .west_ecbf {
  display: none;
}
.layout-basic-52fe {
  position: relative;
}
.layout-basic-52fe.fn-active-94e6 .progress_new_a828 .breadcrumb-295f {
  display: none;
}
.layout-basic-52fe.fn-active-94e6 .progress_new_a828 .west_ecbf {
  display: inline-block;
}
.layout-basic-52fe .top_f6e7 {
  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);
}
.layout-basic-52fe.simple-03a8 .top_f6e7 {
  left: auto;
  right: -0.9em;
}
.layout-basic-52fe.simple-03a8 .simple-81f9::before {
  left: auto;
  right: 15px;
}
.layout-basic-52fe.fn-active-94e6 .top_f6e7 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.purple-198c {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.purple-198c label {
  flex-basis: 100%;
}
.purple-198c .focus_cffd {
  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;
}
.purple-198c .alert_basic_3fc6 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.purple-198c .alert_basic_3fc6:focus {
  background-color: transparent;
}
.purple-198c button.shadow-57ff {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.purple-198c button.shadow-57ff:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.purple-198c button.shadow-57ff svg {
  width: 18px;
  height: 18px;
}
.purple-198c input[type="submit"] {
  min-height: auto;
}
.tertiary-a584 .purple-198c .alert_basic_3fc6 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.simple-81f9 {
  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) {
  .simple-81f9 {
    width: 220px;
  }
}
.simple-81f9 label {
  flex-basis: 100%;
}
.simple-81f9::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;
}
.element-8e16 .tertiary-a584 .purple-198c {
  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;
}
.element-8e16
  .tertiary-a584
  .purple-198c
  .focus_cffd {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.element-8e16 .tertiary-a584 .purple-198c .alert_basic_3fc6 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.element-8e16
  .tertiary-a584
  .purple-198c
  .alert_basic_3fc6:focus {
  background: 0 0;
}
.element-8e16
  .tertiary-a584
  .purple-198c
  .pagination_active_b5ca {
  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;
}
.full-c957 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.full-c957 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.full-c957 li:last-child {
  margin-right: 0;
}
.full-c957 li:first-child {
  margin-left: 0;
}
.full-c957.form_purple_1b78 a {
  color: #fff;
}
.full-c957.form_purple_1b78 a:hover {
  color: #fff;
}
.full-c957 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.full-c957 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.full-c957 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.full-c957 a:hover {
  opacity: 0.9;
  color: inherit;
}
.full-c957 [class*="social-icon-apple"] {
  background-color: #999;
}
.full-c957 [class*="social-icon-apple"].out-76f6 {
  background-color: transparent;
  color: #999;
}
.full-c957 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.full-c957 [class*="social-icon-behance"].out-76f6 {
  background-color: transparent;
  color: #1769ff;
}
.full-c957 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.full-c957 [class*="social-icon-bitbucket"].out-76f6 {
  background-color: transparent;
  color: #205081;
}
.full-c957 [class*="social-icon-codepen"] {
  background-color: #000;
}
.full-c957 [class*="social-icon-codepen"].out-76f6 {
  background-color: transparent;
  color: #000;
}
.full-c957 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.full-c957 [class*="social-icon-delicious"].out-76f6 {
  background-color: transparent;
  color: #39f;
}
.full-c957 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.full-c957 [class*="social-icon-digg"].out-76f6 {
  background-color: transparent;
  color: #005be2;
}
.full-c957 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.full-c957 [class*="social-icon-dribbble"].out-76f6 {
  background-color: transparent;
  color: #ea4c89;
}
.full-c957 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.full-c957 [class*="social-icon-envelope"].out-76f6 {
  background-color: transparent;
  color: #ea4335;
}
.full-c957 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.full-c957 [class*="social-icon-facebook"].out-76f6 {
  background-color: transparent;
  color: #3b5998;
}
.full-c957 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.full-c957 [class*="social-icon-flickr"].out-76f6 {
  background-color: transparent;
  color: #0063dc;
}
.full-c957 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.full-c957 [class*="social-icon-foursquare"].out-76f6 {
  background-color: transparent;
  color: #2d5be3;
}
.full-c957 [class*="social-icon-github"] {
  background-color: #333;
}
.full-c957 [class*="social-icon-github"].out-76f6 {
  background-color: transparent;
  color: #333;
}
.full-c957 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.full-c957 [class*="social-icon-google-plus"].out-76f6 {
  background-color: transparent;
  color: #dd4b39;
}
.full-c957 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.full-c957 [class*="social-icon-houzz"].out-76f6 {
  background-color: transparent;
  color: #7ac142;
}
.full-c957 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.full-c957 [class*="social-icon-instagram"].out-76f6 {
  background-color: transparent;
  color: #262626;
}
.full-c957 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.full-c957 [class*="social-icon-jsfiddle"].out-76f6 {
  background-color: transparent;
  color: #487aa2;
}
.full-c957 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.full-c957 [class*="social-icon-linkedin"].out-76f6 {
  background-color: transparent;
  color: #0077b5;
}
.full-c957 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.full-c957 [class*="social-icon-medium"].out-76f6 {
  background-color: transparent;
  color: #00ab6b;
}
.full-c957 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.full-c957
  [class*="social-icon-odnoklassniki"].out-76f6 {
  background-color: transparent;
  color: #f4731c;
}
.full-c957 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.full-c957 [class*="social-icon-meetup"].out-76f6 {
  background-color: transparent;
  color: #ec1c40;
}
.full-c957 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.full-c957 [class*="social-icon-pinterest"].out-76f6 {
  background-color: transparent;
  color: #bd081c;
}
.full-c957 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.full-c957 [class*="social-icon-product-hunt"].out-76f6 {
  background-color: transparent;
  color: #da552f;
}
.full-c957 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.full-c957 [class*="social-icon-reddit"].out-76f6 {
  background-color: transparent;
  color: #ff4500;
}
.full-c957 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.full-c957 [class*="social-icon-rss"].out-76f6 {
  background-color: transparent;
  color: #f26522;
}
.full-c957 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.full-c957
  [class*="social-icon-shopping-cart"].out-76f6 {
  background-color: transparent;
  color: #4caf50;
}
.full-c957 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.full-c957 [class*="social-icon-skype"].out-76f6 {
  background-color: transparent;
  color: #00aff0;
}
.full-c957 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.full-c957 [class*="social-icon-slideshare"].out-76f6 {
  background-color: transparent;
  color: #0077b5;
}
.full-c957 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.full-c957 [class*="social-icon-snapchat"].out-76f6 {
  background-color: transparent;
  color: #fffc00;
}
.full-c957 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.full-c957 [class*="social-icon-soundcloud"].out-76f6 {
  background-color: transparent;
  color: #f80;
}
.full-c957 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.full-c957 [class*="social-icon-spotify"].out-76f6 {
  background-color: transparent;
  color: #2ebd59;
}
.full-c957 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.full-c957
  [class*="social-icon-stack-overflow"].out-76f6 {
  background-color: transparent;
  color: #fe7a15;
}
.full-c957 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.full-c957 [class*="social-icon-maldkfgram"].out-76f6 {
  background-color: transparent;
  color: #2ca5e0;
}
.full-c957 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.full-c957 [class*="social-icon-tripadvisor"].out-76f6 {
  background-color: transparent;
  color: #589442;
}
.full-c957 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.full-c957 [class*="social-icon-tumblr"].out-76f6 {
  background-color: transparent;
  color: #35465c;
}
.full-c957 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.full-c957 [class*="social-icon-twitch"].out-76f6 {
  background-color: transparent;
  color: #6441a5;
}
.full-c957 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.full-c957 [class*="social-icon-twitter"].out-76f6 {
  background-color: transparent;
  color: #1da1f2;
}
.full-c957 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.full-c957 [class*="social-icon-vimeo"].out-76f6 {
  background-color: transparent;
  color: #1ab7ea;
}
.full-c957 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.full-c957 [class*="social-icon-vk"].out-76f6 {
  background-color: transparent;
  color: #45668e;
}
.full-c957 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.full-c957 [class*="social-icon-weibo"].out-76f6 {
  background-color: transparent;
  color: #df2029;
}
.full-c957 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.full-c957 [class*="social-icon-weixin"].out-76f6 {
  background-color: transparent;
  color: #7bb32e;
}
.full-c957 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.full-c957 [class*="social-icon-whatsapp"].out-76f6 {
  background-color: transparent;
  color: #25d366;
}
.full-c957 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.full-c957 [class*="social-icon-wordpress"].out-76f6 {
  background-color: transparent;
  color: #21759b;
}
.full-c957 [class*="social-icon-xing"] {
  background-color: #026466;
}
.full-c957 [class*="social-icon-xing"].out-76f6 {
  background-color: transparent;
  color: #026466;
}
.full-c957 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.full-c957 [class*="social-icon-yelp"].out-76f6 {
  background-color: transparent;
  color: #af0606;
}
.full-c957 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.full-c957 [class*="social-icon-youtube"].out-76f6 {
  background-color: transparent;
  color: #cd201f;
}
.module-216f {
  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;
}
.module-216f:hover {
  box-shadow: none;
  background: 0 0;
}
.image-prev-0c55 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.copper_a492 {
  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;
}
.pagination-42a5 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.input-f911 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.input-f911,
.input-f911::after,
.input-f911::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;
}
.input-f911::after,
.input-f911::before {
  content: "";
  display: block;
  background-color: inherit;
}
.backdrop_668f .copper_a492 .pagination-42a5 {
  margin-top: -2px;
  width: 19px;
}
.backdrop_668f .copper_a492 .input-f911 {
  margin-top: -1px;
}
.backdrop_668f .copper_a492 .input-f911,
.backdrop_668f .copper_a492 .input-f911::after,
.backdrop_668f .copper_a492 .input-f911::before {
  width: 19px;
  height: 2px;
}
.backdrop_668f .copper_a492 .input-f911::before {
  top: -6px;
}
.backdrop_668f .copper_a492 .input-f911::after {
  bottom: -6px;
}
.thick_5692 .copper_a492 .pagination-42a5 {
  margin-top: -2px;
  width: 22px;
}
.thick_5692 .copper_a492 .input-f911 {
  margin-top: -1px;
}
.thick_5692 .copper_a492 .input-f911,
.thick_5692 .copper_a492 .input-f911::after,
.thick_5692 .copper_a492 .input-f911::before {
  width: 22px;
  height: 2px;
}
.thick_5692 .copper_a492 .input-f911::before {
  top: -7px;
}
.thick_5692 .copper_a492 .input-f911::after {
  bottom: -7px;
}
.content-light-dfca .copper_a492 .pagination-42a5 {
  margin-top: -2px;
  width: 31px;
}
.content-light-dfca .copper_a492 .input-f911 {
  margin-top: -1.5px;
}
.content-light-dfca .copper_a492 .input-f911,
.content-light-dfca .copper_a492 .input-f911::after,
.content-light-dfca .copper_a492 .input-f911::before {
  width: 31px;
  height: 3px;
}
.content-light-dfca .copper_a492 .input-f911::before {
  top: -9px;
}
.content-light-dfca .copper_a492 .input-f911::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .label-d28b .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 19px;
  }
  .label-d28b .copper_a492 .input-f911 {
    margin-top: -1px;
  }
  .label-d28b .copper_a492 .input-f911,
  .label-d28b .copper_a492 .input-f911::after,
  .label-d28b .copper_a492 .input-f911::before {
    width: 19px;
    height: 2px;
  }
  .label-d28b .copper_a492 .input-f911::before {
    top: -6px;
  }
  .label-d28b .copper_a492 .input-f911::after {
    bottom: -6px;
  }
  .silver-96d9 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 22px;
  }
  .silver-96d9 .copper_a492 .input-f911 {
    margin-top: -1px;
  }
  .silver-96d9 .copper_a492 .input-f911,
  .silver-96d9 .copper_a492 .input-f911::after,
  .silver-96d9 .copper_a492 .input-f911::before {
    width: 22px;
    height: 2px;
  }
  .silver-96d9 .copper_a492 .input-f911::before {
    top: -7px;
  }
  .silver-96d9 .copper_a492 .input-f911::after {
    bottom: -7px;
  }
  .east_bc50 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 31px;
  }
  .east_bc50 .copper_a492 .input-f911 {
    margin-top: -1.5px;
  }
  .east_bc50 .copper_a492 .input-f911,
  .east_bc50 .copper_a492 .input-f911::after,
  .east_bc50 .copper_a492 .input-f911::before {
    width: 31px;
    height: 3px;
  }
  .east_bc50 .copper_a492 .input-f911::before {
    top: -9px;
  }
  .east_bc50 .copper_a492 .input-f911::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .detail_6411 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 19px;
  }
  .detail_6411 .copper_a492 .input-f911 {
    margin-top: -1px;
  }
  .detail_6411 .copper_a492 .input-f911,
  .detail_6411 .copper_a492 .input-f911::after,
  .detail_6411 .copper_a492 .input-f911::before {
    width: 19px;
    height: 2px;
  }
  .detail_6411 .copper_a492 .input-f911::before {
    top: -6px;
  }
  .detail_6411 .copper_a492 .input-f911::after {
    bottom: -6px;
  }
  .icon_cool_6a68 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 22px;
  }
  .icon_cool_6a68 .copper_a492 .input-f911 {
    margin-top: -1px;
  }
  .icon_cool_6a68 .copper_a492 .input-f911,
  .icon_cool_6a68 .copper_a492 .input-f911::after,
  .icon_cool_6a68 .copper_a492 .input-f911::before {
    width: 22px;
    height: 2px;
  }
  .icon_cool_6a68 .copper_a492 .input-f911::before {
    top: -7px;
  }
  .icon_cool_6a68 .copper_a492 .input-f911::after {
    bottom: -7px;
  }
  .wrapper-east-fa46 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 31px;
  }
  .wrapper-east-fa46 .copper_a492 .input-f911 {
    margin-top: -1.5px;
  }
  .wrapper-east-fa46 .copper_a492 .input-f911,
  .wrapper-east-fa46 .copper_a492 .input-f911::after,
  .wrapper-east-fa46 .copper_a492 .input-f911::before {
    width: 31px;
    height: 3px;
  }
  .wrapper-east-fa46 .copper_a492 .input-f911::before {
    top: -9px;
  }
  .wrapper-east-fa46 .copper_a492 .input-f911::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .surface-a37a .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 19px;
  }
  .surface-a37a .copper_a492 .input-f911 {
    margin-top: -1px;
  }
  .surface-a37a .copper_a492 .input-f911,
  .surface-a37a .copper_a492 .input-f911::after,
  .surface-a37a .copper_a492 .input-f911::before {
    width: 19px;
    height: 2px;
  }
  .surface-a37a .copper_a492 .input-f911::before {
    top: -6px;
  }
  .surface-a37a .copper_a492 .input-f911::after {
    bottom: -6px;
  }
  .gallery-thick-fde9 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 22px;
  }
  .gallery-thick-fde9 .copper_a492 .input-f911 {
    margin-top: -1px;
  }
  .gallery-thick-fde9 .copper_a492 .input-f911,
  .gallery-thick-fde9 .copper_a492 .input-f911::after,
  .gallery-thick-fde9 .copper_a492 .input-f911::before {
    width: 22px;
    height: 2px;
  }
  .gallery-thick-fde9 .copper_a492 .input-f911::before {
    top: -7px;
  }
  .gallery-thick-fde9 .copper_a492 .input-f911::after {
    bottom: -7px;
  }
  .tag_middle_3639 .copper_a492 .pagination-42a5 {
    margin-top: -2px;
    width: 31px;
  }
  .tag_middle_3639 .copper_a492 .input-f911 {
    margin-top: -1.5px;
  }
  .tag_middle_3639 .copper_a492 .input-f911,
  .tag_middle_3639 .copper_a492 .input-f911::after,
  .tag_middle_3639 .copper_a492 .input-f911::before {
    width: 31px;
    height: 3px;
  }
  .tag_middle_3639 .copper_a492 .input-f911::before {
    top: -9px;
  }
  .tag_middle_3639 .copper_a492 .input-f911::after {
    bottom: -9px;
  }
}
.sort_cc90 .input-f911 {
  -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);
}
.sort_cc90 .input-f911::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.sort_cc90 .input-f911::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);
}
.sort_cc90.alert_eac6 .input-f911 {
  -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);
}
.sort_cc90.alert_eac6 .input-f911::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.sort_cc90.alert_eac6 .input-f911::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);
}
.west-0c67 {
  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.bronze-9249:before {
  display: none;
}
.content_west_2190 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.content_west_2190 .title-hard-b1c8 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.content_west_2190 .title-hard-b1c8:last-of-type {
  border-bottom: none;
}
.content_west_2190 .title-hard-b1c8.button-2b7e,
.content_west_2190 .title-hard-b1c8.notification-wide-bb6d,
.content_west_2190 .title-hard-b1c8.chip_lower_51be {
  padding: 0;
}
.content_west_2190 .hidden-ce42 .modal_action_0b7a {
  color: currentColor;
}
.content_west_2190 .hidden-ce42 .modal_action_0b7a:focus,
.content_west_2190 .hidden-ce42 .modal_action_0b7a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.content_west_2190.popup_pink_2f7e .medium_bf7c,
.content_west_2190.popup_pink_2f7e .dim_3e93 a,
.content_west_2190.popup_pink_2f7e .surface_top_8a05 a,
.content_west_2190.popup_pink_2f7e .badge_focused_cfd1 a {
  color: rgba(0, 0, 0, 0.55);
}
.content_west_2190.popup_pink_2f7e .medium_bf7c:hover,
.content_west_2190.popup_pink_2f7e .dim_3e93 a:hover,
.content_west_2190.popup_pink_2f7e .surface_top_8a05 a:hover,
.content_west_2190.popup_pink_2f7e .badge_focused_cfd1 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.content_west_2190.popup_pink_2f7e .red-cb6b {
  color: rgba(0, 0, 0, 0.8);
}
.content_west_2190.popup_pink_2f7e .title-hard-b1c8 {
  border-color: rgba(0, 0, 0, 0.08);
}
.content_west_2190.popup_pink_2f7e .title-hard-b1c8:before {
  background: rgba(0, 0, 0, 0.08);
}
.content_west_2190.popup_pink_2f7e .pattern_old_9dcc:before {
  background: rgba(255, 255, 255, 0.9);
}
.content_west_2190.popup_pink_2f7e .hidden-ce42 .detail-c853 li a,
.content_west_2190.popup_pink_2f7e .hidden-ce42 .modal_action_0b7a,
.content_west_2190.popup_pink_2f7e .badge_focused_cfd1 {
  border-color: rgba(0, 0, 0, 0.08);
}
.content_west_2190.popup_pink_2f7e .hidden-ce42 .modal_action_0b7a:focus,
.content_west_2190.popup_pink_2f7e .hidden-ce42 .modal_action_0b7a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.content_west_2190.popup_pink_2f7e .detail-c853 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.content_west_2190.shade-c501 .medium_bf7c,
.content_west_2190.shade-c501 .dim_3e93 a,
.content_west_2190.shade-c501 .surface_top_8a05 .modal_action_0b7a,
.content_west_2190.shade-c501 .surface_top_8a05 a,
.content_west_2190.shade-c501 .badge_focused_cfd1 a {
  color: rgba(255, 255, 255, 0.79);
}
.content_west_2190.shade-c501 .medium_bf7c:hover,
.content_west_2190.shade-c501 .dim_3e93 a:hover,
.content_west_2190.shade-c501 .surface_top_8a05 .modal_action_0b7a:hover,
.content_west_2190.shade-c501 .surface_top_8a05 a:hover,
.content_west_2190.shade-c501 .badge_focused_cfd1 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.content_west_2190.shade-c501 .red-cb6b {
  color: rgba(255, 255, 255, 0.99);
}
.content_west_2190.shade-c501 .title-hard-b1c8 {
  border-color: rgba(255, 255, 255, 0.08);
}
.content_west_2190.shade-c501 .title-hard-b1c8:before {
  background: rgba(255, 255, 255, 0.08);
}
.content_west_2190.shade-c501 .pattern_old_9dcc:before {
  background: rgba(0, 0, 0, 0.9);
}
.content_west_2190.shade-c501 .hidden-ce42 .detail-c853 li a,
.content_west_2190.shade-c501 .hidden-ce42 .modal_action_0b7a,
.content_west_2190.shade-c501 .badge_focused_cfd1 {
  border-color: rgba(255, 255, 255, 0.08);
}
.content_west_2190.shade-c501 .hidden-ce42 .modal_action_0b7a:focus,
.content_west_2190.shade-c501 .hidden-ce42 .modal_action_0b7a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.content_west_2190.shade-c501 .detail-c853 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.pattern_old_9dcc {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.pattern_old_9dcc:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.paper-39af {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.in-7e9d .content_west_2190 {
  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;
}
.in-7e9d .title-hard-b1c8 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.in-7e9d .title-hard-b1c8: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) {
  .in-7e9d .title-hard-b1c8:before {
    width: 16%;
    left: 42%;
  }
}
.in-7e9d .title-hard-b1c8:last-child:before {
  content: none;
}
.in-7e9d .title-hard-b1c8[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.in-7e9d .hidden-ce42 .detail-c853 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.in-7e9d .hidden-ce42 .detail-c853 li a .modal_action_0b7a {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.in-7e9d .hidden-ce42 .badge_focused_cfd1 {
  border: none;
}
.in-7e9d .hidden-ce42 .badge_focused_cfd1 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.in-7e9d .pattern_old_9dcc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.in-7e9d .paper-39af {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.in-7e9d .shade-c501 .pattern_old_9dcc:before {
  background: rgba(0, 0, 0, 0.9);
}
.in-7e9d .popup_pink_2f7e.paragraph_fdb6 .input-f911 {
  background: rgba(0, 0, 0, 0.6);
}
.in-7e9d
  .popup_pink_2f7e.paragraph_fdb6
  .input-f911::after,
.in-7e9d
  .popup_pink_2f7e.paragraph_fdb6
  .input-f911:before {
  background: inherit;
}
.in-7e9d
  .popup_pink_2f7e.paragraph_fdb6:hover
  .input-f911 {
  background: rgba(0, 0, 0, 0.8);
}
.narrow_f7b5 .content_west_2190 {
  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) {
  .narrow_f7b5 .content_west_2190 {
    width: auto;
    right: 45px;
  }
}
.chip-paper-04ec .content_west_2190 {
  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) {
  .chip-paper-04ec .content_west_2190 {
    width: auto;
    left: 45px;
  }
}
.bronze-9249 .content_west_2190 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.bronze-9249 .paper-39af {
  max-width: 48em;
  margin: 0 auto;
}
.bronze-9249 .pattern_old_9dcc:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.rough-c9a0 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.rough-c9a0.in-7e9d .content_west_2190 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.rough-c9a0.narrow_f7b5 .content_west_2190 {
  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);
}
.rough-c9a0 .content_west_2190 {
  visibility: visible;
}
.rough-c9a0.chip-paper-04ec .content_west_2190 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.shadow-gas-90ec,
.badge-cool-23cf {
  overflow-x: hidden;
}
.shadow-gas-90ec .content_west_2190 {
  overflow: auto;
}
.shadow-gas-90ec.in-7e9d {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.shadow-gas-90ec.in-7e9d .content_west_2190 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.shadow-gas-90ec.in-7e9d .module-216f {
  opacity: 0;
}
.shadow-gas-90ec.narrow_f7b5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.shadow-gas-90ec.narrow_f7b5 .content_west_2190 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.shadow-gas-90ec.narrow_f7b5 .module-216f {
  opacity: 0;
}
.shadow-gas-90ec.chip-paper-04ec {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.shadow-gas-90ec.chip-paper-04ec .content_west_2190 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.shadow-gas-90ec.chip-paper-04ec .module-216f {
  opacity: 0;
}
.shadow-gas-90ec.bronze-9249 .content_west_2190 {
  z-index: 10;
  visibility: visible;
}
.paragraph_fdb6 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.paragraph_fdb6 .input-f911 {
  background: rgba(255, 255, 255, 0.99);
}
.paragraph_fdb6 .input-f911::after,
.paragraph_fdb6 .input-f911:before {
  background: inherit;
}
.paragraph_fdb6:hover .input-f911 {
  background: rgba(255, 255, 255, 0.99);
}
.chip-paper-04ec .paragraph_fdb6 {
  top: 10px;
  right: auto;
  left: 12px;
}
.bronze-9249 .paragraph_fdb6 {
  display: none !important;
}
.shadow-gas-90ec:before,
.badge-cool-23cf:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.shadow-gas-90ec .paragraph_fdb6,
.badge-cool-23cf .paragraph_fdb6 {
  display: inline-block;
}
.content_west_2190 .section_fast_2e30 {
  -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;
}
.shadow-gas-90ec .content_west_2190 .section_fast_2e30,
.badge-cool-23cf .content_west_2190 .section_fast_2e30 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.steel_e419 .focus_cffd {
  width: 100%;
}
.liquid_0d24 {
  padding: 0 0.5em 0;
}
.liquid_0d24 [class*="customify-col-"],
.liquid_0d24 [class*="customify-col_"],
.liquid_0d24 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.tag-next-707a .liquid_0d24 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .rough_7480 .picture_5d60,
  .picture_5d60 {
    display: none;
  }
  .fixed_5d97 {
    text-align: left;
  }
  .filter_action_c20f {
    text-align: center;
  }
  .highlight-c695 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .rough_7480 .button-thick-4ed0,
  .button-thick-4ed0 {
    display: none;
  }
  .rough-620c {
    text-align: left;
  }
  .south-f7b1 {
    text-align: center;
  }
  .outline-hard-3ada {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .rough_7480 .tooltip_small_31ef,
  .tooltip_small_31ef {
    display: none;
  }
  .module-88fd {
    text-align: left;
  }
  .warm_3e10 {
    text-align: center;
  }
  .hero-79f2 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.background-bright-7912 {
  box-shadow: none !important;
}
.highlight-7d3d .fast_1d58,
.outer-17e1 .fast_1d58 {
  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;
}
.outer-17e1 .fast_1d58 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block_4627 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.block_4627:after,
.block_4627:before {
  content: "";
  display: table;
}
.block_4627:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .block_4627 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.block_4627,
.gas_5b65 {
  max-width: 1248px;
  margin: 0 auto;
}

.photo_tall_e56b.border_small_8383 .block_4627 {
  max-width: 100%;
}
.photo_tall_e56b.aside-5d48 {
  max-width: 1200px;
  margin: 0 auto;
}
.photo_tall_e56b.outer-77b2 .block_4627 {
  max-width: 100%;
}
.photo_tall_e56b.outer-77b2 > .block_4627 {
  padding-left: 0;
  padding-right: 0;
}
.photo_tall_e56b.outer-77b2 > .block_4627 .rough_7480 {
  margin: 0;
}
.photo_tall_e56b.outer-77b2
  > .block_4627
  .shade_pink_604f.sort_4b80 {
  margin-right: 0;
  margin-left: 0;
}
.photo_tall_e56b.outer-77b2 #main.sort_4b80 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .description_south_cf7f #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .description_south_cf7f #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .upper_0757 .black-3024 {
    padding-right: 1em;
  }
  .upper_0757.fresh-be1e .shade_pink_604f {
    border-right: 1px solid #eaecee;
  }
  .upper_0757.fresh-be1e .black-3024 {
    padding-right: 1em;
  }
  .upper_0757.fresh-be1e .basic-ac89 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .label-e0e5 .black-3024 {
    padding-left: 1em;
  }
  .label-e0e5.fresh-be1e .shade_pink_604f {
    border-left: 1px solid #eaecee;
  }
  .label-e0e5.fresh-be1e .black-3024 {
    padding-left: 1em;
  }
  .label-e0e5.fresh-be1e .basic-ac89 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .nav-next-043a .black-3024 {
    padding-left: 1em;
  }
  .nav-next-043a.fresh-be1e .message-dark-587e {
    border-right: 1px solid #eaecee;
  }
  .nav-next-043a.fresh-be1e .green-1266 {
    border-right: 1px solid #eaecee;
  }
  .nav-next-043a.fresh-be1e .black-3024 {
    padding-left: 1em;
  }
  .nav-next-043a.fresh-be1e .basic-ac89 {
    padding-right: 1em;
  }
  .nav-next-043a.fresh-be1e .main-new-5923 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .liquid_88fc .black-3024 {
    padding-right: 1em;
  }
  .liquid_88fc.fresh-be1e .message-dark-587e {
    border-left: 1px solid #eaecee;
  }
  .liquid_88fc.fresh-be1e .green-1266 {
    border-left: 1px solid #eaecee;
  }
  .liquid_88fc.fresh-be1e .black-3024 {
    padding-right: 1em;
  }
  .liquid_88fc.fresh-be1e .basic-ac89 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .liquid_88fc.fresh-be1e .main-new-5923 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .description_south_cf7f .black-3024 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .description_south_cf7f.fresh-be1e .shade_pink_604f {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .description_south_cf7f.fresh-be1e .black-3024 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .description_south_cf7f.fresh-be1e .basic-ac89 {
    padding-left: 1em;
  }
  .description_south_cf7f.fresh-be1e .main-new-5923 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .description_south_cf7f.fresh-be1e .black-3024 {
    padding-left: 0;
  }
}
.warm_aca5 .stone-88fb {
  display: inline-block;
}
.advanced-00c7 {
  display: inline-block;
}
.badge_yellow_177c {
  word-con: break-word;
}
.status_0030 > span {
  display: inline-block;
  padding: 5px 0;
}
.status_0030 .dark_a345 {
  margin-left: 8px;
  margin-right: 8px;
}
.status_0030 .up_5d37 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.banner_wide_ecfa .south_ceff {
  margin-bottom: 2em;
}
.banner_wide_ecfa .status-warm-dcbf {
  margin-bottom: 15px;
}
.banner_wide_ecfa .status-warm-dcbf:last-child {
  margin-bottom: 0;
}
.banner_wide_ecfa .green-4756 {
  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) {
  .banner_wide_ecfa .green-4756 {
    display: block;
  }
}
.banner_wide_ecfa .layout_motion_d8fb {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .banner_wide_ecfa .layout_motion_d8fb {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.banner_wide_ecfa .wrapper_inner_74f0 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.banner_wide_ecfa .wrapper_inner_74f0 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.banner_wide_ecfa .wrapper_inner_74f0 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.banner_wide_ecfa .badge_yellow_177c {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.banner_wide_ecfa .badge_yellow_177c a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.banner_wide_ecfa .surface_slow_5f9a p:last-child {
  margin-bottom: 0;
}
.banner_wide_ecfa .pagination_e7ce {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.banner_wide_ecfa .iron-75e9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.banner_wide_ecfa .left-2ecd {
  margin-top: 1em;
}
.banner_wide_ecfa .pink_c37b {
  top: 0;
  display: block;
}
.banner_wide_ecfa .pink_c37b a {
  color: inherit;
}
.banner_wide_ecfa .pink_c37b a:hover {
  color: inherit;
}
.banner_wide_ecfa .pink-48a6 {
  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;
}
.banner_wide_ecfa .pink-48a6:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.banner_wide_ecfa .iron-75e9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.banner_wide_ecfa .section_3edf {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.banner_wide_ecfa .section_3edf:first-child {
  margin-top: 0;
}
.banner_wide_ecfa .section_3edf.nav_dirty_c802 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner_wide_ecfa .section_3edf.background-a338 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.banner_wide_ecfa
  .section_3edf.background-a338.bottom-6af7
  .left-2ecd {
  width: 100%;
}
.banner_wide_ecfa .background-a338 {
  -webkit-box-align: center;
  align-items: center;
}
.banner_wide_ecfa .background-a338 .status_0030,
.banner_wide_ecfa .background-a338 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.banner_wide_ecfa .wrapper_inner_74f0 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner_wide_ecfa .wrapper_inner_74f0 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner_wide_ecfa .wrapper_inner_74f0: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;
}
.banner_wide_ecfa .nav_dirty_c802 {
  z-index: 5;
}
.banner_wide_ecfa .fresh_102b .sort-1295 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.banner_wide_ecfa .liquid-54d0 .sort-1295 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.banner_wide_ecfa .content-center-9d1a .sort-1295 {
  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;
}
.banner_wide_ecfa.static-9daa .green-4756,
.banner_wide_ecfa.hovered_013b .green-4756 {
  display: block;
}
.banner_wide_ecfa.static-9daa .green-4756 .border-3aa4,
.banner_wide_ecfa.static-9daa .green-4756 .iron-75e9,
.banner_wide_ecfa.hovered_013b .green-4756 .border-3aa4,
.banner_wide_ecfa.hovered_013b .green-4756 .iron-75e9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.banner_wide_ecfa.table-upper-f80b .layout_motion_d8fb {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .banner_wide_ecfa.table-upper-f80b .layout_motion_d8fb {
    margin-right: 0;
  }
}
.banner_wide_ecfa.static-9daa .layout_motion_d8fb,
.banner_wide_ecfa.hovered_013b .layout_motion_d8fb {
  padding-top: 40%;
}
.banner_wide_ecfa.static-9daa .south_ceff,
.banner_wide_ecfa.hovered_013b .south_ceff {
  display: block;
}
.banner_wide_ecfa.static-9daa .fn-sticky-94e6 .iron-75e9,
.banner_wide_ecfa.hovered_013b .fn-sticky-94e6 .iron-75e9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.banner_wide_ecfa.static-9daa .layout_motion_d8fb,
.banner_wide_ecfa.hovered_013b .layout_motion_d8fb {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.banner_wide_ecfa.static-9daa .iron-75e9 {
  padding: 1em;
}
.alert_5d6f {
  margin: 30px auto;
  display: block;
}
.alert_5d6f .tag-315a > * {
  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;
}
.alert_5d6f .tag-315a > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.alert_5d6f .tag-315a span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.prev_3709 .status_0030 {
  margin-bottom: 1.41575em;
}
.prev_3709 .paper-83bd {
  margin-bottom: 1.618em;
}
.tabs_7553 .right_9810 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.tabs_7553 .right_9810 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.tabs_7553 .out_72ab {
  max-width: 100%;
  overflow: auto;
}
.active-wood-00e9 .tabs_7553 a:hover {
  text-decoration: underline;
}
.search-thick-a625 .status-warm-dcbf:not(.badge_yellow_177c),
.search-thick-a625 .wrapper_inner_74f0 {
  margin-bottom: 1.41575em;
}
.search-thick-a625 .status-warm-dcbf:not(.badge_yellow_177c):last-child,
.search-thick-a625 .wrapper_inner_74f0:last-child {
  margin-bottom: 0;
}
.search-thick-a625 .status-warm-dcbf.thumbnail-up-eb17 {
  margin-bottom: 0.41575em;
}
.search-thick-a625 .tertiary-4a24:before,
.search-thick-a625 .hero-000c:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.search-thick-a625 .tertiary-4a24:before {
  content: "\f115";
}
.search-thick-a625 .hero-000c:before {
  content: "\f02c";
}
.search-thick-a625 .picture-cd17 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.search-thick-a625 .picture-cd17 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.module-dynamic-c808 {
  display: -webkit-box;
  display: flex;
}
.module-dynamic-c808 .hard_4dc0 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .module-dynamic-c808 .hard_4dc0 {
    flex-basis: 90px;
  }
}
.module-dynamic-c808 .message_advanced_3b8c {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .module-dynamic-c808 .message_advanced_3b8c {
    flex-basis: calc(100% - 50px);
  }
}
.module-dynamic-c808 .icon_fresh_25d9 p:last-child {
  margin-bottom: 0.72em;
}
.blue-2e03 .tag-315a {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.blue-2e03 .tag-315a:after,
.blue-2e03 .tag-315a:before {
  content: "";
  display: table;
}
.blue-2e03 .tag-315a:after {
  clear: both;
}
.blue-2e03 .tag-315a .clean-89ad,
.blue-2e03 .tag-315a .disabled_bronze_1732 {
  width: 49%;
}
.blue-2e03 .tag-315a .clean-89ad a span.module-c207,
.blue-2e03 .tag-315a .disabled_bronze_1732 a span.module-c207 {
  display: block;
  margin-bottom: 5px;
}
.blue-2e03 .tag-315a .disabled_bronze_1732 {
  float: left;
  text-align: left;
}
.blue-2e03 .tag-315a .clean-89ad {
  float: right;
  text-align: right;
}
.lower-1b0d {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .lower-1b0d {
    margin-bottom: 0;
  }
}
.heading_5ad8 {
  margin-bottom: 1em;
}
.heading_5ad8 .badge_yellow_177c {
  font-size: 1.1em;
  line-height: 1.3;
}
.icon_0729 a {
  display: block;
  line-height: 0;
  position: relative;
}
.photo-0e73 .heading_5ad8,
.section-gas-4eb2 .heading_5ad8 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .photo-0e73 .heading_5ad8,
  .section-gas-4eb2 .heading_5ad8 {
    display: block;
  }
}
.photo-0e73 .icon_0729,
.section-gas-4eb2 .icon_0729 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .photo-0e73 .icon_0729,
  .section-gas-4eb2 .icon_0729 {
    margin-bottom: 1em;
  }
}
.photo-0e73 .icon_0729 img,
.section-gas-4eb2 .icon_0729 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.photo-0e73 .component-a5b3,
.section-gas-4eb2 .component-a5b3 {
  flex-basis: calc(100% - 160px);
}
.photo-0e73 .component-a5b3 p,
.section-gas-4eb2 .component-a5b3 p {
  margin-bottom: 0;
}
.photo-0e73 .component-a5b3 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .photo-0e73 .component-a5b3 {
    padding-left: 0;
  }
}
.section-gas-4eb2 .component-a5b3 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .section-gas-4eb2 .component-a5b3 {
    padding-right: 0;
  }
}
.section-gas-4eb2 .icon_0729 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.secondary_old_491a .icon_0729 {
  margin-bottom: 0.5em;
}
.secondary_old_491a .icon_0729 img {
  width: 100%;
}
.label-d17a .button_tiny_939b,
.button-1ac5 .button_tiny_939b {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.button-1ac5 .shade_pink_604f .pagination-78ea p:last-child {
  margin-bottom: 0;
}
.widget-5fa3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.breadcrumb-bfd1 .column_7619 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-bfd1 .column_7619:last-of-type {
    margin-bottom: 0;
  }
}
.breadcrumb-bfd1 .column_7619 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb-bfd1 .column_7619 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.breadcrumb-bfd1 .column_7619 ul li {
  margin: 0 0 0.6em;
}
.breadcrumb-bfd1 .column_7619 ul li.fluid-e8b8,
.breadcrumb-bfd1 .column_7619 ul li.east_d262 {
  position: relative;
}
.breadcrumb-bfd1 .column_7619 ul li.fluid-e8b8 .video_west_32bc,
.breadcrumb-bfd1 .column_7619 ul li.east_d262 .video_west_32bc {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.breadcrumb-bfd1 .column_7619 ul li.fluid-e8b8:after:after,
.breadcrumb-bfd1 .column_7619 ul li.fluid-e8b8:after:before,
.breadcrumb-bfd1
  .column_7619
  ul
  li.east_d262:after:after,
.breadcrumb-bfd1
  .column_7619
  ul
  li.east_d262:after:before {
  content: "";
  display: table;
}
.breadcrumb-bfd1 .column_7619 ul li.fluid-e8b8:after:after,
.breadcrumb-bfd1
  .column_7619
  ul
  li.east_d262:after:after {
  clear: both;
}
.breadcrumb-bfd1 .column_7619 a.red-066d:hover {
  text-decoration: none;
}
.breadcrumb-bfd1 .column_7619 select {
  max-width: 100%;
}
.breadcrumb-bfd1 .column_7619 table {
  font-size: 85%;
}
.breadcrumb-bfd1 .column_7619 table td,
.breadcrumb-bfd1 .column_7619 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.breadcrumb-bfd1 .column_7619 table tfoot td {
  text-align: left;
}
.breadcrumb-bfd1 .column_7619 :last-child {
  margin-bottom: 0;
}
.breadcrumb-bfd1 .column_7619 .media_middle_2caf {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.breadcrumb-bfd1 .column_7619 .media_middle_2caf label {
  width: 100%;
}
.breadcrumb-bfd1 .column_7619 .media_middle_2caf .alert_basic_3fc6 {
  width: 100%;
  display: block;
}
.breadcrumb-bfd1 .column_7619 .media_middle_2caf .shadow-57ff {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.breadcrumb-bfd1 .column_7619 .media_middle_2caf .shadow-57ff:hover svg #svg-search {
  fill: #444;
}
.breadcrumb-bfd1 .column_7619 .media_middle_2caf .shadow-57ff svg {
  width: 18px;
  height: 18px;
}
.breadcrumb-bfd1 .border_f9e1 ul ul,
.breadcrumb-bfd1 .nav-dirty-9828 ul ul,
.breadcrumb-bfd1 .widget_paper_22f5 ul ul,
.breadcrumb-bfd1 .popup_08bf ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.breadcrumb-bfd1 .border_f9e1 .row-5822 > a,
.breadcrumb-bfd1 .nav-dirty-9828 .row-5822 > a,
.breadcrumb-bfd1 .widget_paper_22f5 .row-5822 > a,
.breadcrumb-bfd1 .popup_08bf .row-5822 > a {
  margin-bottom: 0;
}
.breadcrumb-bfd1 .east-f2f9 li,
.breadcrumb-bfd1 .border_f9e1 li,
.breadcrumb-bfd1 .primary_7867 li,
.breadcrumb-bfd1 .nav-dirty-9828 li,
.breadcrumb-bfd1 .widget_paper_22f5 li,
.breadcrumb-bfd1 .popup_08bf li,
.breadcrumb-bfd1 .header_cold_80cd li,
.breadcrumb-bfd1 .border-c624 li {
  display: block;
  position: relative;
}
.breadcrumb-bfd1 .east-f2f9 li:last-child,
.breadcrumb-bfd1 .border_f9e1 li:last-child,
.breadcrumb-bfd1 .primary_7867 li:last-child,
.breadcrumb-bfd1 .nav-dirty-9828 li:last-child,
.breadcrumb-bfd1 .widget_paper_22f5 li:last-child,
.breadcrumb-bfd1 .popup_08bf li:last-child,
.breadcrumb-bfd1 .header_cold_80cd li:last-child,
.breadcrumb-bfd1 .border-c624 li:last-child {
  border: none;
}
.breadcrumb-bfd1 .east-f2f9 li a,
.breadcrumb-bfd1 .border_f9e1 li a,
.breadcrumb-bfd1 .primary_7867 li a,
.breadcrumb-bfd1 .nav-dirty-9828 li a,
.breadcrumb-bfd1 .widget_paper_22f5 li a,
.breadcrumb-bfd1 .popup_08bf li a,
.breadcrumb-bfd1 .header_cold_80cd li a,
.breadcrumb-bfd1 .border-c624 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.breadcrumb-bfd1 .east-f2f9 li ul li::before,
.breadcrumb-bfd1 .border_f9e1 li ul li::before,
.breadcrumb-bfd1 .primary_7867 li ul li::before,
.breadcrumb-bfd1 .nav-dirty-9828 li ul li::before,
.breadcrumb-bfd1 .widget_paper_22f5 li ul li::before,
.breadcrumb-bfd1 .popup_08bf li ul li::before,
.breadcrumb-bfd1 .header_cold_80cd li ul li::before,
.breadcrumb-bfd1 .border-c624 li ul li::before {
  left: 15px;
}
.breadcrumb-bfd1 .east-f2f9 li ul a,
.breadcrumb-bfd1 .border_f9e1 li ul a,
.breadcrumb-bfd1 .primary_7867 li ul a,
.breadcrumb-bfd1 .nav-dirty-9828 li ul a,
.breadcrumb-bfd1 .widget_paper_22f5 li ul a,
.breadcrumb-bfd1 .popup_08bf li ul a,
.breadcrumb-bfd1 .header_cold_80cd li ul a,
.breadcrumb-bfd1 .border-c624 li ul a {
  padding-left: 20px;
}
.breadcrumb-bfd1 .east-f2f9 li ul ul li::before,
.breadcrumb-bfd1 .border_f9e1 li ul ul li::before,
.breadcrumb-bfd1 .primary_7867 li ul ul li::before,
.breadcrumb-bfd1 .nav-dirty-9828 li ul ul li::before,
.breadcrumb-bfd1 .widget_paper_22f5 li ul ul li::before,
.breadcrumb-bfd1 .popup_08bf li ul ul li::before,
.breadcrumb-bfd1 .header_cold_80cd li ul ul li::before,
.breadcrumb-bfd1 .border-c624 li ul ul li::before {
  left: 30px;
}
.breadcrumb-bfd1 .east-f2f9 li ul ul a,
.breadcrumb-bfd1 .border_f9e1 li ul ul a,
.breadcrumb-bfd1 .primary_7867 li ul ul a,
.breadcrumb-bfd1 .nav-dirty-9828 li ul ul a,
.breadcrumb-bfd1 .widget_paper_22f5 li ul ul a,
.breadcrumb-bfd1 .popup_08bf li ul ul a,
.breadcrumb-bfd1 .header_cold_80cd li ul ul a,
.breadcrumb-bfd1 .border-c624 li ul ul a {
  padding-left: 40px;
}
.breadcrumb-bfd1 .fresh_ce7a li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.breadcrumb-bfd1 .border-c624 ul li {
  margin-bottom: 1.41575em;
}
.breadcrumb-bfd1 .border-c624 ul li .west-b2e1 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.breadcrumb-bfd1 .border-c624 ul li .panel-blue-c973 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.shade-c501 .east-f2f9 li a,
.shade-c501 .border_f9e1 li a,
.shade-c501 .primary_7867 li a,
.shade-c501 .nav-dirty-9828 li a,
.shade-c501 .widget_paper_22f5 li a,
.shade-c501 .popup_08bf li a,
.shade-c501 .header_cold_80cd li a,
.shade-c501 .border-c624 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.shade-c501 .fresh_ce7a li {
  border-color: rgba(255, 255, 255, 0.08);
}
.shade-c501 .column_7619 ul li.fluid-e8b8 .video_west_32bc,
.shade-c501 .column_7619 ul li.east_d262 .video_west_32bc {
  background: rgba(0, 0, 0, 0.2);
}
.shade-c501 .breadcrumb-bfd1 .column_7619 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li {
  margin: 0;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li ul {
  margin: 0;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li ul li a {
  padding-left: 15px;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li ul li li a {
  padding-left: 30px;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li.label-49fd > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li.label-49fd > 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;
}
.photo_tall_e56b .breadcrumb-bfd1 .detail-c853 li.label-49fd > 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;
}
.glass_d62b a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.tooltip_bronze_c7a6 {
  position: relative;
  z-index: 10;
}
.tooltip_bronze_c7a6 .section_fast_2e30 {
  width: 100%;
  max-width: 100%;
}
.caption-lower-dbb1 .banner-1b40 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.caption-lower-dbb1 .popup_pink_2f7e {
}
.caption-lower-dbb1 .shade-c501 {
  background: #292929;
}
.fixed-8380 .banner-1b40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.fixed-8380 .popup_pink_2f7e {
  background: #f9f9f9;
}
.fixed-8380 .shade-c501 {
  background: #303030;
}
.hard-7709 .banner-1b40 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .hard-7709 .stone-88fb {
    margin-bottom: 1em;
  }
  .hard-7709 .stone-88fb:last-child {
    margin-bottom: 0;
  }
}
.hard-7709 .popup_pink_2f7e {
  background: #ededed;
}
.hard-7709 .shade-c501 {
  background: #1a1a1a;
}
.banner-1b40.popup_pink_2f7e {
  color: rgba(0, 0, 0, 0.6);
}
.banner-1b40.popup_pink_2f7e .cold-0788 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.banner-1b40.shade-c501 {
  color: rgba(255, 255, 255, 0.99);
}
.banner-1b40.shade-c501 a:not(.red-066d) {
  color: rgba(255, 255, 255, 0.79);
}
.banner-1b40.shade-c501 a:not(.red-066d):hover {
  color: rgba(255, 255, 255, 0.99);
}
.banner-1b40.shade-c501 .cold-0788 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.banner-1b40.shade-c501 table tbody td,
.banner-1b40.shade-c501 table th {
  background: rgba(0, 0, 0, 0.08);
}
.backdrop_31d0.banner_right_e2a2 .block_4627 {
  max-width: initial;
}
.backdrop_31d0 .message-bottom-1823 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.backdrop_31d0 .message-bottom-1823 .section_fast_2e30 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .backdrop_31d0 .message-bottom-1823 .section_fast_2e30 {
    display: block;
    margin-bottom: 2em;
  }
  .backdrop_31d0 .message-bottom-1823 .section_fast_2e30:last-child {
    margin-bottom: 0;
  }
}
.hard-7709 .stone-88fb:last-child,
.fixed-8380 .stone-88fb:last-child,
.caption-lower-dbb1 .stone-88fb:last-child {
  margin-bottom: 0;
}
.hard-7709 .stone-88fb .breadcrumb-bfd1 .column_7619:last-child,
.fixed-8380 .stone-88fb .breadcrumb-bfd1 .column_7619:last-child,
.caption-lower-dbb1 .stone-88fb .breadcrumb-bfd1 .column_7619:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .hard-7709 .alert-b7d9,
  .hard-7709 .thumbnail_slow_c18b,
  .fixed-8380 .alert-b7d9,
  .fixed-8380 .thumbnail_slow_c18b,
  .caption-lower-dbb1 .alert-b7d9,
  .caption-lower-dbb1 .thumbnail_slow_c18b {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .tooltip_bronze_c7a6 .stone-88fb {
    margin-bottom: 2em;
  }
}
.tooltip_bronze_c7a6 p:last-child {
  margin-bottom: 0;
}
.tooltip_bronze_c7a6 li,
.tooltip_bronze_c7a6 ul {
  list-style: none;
  margin: 0;
}
.tooltip_bronze_c7a6 ul ul {
  margin-left: 2.617924em;
}
.banner-6c60 {
  font-size: 0.875em;
}

/* css-noise: 2f8e */
.promo-block-x6 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.2;
}
