/*!
Theme Name: Customify
Theme URI: https://pressmaximum.white_d9ca/customify
Author: WPCustomify
Author URI: https://pressmaximum.white_d9ca
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.white_d9ca/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.pagination-over-eba8.item_rough_213c/licenses/gpl-2.0.blue_7ee2
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.dynamic_03ae/, (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.pressed_df7c.white_0c2d/normalize.widget_b3d1/
 ======
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.widget_b3d1 v7.0.0 | MIT License | github.white_d9ca/necolas/normalize.widget_b3d1 */
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;
}
.tall-9f1d .overlay-pressed-56b8,
.static_ca9e,
.outer-666c,
.logo_7b9c,
.surface_05f0,
.tall-068b,
.hot_a35a,
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;
}
.static_ca9e,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .static_ca9e,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .static_ca9e,
  h1 {
    font-size: 1.8em;
  }
}
.outer-666c,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.outer-666c + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .outer-666c,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .outer-666c,
  h2 {
    font-size: 1.7em;
  }
}
.logo_7b9c,
h3 {
  font-size: 1.618em;
}
.tall-9f1d .overlay-pressed-56b8,
.surface_05f0,
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.left_ca8f {
  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;
}
.yellow-6f2a:after,
.yellow-6f2a:before,
.popup_a11d:after,
.popup_a11d:before {
  content: "";
  display: table;
}
.yellow-6f2a:after,
.popup_a11d:after {
  clear: both;
}
.frame-medium-b405 {
  float: right;
  margin-right: 0;
}
.layout_fc55 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.row-selected-79a2 .up_70cd,
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;
}
.row-selected-79a2 .up_70cd: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;
}
.caption-bronze-5739 .up_70cd {
  box-shadow: none;
}
.caption-bronze-5739
  .up_70cd
  .shade-lite-22fd {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.caption-bronze-5739 .up_70cd .hover-full-6cd0 {
  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;
}
.caption-bronze-5739
  .up_70cd
  .hover-full-6cd0
  b {
  display: none;
}
.caption-bronze-5739 .image-be5d {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.slow_f4bc:not(.tooltip-6b41):not(.lower_a19f),
button:not(.tooltip-6b41):not(.lower_a19f),
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ),
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ),
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ) {
  border: none;
  cursor: pointer;
  padding: 0 1.3em;
  line-height: 2.5em;
  min-height: 2.6em;
  max-width: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
  border-radius: 1px;
  display: inline-block;
}
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ):hover,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ):hover,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):hover,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):hover,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ):active,
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ):active,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):active,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):active,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):active,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus {
  outline: 0;
}
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de {
  position: relative;
}
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .border_7bdb,
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .medium-3da7,
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .primary-34e4,
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  i,
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  svg,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .border_7bdb,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .medium-3da7,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .primary-34e4,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  i,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  svg,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .border_7bdb,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .medium-3da7,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .primary-34e4,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  i,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  svg,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .border_7bdb,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .medium-3da7,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .primary-34e4,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  i,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  svg,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .border_7bdb,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .medium-3da7,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  .primary-34e4,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  i,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de
  svg {
  visibility: hidden;
}
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de:after,
button:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de:after,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de:after,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de:after,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ).fn-loading-c9de:after {
  content: "" !important;
  height: 16px;
  width: 16px;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-left-color: currentColor;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  padding: 0;
  line-height: 0;
}
.slow_f4bc:not(.tooltip-6b41):not(.lower_a19f),
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ),
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ),
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ) {
  color: #fff;
  background: #235787;
}
.slow_f4bc:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
input[type="button"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
input[type="reset"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus,
input[type="submit"]:not(.tooltip-6b41):not(
    .lower_a19f
  ):focus {
  color: #fff;
}
.slow_f4bc.fn-disabled-c9de:not(.tooltip-6b41):not(
    .lower_a19f
  ),
.slow_f4bc[disabled]:not(.tooltip-6b41):not(
    .lower_a19f
  ),
button.fn-disabled-c9de:not(.tooltip-6b41):not(
    .lower_a19f
  ),
button[disabled]:not(.tooltip-6b41):not(
    .lower_a19f
  ) {
  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;
}
.smooth_89c7 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.smooth_89c7: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;
}
.hard-2b4a {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.pro_311b {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.accent-1d86 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.yellow-6f2a:after,
.yellow-6f2a:before,
.section-2a3a:after,
.section-2a3a:before,
.chip_dark_b919:after,
.chip_dark_b919:before,
.preview_683a:after,
.preview_683a:before,
.article_c12c:after,
.article_c12c:before,
.hero_5dce:after,
.hero_5dce:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.yellow-6f2a:after,
.section-2a3a:after,
.chip_dark_b919:after,
.preview_683a:after,
.article_c12c:after,
.hero_5dce:after {
  clear: both;
}
.section-2a3a .thumbnail_soft_8a1b,
.chip_dark_b919 .thumbnail_soft_8a1b,
.image_70d2 .thumbnail_soft_8a1b {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.texture-009a {
  display: inline-block;
}
.outline_black_320f {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.outline_black_320f img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.outline_black_320f .soft_eb07 {
  padding: 1em 0;
  font-size: 85%;
}
.soft_eb07 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.block-hovered-40dc {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.block-hovered-40dc:after,
.block-hovered-40dc:before {
  content: "";
  display: table;
}
.block-hovered-40dc:after {
  clear: both;
}
.slow_cb6b {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.bright-221f .slow_cb6b {
  max-width: 50%;
}
.form_936b .slow_cb6b {
  max-width: 33.33%;
}
.light-0607 .slow_cb6b {
  max-width: 25%;
}
.texture_8f35 .slow_cb6b {
  max-width: 20%;
}
.motion_9b65 .slow_cb6b {
  max-width: 16.66%;
}
.focus_wide_5835 .slow_cb6b {
  max-width: 14.28%;
}
.media_1839 .slow_cb6b {
  max-width: 12.5%;
}
.complex-c0d2 .slow_cb6b {
  max-width: 11.11%;
}
.border_blue_922b {
  display: block;
}
.tall-9f1d .short_300f label,
.tall-9f1d .table_31bb label,
.tall-9f1d .pagination_52d1 label,
.tall-9f1d .soft-3230 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.info-dark-d6a7 {
  list-style: none;
  margin: 0;
}
.info-dark-d6a7 article.notification_20b6 {
  margin-bottom: 0;
}
.info-dark-d6a7 ul {
  list-style: none;
  margin: 0;
}
.info-dark-d6a7 .widget_east_337f li.notification_20b6 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .info-dark-d6a7 .widget_east_337f li.notification_20b6 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .info-dark-d6a7 .widget_east_337f li.notification_20b6: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) {
  .info-dark-d6a7 .widget_east_337f li.notification_20b6 li.notification_20b6 li.notification_20b6 li.notification_20b6 {
    padding-left: 0;
  }
}
article.notification_20b6 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.notification_20b6 .section-2a3a p:last-of-type {
  margin-bottom: 0;
}
article.notification_20b6 .easy_92c0 {
  float: left;
}
article.notification_20b6 .fast_ceae {
  margin-left: 85px;
}
article.notification_20b6 .tiny-d5fa {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.notification_20b6 .tiny-d5fa .rough_91a4 {
  margin-left: 10px;
}
article.notification_20b6 .glass-b05f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.notification_20b6 .blue-649e {
  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 .short_300f,
  #respond .pagination_52d1,
  #respond .soft-3230 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .short_300f input,
#respond .pagination_52d1 input,
#respond .soft-3230 input {
  width: 100%;
}
#respond .soft-3230 {
  margin-right: 0;
}
#respond .overlay_focused_166e #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.shade_rough_8aa6 {
  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;
}
.shade_rough_8aa6.mask-1d7f {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.shade_rough_8aa6 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%);
}
.shade_rough_8aa6:focus,
.shade_rough_8aa6: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);
}
.nav-outer-b67d {
  border-radius: 10%;
}
.small_c746 {
  border-radius: 50%;
}
.hero-right-5213 {
  font-size: 0.72em;
}
.smooth_75ca {
  font-size: 0.875em;
}
.tertiary-fe3a {
  font-size: 1.1em;
}
.frame-f66f {
  text-transform: uppercase;
  line-height: 1.2;
}
.frame-f66f.hero-right-5213 {
  letter-spacing: 0.5px;
}
.component-65bb,
.component-65bb a {
  color: #6d6d6d;
}
.component-65bb a:hover {
  color: #111;
}
.module_slow_dce5 {
  color: #6d6d6d;
}
.blue-fc64 {
  overflow-x: hidden;
}
.blue-fc64 .backdrop-87c1.texture_e380 {
  position: relative;
}
.blue-fc64 .backdrop-87c1.texture_e380.modal_9826 {
  position: initial;
}
.blue-fc64
  .backdrop-87c1.texture_e380.modal_9826
  .module_4568 {
  left: auto;
}
.blue-fc64 .backdrop-87c1 .module_4568 {
  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;
}
.blue-fc64 .backdrop-87c1:hover.texture_e380 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.blue-fc64
  .backdrop-87c1:hover.texture_e380
  .module_4568 {
  display: block;
  z-index: 9999999;
}
.blue-fc64 .hero-narrow-cb0e .column_5a74,
.blue-fc64 .caption-dirty-996e .column_5a74 {
  display: none;
}
.blue-fc64 .last_ce82 .backdrop-87c1:hover.texture_e380 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.tall-9f1d .short_300f label,
.tall-9f1d .table_31bb label,
.tall-9f1d .pagination_52d1 label,
.tall-9f1d .soft-3230 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.info-dark-d6a7 {
  list-style: none;
  margin: 0;
}
.info-dark-d6a7 article.notification_20b6 {
  margin-bottom: 0;
}
.info-dark-d6a7 ul {
  list-style: none;
  margin: 0;
}
.info-dark-d6a7 .widget_east_337f li.notification_20b6 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .info-dark-d6a7 .widget_east_337f li.notification_20b6 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .info-dark-d6a7 .widget_east_337f li.notification_20b6: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) {
  .info-dark-d6a7 .widget_east_337f li.notification_20b6 li.notification_20b6 li.notification_20b6 li.notification_20b6 {
    padding-left: 0;
  }
}
article.notification_20b6 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.notification_20b6 .section-2a3a p:last-of-type {
  margin-bottom: 0;
}
article.notification_20b6 .easy_92c0 {
  float: left;
}
article.notification_20b6 .fast_ceae {
  margin-left: 85px;
}
article.notification_20b6 .tiny-d5fa {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.notification_20b6 .tiny-d5fa .rough_91a4 {
  margin-left: 10px;
}
article.notification_20b6 .glass-b05f {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.notification_20b6 .blue-649e {
  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 .short_300f,
  #respond .pagination_52d1,
  #respond .soft-3230 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .short_300f input,
#respond .pagination_52d1 input,
#respond .soft-3230 input {
  width: 100%;
}
#respond .soft-3230 {
  margin-right: 0;
}
#respond .overlay_focused_166e #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.hero-narrow-cb0e .button-fa09 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.button-fa09 .texture_tall_1c99.filter_7f4c .liquid-bbd0 > li > a:focus,
.button-fa09 .texture_tall_1c99.filter_7f4c .liquid-bbd0 > li > a:hover,
.button-fa09 .texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li > a:focus,
.button-fa09 .texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li > a:hover,
.button-fa09 .texture_tall_1c99.wood-bbec .liquid-bbd0 > li > a:focus,
.button-fa09 .texture_tall_1c99.wood-bbec .liquid-bbd0 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button-fa09
  .texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a,
.button-fa09
  .texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li.static_f582
  > a,
.button-fa09
  .texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a,
.button-fa09
  .texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li.static_f582
  > a,
.button-fa09
  .texture_tall_1c99.wood-bbec
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a,
.button-fa09 .texture_tall_1c99.wood-bbec .liquid-bbd0 > li.dim-98a3 > a {
  color: rgba(255, 255, 255, 0.99);
}
.button-fa09 .chip_12eb,
.button-fa09 .chip_12eb a {
  color: rgba(255, 255, 255, 0.99);
}
.button-fa09 .popup_prev_a071.icon-8a26 li a,
.button-fa09 .highlight-outer-b1d5 a,
.button-fa09 .mask_8745,
.button-fa09 .liquid-bbd0 > li > a,
.button-fa09 .search_a38b {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09 .popup_prev_a071.icon-8a26 li a:hover,
.button-fa09 .highlight-outer-b1d5 a:hover,
.button-fa09 .mask_8745:hover,
.button-fa09 .liquid-bbd0 > li > a:hover,
.button-fa09 .search_a38b:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button-fa09 .rough_d926 {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09 .rough_d926 .summary_929a {
  color: rgba(255, 255, 255, 0.99);
}
.button-fa09 .rough_d926:hover {
  color: rgba(255, 255, 255, 0.99);
}
.button-fa09 .warm_5277 .progress-571f {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09 .warm_5277 .progress-571f .wrapper_new_fb1c {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09
  .warm_5277
  .progress-571f
  .wrapper_new_fb1c::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09
  .warm_5277
  .progress-571f
  .wrapper_new_fb1c:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09
  .warm_5277
  .progress-571f
  .wrapper_new_fb1c::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09
  .warm_5277
  .progress-571f
  .wrapper_new_fb1c::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09 .warm_5277 .sidebar-0c45 {
  color: rgba(255, 255, 255, 0.79);
}
.button-fa09 .warm_5277 .sidebar-0c45:hover {
  color: rgba(255, 255, 255, 0.99);
}
.primary_e681
  .button-fa09
  .warm_5277
  .popup_dirty_11c7
  .progress_bf99 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.primary_e681
  .button-fa09
  .warm_5277
  .popup_dirty_11c7
  .wrapper_new_fb1c {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.hero-narrow-cb0e .video-new-d3f1 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.video-new-d3f1 .texture_tall_1c99.filter_7f4c .liquid-bbd0 > li > a:focus,
.video-new-d3f1 .texture_tall_1c99.filter_7f4c .liquid-bbd0 > li > a:hover,
.video-new-d3f1 .texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li > a:focus,
.video-new-d3f1 .texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li > a:hover,
.video-new-d3f1 .texture_tall_1c99.wood-bbec .liquid-bbd0 > li > a:focus,
.video-new-d3f1 .texture_tall_1c99.wood-bbec .liquid-bbd0 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.video-new-d3f1
  .texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a,
.video-new-d3f1
  .texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li.static_f582
  > a,
.video-new-d3f1
  .texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a,
.video-new-d3f1
  .texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li.static_f582
  > a,
.video-new-d3f1
  .texture_tall_1c99.wood-bbec
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a,
.video-new-d3f1 .texture_tall_1c99.wood-bbec .liquid-bbd0 > li.dim-98a3 > a {
  color: rgba(0, 0, 0, 0.8);
}
.video-new-d3f1 .chip_12eb,
.video-new-d3f1 .chip_12eb a {
  color: rgba(0, 0, 0, 0.8);
}
.video-new-d3f1 .popup_prev_a071.icon-8a26 li a,
.video-new-d3f1 .highlight-outer-b1d5 a,
.video-new-d3f1 .mask_8745,
.video-new-d3f1 .liquid-bbd0 > li > a,
.video-new-d3f1 .search_a38b {
  color: rgba(0, 0, 0, 0.55);
}
.video-new-d3f1 .popup_prev_a071.icon-8a26 li a:hover,
.video-new-d3f1 .highlight-outer-b1d5 a:hover,
.video-new-d3f1 .mask_8745:hover,
.video-new-d3f1 .liquid-bbd0 > li > a:hover,
.video-new-d3f1 .search_a38b:hover {
  color: rgba(0, 0, 0, 0.8);
}
.video-new-d3f1 .rough_d926 {
  color: rgba(0, 0, 0, 0.55);
}
.video-new-d3f1 .rough_d926 .summary_929a {
  color: rgba(0, 0, 0, 0.8);
}
.video-new-d3f1 .rough_d926:hover {
  color: rgba(0, 0, 0, 0.8);
}
.progress_light_3a25 .hard-7605 {
  margin-left: auto;
  margin-right: auto;
}
.chip_dark_b919 > * {
  margin-left: auto;
  margin-right: auto;
}
.chip_dark_b919 .hard-2b4a {
  margin-right: 1.41575em;
}
.component-over-50c6 .chip_dark_b919 > .brown-f8dc {
  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;
}
.component-over-50c6 .chip_dark_b919 > .article-11f7 {
  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;
}
.pattern_8b3f.progress_light_3a25 .hard-7605,
.new-3844.progress_light_3a25 .hard-7605 {
  margin-left: 0;
}
.surface_top_b8d3.progress_light_3a25 .hard-7605,
.media-9731.progress_light_3a25 .hard-7605 {
  margin-right: 0;
}
.chip_dark_b919 ol,
.chip_dark_b919 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.wrapper_glass_9874 video {
  max-width: 100%;
}
.thick-a773 img {
  display: block;
}
.thick-a773.hard-2b4a,
.thick-a773.pro_311b {
  width: 100%;
}
.thick-a773.article-11f7 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.label_6934:not(.content-889f) {
  margin: 1.5em auto;
}
.avatar_f37b p {
  padding: 1.5em 14px;
}
ul.description-b11b.article-11f7,
ul.description-b11b.brown-f8dc,
ul.description-b11b.detail_b8a4.brown-f8dc {
  padding: 0 14px;
}
.mini_edbe {
  display: block;
  overflow-x: auto;
}
.mini_edbe table {
  border-collapse: collapse;
  width: 100%;
}
.mini_edbe td,
.mini_edbe th {
  padding: 0.5em;
}
.chip_dark_b919 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.chip_dark_b919 ol ol,
.chip_dark_b919 ol ul,
.chip_dark_b919 ul ol,
.chip_dark_b919 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.chip_dark_b919 ol ol li,
.chip_dark_b919 ol ul li,
.chip_dark_b919 ul ol li,
.chip_dark_b919 ul ul li {
  margin-left: 0;
}
.row_soft_92a5.stone-b681 > .gradient_easy_3553 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.row_soft_92a5.stone-b681 > .gradient_easy_3553 iframe,
.row_soft_92a5.stone-b681 > .gradient_easy_3553 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.carousel-paper-340d {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.carousel-paper-340d.button_tall_5952 {
  padding: 0;
}
.carousel-paper-340d.button_tall_5952 cite {
  font-size: 13px;
}
.carousel-paper-340d > * {
  margin-left: 16px;
  margin-right: 16px;
}
.carousel-paper-340d cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.accordion-pink-a25c {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.accordion-pink-a25c > p:first-child {
  margin-top: 0;
}
.accordion-pink-a25c cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.accordion-pink-a25c blockquote {
  border-left: 0;
}
.dim-8ebe {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.dim-8ebe:not(.table_south_cd62) {
  max-width: 100px;
}
.dim-8ebe.rough_1d37 {
  border-bottom: none !important;
  text-align: center;
}
.dim-8ebe.rough_1d37::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .avatar_f37b p {
    padding: 1.5em 0;
  }
}
.card_88ca {
  color: #0073aa;
}
.accordion_03ff {
  background-color: #0073aa;
}
.article_a092 {
  color: #229fd8;
}
.tooltip_2c15 {
  background-color: #229fd8;
}
.right_c948 {
  color: #eee;
}
.chip_gold_f258 {
  background-color: #eee;
}
.media-4fc0 {
  color: #444;
}
.logo_silver_e083 {
  background-color: #444;
}
.pattern-bronze-4ba6 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.pattern-bronze-4ba6 .panel_hot_8adc .highlight-outer-b1d5 {
  font-size: 15px;
}
.pattern-bronze-4ba6 .highlight-outer-b1d5 {
  line-height: 1.3;
}
.pattern-bronze-4ba6 .video-new-d3f1 {
}
.pattern-bronze-4ba6 .button-fa09 {
  background: #235787;
}
.north-4f8b {
  padding: 0;
}
.north-4f8b .button-fa09 {
  background: #1a1a1a;
}
.north-4f8b .video-new-d3f1 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.table_tiny_09ee {
  padding: 0;
  border-left: none;
  border-right: none;
}
.table_tiny_09ee .video-new-d3f1 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.table_tiny_09ee .button-fa09 {
  background: #303030;
}
.hero_5dce {
  position: relative;
  z-index: 10;
}
.hero_5dce .stone-be8e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.box_bf2a .texture_e380 {
  display: inline-block;
  vertical-align: middle;
}
.box_bf2a.description-29d3 .texture_e380 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .box_bf2a.description-29d3 .texture_e380 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .box_bf2a.description-29d3 .texture_e380 {
    margin-right: 0.4em;
  }
}
.box_bf2a.description-29d3 .texture_e380:last-child {
  margin-right: 0;
}
.red-888c .stone-be8e {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .hero-narrow-cb0e .panel_hot_8adc {
    margin: 0 -0.5em;
  }
  .hero-narrow-cb0e .panel_hot_8adc [class*="customify-col-"],
  .hero-narrow-cb0e .panel_hot_8adc [class*="customify-col_"],
  .hero-narrow-cb0e .panel_hot_8adc [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.hero-narrow-cb0e.orange_87cb .stone-be8e {
  background: 0 0 !important;
}
.hero-narrow-cb0e.orange_87cb .stone-be8e,
.hero-narrow-cb0e.red-888c .stone-be8e {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .hero-narrow-cb0e.carousel-gas-622c {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.hero-narrow-cb0e.red-888c .stone-be8e {
  box-shadow: none !important;
}
.narrow_877b {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .narrow_877b {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .narrow_877b {
    padding: 18px 0 20px;
  }
}
.narrow_877b .box_6c84 {
  width: 100%;
}
.narrow_877b .thick_2e48 {
  margin-bottom: 0;
}
.narrow_877b .alert_action_5b67 {
  margin-top: 5px;
  font-size: 0.875em;
}
.summary-c998 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.summary-c998 .module-gold-7962 {
  width: 100%;
}
.text_prev_bb37 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.text_prev_bb37 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.text_prev_bb37 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;
}
.text_prev_bb37 li:last-child:after {
  display: none;
}
.text_prev_bb37 li a {
  font-weight: 500;
  margin-right: 10px;
}
.panel-focused-f575 .column_5a74 button,
.narrow_877b .column_5a74 button {
  left: 0;
}
.panel-focused-f575 .module-gold-7962,
.narrow_877b .module-gold-7962 {
  padding-left: 0;
  padding-right: 0;
}
.panel-focused-f575 .summary-c998,
.narrow_877b .summary-c998 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.panel-focused-f575 {
  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;
}
.panel-focused-f575: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;
}
.panel-focused-f575 .row-50f5 {
  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) {
  .panel-focused-f575 .row-50f5 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .panel-focused-f575 .row-50f5 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .panel-focused-f575 .row-50f5 {
    min-height: 200px;
  }
}
.panel-focused-f575 .text_prev_bb37 {
  color: rgba(255, 255, 255, 0.8);
}
.panel-focused-f575 .text_prev_bb37 a,
.panel-focused-f575 .text_prev_bb37 li:after {
  color: inherit;
}
.panel-focused-f575 .text_prev_bb37 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.detail-green-1a90 {
  margin-bottom: 0.5em;
}
.shadow_white_0488 {
  margin-bottom: 1.2em;
}
.shadow_white_0488,
.detail-green-1a90 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.shadow_white_0488 p:last-child,
.detail-green-1a90 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .column_5a74,
#masthead .column_5a74 {
  display: none;
}
#masthead
  > .column_5a74.alert_69d0 {
  display: none;
}
#masthead > .column_5a74 button {
  left: 0;
}
.basic_f637 {
  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%;
}
.basic_f637 .texture_e380 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.basic_f637 .column-0157 {
  display: -webkit-box;
  display: flex;
}
.basic_f637 .column-0157.border_a1d4 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.basic_f637 .column-0157.dim_d6c4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.basic_f637 .column-0157.thumbnail_light_9f40 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.basic_f637.frame_3ef2.progress_north_d1c5 .column-0157.border_a1d4 {
  flex-basis: 100%;
}
.basic_f637.logo_9a07 .column-0157.dim_d6c4 {
  -webkit-box-flex: 1;
  flex: auto;
}
.basic_f637.logo_9a07 .column-0157.thumbnail_light_9f40 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .column_5a74.alert_69d0 {
  display: none;
}
#masthead > .column_5a74 button {
  left: 0;
}
.sort-silver-6412 {
  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;
}
.sort-silver-6412:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.sort-silver-6412.slider_7ffb i {
  margin-right: 4px;
}
.sort-silver-6412.status_last_f18b i {
  margin-left: 5px;
}
.highlight-outer-b1d5 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.highlight-outer-b1d5 p:last-child {
  margin-bottom: 0;
}
.picture-cb58 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.picture-cb58 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.picture-cb58 img {
  display: block;
  width: auto;
  line-height: 1;
}
.picture-cb58 .chip_12eb {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.picture-cb58 .layout-fcd2 {
  margin: 5px 0 7px 0;
}
.picture-cb58.north_2712 .column-e0a0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.picture-cb58.north_2712 .filter-d776 {
  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;
}
.picture-cb58.badge_b618 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.picture-cb58.badge_b618 .column-e0a0 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.picture-cb58.badge_b618 .filter-d776 {
  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;
}
.picture-cb58.modal-2b39 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.picture-cb58.disabled_cd95 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.picture-cb58.disabled_cd95 .filter-d776 {
  margin-top: 7px;
}
.link-97eb {
  display: inline-block;
}
.hero_5dce .up_a229 .picture-cb58 img {
  max-width: 100%;
}
.texture_tall_1c99 .photo_liquid_85e2.last-a65e,
.hover_a3b7 .photo_liquid_85e2.last-a65e {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.texture_tall_1c99 .header-huge-691b,
.hover_a3b7 .header-huge-691b {
  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%);
}
.texture_tall_1c99 .header-huge-691b {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.texture_tall_1c99.background_selected_22e3 .header-huge-691b {
  display: none;
}
.texture_tall_1c99 .cool_469a {
  list-style: none;
  padding: 0;
  margin: 0;
}
.texture_tall_1c99 .cool_469a li {
  display: inline-block;
  position: relative;
}
.texture_tall_1c99 .cool_469a li:last-child {
  margin-right: 0;
}
.texture_tall_1c99 .cool_469a 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;
}
.texture_tall_1c99 .cool_469a li.dim-98a3 > a {
  color: rgba(0, 0, 0, 0.9);
}
.texture_tall_1c99 .cool_469a > 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;
}
.texture_tall_1c99 .cool_469a > li > a i {
  line-height: 0;
}
.texture_tall_1c99 .cool_469a > li.fluid-b2c2 > a .header-huge-691b {
  margin-left: 4px;
  line-height: 0;
}
.texture_tall_1c99 .cool_469a .link_3920 li.fluid-b2c2 > a {
  position: relative;
}
.texture_tall_1c99 .cool_469a .link_3920 li.fluid-b2c2 > a:after,
.texture_tall_1c99 .cool_469a .link_3920 li.fluid-b2c2 > a:before {
  content: "";
  display: table;
}
.texture_tall_1c99 .cool_469a .link_3920 li.fluid-b2c2 > a:after {
  clear: both;
}
.texture_tall_1c99 .cool_469a .link_3920 li.fluid-b2c2 > a .header-huge-691b {
  margin-left: 5px;
  float: right;
}
.texture_tall_1c99 .cold-a69a,
.texture_tall_1c99 .link_3920 {
  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;
}
.texture_tall_1c99 .link_3920 {
  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;
}
.texture_tall_1c99 .link_3920 .last-a65e {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.texture_tall_1c99 .link_3920 .header-huge-691b {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.texture_tall_1c99 .link_3920 li {
  display: block;
  margin: 0;
  padding: 0;
}
.texture_tall_1c99 .link_3920 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;
}
.texture_tall_1c99 .link_3920 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.texture_tall_1c99 .link_3920 .link_3920 {
  top: 0;
  left: 100%;
}
.texture_tall_1c99 .red-e6f1.fn-focus-c9de > .cold-a69a,
.texture_tall_1c99 .red-e6f1.fn-focus-c9de > .link_3920,
.texture_tall_1c99 .red-e6f1:focus > .cold-a69a,
.texture_tall_1c99 .red-e6f1:focus > .link_3920,
.texture_tall_1c99 .red-e6f1:hover > .cold-a69a,
.texture_tall_1c99 .red-e6f1:hover > .link_3920 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.texture_tall_1c99.wood-bbec .liquid-bbd0:after,
.texture_tall_1c99.wood-bbec .liquid-bbd0:before {
  content: "";
  display: table;
}
.texture_tall_1c99.wood-bbec .liquid-bbd0:after {
  clear: both;
}
.texture_tall_1c99.wood-bbec .liquid-bbd0 > li {
  float: left;
}
.texture_tall_1c99.card_large_cac7 .liquid-bbd0:after,
.texture_tall_1c99.card_large_cac7 .liquid-bbd0:before {
  content: "";
  display: table;
}
.texture_tall_1c99.card_large_cac7 .liquid-bbd0:after {
  clear: both;
}
.texture_tall_1c99.card_large_cac7 .liquid-bbd0 > li {
  float: left;
}
.texture_tall_1c99.card_large_cac7 .liquid-bbd0 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.texture_tall_1c99.card_large_cac7 .liquid-bbd0 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.texture_tall_1c99.card_large_cac7 .liquid-bbd0 > li.gallery_basic_ddc7 > a,
.texture_tall_1c99.card_large_cac7 .liquid-bbd0 > li.dim-98a3 > a {
  color: #fff;
  background-color: #1e4b75;
}
.texture_tall_1c99.filter_7f4c .liquid-bbd0 > li > a .last-a65e {
  position: relative;
}
.texture_tall_1c99.filter_7f4c .liquid-bbd0 > li > a .last-a65e: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;
}
.texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li:focus
  > a
  .last-a65e:before,
.texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li:hover
  > a
  .last-a65e:before {
  width: 100%;
  background-color: currentColor;
}
.texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a
  .last-a65e:before,
.texture_tall_1c99.filter_7f4c
  .liquid-bbd0
  > li.static_f582
  > a
  .last-a65e:before {
  width: 100%;
  background-color: currentColor;
}
.texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li > a .last-a65e {
  position: relative;
}
.texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li > a .last-a65e: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;
}
.texture_tall_1c99.container_soft_eb65 .liquid-bbd0 > li:focus > a .last-a65e:before,
.texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li:hover
  > a
  .last-a65e:before {
  width: 100%;
  background-color: currentColor;
}
.texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li.gallery_basic_ddc7
  > a
  .last-a65e:before,
.texture_tall_1c99.container_soft_eb65
  .liquid-bbd0
  > li.static_f582
  > a
  .last-a65e:before {
  width: 100%;
  background-color: currentColor;
}
.hover_a3b7 .cool_469a {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hover_a3b7 .cool_469a li:first-child > a {
  border-top: none;
}
.hover_a3b7 .cool_469a .backdrop-c95b > .last-a65e .header-huge-691b {
  display: none;
}
.hover_a3b7 .cool_469a li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.hover_a3b7 .cool_469a li:last-child {
  border: none;
}
.hover_a3b7 .cool_469a li.fluid-b2c2 > a {
  padding-right: 45px !important;
}
.hover_a3b7 .cool_469a li a {
  display: block;
  padding: 0.55em 1.5em;
}
.hover_a3b7 .cool_469a li a:focus,
.hover_a3b7 .cool_469a li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hover_a3b7 .cool_469a li .logo_51dd {
  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;
}
.hover_a3b7 .cool_469a li .logo_51dd:hover {
  box-shadow: none;
}
.hover_a3b7 .cool_469a li .logo_51dd .header-huge-691b {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.hover_a3b7 .cool_469a .link_3920 {
  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);
}
.hover_a3b7 .cool_469a .link_3920 li a {
  padding-left: 3em;
}
.hover_a3b7 .cool_469a .grid-dc4c > a .logo_51dd i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hover_a3b7 .cool_469a .grid-dc4c > .link_3920 {
  display: block;
  opacity: 1;
}
.box_ea15 {
  max-width: 100%;
}
.summary-3f0a {
  line-height: 0;
  cursor: pointer;
}
.search_a38b {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.search_a38b:hover {
  box-shadow: none;
  color: currentColor;
}
.search_a38b svg {
  width: 18px;
  height: 18px;
}
.search_a38b .shadow_1243 {
  display: none;
}
.modal_complex_c270 {
  position: relative;
}
.modal_complex_c270.fn-active-c9de .search_a38b .dark_0f98 {
  display: none;
}
.modal_complex_c270.fn-active-c9de .search_a38b .shadow_1243 {
  display: inline-block;
}
.modal_complex_c270 .background_black_1f34 {
  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);
}
.modal_complex_c270.list_new_b459 .background_black_1f34 {
  left: auto;
  right: -0.9em;
}
.modal_complex_c270.list_new_b459 .light_79fc::before {
  left: auto;
  right: 15px;
}
.modal_complex_c270.fn-active-c9de .background_black_1f34 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popup_dirty_11c7 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.popup_dirty_11c7 label {
  flex-basis: 100%;
}
.popup_dirty_11c7 .progress-571f {
  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;
}
.popup_dirty_11c7 .wrapper_new_fb1c {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.popup_dirty_11c7 .wrapper_new_fb1c:focus {
  background-color: transparent;
}
.popup_dirty_11c7 button.sidebar-0c45 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.popup_dirty_11c7 button.sidebar-0c45:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.popup_dirty_11c7 button.sidebar-0c45 svg {
  width: 18px;
  height: 18px;
}
.popup_dirty_11c7 input[type="submit"] {
  min-height: auto;
}
.warm_5277 .popup_dirty_11c7 .wrapper_new_fb1c {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.light_79fc {
  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) {
  .light_79fc {
    width: 220px;
  }
}
.light_79fc label {
  flex-basis: 100%;
}
.light_79fc::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;
}
.primary_e681 .warm_5277 .popup_dirty_11c7 {
  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;
}
.primary_e681
  .warm_5277
  .popup_dirty_11c7
  .progress-571f {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.primary_e681 .warm_5277 .popup_dirty_11c7 .wrapper_new_fb1c {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.primary_e681
  .warm_5277
  .popup_dirty_11c7
  .wrapper_new_fb1c:focus {
  background: 0 0;
}
.primary_e681
  .warm_5277
  .popup_dirty_11c7
  .progress_bf99 {
  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;
}
.popup_prev_a071 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.popup_prev_a071 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.popup_prev_a071 li:last-child {
  margin-right: 0;
}
.popup_prev_a071 li:first-child {
  margin-left: 0;
}
.popup_prev_a071.tiny_7e6e a {
  color: #fff;
}
.popup_prev_a071.tiny_7e6e a:hover {
  color: #fff;
}
.popup_prev_a071 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.popup_prev_a071 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.popup_prev_a071 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.popup_prev_a071 a:hover {
  opacity: 0.9;
  color: inherit;
}
.popup_prev_a071 [class*="social-icon-apple"] {
  background-color: #999;
}
.popup_prev_a071 [class*="social-icon-apple"].prev_828f {
  background-color: transparent;
  color: #999;
}
.popup_prev_a071 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.popup_prev_a071 [class*="social-icon-behance"].prev_828f {
  background-color: transparent;
  color: #1769ff;
}
.popup_prev_a071 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.popup_prev_a071 [class*="social-icon-bitbucket"].prev_828f {
  background-color: transparent;
  color: #205081;
}
.popup_prev_a071 [class*="social-icon-codepen"] {
  background-color: #000;
}
.popup_prev_a071 [class*="social-icon-codepen"].prev_828f {
  background-color: transparent;
  color: #000;
}
.popup_prev_a071 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.popup_prev_a071 [class*="social-icon-delicious"].prev_828f {
  background-color: transparent;
  color: #39f;
}
.popup_prev_a071 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.popup_prev_a071 [class*="social-icon-digg"].prev_828f {
  background-color: transparent;
  color: #005be2;
}
.popup_prev_a071 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.popup_prev_a071 [class*="social-icon-dribbble"].prev_828f {
  background-color: transparent;
  color: #ea4c89;
}
.popup_prev_a071 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.popup_prev_a071 [class*="social-icon-envelope"].prev_828f {
  background-color: transparent;
  color: #ea4335;
}
.popup_prev_a071 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.popup_prev_a071 [class*="social-icon-facebook"].prev_828f {
  background-color: transparent;
  color: #3b5998;
}
.popup_prev_a071 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.popup_prev_a071 [class*="social-icon-flickr"].prev_828f {
  background-color: transparent;
  color: #0063dc;
}
.popup_prev_a071 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.popup_prev_a071 [class*="social-icon-foursquare"].prev_828f {
  background-color: transparent;
  color: #2d5be3;
}
.popup_prev_a071 [class*="social-icon-github"] {
  background-color: #333;
}
.popup_prev_a071 [class*="social-icon-github"].prev_828f {
  background-color: transparent;
  color: #333;
}
.popup_prev_a071 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.popup_prev_a071 [class*="social-icon-google-plus"].prev_828f {
  background-color: transparent;
  color: #dd4b39;
}
.popup_prev_a071 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.popup_prev_a071 [class*="social-icon-houzz"].prev_828f {
  background-color: transparent;
  color: #7ac142;
}
.popup_prev_a071 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.popup_prev_a071 [class*="social-icon-instagram"].prev_828f {
  background-color: transparent;
  color: #262626;
}
.popup_prev_a071 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.popup_prev_a071 [class*="social-icon-jsfiddle"].prev_828f {
  background-color: transparent;
  color: #487aa2;
}
.popup_prev_a071 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.popup_prev_a071 [class*="social-icon-linkedin"].prev_828f {
  background-color: transparent;
  color: #0077b5;
}
.popup_prev_a071 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.popup_prev_a071 [class*="social-icon-medium"].prev_828f {
  background-color: transparent;
  color: #00ab6b;
}
.popup_prev_a071 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.popup_prev_a071
  [class*="social-icon-odnoklassniki"].prev_828f {
  background-color: transparent;
  color: #f4731c;
}
.popup_prev_a071 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.popup_prev_a071 [class*="social-icon-meetup"].prev_828f {
  background-color: transparent;
  color: #ec1c40;
}
.popup_prev_a071 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.popup_prev_a071 [class*="social-icon-pinterest"].prev_828f {
  background-color: transparent;
  color: #bd081c;
}
.popup_prev_a071 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.popup_prev_a071 [class*="social-icon-product-hunt"].prev_828f {
  background-color: transparent;
  color: #da552f;
}
.popup_prev_a071 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.popup_prev_a071 [class*="social-icon-reddit"].prev_828f {
  background-color: transparent;
  color: #ff4500;
}
.popup_prev_a071 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.popup_prev_a071 [class*="social-icon-rss"].prev_828f {
  background-color: transparent;
  color: #f26522;
}
.popup_prev_a071 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.popup_prev_a071
  [class*="social-icon-shopping-cart"].prev_828f {
  background-color: transparent;
  color: #4caf50;
}
.popup_prev_a071 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.popup_prev_a071 [class*="social-icon-skype"].prev_828f {
  background-color: transparent;
  color: #00aff0;
}
.popup_prev_a071 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.popup_prev_a071 [class*="social-icon-slideshare"].prev_828f {
  background-color: transparent;
  color: #0077b5;
}
.popup_prev_a071 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.popup_prev_a071 [class*="social-icon-snapchat"].prev_828f {
  background-color: transparent;
  color: #fffc00;
}
.popup_prev_a071 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.popup_prev_a071 [class*="social-icon-soundcloud"].prev_828f {
  background-color: transparent;
  color: #f80;
}
.popup_prev_a071 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.popup_prev_a071 [class*="social-icon-spotify"].prev_828f {
  background-color: transparent;
  color: #2ebd59;
}
.popup_prev_a071 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.popup_prev_a071
  [class*="social-icon-stack-overflow"].prev_828f {
  background-color: transparent;
  color: #fe7a15;
}
.popup_prev_a071 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.popup_prev_a071 [class*="social-icon-maldkfgram"].prev_828f {
  background-color: transparent;
  color: #2ca5e0;
}
.popup_prev_a071 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.popup_prev_a071 [class*="social-icon-tripadvisor"].prev_828f {
  background-color: transparent;
  color: #589442;
}
.popup_prev_a071 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.popup_prev_a071 [class*="social-icon-tumblr"].prev_828f {
  background-color: transparent;
  color: #35465c;
}
.popup_prev_a071 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.popup_prev_a071 [class*="social-icon-twitch"].prev_828f {
  background-color: transparent;
  color: #6441a5;
}
.popup_prev_a071 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.popup_prev_a071 [class*="social-icon-twitter"].prev_828f {
  background-color: transparent;
  color: #1da1f2;
}
.popup_prev_a071 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.popup_prev_a071 [class*="social-icon-vimeo"].prev_828f {
  background-color: transparent;
  color: #1ab7ea;
}
.popup_prev_a071 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.popup_prev_a071 [class*="social-icon-vk"].prev_828f {
  background-color: transparent;
  color: #45668e;
}
.popup_prev_a071 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.popup_prev_a071 [class*="social-icon-weibo"].prev_828f {
  background-color: transparent;
  color: #df2029;
}
.popup_prev_a071 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.popup_prev_a071 [class*="social-icon-weixin"].prev_828f {
  background-color: transparent;
  color: #7bb32e;
}
.popup_prev_a071 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.popup_prev_a071 [class*="social-icon-whatsapp"].prev_828f {
  background-color: transparent;
  color: #25d366;
}
.popup_prev_a071 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.popup_prev_a071 [class*="social-icon-wordpress"].prev_828f {
  background-color: transparent;
  color: #21759b;
}
.popup_prev_a071 [class*="social-icon-xing"] {
  background-color: #026466;
}
.popup_prev_a071 [class*="social-icon-xing"].prev_828f {
  background-color: transparent;
  color: #026466;
}
.popup_prev_a071 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.popup_prev_a071 [class*="social-icon-yelp"].prev_828f {
  background-color: transparent;
  color: #af0606;
}
.popup_prev_a071 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.popup_prev_a071 [class*="social-icon-youtube"].prev_828f {
  background-color: transparent;
  color: #cd201f;
}
.mask_8745 {
  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;
}
.mask_8745:hover {
  box-shadow: none;
  background: 0 0;
}
.medium_fb7a {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.hovered_3482 {
  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;
}
.dynamic_7fb5 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.popup-orange-b04f {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.popup-orange-b04f,
.popup-orange-b04f::after,
.popup-orange-b04f::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;
}
.popup-orange-b04f::after,
.popup-orange-b04f::before {
  content: "";
  display: block;
  background-color: inherit;
}
.tabs-tiny-e26d .hovered_3482 .dynamic_7fb5 {
  margin-top: -2px;
  width: 19px;
}
.tabs-tiny-e26d .hovered_3482 .popup-orange-b04f {
  margin-top: -1px;
}
.tabs-tiny-e26d .hovered_3482 .popup-orange-b04f,
.tabs-tiny-e26d .hovered_3482 .popup-orange-b04f::after,
.tabs-tiny-e26d .hovered_3482 .popup-orange-b04f::before {
  width: 19px;
  height: 2px;
}
.tabs-tiny-e26d .hovered_3482 .popup-orange-b04f::before {
  top: -6px;
}
.tabs-tiny-e26d .hovered_3482 .popup-orange-b04f::after {
  bottom: -6px;
}
.list_pro_470c .hovered_3482 .dynamic_7fb5 {
  margin-top: -2px;
  width: 22px;
}
.list_pro_470c .hovered_3482 .popup-orange-b04f {
  margin-top: -1px;
}
.list_pro_470c .hovered_3482 .popup-orange-b04f,
.list_pro_470c .hovered_3482 .popup-orange-b04f::after,
.list_pro_470c .hovered_3482 .popup-orange-b04f::before {
  width: 22px;
  height: 2px;
}
.list_pro_470c .hovered_3482 .popup-orange-b04f::before {
  top: -7px;
}
.list_pro_470c .hovered_3482 .popup-orange-b04f::after {
  bottom: -7px;
}
.video_cdbb .hovered_3482 .dynamic_7fb5 {
  margin-top: -2px;
  width: 31px;
}
.video_cdbb .hovered_3482 .popup-orange-b04f {
  margin-top: -1.5px;
}
.video_cdbb .hovered_3482 .popup-orange-b04f,
.video_cdbb .hovered_3482 .popup-orange-b04f::after,
.video_cdbb .hovered_3482 .popup-orange-b04f::before {
  width: 31px;
  height: 3px;
}
.video_cdbb .hovered_3482 .popup-orange-b04f::before {
  top: -9px;
}
.video_cdbb .hovered_3482 .popup-orange-b04f::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .filter-dim-5f96 .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 19px;
  }
  .filter-dim-5f96 .hovered_3482 .popup-orange-b04f {
    margin-top: -1px;
  }
  .filter-dim-5f96 .hovered_3482 .popup-orange-b04f,
  .filter-dim-5f96 .hovered_3482 .popup-orange-b04f::after,
  .filter-dim-5f96 .hovered_3482 .popup-orange-b04f::before {
    width: 19px;
    height: 2px;
  }
  .filter-dim-5f96 .hovered_3482 .popup-orange-b04f::before {
    top: -6px;
  }
  .filter-dim-5f96 .hovered_3482 .popup-orange-b04f::after {
    bottom: -6px;
  }
  .status_0aba .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 22px;
  }
  .status_0aba .hovered_3482 .popup-orange-b04f {
    margin-top: -1px;
  }
  .status_0aba .hovered_3482 .popup-orange-b04f,
  .status_0aba .hovered_3482 .popup-orange-b04f::after,
  .status_0aba .hovered_3482 .popup-orange-b04f::before {
    width: 22px;
    height: 2px;
  }
  .status_0aba .hovered_3482 .popup-orange-b04f::before {
    top: -7px;
  }
  .status_0aba .hovered_3482 .popup-orange-b04f::after {
    bottom: -7px;
  }
  .message_0c01 .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 31px;
  }
  .message_0c01 .hovered_3482 .popup-orange-b04f {
    margin-top: -1.5px;
  }
  .message_0c01 .hovered_3482 .popup-orange-b04f,
  .message_0c01 .hovered_3482 .popup-orange-b04f::after,
  .message_0c01 .hovered_3482 .popup-orange-b04f::before {
    width: 31px;
    height: 3px;
  }
  .message_0c01 .hovered_3482 .popup-orange-b04f::before {
    top: -9px;
  }
  .message_0c01 .hovered_3482 .popup-orange-b04f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .focused-547a .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 19px;
  }
  .focused-547a .hovered_3482 .popup-orange-b04f {
    margin-top: -1px;
  }
  .focused-547a .hovered_3482 .popup-orange-b04f,
  .focused-547a .hovered_3482 .popup-orange-b04f::after,
  .focused-547a .hovered_3482 .popup-orange-b04f::before {
    width: 19px;
    height: 2px;
  }
  .focused-547a .hovered_3482 .popup-orange-b04f::before {
    top: -6px;
  }
  .focused-547a .hovered_3482 .popup-orange-b04f::after {
    bottom: -6px;
  }
  .label_12b7 .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 22px;
  }
  .label_12b7 .hovered_3482 .popup-orange-b04f {
    margin-top: -1px;
  }
  .label_12b7 .hovered_3482 .popup-orange-b04f,
  .label_12b7 .hovered_3482 .popup-orange-b04f::after,
  .label_12b7 .hovered_3482 .popup-orange-b04f::before {
    width: 22px;
    height: 2px;
  }
  .label_12b7 .hovered_3482 .popup-orange-b04f::before {
    top: -7px;
  }
  .label_12b7 .hovered_3482 .popup-orange-b04f::after {
    bottom: -7px;
  }
  .notification_a616 .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 31px;
  }
  .notification_a616 .hovered_3482 .popup-orange-b04f {
    margin-top: -1.5px;
  }
  .notification_a616 .hovered_3482 .popup-orange-b04f,
  .notification_a616 .hovered_3482 .popup-orange-b04f::after,
  .notification_a616 .hovered_3482 .popup-orange-b04f::before {
    width: 31px;
    height: 3px;
  }
  .notification_a616 .hovered_3482 .popup-orange-b04f::before {
    top: -9px;
  }
  .notification_a616 .hovered_3482 .popup-orange-b04f::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .card_cool_896e .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 19px;
  }
  .card_cool_896e .hovered_3482 .popup-orange-b04f {
    margin-top: -1px;
  }
  .card_cool_896e .hovered_3482 .popup-orange-b04f,
  .card_cool_896e .hovered_3482 .popup-orange-b04f::after,
  .card_cool_896e .hovered_3482 .popup-orange-b04f::before {
    width: 19px;
    height: 2px;
  }
  .card_cool_896e .hovered_3482 .popup-orange-b04f::before {
    top: -6px;
  }
  .card_cool_896e .hovered_3482 .popup-orange-b04f::after {
    bottom: -6px;
  }
  .hovered_4ea9 .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 22px;
  }
  .hovered_4ea9 .hovered_3482 .popup-orange-b04f {
    margin-top: -1px;
  }
  .hovered_4ea9 .hovered_3482 .popup-orange-b04f,
  .hovered_4ea9 .hovered_3482 .popup-orange-b04f::after,
  .hovered_4ea9 .hovered_3482 .popup-orange-b04f::before {
    width: 22px;
    height: 2px;
  }
  .hovered_4ea9 .hovered_3482 .popup-orange-b04f::before {
    top: -7px;
  }
  .hovered_4ea9 .hovered_3482 .popup-orange-b04f::after {
    bottom: -7px;
  }
  .upper_f7c2 .hovered_3482 .dynamic_7fb5 {
    margin-top: -2px;
    width: 31px;
  }
  .upper_f7c2 .hovered_3482 .popup-orange-b04f {
    margin-top: -1.5px;
  }
  .upper_f7c2 .hovered_3482 .popup-orange-b04f,
  .upper_f7c2 .hovered_3482 .popup-orange-b04f::after,
  .upper_f7c2 .hovered_3482 .popup-orange-b04f::before {
    width: 31px;
    height: 3px;
  }
  .upper_f7c2 .hovered_3482 .popup-orange-b04f::before {
    top: -9px;
  }
  .upper_f7c2 .hovered_3482 .popup-orange-b04f::after {
    bottom: -9px;
  }
}
.active-b628 .popup-orange-b04f {
  -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);
}
.active-b628 .popup-orange-b04f::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.active-b628 .popup-orange-b04f::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);
}
.active-b628.link-north-5dd0 .popup-orange-b04f {
  -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);
}
.active-b628.link-north-5dd0 .popup-orange-b04f::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.active-b628.link-north-5dd0 .popup-orange-b04f::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);
}
.title_eec7 {
  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.message_gold_004f:before {
  display: none;
}
.caption-dirty-996e {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.caption-dirty-996e .icon-left-949e {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.caption-dirty-996e .icon-left-949e:last-of-type {
  border-bottom: none;
}
.caption-dirty-996e .icon-left-949e.white_94b6,
.caption-dirty-996e .icon-left-949e.aside-9965,
.caption-dirty-996e .icon-left-949e.feature_white_f444 {
  padding: 0;
}
.caption-dirty-996e .hover_a3b7 .logo_51dd {
  color: currentColor;
}
.caption-dirty-996e .hover_a3b7 .logo_51dd:focus,
.caption-dirty-996e .hover_a3b7 .logo_51dd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.caption-dirty-996e.video-new-d3f1 .rough_d926,
.caption-dirty-996e.video-new-d3f1 .highlight-outer-b1d5 a,
.caption-dirty-996e.video-new-d3f1 .liquid-bbd0 a,
.caption-dirty-996e.video-new-d3f1 .link_3920 a {
  color: rgba(0, 0, 0, 0.55);
}
.caption-dirty-996e.video-new-d3f1 .rough_d926:hover,
.caption-dirty-996e.video-new-d3f1 .highlight-outer-b1d5 a:hover,
.caption-dirty-996e.video-new-d3f1 .liquid-bbd0 a:hover,
.caption-dirty-996e.video-new-d3f1 .link_3920 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.caption-dirty-996e.video-new-d3f1 .summary_929a {
  color: rgba(0, 0, 0, 0.8);
}
.caption-dirty-996e.video-new-d3f1 .icon-left-949e {
  border-color: rgba(0, 0, 0, 0.08);
}
.caption-dirty-996e.video-new-d3f1 .icon-left-949e:before {
  background: rgba(0, 0, 0, 0.08);
}
.caption-dirty-996e.video-new-d3f1 .column_selected_ed4d:before {
  background: rgba(255, 255, 255, 0.9);
}
.caption-dirty-996e.video-new-d3f1 .hover_a3b7 .cool_469a li a,
.caption-dirty-996e.video-new-d3f1 .hover_a3b7 .logo_51dd,
.caption-dirty-996e.video-new-d3f1 .link_3920 {
  border-color: rgba(0, 0, 0, 0.08);
}
.caption-dirty-996e.video-new-d3f1 .hover_a3b7 .logo_51dd:focus,
.caption-dirty-996e.video-new-d3f1 .hover_a3b7 .logo_51dd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.caption-dirty-996e.video-new-d3f1 .cool_469a li {
  border-color: rgba(0, 0, 0, 0.08);
}
.caption-dirty-996e.button-fa09 .rough_d926,
.caption-dirty-996e.button-fa09 .highlight-outer-b1d5 a,
.caption-dirty-996e.button-fa09 .liquid-bbd0 .logo_51dd,
.caption-dirty-996e.button-fa09 .liquid-bbd0 a,
.caption-dirty-996e.button-fa09 .link_3920 a {
  color: rgba(255, 255, 255, 0.79);
}
.caption-dirty-996e.button-fa09 .rough_d926:hover,
.caption-dirty-996e.button-fa09 .highlight-outer-b1d5 a:hover,
.caption-dirty-996e.button-fa09 .liquid-bbd0 .logo_51dd:hover,
.caption-dirty-996e.button-fa09 .liquid-bbd0 a:hover,
.caption-dirty-996e.button-fa09 .link_3920 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.caption-dirty-996e.button-fa09 .summary_929a {
  color: rgba(255, 255, 255, 0.99);
}
.caption-dirty-996e.button-fa09 .icon-left-949e {
  border-color: rgba(255, 255, 255, 0.08);
}
.caption-dirty-996e.button-fa09 .icon-left-949e:before {
  background: rgba(255, 255, 255, 0.08);
}
.caption-dirty-996e.button-fa09 .column_selected_ed4d:before {
  background: rgba(0, 0, 0, 0.9);
}
.caption-dirty-996e.button-fa09 .hover_a3b7 .cool_469a li a,
.caption-dirty-996e.button-fa09 .hover_a3b7 .logo_51dd,
.caption-dirty-996e.button-fa09 .link_3920 {
  border-color: rgba(255, 255, 255, 0.08);
}
.caption-dirty-996e.button-fa09 .hover_a3b7 .logo_51dd:focus,
.caption-dirty-996e.button-fa09 .hover_a3b7 .logo_51dd:hover {
  background: rgba(0, 0, 0, 0.01);
}
.caption-dirty-996e.button-fa09 .cool_469a li {
  border-color: rgba(255, 255, 255, 0.08);
}
.column_selected_ed4d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.column_selected_ed4d:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.menu_simple_32e8 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.tag_9597 .caption-dirty-996e {
  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;
}
.tag_9597 .icon-left-949e {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.tag_9597 .icon-left-949e: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) {
  .tag_9597 .icon-left-949e:before {
    width: 16%;
    left: 42%;
  }
}
.tag_9597 .icon-left-949e:last-child:before {
  content: none;
}
.tag_9597 .icon-left-949e[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.tag_9597 .hover_a3b7 .cool_469a li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.tag_9597 .hover_a3b7 .cool_469a li a .logo_51dd {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.tag_9597 .hover_a3b7 .link_3920 {
  border: none;
}
.tag_9597 .hover_a3b7 .link_3920 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.tag_9597 .column_selected_ed4d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tag_9597 .menu_simple_32e8 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.tag_9597 .button-fa09 .column_selected_ed4d:before {
  background: rgba(0, 0, 0, 0.9);
}
.tag_9597 .video-new-d3f1.clean_0a29 .popup-orange-b04f {
  background: rgba(0, 0, 0, 0.6);
}
.tag_9597
  .video-new-d3f1.clean_0a29
  .popup-orange-b04f::after,
.tag_9597
  .video-new-d3f1.clean_0a29
  .popup-orange-b04f:before {
  background: inherit;
}
.tag_9597
  .video-new-d3f1.clean_0a29:hover
  .popup-orange-b04f {
  background: rgba(0, 0, 0, 0.8);
}
.focus-dirty-16ce .caption-dirty-996e {
  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) {
  .focus-dirty-16ce .caption-dirty-996e {
    width: auto;
    right: 45px;
  }
}
.background-advanced-edd2 .caption-dirty-996e {
  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) {
  .background-advanced-edd2 .caption-dirty-996e {
    width: auto;
    left: 45px;
  }
}
.message_gold_004f .caption-dirty-996e {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.message_gold_004f .menu_simple_32e8 {
  max-width: 48em;
  margin: 0 auto;
}
.message_gold_004f .column_selected_ed4d:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.breadcrumb-stale-2368 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.breadcrumb-stale-2368.tag_9597 .caption-dirty-996e {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.breadcrumb-stale-2368.focus-dirty-16ce .caption-dirty-996e {
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.breadcrumb-stale-2368 .caption-dirty-996e {
  visibility: visible;
}
.breadcrumb-stale-2368.background-advanced-edd2 .caption-dirty-996e {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.media-7070,
.north-7a75 {
  overflow-x: hidden;
}
.media-7070 .caption-dirty-996e {
  overflow: auto;
}
.media-7070.tag_9597 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.media-7070.tag_9597 .caption-dirty-996e {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.media-7070.tag_9597 .mask_8745 {
  opacity: 0;
}
.media-7070.focus-dirty-16ce {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.media-7070.focus-dirty-16ce .caption-dirty-996e {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.media-7070.focus-dirty-16ce .mask_8745 {
  opacity: 0;
}
.media-7070.background-advanced-edd2 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.media-7070.background-advanced-edd2 .caption-dirty-996e {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.media-7070.background-advanced-edd2 .mask_8745 {
  opacity: 0;
}
.media-7070.message_gold_004f .caption-dirty-996e {
  z-index: 10;
  visibility: visible;
}
.clean_0a29 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.clean_0a29 .popup-orange-b04f {
  background: rgba(255, 255, 255, 0.99);
}
.clean_0a29 .popup-orange-b04f::after,
.clean_0a29 .popup-orange-b04f:before {
  background: inherit;
}
.clean_0a29:hover .popup-orange-b04f {
  background: rgba(255, 255, 255, 0.99);
}
.background-advanced-edd2 .clean_0a29 {
  top: 10px;
  right: auto;
  left: 12px;
}
.message_gold_004f .clean_0a29 {
  display: none !important;
}
.media-7070:before,
.north-7a75:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.media-7070 .clean_0a29,
.north-7a75 .clean_0a29 {
  display: inline-block;
}
.caption-dirty-996e .texture_e380 {
  -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;
}
.media-7070 .caption-dirty-996e .texture_e380,
.north-7a75 .caption-dirty-996e .texture_e380 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.image_74b6 .progress-571f {
  width: 100%;
}
.up_a229 {
  padding: 0 0.5em 0;
}
.up_a229 [class*="customify-col-"],
.up_a229 [class*="customify-col_"],
.up_a229 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.focus_652b .up_a229 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .panel_hot_8adc .media_fixed_59cf,
  .media_fixed_59cf {
    display: none;
  }
  .hover_e3d6 {
    text-align: left;
  }
  .footer-5c4b {
    text-align: center;
  }
  .detail-huge-f65a {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .panel_hot_8adc .gallery-solid-08e7,
  .gallery-solid-08e7 {
    display: none;
  }
  .pattern-stale-004b {
    text-align: left;
  }
  .item-e338 {
    text-align: center;
  }
  .mini_4f1f {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .panel_hot_8adc .title-762f,
  .title-762f {
    display: none;
  }
  .button-4778 {
    text-align: left;
  }
  .banner_49c3 {
    text-align: center;
  }
  .photo-steel-d4a8 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.button_192b {
  box-shadow: none !important;
}
.slider_f5db .sort_under_0284,
.out_1a44 .sort_under_0284 {
  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;
}
.out_1a44 .sort_under_0284 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.stone-be8e {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.stone-be8e:after,
.stone-be8e:before {
  content: "";
  display: table;
}
.stone-be8e:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .stone-be8e {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.stone-be8e,
.carousel-gas-622c {
  max-width: 1248px;
  margin: 0 auto;
}

.preview_683a.message-active-8b78 .stone-be8e {
  max-width: 100%;
}
.preview_683a.light_1de2 {
  max-width: 1200px;
  margin: 0 auto;
}
.preview_683a.wrapper-blue-b0fd .stone-be8e {
  max-width: 100%;
}
.preview_683a.wrapper-blue-b0fd > .stone-be8e {
  padding-left: 0;
  padding-right: 0;
}
.preview_683a.wrapper-blue-b0fd > .stone-be8e .panel_hot_8adc {
  margin: 0;
}
.preview_683a.wrapper-blue-b0fd
  > .stone-be8e
  .full_ea19.top_c9f1 {
  margin-right: 0;
  margin-left: 0;
}
.preview_683a.wrapper-blue-b0fd #main.top_c9f1 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .message-0e0d #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .message-0e0d #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .highlight-gold-1e58 .hard-7605 {
    padding-right: 1em;
  }
  .highlight-gold-1e58.hidden-4990 .full_ea19 {
    border-right: 1px solid #eaecee;
  }
  .highlight-gold-1e58.hidden-4990 .hard-7605 {
    padding-right: 1em;
  }
  .highlight-gold-1e58.hidden-4990 .summary-5ab4 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .pattern-bright-857b .hard-7605 {
    padding-left: 1em;
  }
  .pattern-bright-857b.hidden-4990 .full_ea19 {
    border-left: 1px solid #eaecee;
  }
  .pattern-bright-857b.hidden-4990 .hard-7605 {
    padding-left: 1em;
  }
  .pattern-bright-857b.hidden-4990 .summary-5ab4 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .texture-stale-3bc2 .hard-7605 {
    padding-left: 1em;
  }
  .texture-stale-3bc2.hidden-4990 .highlight-8c77 {
    border-right: 1px solid #eaecee;
  }
  .texture-stale-3bc2.hidden-4990 .border-current-3f9e {
    border-right: 1px solid #eaecee;
  }
  .texture-stale-3bc2.hidden-4990 .hard-7605 {
    padding-left: 1em;
  }
  .texture-stale-3bc2.hidden-4990 .summary-5ab4 {
    padding-right: 1em;
  }
  .texture-stale-3bc2.hidden-4990 .section_motion_c4c4 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .shadow-hard-3cfe .hard-7605 {
    padding-right: 1em;
  }
  .shadow-hard-3cfe.hidden-4990 .highlight-8c77 {
    border-left: 1px solid #eaecee;
  }
  .shadow-hard-3cfe.hidden-4990 .border-current-3f9e {
    border-left: 1px solid #eaecee;
  }
  .shadow-hard-3cfe.hidden-4990 .hard-7605 {
    padding-right: 1em;
  }
  .shadow-hard-3cfe.hidden-4990 .summary-5ab4 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .shadow-hard-3cfe.hidden-4990 .section_motion_c4c4 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .message-0e0d .hard-7605 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .message-0e0d.hidden-4990 .full_ea19 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .message-0e0d.hidden-4990 .hard-7605 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .message-0e0d.hidden-4990 .summary-5ab4 {
    padding-left: 1em;
  }
  .message-0e0d.hidden-4990 .section_motion_c4c4 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .message-0e0d.hidden-4990 .hard-7605 {
    padding-left: 0;
  }
}
.steel_d2ab .box_bf2a {
  display: inline-block;
}
.west-0944 {
  display: inline-block;
}
.upper-5408 {
  word-con: break-word;
}
.wide_1601 > span {
  display: inline-block;
  padding: 5px 0;
}
.wide_1601 .photo-light-7eaa {
  margin-left: 8px;
  margin-right: 8px;
}
.wide_1601 .text-tiny-7544 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.photo-1d90 .focused-a395 {
  margin-bottom: 2em;
}
.photo-1d90 .block_next_ff11 {
  margin-bottom: 15px;
}
.photo-1d90 .block_next_ff11:last-child {
  margin-bottom: 0;
}
.photo-1d90 .header-0b80 {
  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) {
  .photo-1d90 .header-0b80 {
    display: block;
  }
}
.photo-1d90 .icon-easy-9efc {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .photo-1d90 .icon-easy-9efc {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.photo-1d90 .badge-red-03c5 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.photo-1d90 .badge-red-03c5 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.photo-1d90 .badge-red-03c5 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.photo-1d90 .upper-5408 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.photo-1d90 .upper-5408 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.photo-1d90 .grid-3e41 p:last-child {
  margin-bottom: 0;
}
.photo-1d90 .label_thick_051e {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.photo-1d90 .icon_basic_cfa9 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.photo-1d90 .action-6a1d {
  margin-top: 1em;
}
.photo-1d90 .article-f7ed {
  top: 0;
  display: block;
}
.photo-1d90 .article-f7ed a {
  color: inherit;
}
.photo-1d90 .article-f7ed a:hover {
  color: inherit;
}
.photo-1d90 .aside_outer_4779 {
  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;
}
.photo-1d90 .aside_outer_4779:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.photo-1d90 .icon_basic_cfa9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.photo-1d90 .light_535c {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.photo-1d90 .light_535c:first-child {
  margin-top: 0;
}
.photo-1d90 .light_535c.accordion-brown-bf63 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.photo-1d90 .light_535c.hard_d1ce {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.photo-1d90
  .light_535c.hard_d1ce.hovered-40ff
  .action-6a1d {
  width: 100%;
}
.photo-1d90 .hard_d1ce {
  -webkit-box-align: center;
  align-items: center;
}
.photo-1d90 .hard_d1ce .wide_1601,
.photo-1d90 .hard_d1ce > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.photo-1d90 .badge-red-03c5 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.photo-1d90 .badge-red-03c5 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.photo-1d90 .badge-red-03c5: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;
}
.photo-1d90 .accordion-brown-bf63 {
  z-index: 5;
}
.photo-1d90 .east_6552 .block-2318 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.photo-1d90 .first_5007 .block-2318 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.photo-1d90 .text_5a00 .block-2318 {
  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;
}
.photo-1d90.input-c101 .header-0b80,
.photo-1d90.hover_c60d .header-0b80 {
  display: block;
}
.photo-1d90.input-c101 .header-0b80 .primary-1583,
.photo-1d90.input-c101 .header-0b80 .icon_basic_cfa9,
.photo-1d90.hover_c60d .header-0b80 .primary-1583,
.photo-1d90.hover_c60d .header-0b80 .icon_basic_cfa9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.photo-1d90.clean-4514 .icon-easy-9efc {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .photo-1d90.clean-4514 .icon-easy-9efc {
    margin-right: 0;
  }
}
.photo-1d90.input-c101 .icon-easy-9efc,
.photo-1d90.hover_c60d .icon-easy-9efc {
  padding-top: 40%;
}
.photo-1d90.input-c101 .focused-a395,
.photo-1d90.hover_c60d .focused-a395 {
  display: block;
}
.photo-1d90.input-c101 .fn-sticky-c9de .icon_basic_cfa9,
.photo-1d90.hover_c60d .fn-sticky-c9de .icon_basic_cfa9 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.photo-1d90.input-c101 .icon-easy-9efc,
.photo-1d90.hover_c60d .icon-easy-9efc {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.photo-1d90.input-c101 .icon_basic_cfa9 {
  padding: 1em;
}
.up_472f {
  margin: 30px auto;
  display: block;
}
.up_472f .hovered_a18c > * {
  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;
}
.up_472f .hovered_a18c > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.up_472f .hovered_a18c span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.blue-d5d1 .wide_1601 {
  margin-bottom: 1.41575em;
}
.blue-d5d1 .center-da4e {
  margin-bottom: 1.618em;
}
.chip_dark_b919 .hover-silver-d416 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.chip_dark_b919 .hover-silver-d416 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.chip_dark_b919 .copper_b5c4 {
  max-width: 100%;
  overflow: auto;
}
.progress_light_3a25 .chip_dark_b919 a:hover {
  text-decoration: underline;
}
.rough-146c .block_next_ff11:not(.upper-5408),
.rough-146c .badge-red-03c5 {
  margin-bottom: 1.41575em;
}
.rough-146c .block_next_ff11:not(.upper-5408):last-child,
.rough-146c .badge-red-03c5:last-child {
  margin-bottom: 0;
}
.rough-146c .block_next_ff11.fluid-8e1e {
  margin-bottom: 0.41575em;
}
.rough-146c .down-86f0:before,
.rough-146c .input-black-c86e:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.rough-146c .down-86f0:before {
  content: "\f115";
}
.rough-146c .input-black-c86e:before {
  content: "\f02c";
}
.rough-146c .cold_47e8 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.rough-146c .cold_47e8 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.stale_4039 {
  display: -webkit-box;
  display: flex;
}
.stale_4039 .gallery-outer-0603 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .stale_4039 .gallery-outer-0603 {
    flex-basis: 90px;
  }
}
.stale_4039 .red-3dcc {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .stale_4039 .red-3dcc {
    flex-basis: calc(100% - 50px);
  }
}
.stale_4039 .pink-118f p:last-child {
  margin-bottom: 0.72em;
}
.border-8e39 .hovered_a18c {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.border-8e39 .hovered_a18c:after,
.border-8e39 .hovered_a18c:before {
  content: "";
  display: table;
}
.border-8e39 .hovered_a18c:after {
  clear: both;
}
.border-8e39 .hovered_a18c .sidebar_first_d58f,
.border-8e39 .hovered_a18c .card_light_2048 {
  width: 49%;
}
.border-8e39 .hovered_a18c .sidebar_first_d58f a span.filter-active-ff41,
.border-8e39 .hovered_a18c .card_light_2048 a span.filter-active-ff41 {
  display: block;
  margin-bottom: 5px;
}
.border-8e39 .hovered_a18c .card_light_2048 {
  float: left;
  text-align: left;
}
.border-8e39 .hovered_a18c .sidebar_first_d58f {
  float: right;
  text-align: right;
}
.active_prev_dc45 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .active_prev_dc45 {
    margin-bottom: 0;
  }
}
.surface_6ee8 {
  margin-bottom: 1em;
}
.surface_6ee8 .upper-5408 {
  font-size: 1.1em;
  line-height: 1.3;
}
.tabs_0dfd a {
  display: block;
  line-height: 0;
  position: relative;
}
.green_892c .surface_6ee8,
.description-cool-4961 .surface_6ee8 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .green_892c .surface_6ee8,
  .description-cool-4961 .surface_6ee8 {
    display: block;
  }
}
.green_892c .tabs_0dfd,
.description-cool-4961 .tabs_0dfd {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .green_892c .tabs_0dfd,
  .description-cool-4961 .tabs_0dfd {
    margin-bottom: 1em;
  }
}
.green_892c .tabs_0dfd img,
.description-cool-4961 .tabs_0dfd img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.green_892c .widget-06d2,
.description-cool-4961 .widget-06d2 {
  flex-basis: calc(100% - 160px);
}
.green_892c .widget-06d2 p,
.description-cool-4961 .widget-06d2 p {
  margin-bottom: 0;
}
.green_892c .widget-06d2 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .green_892c .widget-06d2 {
    padding-left: 0;
  }
}
.description-cool-4961 .widget-06d2 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .description-cool-4961 .widget-06d2 {
    padding-right: 0;
  }
}
.description-cool-4961 .tabs_0dfd {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.hot-b5b3 .tabs_0dfd {
  margin-bottom: 0.5em;
}
.hot-b5b3 .tabs_0dfd img {
  width: 100%;
}
.carousel-4ae4 .highlight_a6b9,
.badge_280f .highlight_a6b9 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.badge_280f .full_ea19 .white_3d49 p:last-child {
  margin-bottom: 0;
}
.current_0ff5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.wrapper_9d7d .modal-4f1c {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .wrapper_9d7d .modal-4f1c:last-of-type {
    margin-bottom: 0;
  }
}
.wrapper_9d7d .modal-4f1c ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper_9d7d .modal-4f1c ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.wrapper_9d7d .modal-4f1c ul li {
  margin: 0 0 0.6em;
}
.wrapper_9d7d .modal-4f1c ul li.aside_out_3e85,
.wrapper_9d7d .modal-4f1c ul li.container-solid-02bb {
  position: relative;
}
.wrapper_9d7d .modal-4f1c ul li.aside_out_3e85 .backdrop_a58b,
.wrapper_9d7d .modal-4f1c ul li.container-solid-02bb .backdrop_a58b {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.wrapper_9d7d .modal-4f1c ul li.aside_out_3e85:after:after,
.wrapper_9d7d .modal-4f1c ul li.aside_out_3e85:after:before,
.wrapper_9d7d
  .modal-4f1c
  ul
  li.container-solid-02bb:after:after,
.wrapper_9d7d
  .modal-4f1c
  ul
  li.container-solid-02bb:after:before {
  content: "";
  display: table;
}
.wrapper_9d7d .modal-4f1c ul li.aside_out_3e85:after:after,
.wrapper_9d7d
  .modal-4f1c
  ul
  li.container-solid-02bb:after:after {
  clear: both;
}
.wrapper_9d7d .modal-4f1c a.slow_f4bc:hover {
  text-decoration: none;
}
.wrapper_9d7d .modal-4f1c select {
  max-width: 100%;
}
.wrapper_9d7d .modal-4f1c table {
  font-size: 85%;
}
.wrapper_9d7d .modal-4f1c table td,
.wrapper_9d7d .modal-4f1c table th {
  padding: 0.2360828548em;
  text-align: center;
}
.wrapper_9d7d .modal-4f1c table tfoot td {
  text-align: left;
}
.wrapper_9d7d .modal-4f1c :last-child {
  margin-bottom: 0;
}
.wrapper_9d7d .modal-4f1c .label-down-cbc1 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.wrapper_9d7d .modal-4f1c .label-down-cbc1 label {
  width: 100%;
}
.wrapper_9d7d .modal-4f1c .label-down-cbc1 .wrapper_new_fb1c {
  width: 100%;
  display: block;
}
.wrapper_9d7d .modal-4f1c .label-down-cbc1 .sidebar-0c45 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.wrapper_9d7d .modal-4f1c .label-down-cbc1 .sidebar-0c45:hover svg #svg-search {
  fill: #444;
}
.wrapper_9d7d .modal-4f1c .label-down-cbc1 .sidebar-0c45 svg {
  width: 18px;
  height: 18px;
}
.wrapper_9d7d .caption-hard-1a30 ul ul,
.wrapper_9d7d .badge_smooth_75be ul ul,
.wrapper_9d7d .hot_642d ul ul,
.wrapper_9d7d .search_brown_ee39 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.wrapper_9d7d .caption-hard-1a30 .fluid-b2c2 > a,
.wrapper_9d7d .badge_smooth_75be .fluid-b2c2 > a,
.wrapper_9d7d .hot_642d .fluid-b2c2 > a,
.wrapper_9d7d .search_brown_ee39 .fluid-b2c2 > a {
  margin-bottom: 0;
}
.wrapper_9d7d .tag-purple-df8c li,
.wrapper_9d7d .caption-hard-1a30 li,
.wrapper_9d7d .texture-b446 li,
.wrapper_9d7d .badge_smooth_75be li,
.wrapper_9d7d .hot_642d li,
.wrapper_9d7d .search_brown_ee39 li,
.wrapper_9d7d .notification_6766 li,
.wrapper_9d7d .light-90c9 li {
  display: block;
  position: relative;
}
.wrapper_9d7d .tag-purple-df8c li:last-child,
.wrapper_9d7d .caption-hard-1a30 li:last-child,
.wrapper_9d7d .texture-b446 li:last-child,
.wrapper_9d7d .badge_smooth_75be li:last-child,
.wrapper_9d7d .hot_642d li:last-child,
.wrapper_9d7d .search_brown_ee39 li:last-child,
.wrapper_9d7d .notification_6766 li:last-child,
.wrapper_9d7d .light-90c9 li:last-child {
  border: none;
}
.wrapper_9d7d .tag-purple-df8c li a,
.wrapper_9d7d .caption-hard-1a30 li a,
.wrapper_9d7d .texture-b446 li a,
.wrapper_9d7d .badge_smooth_75be li a,
.wrapper_9d7d .hot_642d li a,
.wrapper_9d7d .search_brown_ee39 li a,
.wrapper_9d7d .notification_6766 li a,
.wrapper_9d7d .light-90c9 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.wrapper_9d7d .tag-purple-df8c li ul li::before,
.wrapper_9d7d .caption-hard-1a30 li ul li::before,
.wrapper_9d7d .texture-b446 li ul li::before,
.wrapper_9d7d .badge_smooth_75be li ul li::before,
.wrapper_9d7d .hot_642d li ul li::before,
.wrapper_9d7d .search_brown_ee39 li ul li::before,
.wrapper_9d7d .notification_6766 li ul li::before,
.wrapper_9d7d .light-90c9 li ul li::before {
  left: 15px;
}
.wrapper_9d7d .tag-purple-df8c li ul a,
.wrapper_9d7d .caption-hard-1a30 li ul a,
.wrapper_9d7d .texture-b446 li ul a,
.wrapper_9d7d .badge_smooth_75be li ul a,
.wrapper_9d7d .hot_642d li ul a,
.wrapper_9d7d .search_brown_ee39 li ul a,
.wrapper_9d7d .notification_6766 li ul a,
.wrapper_9d7d .light-90c9 li ul a {
  padding-left: 20px;
}
.wrapper_9d7d .tag-purple-df8c li ul ul li::before,
.wrapper_9d7d .caption-hard-1a30 li ul ul li::before,
.wrapper_9d7d .texture-b446 li ul ul li::before,
.wrapper_9d7d .badge_smooth_75be li ul ul li::before,
.wrapper_9d7d .hot_642d li ul ul li::before,
.wrapper_9d7d .search_brown_ee39 li ul ul li::before,
.wrapper_9d7d .notification_6766 li ul ul li::before,
.wrapper_9d7d .light-90c9 li ul ul li::before {
  left: 30px;
}
.wrapper_9d7d .tag-purple-df8c li ul ul a,
.wrapper_9d7d .caption-hard-1a30 li ul ul a,
.wrapper_9d7d .texture-b446 li ul ul a,
.wrapper_9d7d .badge_smooth_75be li ul ul a,
.wrapper_9d7d .hot_642d li ul ul a,
.wrapper_9d7d .search_brown_ee39 li ul ul a,
.wrapper_9d7d .notification_6766 li ul ul a,
.wrapper_9d7d .light-90c9 li ul ul a {
  padding-left: 40px;
}
.wrapper_9d7d .row_full_6d83 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.wrapper_9d7d .light-90c9 ul li {
  margin-bottom: 1.41575em;
}
.wrapper_9d7d .light-90c9 ul li .wrapper-stone-ec41 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.wrapper_9d7d .light-90c9 ul li .simple_4e2a {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.button-fa09 .tag-purple-df8c li a,
.button-fa09 .caption-hard-1a30 li a,
.button-fa09 .texture-b446 li a,
.button-fa09 .badge_smooth_75be li a,
.button-fa09 .hot_642d li a,
.button-fa09 .search_brown_ee39 li a,
.button-fa09 .notification_6766 li a,
.button-fa09 .light-90c9 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.button-fa09 .row_full_6d83 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.button-fa09 .modal-4f1c ul li.aside_out_3e85 .backdrop_a58b,
.button-fa09 .modal-4f1c ul li.container-solid-02bb .backdrop_a58b {
  background: rgba(0, 0, 0, 0.2);
}
.button-fa09 .wrapper_9d7d .modal-4f1c select {
  border-color: rgba(255, 255, 255, 0.08);
}
.preview_683a .wrapper_9d7d .cool_469a li {
  margin: 0;
}
.preview_683a .wrapper_9d7d .cool_469a li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.preview_683a .wrapper_9d7d .cool_469a li ul {
  margin: 0;
}
.preview_683a .wrapper_9d7d .cool_469a li ul li a {
  padding-left: 15px;
}
.preview_683a .wrapper_9d7d .cool_469a li ul li li a {
  padding-left: 30px;
}
.preview_683a .wrapper_9d7d .cool_469a li.dim-98a3 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.preview_683a .wrapper_9d7d .cool_469a li.dim-98a3 > 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;
}
.preview_683a .wrapper_9d7d .cool_469a li.dim-98a3 > 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;
}
.filter_8af4 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.article_c12c {
  position: relative;
  z-index: 10;
}
.article_c12c .texture_e380 {
  width: 100%;
  max-width: 100%;
}
.paragraph_lower_ec31 .dropdown_focused_29fd {
  padding-top: 2em;
  padding-bottom: 2em;
}
.paragraph_lower_ec31 .video-new-d3f1 {
}
.paragraph_lower_ec31 .button-fa09 {
  background: #292929;
}
.notification_thick_30c8 .dropdown_focused_29fd {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.notification_thick_30c8 .video-new-d3f1 {
  background: #f9f9f9;
}
.notification_thick_30c8 .button-fa09 {
  background: #303030;
}
.box-inner-75fe .dropdown_focused_29fd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .box-inner-75fe .box_bf2a {
    margin-bottom: 1em;
  }
  .box-inner-75fe .box_bf2a:last-child {
    margin-bottom: 0;
  }
}
.box-inner-75fe .video-new-d3f1 {
  background: #ededed;
}
.box-inner-75fe .button-fa09 {
  background: #1a1a1a;
}
.dropdown_focused_29fd.video-new-d3f1 {
  color: rgba(0, 0, 0, 0.6);
}
.dropdown_focused_29fd.video-new-d3f1 .in_ab29 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.dropdown_focused_29fd.button-fa09 {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown_focused_29fd.button-fa09 a:not(.slow_f4bc) {
  color: rgba(255, 255, 255, 0.79);
}
.dropdown_focused_29fd.button-fa09 a:not(.slow_f4bc):hover {
  color: rgba(255, 255, 255, 0.99);
}
.dropdown_focused_29fd.button-fa09 .in_ab29 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.dropdown_focused_29fd.button-fa09 table tbody td,
.dropdown_focused_29fd.button-fa09 table th {
  background: rgba(0, 0, 0, 0.08);
}
.last_ce82.red-888c .stone-be8e {
  max-width: initial;
}
.last_ce82 .description-29d3 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.last_ce82 .description-29d3 .texture_e380 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .last_ce82 .description-29d3 .texture_e380 {
    display: block;
    margin-bottom: 2em;
  }
  .last_ce82 .description-29d3 .texture_e380:last-child {
    margin-bottom: 0;
  }
}
.box-inner-75fe .box_bf2a:last-child,
.notification_thick_30c8 .box_bf2a:last-child,
.paragraph_lower_ec31 .box_bf2a:last-child {
  margin-bottom: 0;
}
.box-inner-75fe .box_bf2a .wrapper_9d7d .modal-4f1c:last-child,
.notification_thick_30c8 .box_bf2a .wrapper_9d7d .modal-4f1c:last-child,
.paragraph_lower_ec31 .box_bf2a .wrapper_9d7d .modal-4f1c:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .box-inner-75fe .tooltip-orange-eb90,
  .box-inner-75fe .main-up-752e,
  .notification_thick_30c8 .tooltip-orange-eb90,
  .notification_thick_30c8 .main-up-752e,
  .paragraph_lower_ec31 .tooltip-orange-eb90,
  .paragraph_lower_ec31 .main-up-752e {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .article_c12c .box_bf2a {
    margin-bottom: 2em;
  }
}
.article_c12c p:last-child {
  margin-bottom: 0;
}
.article_c12c li,
.article_c12c ul {
  list-style: none;
  margin: 0;
}
.article_c12c ul ul {
  margin-left: 2.617924em;
}
.current-72e4 {
  font-size: 0.875em;
}

/* css-noise: 0e6c */
.promo-block-b0 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
