/*!
Theme Name: Customify
Theme URI: https://pressmaximum.info_pressed_3a28/customify
Author: WPCustomify
Author URI: https://pressmaximum.info_pressed_3a28
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.info_pressed_3a28/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.widget-north-ce15.pink_1a99/licenses/gpl-2.0.center-e067
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.active-6faa/, (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.box-huge-fef7.tooltip-046b/normalize.hidden_7552/
 ======
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.hidden_7552 v7.0.0 | MIT License | github.info_pressed_3a28/necolas/normalize.hidden_7552 */
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;
}
.primary_c130 .main_09a7,
.tertiary_gold_bb80,
.section-hard-2aef,
.plasma-f8aa,
.outline-static-640f,
.preview-hot-c243,
.article_stone_3bcf,
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;
}
.tertiary_gold_bb80,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .tertiary_gold_bb80,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .tertiary_gold_bb80,
  h1 {
    font-size: 1.8em;
  }
}
.section-hard-2aef,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.section-hard-2aef + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .section-hard-2aef,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .section-hard-2aef,
  h2 {
    font-size: 1.7em;
  }
}
.plasma-f8aa,
h3 {
  font-size: 1.618em;
}
.primary_c130 .main_09a7,
.outline-static-640f,
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.list_d35f {
  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;
}
.focus_144e:after,
.focus_144e:before,
.copper_a9b5:after,
.copper_a9b5:before {
  content: "";
  display: table;
}
.focus_144e:after,
.copper_a9b5:after {
  clear: both;
}
.small_3476 {
  float: right;
  margin-right: 0;
}
.cool_af58 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.static_6209 .right_df13,
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;
}
.static_6209 .right_df13: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;
}
.thumbnail_black_b88a .right_df13 {
  box-shadow: none;
}
.thumbnail_black_b88a
  .right_df13
  .article_4693 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.thumbnail_black_b88a .right_df13 .search_silver_3ec9 {
  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;
}
.thumbnail_black_b88a
  .right_df13
  .search_silver_3ec9
  b {
  display: none;
}
.thumbnail_black_b88a .grid-glass-62a1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.clean-94b6:not(.focus-eb67):not(.border-c6b6),
button:not(.focus-eb67):not(.border-c6b6),
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ),
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ),
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ) {
  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;
}
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ):hover,
button:not(.focus-eb67):not(
    .border-c6b6
  ):hover,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ):hover,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ):hover,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ):active,
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
button:not(.focus-eb67):not(
    .border-c6b6
  ):active,
button:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ):active,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ):active,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ):active,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ):focus {
  outline: 0;
}
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff {
  position: relative;
}
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .fast-dce1,
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .icon-7688,
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .wrapper-new-3f51,
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  i,
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  svg,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .fast-dce1,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .icon-7688,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .wrapper-new-3f51,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  i,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  svg,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .fast-dce1,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .icon-7688,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .wrapper-new-3f51,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  i,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  svg,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .fast-dce1,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .icon-7688,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .wrapper-new-3f51,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  i,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  svg,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .fast-dce1,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .icon-7688,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  .wrapper-new-3f51,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  i,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff
  svg {
  visibility: hidden;
}
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff:after,
button:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff:after,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff:after,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff:after,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ).fn-loading-61ff: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;
}
.clean-94b6:not(.focus-eb67):not(.border-c6b6),
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ),
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ),
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ) {
  color: #fff;
  background: #235787;
}
.clean-94b6:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
input[type="button"]:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
input[type="reset"]:not(.focus-eb67):not(
    .border-c6b6
  ):focus,
input[type="submit"]:not(.focus-eb67):not(
    .border-c6b6
  ):focus {
  color: #fff;
}
.clean-94b6.fn-disabled-61ff:not(.focus-eb67):not(
    .border-c6b6
  ),
.clean-94b6[disabled]:not(.focus-eb67):not(
    .border-c6b6
  ),
button.fn-disabled-61ff:not(.focus-eb67):not(
    .border-c6b6
  ),
button[disabled]:not(.focus-eb67):not(
    .border-c6b6
  ) {
  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;
}
.summary_5a23 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.summary_5a23: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;
}
.texture_stone_801d {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.alert-tiny-55ed {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.over-1be5 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.focus_144e:after,
.focus_144e:before,
.slider_f305:after,
.slider_f305:before,
.tooltip-dark-fd96:after,
.tooltip-dark-fd96:before,
.backdrop-951b:after,
.backdrop-951b:before,
.mask-5520:after,
.mask-5520:before,
.paragraph-0f45:after,
.paragraph-0f45:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.focus_144e:after,
.slider_f305:after,
.tooltip-dark-fd96:after,
.backdrop-951b:after,
.mask-5520:after,
.paragraph-0f45:after {
  clear: both;
}
.slider_f305 .plasma-995e,
.tooltip-dark-fd96 .plasma-995e,
.hero-2322 .plasma-995e {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.thumbnail_7e57 {
  display: inline-block;
}
.detail_62a4 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.detail_62a4 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.detail_62a4 .summary_1807 {
  padding: 1em 0;
  font-size: 85%;
}
.summary_1807 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.glass-9fdc {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.glass-9fdc:after,
.glass-9fdc:before {
  content: "";
  display: table;
}
.glass-9fdc:after {
  clear: both;
}
.active_ca48 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.chip_0fe6 .active_ca48 {
  max-width: 50%;
}
.north-cf6d .active_ca48 {
  max-width: 33.33%;
}
.hard-2c62 .active_ca48 {
  max-width: 25%;
}
.item-top-f309 .active_ca48 {
  max-width: 20%;
}
.search-f871 .active_ca48 {
  max-width: 16.66%;
}
.backdrop_steel_e49a .active_ca48 {
  max-width: 14.28%;
}
.notice-over-1aab .active_ca48 {
  max-width: 12.5%;
}
.caption_1a1b .active_ca48 {
  max-width: 11.11%;
}
.last-df59 {
  display: block;
}
.primary_c130 .copper_c407 label,
.primary_c130 .video-6948 label,
.primary_c130 .notification-9eba label,
.primary_c130 .photo_thick_8f53 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.motion-7005 {
  list-style: none;
  margin: 0;
}
.motion-7005 article.description-fresh-d62f {
  margin-bottom: 0;
}
.motion-7005 ul {
  list-style: none;
  margin: 0;
}
.motion-7005 .tertiary-purple-3abf li.description-fresh-d62f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .motion-7005 .tertiary-purple-3abf li.description-fresh-d62f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .motion-7005 .tertiary-purple-3abf li.description-fresh-d62f: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) {
  .motion-7005 .tertiary-purple-3abf li.description-fresh-d62f li.description-fresh-d62f li.description-fresh-d62f li.description-fresh-d62f {
    padding-left: 0;
  }
}
article.description-fresh-d62f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.description-fresh-d62f .slider_f305 p:last-of-type {
  margin-bottom: 0;
}
article.description-fresh-d62f .outer_9bf0 {
  float: left;
}
article.description-fresh-d62f .search_5055 {
  margin-left: 85px;
}
article.description-fresh-d62f .upper-ed17 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.description-fresh-d62f .upper-ed17 .footer-7820 {
  margin-left: 10px;
}
article.description-fresh-d62f .cool_e9ec {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.description-fresh-d62f .sidebar-full-8bf1 {
  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 .copper_c407,
  #respond .notification-9eba,
  #respond .photo_thick_8f53 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .copper_c407 input,
#respond .notification-9eba input,
#respond .photo_thick_8f53 input {
  width: 100%;
}
#respond .photo_thick_8f53 {
  margin-right: 0;
}
#respond .over_d966 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.aside-cbbd {
  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;
}
.aside-cbbd.box_last_0a51 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.aside-cbbd 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%);
}
.aside-cbbd:focus,
.aside-cbbd: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);
}
.gradient_6d82 {
  border-radius: 10%;
}
.icon_thick_d827 {
  border-radius: 50%;
}
.stone_4b11 {
  font-size: 0.72em;
}
.media-tiny-53d2 {
  font-size: 0.875em;
}
.pagination-tall-8592 {
  font-size: 1.1em;
}
.selected-669a {
  text-transform: uppercase;
  line-height: 1.2;
}
.selected-669a.stone_4b11 {
  letter-spacing: 0.5px;
}
.gradient-action-fe82,
.gradient-action-fe82 a {
  color: #6d6d6d;
}
.gradient-action-fe82 a:hover {
  color: #111;
}
.background-gold-85b2 {
  color: #6d6d6d;
}
.overlay-a315 {
  overflow-x: hidden;
}
.overlay-a315 .panel_4e58.carousel-bb36 {
  position: relative;
}
.overlay-a315 .panel_4e58.carousel-bb36.brown_4391 {
  position: initial;
}
.overlay-a315
  .panel_4e58.carousel-bb36.brown_4391
  .chip-a724 {
  left: auto;
}
.overlay-a315 .panel_4e58 .chip-a724 {
  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;
}
.overlay-a315 .panel_4e58:hover.carousel-bb36 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.overlay-a315
  .panel_4e58:hover.carousel-bb36
  .chip-a724 {
  display: block;
  z-index: 9999999;
}
.overlay-a315 .badge-c714 .progress_dirty_195c,
.overlay-a315 .paper-af1e .progress_dirty_195c {
  display: none;
}
.overlay-a315 .static-7233 .panel_4e58:hover.carousel-bb36 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.primary_c130 .copper_c407 label,
.primary_c130 .video-6948 label,
.primary_c130 .notification-9eba label,
.primary_c130 .photo_thick_8f53 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.motion-7005 {
  list-style: none;
  margin: 0;
}
.motion-7005 article.description-fresh-d62f {
  margin-bottom: 0;
}
.motion-7005 ul {
  list-style: none;
  margin: 0;
}
.motion-7005 .tertiary-purple-3abf li.description-fresh-d62f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .motion-7005 .tertiary-purple-3abf li.description-fresh-d62f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .motion-7005 .tertiary-purple-3abf li.description-fresh-d62f: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) {
  .motion-7005 .tertiary-purple-3abf li.description-fresh-d62f li.description-fresh-d62f li.description-fresh-d62f li.description-fresh-d62f {
    padding-left: 0;
  }
}
article.description-fresh-d62f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.description-fresh-d62f .slider_f305 p:last-of-type {
  margin-bottom: 0;
}
article.description-fresh-d62f .outer_9bf0 {
  float: left;
}
article.description-fresh-d62f .search_5055 {
  margin-left: 85px;
}
article.description-fresh-d62f .upper-ed17 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.description-fresh-d62f .upper-ed17 .footer-7820 {
  margin-left: 10px;
}
article.description-fresh-d62f .cool_e9ec {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.description-fresh-d62f .sidebar-full-8bf1 {
  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 .copper_c407,
  #respond .notification-9eba,
  #respond .photo_thick_8f53 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .copper_c407 input,
#respond .notification-9eba input,
#respond .photo_thick_8f53 input {
  width: 100%;
}
#respond .photo_thick_8f53 {
  margin-right: 0;
}
#respond .over_d966 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.badge-c714 .stale-4f12 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.stale-4f12 .current-85c1.hidden-wide-e95a .hover_south_8426 > li > a:focus,
.stale-4f12 .current-85c1.hidden-wide-e95a .hover_south_8426 > li > a:hover,
.stale-4f12 .current-85c1.large-f12f .hover_south_8426 > li > a:focus,
.stale-4f12 .current-85c1.large-f12f .hover_south_8426 > li > a:hover,
.stale-4f12 .current-85c1.footer_next_9a55 .hover_south_8426 > li > a:focus,
.stale-4f12 .current-85c1.footer_next_9a55 .hover_south_8426 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.stale-4f12
  .current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li.upper_4da8
  > a,
.stale-4f12
  .current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li.message_98c9
  > a,
.stale-4f12
  .current-85c1.large-f12f
  .hover_south_8426
  > li.upper_4da8
  > a,
.stale-4f12
  .current-85c1.large-f12f
  .hover_south_8426
  > li.message_98c9
  > a,
.stale-4f12
  .current-85c1.footer_next_9a55
  .hover_south_8426
  > li.upper_4da8
  > a,
.stale-4f12 .current-85c1.footer_next_9a55 .hover_south_8426 > li.layout-8b03 > a {
  color: rgba(255, 255, 255, 0.99);
}
.stale-4f12 .primary_fixed_2007,
.stale-4f12 .primary_fixed_2007 a {
  color: rgba(255, 255, 255, 0.99);
}
.stale-4f12 .form_8a92.backdrop_out_148d li a,
.stale-4f12 .surface-5266 a,
.stale-4f12 .article-9e73,
.stale-4f12 .hover_south_8426 > li > a,
.stale-4f12 .south_4e2f {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12 .form_8a92.backdrop_out_148d li a:hover,
.stale-4f12 .surface-5266 a:hover,
.stale-4f12 .article-9e73:hover,
.stale-4f12 .hover_south_8426 > li > a:hover,
.stale-4f12 .south_4e2f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.stale-4f12 .pro-9166 {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12 .pro-9166 .light_db85 {
  color: rgba(255, 255, 255, 0.99);
}
.stale-4f12 .pro-9166:hover {
  color: rgba(255, 255, 255, 0.99);
}
.stale-4f12 .background_ef52 .paper-36f5 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12 .background_ef52 .paper-36f5 .alert_green_55ac {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12
  .background_ef52
  .paper-36f5
  .alert_green_55ac::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12
  .background_ef52
  .paper-36f5
  .alert_green_55ac:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12
  .background_ef52
  .paper-36f5
  .alert_green_55ac::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12
  .background_ef52
  .paper-36f5
  .alert_green_55ac::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12 .background_ef52 .panel_upper_ad8f {
  color: rgba(255, 255, 255, 0.79);
}
.stale-4f12 .background_ef52 .panel_upper_ad8f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shadow_56a0
  .stale-4f12
  .background_ef52
  .texture_fcf5
  .notice_7cb5 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.shadow_56a0
  .stale-4f12
  .background_ef52
  .texture_fcf5
  .alert_green_55ac {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.badge-c714 .header-06ec {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.header-06ec .current-85c1.hidden-wide-e95a .hover_south_8426 > li > a:focus,
.header-06ec .current-85c1.hidden-wide-e95a .hover_south_8426 > li > a:hover,
.header-06ec .current-85c1.large-f12f .hover_south_8426 > li > a:focus,
.header-06ec .current-85c1.large-f12f .hover_south_8426 > li > a:hover,
.header-06ec .current-85c1.footer_next_9a55 .hover_south_8426 > li > a:focus,
.header-06ec .current-85c1.footer_next_9a55 .hover_south_8426 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.header-06ec
  .current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li.upper_4da8
  > a,
.header-06ec
  .current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li.message_98c9
  > a,
.header-06ec
  .current-85c1.large-f12f
  .hover_south_8426
  > li.upper_4da8
  > a,
.header-06ec
  .current-85c1.large-f12f
  .hover_south_8426
  > li.message_98c9
  > a,
.header-06ec
  .current-85c1.footer_next_9a55
  .hover_south_8426
  > li.upper_4da8
  > a,
.header-06ec .current-85c1.footer_next_9a55 .hover_south_8426 > li.layout-8b03 > a {
  color: rgba(0, 0, 0, 0.8);
}
.header-06ec .primary_fixed_2007,
.header-06ec .primary_fixed_2007 a {
  color: rgba(0, 0, 0, 0.8);
}
.header-06ec .form_8a92.backdrop_out_148d li a,
.header-06ec .surface-5266 a,
.header-06ec .article-9e73,
.header-06ec .hover_south_8426 > li > a,
.header-06ec .south_4e2f {
  color: rgba(0, 0, 0, 0.55);
}
.header-06ec .form_8a92.backdrop_out_148d li a:hover,
.header-06ec .surface-5266 a:hover,
.header-06ec .article-9e73:hover,
.header-06ec .hover_south_8426 > li > a:hover,
.header-06ec .south_4e2f:hover {
  color: rgba(0, 0, 0, 0.8);
}
.header-06ec .pro-9166 {
  color: rgba(0, 0, 0, 0.55);
}
.header-06ec .pro-9166 .light_db85 {
  color: rgba(0, 0, 0, 0.8);
}
.header-06ec .pro-9166:hover {
  color: rgba(0, 0, 0, 0.8);
}
.gas-4f69 .center-1e95 {
  margin-left: auto;
  margin-right: auto;
}
.tooltip-dark-fd96 > * {
  margin-left: auto;
  margin-right: auto;
}
.tooltip-dark-fd96 .texture_stone_801d {
  margin-right: 1.41575em;
}
.top_841f .tooltip-dark-fd96 > .accent-7983 {
  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;
}
.top_841f .tooltip-dark-fd96 > .outline_5683 {
  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;
}
.upper-0f09.gas-4f69 .center-1e95,
.static_c88e.gas-4f69 .center-1e95 {
  margin-left: 0;
}
.up-e6cf.gas-4f69 .center-1e95,
.yellow_5e77.gas-4f69 .center-1e95 {
  margin-right: 0;
}
.tooltip-dark-fd96 ol,
.tooltip-dark-fd96 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.sidebar-soft-e570 video {
  max-width: 100%;
}
.list_plasma_8437 img {
  display: block;
}
.list_plasma_8437.texture_stone_801d,
.list_plasma_8437.alert-tiny-55ed {
  width: 100%;
}
.list_plasma_8437.outline_5683 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.next_1540:not(.sort-static-3701) {
  margin: 1.5em auto;
}
.chip_66c9 p {
  padding: 1.5em 14px;
}
ul.column-bcd4.outline_5683,
ul.column-bcd4.accent-7983,
ul.column-bcd4.column_aed3.accent-7983 {
  padding: 0 14px;
}
.description_7760 {
  display: block;
  overflow-x: auto;
}
.description_7760 table {
  border-collapse: collapse;
  width: 100%;
}
.description_7760 td,
.description_7760 th {
  padding: 0.5em;
}
.tooltip-dark-fd96 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.tooltip-dark-fd96 ol ol,
.tooltip-dark-fd96 ol ul,
.tooltip-dark-fd96 ul ol,
.tooltip-dark-fd96 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.tooltip-dark-fd96 ol ol li,
.tooltip-dark-fd96 ol ul li,
.tooltip-dark-fd96 ul ol li,
.tooltip-dark-fd96 ul ul li {
  margin-left: 0;
}
.photo-easy-f927.accent_9944 > .disabled_54f6 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.photo-easy-f927.accent_9944 > .disabled_54f6 iframe,
.photo-easy-f927.accent_9944 > .disabled_54f6 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.panel_stone_872a {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.panel_stone_872a.white-adc0 {
  padding: 0;
}
.panel_stone_872a.white-adc0 cite {
  font-size: 13px;
}
.panel_stone_872a > * {
  margin-left: 16px;
  margin-right: 16px;
}
.panel_stone_872a cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.mask-e647 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.mask-e647 > p:first-child {
  margin-top: 0;
}
.mask-e647 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.mask-e647 blockquote {
  border-left: 0;
}
.input-39d5 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.input-39d5:not(.breadcrumb-22bf) {
  max-width: 100px;
}
.input-39d5.hot_c279 {
  border-bottom: none !important;
  text-align: center;
}
.input-39d5.hot_c279::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .chip_66c9 p {
    padding: 1.5em 0;
  }
}
.table-outer-b77e {
  color: #0073aa;
}
.element_1ae5 {
  background-color: #0073aa;
}
.cool_fd6e {
  color: #229fd8;
}
.menu_49a1 {
  background-color: #229fd8;
}
.wide_e6b1 {
  color: #eee;
}
.thumbnail-old-3a23 {
  background-color: #eee;
}
.pagination-fixed-e9f0 {
  color: #444;
}
.hovered-a5d1 {
  background-color: #444;
}
.carousel_large_e014 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.carousel_large_e014 .link_4e7c .surface-5266 {
  font-size: 15px;
}
.carousel_large_e014 .surface-5266 {
  line-height: 1.3;
}
.carousel_large_e014 .header-06ec {
}
.carousel_large_e014 .stale-4f12 {
  background: #235787;
}
.top_1911 {
  padding: 0;
}
.top_1911 .stale-4f12 {
  background: #1a1a1a;
}
.top_1911 .header-06ec {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.tiny_a2e3 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.tiny_a2e3 .header-06ec {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.tiny_a2e3 .stale-4f12 {
  background: #303030;
}
.paragraph-0f45 {
  position: relative;
  z-index: 10;
}
.paragraph-0f45 .preview-soft-01e1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.detail_d2f0 .carousel-bb36 {
  display: inline-block;
  vertical-align: middle;
}
.detail_d2f0.silver_c0ea .carousel-bb36 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .detail_d2f0.silver_c0ea .carousel-bb36 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .detail_d2f0.silver_c0ea .carousel-bb36 {
    margin-right: 0.4em;
  }
}
.detail_d2f0.silver_c0ea .carousel-bb36:last-child {
  margin-right: 0;
}
.dynamic_590a .preview-soft-01e1 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .badge-c714 .link_4e7c {
    margin: 0 -0.5em;
  }
  .badge-c714 .link_4e7c [class*="customify-col-"],
  .badge-c714 .link_4e7c [class*="customify-col_"],
  .badge-c714 .link_4e7c [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.badge-c714.fixed-5e43 .preview-soft-01e1 {
  background: 0 0 !important;
}
.badge-c714.fixed-5e43 .preview-soft-01e1,
.badge-c714.dynamic_590a .preview-soft-01e1 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .badge-c714.box-gas-e006 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.badge-c714.dynamic_590a .preview-soft-01e1 {
  box-shadow: none !important;
}
.yellow_d667 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .yellow_d667 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .yellow_d667 {
    padding: 18px 0 20px;
  }
}
.yellow_d667 .icon-next-df27 {
  width: 100%;
}
.yellow_d667 .panel_20dc {
  margin-bottom: 0;
}
.yellow_d667 .wrapper_4883 {
  margin-top: 5px;
  font-size: 0.875em;
}
.pro-d612 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.pro-d612 .highlight-wood-a326 {
  width: 100%;
}
.input_9a00 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.input_9a00 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.input_9a00 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;
}
.input_9a00 li:last-child:after {
  display: none;
}
.input_9a00 li a {
  font-weight: 500;
  margin-right: 10px;
}
.green_fc3f .progress_dirty_195c button,
.yellow_d667 .progress_dirty_195c button {
  left: 0;
}
.green_fc3f .highlight-wood-a326,
.yellow_d667 .highlight-wood-a326 {
  padding-left: 0;
  padding-right: 0;
}
.green_fc3f .pro-d612,
.yellow_d667 .pro-d612 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.green_fc3f {
  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;
}
.green_fc3f: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;
}
.green_fc3f .component-liquid-80e4 {
  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) {
  .green_fc3f .component-liquid-80e4 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .green_fc3f .component-liquid-80e4 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .green_fc3f .component-liquid-80e4 {
    min-height: 200px;
  }
}
.green_fc3f .input_9a00 {
  color: rgba(255, 255, 255, 0.8);
}
.green_fc3f .input_9a00 a,
.green_fc3f .input_9a00 li:after {
  color: inherit;
}
.green_fc3f .input_9a00 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.secondary_yellow_ce0e {
  margin-bottom: 0.5em;
}
.focused-4f21 {
  margin-bottom: 1.2em;
}
.focused-4f21,
.secondary_yellow_ce0e {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.focused-4f21 p:last-child,
.secondary_yellow_ce0e p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .progress_dirty_195c,
#masthead .progress_dirty_195c {
  display: none;
}
#masthead
  > .progress_dirty_195c.module-25ec {
  display: none;
}
#masthead > .progress_dirty_195c button {
  left: 0;
}
.south-c1d4 {
  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%;
}
.south-c1d4 .carousel-bb36 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.south-c1d4 .cool-5afd {
  display: -webkit-box;
  display: flex;
}
.south-c1d4 .cool-5afd.status_54bc {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.south-c1d4 .cool-5afd.yellow-01d3 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.south-c1d4 .cool-5afd.thick_1796 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.south-c1d4.focused-1180.box_95b2 .cool-5afd.status_54bc {
  flex-basis: 100%;
}
.south-c1d4.description-8824 .cool-5afd.yellow-01d3 {
  -webkit-box-flex: 1;
  flex: auto;
}
.south-c1d4.description-8824 .cool-5afd.thick_1796 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .progress_dirty_195c.module-25ec {
  display: none;
}
#masthead > .progress_dirty_195c button {
  left: 0;
}
.texture-white-947d {
  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;
}
.texture-white-947d:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.texture-white-947d.accent_stale_56e4 i {
  margin-right: 4px;
}
.texture-white-947d.description-825f i {
  margin-left: 5px;
}
.surface-5266 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.surface-5266 p:last-child {
  margin-bottom: 0;
}
.text-7716 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.text-7716 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.text-7716 img {
  display: block;
  width: auto;
  line-height: 1;
}
.text-7716 .primary_fixed_2007 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.text-7716 .accordion_57a1 {
  margin: 5px 0 7px 0;
}
.text-7716.media_09fe .secondary_20e8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.text-7716.media_09fe .light-470d {
  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;
}
.text-7716.modal_fast_aea5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.text-7716.modal_fast_aea5 .secondary_20e8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.text-7716.modal_fast_aea5 .light-470d {
  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;
}
.text-7716.status_3c7d {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.text-7716.cool_8b20 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.text-7716.cool_8b20 .light-470d {
  margin-top: 7px;
}
.gallery_fab5 {
  display: inline-block;
}
.paragraph-0f45 .title-lower-3fbe .text-7716 img {
  max-width: 100%;
}
.current-85c1 .carousel_725b.pro_e467,
.down_317e .carousel_725b.pro_e467 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.current-85c1 .info-65ef,
.down_317e .info-65ef {
  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%);
}
.current-85c1 .info-65ef {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.current-85c1.surface-1627 .info-65ef {
  display: none;
}
.current-85c1 .heading_f2bd {
  list-style: none;
  padding: 0;
  margin: 0;
}
.current-85c1 .heading_f2bd li {
  display: inline-block;
  position: relative;
}
.current-85c1 .heading_f2bd li:last-child {
  margin-right: 0;
}
.current-85c1 .heading_f2bd 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;
}
.current-85c1 .heading_f2bd li.layout-8b03 > a {
  color: rgba(0, 0, 0, 0.9);
}
.current-85c1 .heading_f2bd > 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;
}
.current-85c1 .heading_f2bd > li > a i {
  line-height: 0;
}
.current-85c1 .heading_f2bd > li.row-fresh-9e19 > a .info-65ef {
  margin-left: 4px;
  line-height: 0;
}
.current-85c1 .heading_f2bd .photo_purple_ab72 li.row-fresh-9e19 > a {
  position: relative;
}
.current-85c1 .heading_f2bd .photo_purple_ab72 li.row-fresh-9e19 > a:after,
.current-85c1 .heading_f2bd .photo_purple_ab72 li.row-fresh-9e19 > a:before {
  content: "";
  display: table;
}
.current-85c1 .heading_f2bd .photo_purple_ab72 li.row-fresh-9e19 > a:after {
  clear: both;
}
.current-85c1 .heading_f2bd .photo_purple_ab72 li.row-fresh-9e19 > a .info-65ef {
  margin-left: 5px;
  float: right;
}
.current-85c1 .widget_pink_38ae,
.current-85c1 .photo_purple_ab72 {
  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;
}
.current-85c1 .photo_purple_ab72 {
  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;
}
.current-85c1 .photo_purple_ab72 .pro_e467 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.current-85c1 .photo_purple_ab72 .info-65ef {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.current-85c1 .photo_purple_ab72 li {
  display: block;
  margin: 0;
  padding: 0;
}
.current-85c1 .photo_purple_ab72 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;
}
.current-85c1 .photo_purple_ab72 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.current-85c1 .photo_purple_ab72 .photo_purple_ab72 {
  top: 0;
  left: 100%;
}
.current-85c1 .hero_purple_a9ec.fn-focus-61ff > .widget_pink_38ae,
.current-85c1 .hero_purple_a9ec.fn-focus-61ff > .photo_purple_ab72,
.current-85c1 .hero_purple_a9ec:focus > .widget_pink_38ae,
.current-85c1 .hero_purple_a9ec:focus > .photo_purple_ab72,
.current-85c1 .hero_purple_a9ec:hover > .widget_pink_38ae,
.current-85c1 .hero_purple_a9ec:hover > .photo_purple_ab72 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.current-85c1.footer_next_9a55 .hover_south_8426:after,
.current-85c1.footer_next_9a55 .hover_south_8426:before {
  content: "";
  display: table;
}
.current-85c1.footer_next_9a55 .hover_south_8426:after {
  clear: both;
}
.current-85c1.footer_next_9a55 .hover_south_8426 > li {
  float: left;
}
.current-85c1.tag-ec6a .hover_south_8426:after,
.current-85c1.tag-ec6a .hover_south_8426:before {
  content: "";
  display: table;
}
.current-85c1.tag-ec6a .hover_south_8426:after {
  clear: both;
}
.current-85c1.tag-ec6a .hover_south_8426 > li {
  float: left;
}
.current-85c1.tag-ec6a .hover_south_8426 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.current-85c1.tag-ec6a .hover_south_8426 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.current-85c1.tag-ec6a .hover_south_8426 > li.upper_4da8 > a,
.current-85c1.tag-ec6a .hover_south_8426 > li.layout-8b03 > a {
  color: #fff;
  background-color: #1e4b75;
}
.current-85c1.hidden-wide-e95a .hover_south_8426 > li > a .pro_e467 {
  position: relative;
}
.current-85c1.hidden-wide-e95a .hover_south_8426 > li > a .pro_e467: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;
}
.current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li:focus
  > a
  .pro_e467:before,
.current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li:hover
  > a
  .pro_e467:before {
  width: 100%;
  background-color: currentColor;
}
.current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li.upper_4da8
  > a
  .pro_e467:before,
.current-85c1.hidden-wide-e95a
  .hover_south_8426
  > li.message_98c9
  > a
  .pro_e467:before {
  width: 100%;
  background-color: currentColor;
}
.current-85c1.large-f12f .hover_south_8426 > li > a .pro_e467 {
  position: relative;
}
.current-85c1.large-f12f .hover_south_8426 > li > a .pro_e467: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;
}
.current-85c1.large-f12f .hover_south_8426 > li:focus > a .pro_e467:before,
.current-85c1.large-f12f
  .hover_south_8426
  > li:hover
  > a
  .pro_e467:before {
  width: 100%;
  background-color: currentColor;
}
.current-85c1.large-f12f
  .hover_south_8426
  > li.upper_4da8
  > a
  .pro_e467:before,
.current-85c1.large-f12f
  .hover_south_8426
  > li.message_98c9
  > a
  .pro_e467:before {
  width: 100%;
  background-color: currentColor;
}
.down_317e .heading_f2bd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.down_317e .heading_f2bd li:first-child > a {
  border-top: none;
}
.down_317e .heading_f2bd .section_d0ec > .pro_e467 .info-65ef {
  display: none;
}
.down_317e .heading_f2bd li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.down_317e .heading_f2bd li:last-child {
  border: none;
}
.down_317e .heading_f2bd li.row-fresh-9e19 > a {
  padding-right: 45px !important;
}
.down_317e .heading_f2bd li a {
  display: block;
  padding: 0.55em 1.5em;
}
.down_317e .heading_f2bd li a:focus,
.down_317e .heading_f2bd li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.down_317e .heading_f2bd li .title-6910 {
  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;
}
.down_317e .heading_f2bd li .title-6910:hover {
  box-shadow: none;
}
.down_317e .heading_f2bd li .title-6910 .info-65ef {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.down_317e .heading_f2bd .photo_purple_ab72 {
  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);
}
.down_317e .heading_f2bd .photo_purple_ab72 li a {
  padding-left: 3em;
}
.down_317e .heading_f2bd .hidden-first-6136 > a .title-6910 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.down_317e .heading_f2bd .hidden-first-6136 > .photo_purple_ab72 {
  display: block;
  opacity: 1;
}
.fixed_a44a {
  max-width: 100%;
}
.section_cool_3452 {
  line-height: 0;
  cursor: pointer;
}
.south_4e2f {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.south_4e2f:hover {
  box-shadow: none;
  color: currentColor;
}
.south_4e2f svg {
  width: 18px;
  height: 18px;
}
.south_4e2f .easy_85b9 {
  display: none;
}
.pink_ba56 {
  position: relative;
}
.pink_ba56.fn-active-61ff .south_4e2f .liquid-d1e2 {
  display: none;
}
.pink_ba56.fn-active-61ff .south_4e2f .easy_85b9 {
  display: inline-block;
}
.pink_ba56 .accordion_ff25 {
  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);
}
.pink_ba56.last-b7c5 .accordion_ff25 {
  left: auto;
  right: -0.9em;
}
.pink_ba56.last-b7c5 .layout-39e0::before {
  left: auto;
  right: 15px;
}
.pink_ba56.fn-active-61ff .accordion_ff25 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.texture_fcf5 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.texture_fcf5 label {
  flex-basis: 100%;
}
.texture_fcf5 .paper-36f5 {
  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;
}
.texture_fcf5 .alert_green_55ac {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.texture_fcf5 .alert_green_55ac:focus {
  background-color: transparent;
}
.texture_fcf5 button.panel_upper_ad8f {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.texture_fcf5 button.panel_upper_ad8f:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.texture_fcf5 button.panel_upper_ad8f svg {
  width: 18px;
  height: 18px;
}
.texture_fcf5 input[type="submit"] {
  min-height: auto;
}
.background_ef52 .texture_fcf5 .alert_green_55ac {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.layout-39e0 {
  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) {
  .layout-39e0 {
    width: 220px;
  }
}
.layout-39e0 label {
  flex-basis: 100%;
}
.layout-39e0::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;
}
.shadow_56a0 .background_ef52 .texture_fcf5 {
  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;
}
.shadow_56a0
  .background_ef52
  .texture_fcf5
  .paper-36f5 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.shadow_56a0 .background_ef52 .texture_fcf5 .alert_green_55ac {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.shadow_56a0
  .background_ef52
  .texture_fcf5
  .alert_green_55ac:focus {
  background: 0 0;
}
.shadow_56a0
  .background_ef52
  .texture_fcf5
  .notice_7cb5 {
  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;
}
.form_8a92 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.form_8a92 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.form_8a92 li:last-child {
  margin-right: 0;
}
.form_8a92 li:first-child {
  margin-left: 0;
}
.form_8a92.hard_5325 a {
  color: #fff;
}
.form_8a92.hard_5325 a:hover {
  color: #fff;
}
.form_8a92 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.form_8a92 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.form_8a92 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form_8a92 a:hover {
  opacity: 0.9;
  color: inherit;
}
.form_8a92 [class*="social-icon-apple"] {
  background-color: #999;
}
.form_8a92 [class*="social-icon-apple"].menu-pink-a799 {
  background-color: transparent;
  color: #999;
}
.form_8a92 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.form_8a92 [class*="social-icon-behance"].menu-pink-a799 {
  background-color: transparent;
  color: #1769ff;
}
.form_8a92 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.form_8a92 [class*="social-icon-bitbucket"].menu-pink-a799 {
  background-color: transparent;
  color: #205081;
}
.form_8a92 [class*="social-icon-codepen"] {
  background-color: #000;
}
.form_8a92 [class*="social-icon-codepen"].menu-pink-a799 {
  background-color: transparent;
  color: #000;
}
.form_8a92 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.form_8a92 [class*="social-icon-delicious"].menu-pink-a799 {
  background-color: transparent;
  color: #39f;
}
.form_8a92 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.form_8a92 [class*="social-icon-digg"].menu-pink-a799 {
  background-color: transparent;
  color: #005be2;
}
.form_8a92 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.form_8a92 [class*="social-icon-dribbble"].menu-pink-a799 {
  background-color: transparent;
  color: #ea4c89;
}
.form_8a92 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.form_8a92 [class*="social-icon-envelope"].menu-pink-a799 {
  background-color: transparent;
  color: #ea4335;
}
.form_8a92 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.form_8a92 [class*="social-icon-facebook"].menu-pink-a799 {
  background-color: transparent;
  color: #3b5998;
}
.form_8a92 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.form_8a92 [class*="social-icon-flickr"].menu-pink-a799 {
  background-color: transparent;
  color: #0063dc;
}
.form_8a92 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.form_8a92 [class*="social-icon-foursquare"].menu-pink-a799 {
  background-color: transparent;
  color: #2d5be3;
}
.form_8a92 [class*="social-icon-github"] {
  background-color: #333;
}
.form_8a92 [class*="social-icon-github"].menu-pink-a799 {
  background-color: transparent;
  color: #333;
}
.form_8a92 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.form_8a92 [class*="social-icon-google-plus"].menu-pink-a799 {
  background-color: transparent;
  color: #dd4b39;
}
.form_8a92 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.form_8a92 [class*="social-icon-houzz"].menu-pink-a799 {
  background-color: transparent;
  color: #7ac142;
}
.form_8a92 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.form_8a92 [class*="social-icon-instagram"].menu-pink-a799 {
  background-color: transparent;
  color: #262626;
}
.form_8a92 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.form_8a92 [class*="social-icon-jsfiddle"].menu-pink-a799 {
  background-color: transparent;
  color: #487aa2;
}
.form_8a92 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.form_8a92 [class*="social-icon-linkedin"].menu-pink-a799 {
  background-color: transparent;
  color: #0077b5;
}
.form_8a92 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.form_8a92 [class*="social-icon-medium"].menu-pink-a799 {
  background-color: transparent;
  color: #00ab6b;
}
.form_8a92 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.form_8a92
  [class*="social-icon-odnoklassniki"].menu-pink-a799 {
  background-color: transparent;
  color: #f4731c;
}
.form_8a92 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.form_8a92 [class*="social-icon-meetup"].menu-pink-a799 {
  background-color: transparent;
  color: #ec1c40;
}
.form_8a92 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.form_8a92 [class*="social-icon-pinterest"].menu-pink-a799 {
  background-color: transparent;
  color: #bd081c;
}
.form_8a92 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.form_8a92 [class*="social-icon-product-hunt"].menu-pink-a799 {
  background-color: transparent;
  color: #da552f;
}
.form_8a92 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.form_8a92 [class*="social-icon-reddit"].menu-pink-a799 {
  background-color: transparent;
  color: #ff4500;
}
.form_8a92 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.form_8a92 [class*="social-icon-rss"].menu-pink-a799 {
  background-color: transparent;
  color: #f26522;
}
.form_8a92 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.form_8a92
  [class*="social-icon-shopping-cart"].menu-pink-a799 {
  background-color: transparent;
  color: #4caf50;
}
.form_8a92 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.form_8a92 [class*="social-icon-skype"].menu-pink-a799 {
  background-color: transparent;
  color: #00aff0;
}
.form_8a92 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.form_8a92 [class*="social-icon-slideshare"].menu-pink-a799 {
  background-color: transparent;
  color: #0077b5;
}
.form_8a92 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.form_8a92 [class*="social-icon-snapchat"].menu-pink-a799 {
  background-color: transparent;
  color: #fffc00;
}
.form_8a92 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.form_8a92 [class*="social-icon-soundcloud"].menu-pink-a799 {
  background-color: transparent;
  color: #f80;
}
.form_8a92 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.form_8a92 [class*="social-icon-spotify"].menu-pink-a799 {
  background-color: transparent;
  color: #2ebd59;
}
.form_8a92 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.form_8a92
  [class*="social-icon-stack-overflow"].menu-pink-a799 {
  background-color: transparent;
  color: #fe7a15;
}
.form_8a92 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.form_8a92 [class*="social-icon-maldkfgram"].menu-pink-a799 {
  background-color: transparent;
  color: #2ca5e0;
}
.form_8a92 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.form_8a92 [class*="social-icon-tripadvisor"].menu-pink-a799 {
  background-color: transparent;
  color: #589442;
}
.form_8a92 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.form_8a92 [class*="social-icon-tumblr"].menu-pink-a799 {
  background-color: transparent;
  color: #35465c;
}
.form_8a92 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.form_8a92 [class*="social-icon-twitch"].menu-pink-a799 {
  background-color: transparent;
  color: #6441a5;
}
.form_8a92 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.form_8a92 [class*="social-icon-twitter"].menu-pink-a799 {
  background-color: transparent;
  color: #1da1f2;
}
.form_8a92 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.form_8a92 [class*="social-icon-vimeo"].menu-pink-a799 {
  background-color: transparent;
  color: #1ab7ea;
}
.form_8a92 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.form_8a92 [class*="social-icon-vk"].menu-pink-a799 {
  background-color: transparent;
  color: #45668e;
}
.form_8a92 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.form_8a92 [class*="social-icon-weibo"].menu-pink-a799 {
  background-color: transparent;
  color: #df2029;
}
.form_8a92 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.form_8a92 [class*="social-icon-weixin"].menu-pink-a799 {
  background-color: transparent;
  color: #7bb32e;
}
.form_8a92 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.form_8a92 [class*="social-icon-whatsapp"].menu-pink-a799 {
  background-color: transparent;
  color: #25d366;
}
.form_8a92 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.form_8a92 [class*="social-icon-wordpress"].menu-pink-a799 {
  background-color: transparent;
  color: #21759b;
}
.form_8a92 [class*="social-icon-xing"] {
  background-color: #026466;
}
.form_8a92 [class*="social-icon-xing"].menu-pink-a799 {
  background-color: transparent;
  color: #026466;
}
.form_8a92 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.form_8a92 [class*="social-icon-yelp"].menu-pink-a799 {
  background-color: transparent;
  color: #af0606;
}
.form_8a92 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.form_8a92 [class*="social-icon-youtube"].menu-pink-a799 {
  background-color: transparent;
  color: #cd201f;
}
.article-9e73 {
  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;
}
.article-9e73:hover {
  box-shadow: none;
  background: 0 0;
}
.notice-first-33c7 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.alert_17e6 {
  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;
}
.notice-5323 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.highlight_gold_34c8 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.highlight_gold_34c8,
.highlight_gold_34c8::after,
.highlight_gold_34c8::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;
}
.highlight_gold_34c8::after,
.highlight_gold_34c8::before {
  content: "";
  display: block;
  background-color: inherit;
}
.section-paper-7c0f .alert_17e6 .notice-5323 {
  margin-top: -2px;
  width: 19px;
}
.section-paper-7c0f .alert_17e6 .highlight_gold_34c8 {
  margin-top: -1px;
}
.section-paper-7c0f .alert_17e6 .highlight_gold_34c8,
.section-paper-7c0f .alert_17e6 .highlight_gold_34c8::after,
.section-paper-7c0f .alert_17e6 .highlight_gold_34c8::before {
  width: 19px;
  height: 2px;
}
.section-paper-7c0f .alert_17e6 .highlight_gold_34c8::before {
  top: -6px;
}
.section-paper-7c0f .alert_17e6 .highlight_gold_34c8::after {
  bottom: -6px;
}
.menu_bf1b .alert_17e6 .notice-5323 {
  margin-top: -2px;
  width: 22px;
}
.menu_bf1b .alert_17e6 .highlight_gold_34c8 {
  margin-top: -1px;
}
.menu_bf1b .alert_17e6 .highlight_gold_34c8,
.menu_bf1b .alert_17e6 .highlight_gold_34c8::after,
.menu_bf1b .alert_17e6 .highlight_gold_34c8::before {
  width: 22px;
  height: 2px;
}
.menu_bf1b .alert_17e6 .highlight_gold_34c8::before {
  top: -7px;
}
.menu_bf1b .alert_17e6 .highlight_gold_34c8::after {
  bottom: -7px;
}
.west-0ead .alert_17e6 .notice-5323 {
  margin-top: -2px;
  width: 31px;
}
.west-0ead .alert_17e6 .highlight_gold_34c8 {
  margin-top: -1.5px;
}
.west-0ead .alert_17e6 .highlight_gold_34c8,
.west-0ead .alert_17e6 .highlight_gold_34c8::after,
.west-0ead .alert_17e6 .highlight_gold_34c8::before {
  width: 31px;
  height: 3px;
}
.west-0ead .alert_17e6 .highlight_gold_34c8::before {
  top: -9px;
}
.west-0ead .alert_17e6 .highlight_gold_34c8::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .thick-0e47 .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 19px;
  }
  .thick-0e47 .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1px;
  }
  .thick-0e47 .alert_17e6 .highlight_gold_34c8,
  .thick-0e47 .alert_17e6 .highlight_gold_34c8::after,
  .thick-0e47 .alert_17e6 .highlight_gold_34c8::before {
    width: 19px;
    height: 2px;
  }
  .thick-0e47 .alert_17e6 .highlight_gold_34c8::before {
    top: -6px;
  }
  .thick-0e47 .alert_17e6 .highlight_gold_34c8::after {
    bottom: -6px;
  }
  .pagination-5485 .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 22px;
  }
  .pagination-5485 .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1px;
  }
  .pagination-5485 .alert_17e6 .highlight_gold_34c8,
  .pagination-5485 .alert_17e6 .highlight_gold_34c8::after,
  .pagination-5485 .alert_17e6 .highlight_gold_34c8::before {
    width: 22px;
    height: 2px;
  }
  .pagination-5485 .alert_17e6 .highlight_gold_34c8::before {
    top: -7px;
  }
  .pagination-5485 .alert_17e6 .highlight_gold_34c8::after {
    bottom: -7px;
  }
  .mask-slow-8ba8 .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 31px;
  }
  .mask-slow-8ba8 .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1.5px;
  }
  .mask-slow-8ba8 .alert_17e6 .highlight_gold_34c8,
  .mask-slow-8ba8 .alert_17e6 .highlight_gold_34c8::after,
  .mask-slow-8ba8 .alert_17e6 .highlight_gold_34c8::before {
    width: 31px;
    height: 3px;
  }
  .mask-slow-8ba8 .alert_17e6 .highlight_gold_34c8::before {
    top: -9px;
  }
  .mask-slow-8ba8 .alert_17e6 .highlight_gold_34c8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .short_2cdf .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 19px;
  }
  .short_2cdf .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1px;
  }
  .short_2cdf .alert_17e6 .highlight_gold_34c8,
  .short_2cdf .alert_17e6 .highlight_gold_34c8::after,
  .short_2cdf .alert_17e6 .highlight_gold_34c8::before {
    width: 19px;
    height: 2px;
  }
  .short_2cdf .alert_17e6 .highlight_gold_34c8::before {
    top: -6px;
  }
  .short_2cdf .alert_17e6 .highlight_gold_34c8::after {
    bottom: -6px;
  }
  .popup-large-62ed .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 22px;
  }
  .popup-large-62ed .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1px;
  }
  .popup-large-62ed .alert_17e6 .highlight_gold_34c8,
  .popup-large-62ed .alert_17e6 .highlight_gold_34c8::after,
  .popup-large-62ed .alert_17e6 .highlight_gold_34c8::before {
    width: 22px;
    height: 2px;
  }
  .popup-large-62ed .alert_17e6 .highlight_gold_34c8::before {
    top: -7px;
  }
  .popup-large-62ed .alert_17e6 .highlight_gold_34c8::after {
    bottom: -7px;
  }
  .up_796c .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 31px;
  }
  .up_796c .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1.5px;
  }
  .up_796c .alert_17e6 .highlight_gold_34c8,
  .up_796c .alert_17e6 .highlight_gold_34c8::after,
  .up_796c .alert_17e6 .highlight_gold_34c8::before {
    width: 31px;
    height: 3px;
  }
  .up_796c .alert_17e6 .highlight_gold_34c8::before {
    top: -9px;
  }
  .up_796c .alert_17e6 .highlight_gold_34c8::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .disabled-new-4648 .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 19px;
  }
  .disabled-new-4648 .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1px;
  }
  .disabled-new-4648 .alert_17e6 .highlight_gold_34c8,
  .disabled-new-4648 .alert_17e6 .highlight_gold_34c8::after,
  .disabled-new-4648 .alert_17e6 .highlight_gold_34c8::before {
    width: 19px;
    height: 2px;
  }
  .disabled-new-4648 .alert_17e6 .highlight_gold_34c8::before {
    top: -6px;
  }
  .disabled-new-4648 .alert_17e6 .highlight_gold_34c8::after {
    bottom: -6px;
  }
  .pagination-e69b .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 22px;
  }
  .pagination-e69b .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1px;
  }
  .pagination-e69b .alert_17e6 .highlight_gold_34c8,
  .pagination-e69b .alert_17e6 .highlight_gold_34c8::after,
  .pagination-e69b .alert_17e6 .highlight_gold_34c8::before {
    width: 22px;
    height: 2px;
  }
  .pagination-e69b .alert_17e6 .highlight_gold_34c8::before {
    top: -7px;
  }
  .pagination-e69b .alert_17e6 .highlight_gold_34c8::after {
    bottom: -7px;
  }
  .paragraph_bc5e .alert_17e6 .notice-5323 {
    margin-top: -2px;
    width: 31px;
  }
  .paragraph_bc5e .alert_17e6 .highlight_gold_34c8 {
    margin-top: -1.5px;
  }
  .paragraph_bc5e .alert_17e6 .highlight_gold_34c8,
  .paragraph_bc5e .alert_17e6 .highlight_gold_34c8::after,
  .paragraph_bc5e .alert_17e6 .highlight_gold_34c8::before {
    width: 31px;
    height: 3px;
  }
  .paragraph_bc5e .alert_17e6 .highlight_gold_34c8::before {
    top: -9px;
  }
  .paragraph_bc5e .alert_17e6 .highlight_gold_34c8::after {
    bottom: -9px;
  }
}
.sort_c89a .highlight_gold_34c8 {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.sort_c89a .highlight_gold_34c8::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.sort_c89a .highlight_gold_34c8::after {
  -webkit-transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms 0.12s ease,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.sort_c89a.popup-cd2f .highlight_gold_34c8 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sort_c89a.popup-cd2f .highlight_gold_34c8::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.sort_c89a.popup-cd2f .highlight_gold_34c8::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);
}
.card-gas-0e25 {
  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.advanced_e1a2:before {
  display: none;
}
.paper-af1e {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.paper-af1e .primary-540d {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.paper-af1e .primary-540d:last-of-type {
  border-bottom: none;
}
.paper-af1e .primary-540d.pattern_complex_a647,
.paper-af1e .primary-540d.media-773d,
.paper-af1e .primary-540d.rough_c44d {
  padding: 0;
}
.paper-af1e .down_317e .title-6910 {
  color: currentColor;
}
.paper-af1e .down_317e .title-6910:focus,
.paper-af1e .down_317e .title-6910:hover {
  background: rgba(0, 0, 0, 0.01);
}
.paper-af1e.header-06ec .pro-9166,
.paper-af1e.header-06ec .surface-5266 a,
.paper-af1e.header-06ec .hover_south_8426 a,
.paper-af1e.header-06ec .photo_purple_ab72 a {
  color: rgba(0, 0, 0, 0.55);
}
.paper-af1e.header-06ec .pro-9166:hover,
.paper-af1e.header-06ec .surface-5266 a:hover,
.paper-af1e.header-06ec .hover_south_8426 a:hover,
.paper-af1e.header-06ec .photo_purple_ab72 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.paper-af1e.header-06ec .light_db85 {
  color: rgba(0, 0, 0, 0.8);
}
.paper-af1e.header-06ec .primary-540d {
  border-color: rgba(0, 0, 0, 0.08);
}
.paper-af1e.header-06ec .primary-540d:before {
  background: rgba(0, 0, 0, 0.08);
}
.paper-af1e.header-06ec .full-22aa:before {
  background: rgba(255, 255, 255, 0.9);
}
.paper-af1e.header-06ec .down_317e .heading_f2bd li a,
.paper-af1e.header-06ec .down_317e .title-6910,
.paper-af1e.header-06ec .photo_purple_ab72 {
  border-color: rgba(0, 0, 0, 0.08);
}
.paper-af1e.header-06ec .down_317e .title-6910:focus,
.paper-af1e.header-06ec .down_317e .title-6910:hover {
  background: rgba(0, 0, 0, 0.01);
}
.paper-af1e.header-06ec .heading_f2bd li {
  border-color: rgba(0, 0, 0, 0.08);
}
.paper-af1e.stale-4f12 .pro-9166,
.paper-af1e.stale-4f12 .surface-5266 a,
.paper-af1e.stale-4f12 .hover_south_8426 .title-6910,
.paper-af1e.stale-4f12 .hover_south_8426 a,
.paper-af1e.stale-4f12 .photo_purple_ab72 a {
  color: rgba(255, 255, 255, 0.79);
}
.paper-af1e.stale-4f12 .pro-9166:hover,
.paper-af1e.stale-4f12 .surface-5266 a:hover,
.paper-af1e.stale-4f12 .hover_south_8426 .title-6910:hover,
.paper-af1e.stale-4f12 .hover_south_8426 a:hover,
.paper-af1e.stale-4f12 .photo_purple_ab72 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.paper-af1e.stale-4f12 .light_db85 {
  color: rgba(255, 255, 255, 0.99);
}
.paper-af1e.stale-4f12 .primary-540d {
  border-color: rgba(255, 255, 255, 0.08);
}
.paper-af1e.stale-4f12 .primary-540d:before {
  background: rgba(255, 255, 255, 0.08);
}
.paper-af1e.stale-4f12 .full-22aa:before {
  background: rgba(0, 0, 0, 0.9);
}
.paper-af1e.stale-4f12 .down_317e .heading_f2bd li a,
.paper-af1e.stale-4f12 .down_317e .title-6910,
.paper-af1e.stale-4f12 .photo_purple_ab72 {
  border-color: rgba(255, 255, 255, 0.08);
}
.paper-af1e.stale-4f12 .down_317e .title-6910:focus,
.paper-af1e.stale-4f12 .down_317e .title-6910:hover {
  background: rgba(0, 0, 0, 0.01);
}
.paper-af1e.stale-4f12 .heading_f2bd li {
  border-color: rgba(255, 255, 255, 0.08);
}
.full-22aa {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.full-22aa:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.shadow-2eaa {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.box-a1f6 .paper-af1e {
  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;
}
.box-a1f6 .primary-540d {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.box-a1f6 .primary-540d: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) {
  .box-a1f6 .primary-540d:before {
    width: 16%;
    left: 42%;
  }
}
.box-a1f6 .primary-540d:last-child:before {
  content: none;
}
.box-a1f6 .primary-540d[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.box-a1f6 .down_317e .heading_f2bd li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.box-a1f6 .down_317e .heading_f2bd li a .title-6910 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.box-a1f6 .down_317e .photo_purple_ab72 {
  border: none;
}
.box-a1f6 .down_317e .photo_purple_ab72 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.box-a1f6 .full-22aa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.box-a1f6 .shadow-2eaa {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.box-a1f6 .stale-4f12 .full-22aa:before {
  background: rgba(0, 0, 0, 0.9);
}
.box-a1f6 .header-06ec.pressed_2b06 .highlight_gold_34c8 {
  background: rgba(0, 0, 0, 0.6);
}
.box-a1f6
  .header-06ec.pressed_2b06
  .highlight_gold_34c8::after,
.box-a1f6
  .header-06ec.pressed_2b06
  .highlight_gold_34c8:before {
  background: inherit;
}
.box-a1f6
  .header-06ec.pressed_2b06:hover
  .highlight_gold_34c8 {
  background: rgba(0, 0, 0, 0.8);
}
.frame_d32c .paper-af1e {
  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) {
  .frame_d32c .paper-af1e {
    width: auto;
    right: 45px;
  }
}
.rough_7710 .paper-af1e {
  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) {
  .rough_7710 .paper-af1e {
    width: auto;
    left: 45px;
  }
}
.advanced_e1a2 .paper-af1e {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.advanced_e1a2 .shadow-2eaa {
  max-width: 48em;
  margin: 0 auto;
}
.advanced_e1a2 .full-22aa:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.wood_6db1 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.wood_6db1.box-a1f6 .paper-af1e {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.wood_6db1.frame_d32c .paper-af1e {
  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);
}
.wood_6db1 .paper-af1e {
  visibility: visible;
}
.wood_6db1.rough_7710 .paper-af1e {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.red-56cf,
.wood_eeb9 {
  overflow-x: hidden;
}
.red-56cf .paper-af1e {
  overflow: auto;
}
.red-56cf.box-a1f6 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.red-56cf.box-a1f6 .paper-af1e {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.red-56cf.box-a1f6 .article-9e73 {
  opacity: 0;
}
.red-56cf.frame_d32c {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.red-56cf.frame_d32c .paper-af1e {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.red-56cf.frame_d32c .article-9e73 {
  opacity: 0;
}
.red-56cf.rough_7710 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.red-56cf.rough_7710 .paper-af1e {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.red-56cf.rough_7710 .article-9e73 {
  opacity: 0;
}
.red-56cf.advanced_e1a2 .paper-af1e {
  z-index: 10;
  visibility: visible;
}
.pressed_2b06 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.pressed_2b06 .highlight_gold_34c8 {
  background: rgba(255, 255, 255, 0.99);
}
.pressed_2b06 .highlight_gold_34c8::after,
.pressed_2b06 .highlight_gold_34c8:before {
  background: inherit;
}
.pressed_2b06:hover .highlight_gold_34c8 {
  background: rgba(255, 255, 255, 0.99);
}
.rough_7710 .pressed_2b06 {
  top: 10px;
  right: auto;
  left: 12px;
}
.advanced_e1a2 .pressed_2b06 {
  display: none !important;
}
.red-56cf:before,
.wood_eeb9:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.red-56cf .pressed_2b06,
.wood_eeb9 .pressed_2b06 {
  display: inline-block;
}
.paper-af1e .carousel-bb36 {
  -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;
}
.red-56cf .paper-af1e .carousel-bb36,
.wood_eeb9 .paper-af1e .carousel-bb36 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tag_5946 .paper-36f5 {
  width: 100%;
}
.title-lower-3fbe {
  padding: 0 0.5em 0;
}
.title-lower-3fbe [class*="customify-col-"],
.title-lower-3fbe [class*="customify-col_"],
.title-lower-3fbe [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.gallery_liquid_6ca4 .title-lower-3fbe {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .link_4e7c .chip_d219,
  .chip_d219 {
    display: none;
  }
  .photo-6e96 {
    text-align: left;
  }
  .heading-bronze-5856 {
    text-align: center;
  }
  .tabs-new-bf67 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .link_4e7c .new_bad9,
  .new_bad9 {
    display: none;
  }
  .iron-5cdf {
    text-align: left;
  }
  .slider-7708 {
    text-align: center;
  }
  .secondary-silver-08cf {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .link_4e7c .shadow_9419,
  .shadow_9419 {
    display: none;
  }
  .grid-5b73 {
    text-align: left;
  }
  .next-f400 {
    text-align: center;
  }
  .cool_57a1 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.action-4b8c {
  box-shadow: none !important;
}
.tiny_2971 .lower-a530,
.accordion-west-78a3 .lower-a530 {
  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;
}
.accordion-west-78a3 .lower-a530 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.preview-soft-01e1 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.preview-soft-01e1:after,
.preview-soft-01e1:before {
  content: "";
  display: table;
}
.preview-soft-01e1:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .preview-soft-01e1 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.preview-soft-01e1,
.box-gas-e006 {
  max-width: 1248px;
  margin: 0 auto;
}

.backdrop-951b.description-a0a9 .preview-soft-01e1 {
  max-width: 100%;
}
.backdrop-951b.element-af41 {
  max-width: 1200px;
  margin: 0 auto;
}
.backdrop-951b.panel-b24c .preview-soft-01e1 {
  max-width: 100%;
}
.backdrop-951b.panel-b24c > .preview-soft-01e1 {
  padding-left: 0;
  padding-right: 0;
}
.backdrop-951b.panel-b24c > .preview-soft-01e1 .link_4e7c {
  margin: 0;
}
.backdrop-951b.panel-b24c
  > .preview-soft-01e1
  .old_0a98.alert_ac64 {
  margin-right: 0;
  margin-left: 0;
}
.backdrop-951b.panel-b24c #main.alert_ac64 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .notice_b621 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .notice_b621 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .footer-4705 .center-1e95 {
    padding-right: 1em;
  }
  .footer-4705.full_4e66 .old_0a98 {
    border-right: 1px solid #eaecee;
  }
  .footer-4705.full_4e66 .center-1e95 {
    padding-right: 1em;
  }
  .footer-4705.full_4e66 .status_rough_208b {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tag_large_b890 .center-1e95 {
    padding-left: 1em;
  }
  .tag_large_b890.full_4e66 .old_0a98 {
    border-left: 1px solid #eaecee;
  }
  .tag_large_b890.full_4e66 .center-1e95 {
    padding-left: 1em;
  }
  .tag_large_b890.full_4e66 .status_rough_208b {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .modal-d017 .center-1e95 {
    padding-left: 1em;
  }
  .modal-d017.full_4e66 .notification-active-8433 {
    border-right: 1px solid #eaecee;
  }
  .modal-d017.full_4e66 .paragraph_b504 {
    border-right: 1px solid #eaecee;
  }
  .modal-d017.full_4e66 .center-1e95 {
    padding-left: 1em;
  }
  .modal-d017.full_4e66 .status_rough_208b {
    padding-right: 1em;
  }
  .modal-d017.full_4e66 .first_a0b5 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .description_c313 .center-1e95 {
    padding-right: 1em;
  }
  .description_c313.full_4e66 .notification-active-8433 {
    border-left: 1px solid #eaecee;
  }
  .description_c313.full_4e66 .paragraph_b504 {
    border-left: 1px solid #eaecee;
  }
  .description_c313.full_4e66 .center-1e95 {
    padding-right: 1em;
  }
  .description_c313.full_4e66 .status_rough_208b {
    padding-left: 1em;
    padding-right: 1em;
  }
  .description_c313.full_4e66 .first_a0b5 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .notice_b621 .center-1e95 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .notice_b621.full_4e66 .old_0a98 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .notice_b621.full_4e66 .center-1e95 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .notice_b621.full_4e66 .status_rough_208b {
    padding-left: 1em;
  }
  .notice_b621.full_4e66 .first_a0b5 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .notice_b621.full_4e66 .center-1e95 {
    padding-left: 0;
  }
}
.hot_bdd0 .detail_d2f0 {
  display: inline-block;
}
.sort-under-f658 {
  display: inline-block;
}
.shadow-3c42 {
  word-con: break-word;
}
.texture_d478 > span {
  display: inline-block;
  padding: 5px 0;
}
.texture_d478 .section_f29f {
  margin-left: 8px;
  margin-right: 8px;
}
.texture_d478 .alert-de28 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.in_b2ee .soft-74d0 {
  margin-bottom: 2em;
}
.in_b2ee .caption_e86b {
  margin-bottom: 15px;
}
.in_b2ee .caption_e86b:last-child {
  margin-bottom: 0;
}
.in_b2ee .primary_12df {
  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) {
  .in_b2ee .primary_12df {
    display: block;
  }
}
.in_b2ee .left_33ed {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .in_b2ee .left_33ed {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.in_b2ee .breadcrumb_plasma_1360 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.in_b2ee .breadcrumb_plasma_1360 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.in_b2ee .breadcrumb_plasma_1360 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.in_b2ee .shadow-3c42 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.in_b2ee .shadow-3c42 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.in_b2ee .progress_current_b5f5 p:last-child {
  margin-bottom: 0;
}
.in_b2ee .focus-dirty-58b4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.in_b2ee .layout-0c6c {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.in_b2ee .slow_7df2 {
  margin-top: 1em;
}
.in_b2ee .input_ed61 {
  top: 0;
  display: block;
}
.in_b2ee .input_ed61 a {
  color: inherit;
}
.in_b2ee .input_ed61 a:hover {
  color: inherit;
}
.in_b2ee .block-top-0a16 {
  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;
}
.in_b2ee .block-top-0a16:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.in_b2ee .layout-0c6c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.in_b2ee .section_fb74 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.in_b2ee .section_fb74:first-child {
  margin-top: 0;
}
.in_b2ee .section_fb74.nav-active-d04d {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.in_b2ee .section_fb74.pressed-8864 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.in_b2ee
  .section_fb74.pressed-8864.nav-362a
  .slow_7df2 {
  width: 100%;
}
.in_b2ee .pressed-8864 {
  -webkit-box-align: center;
  align-items: center;
}
.in_b2ee .pressed-8864 .texture_d478,
.in_b2ee .pressed-8864 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.in_b2ee .breadcrumb_plasma_1360 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.in_b2ee .breadcrumb_plasma_1360 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.in_b2ee .breadcrumb_plasma_1360: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;
}
.in_b2ee .nav-active-d04d {
  z-index: 5;
}
.in_b2ee .rough-1c78 .up-9216 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.in_b2ee .content_c123 .up-9216 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.in_b2ee .banner-f1f0 .up-9216 {
  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;
}
.in_b2ee.old-e706 .primary_12df,
.in_b2ee.texture_382b .primary_12df {
  display: block;
}
.in_b2ee.old-e706 .primary_12df .popup-hot-282e,
.in_b2ee.old-e706 .primary_12df .layout-0c6c,
.in_b2ee.texture_382b .primary_12df .popup-hot-282e,
.in_b2ee.texture_382b .primary_12df .layout-0c6c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.in_b2ee.advanced_b632 .left_33ed {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .in_b2ee.advanced_b632 .left_33ed {
    margin-right: 0;
  }
}
.in_b2ee.old-e706 .left_33ed,
.in_b2ee.texture_382b .left_33ed {
  padding-top: 40%;
}
.in_b2ee.old-e706 .soft-74d0,
.in_b2ee.texture_382b .soft-74d0 {
  display: block;
}
.in_b2ee.old-e706 .fn-sticky-61ff .layout-0c6c,
.in_b2ee.texture_382b .fn-sticky-61ff .layout-0c6c {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.in_b2ee.old-e706 .left_33ed,
.in_b2ee.texture_382b .left_33ed {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.in_b2ee.old-e706 .layout-0c6c {
  padding: 1em;
}
.article_bb78 {
  margin: 30px auto;
  display: block;
}
.article_bb78 .secondary_4bb4 > * {
  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;
}
.article_bb78 .secondary_4bb4 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.article_bb78 .secondary_4bb4 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.complex_326b .texture_d478 {
  margin-bottom: 1.41575em;
}
.complex_326b .image-fluid-bf36 {
  margin-bottom: 1.618em;
}
.tooltip-dark-fd96 .black_6be0 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.tooltip-dark-fd96 .black_6be0 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.tooltip-dark-fd96 .icon-befa {
  max-width: 100%;
  overflow: auto;
}
.gas-4f69 .tooltip-dark-fd96 a:hover {
  text-decoration: underline;
}
.message_8c16 .caption_e86b:not(.shadow-3c42),
.message_8c16 .breadcrumb_plasma_1360 {
  margin-bottom: 1.41575em;
}
.message_8c16 .caption_e86b:not(.shadow-3c42):last-child,
.message_8c16 .breadcrumb_plasma_1360:last-child {
  margin-bottom: 0;
}
.message_8c16 .caption_e86b.background-brown-8f9c {
  margin-bottom: 0.41575em;
}
.message_8c16 .pro_35a6:before,
.message_8c16 .upper_9669:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.message_8c16 .pro_35a6:before {
  content: "\f115";
}
.message_8c16 .upper_9669:before {
  content: "\f02c";
}
.message_8c16 .column-tall-e1bc {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.message_8c16 .column-tall-e1bc a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.first-77c6 {
  display: -webkit-box;
  display: flex;
}
.first-77c6 .info-e15a {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .first-77c6 .info-e15a {
    flex-basis: 90px;
  }
}
.first-77c6 .gold_c1d0 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .first-77c6 .gold_c1d0 {
    flex-basis: calc(100% - 50px);
  }
}
.first-77c6 .slider-0661 p:last-child {
  margin-bottom: 0.72em;
}
.caption_50db .secondary_4bb4 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.caption_50db .secondary_4bb4:after,
.caption_50db .secondary_4bb4:before {
  content: "";
  display: table;
}
.caption_50db .secondary_4bb4:after {
  clear: both;
}
.caption_50db .secondary_4bb4 .backdrop-first-530f,
.caption_50db .secondary_4bb4 .lower_1536 {
  width: 49%;
}
.caption_50db .secondary_4bb4 .backdrop-first-530f a span.new_ab8b,
.caption_50db .secondary_4bb4 .lower_1536 a span.new_ab8b {
  display: block;
  margin-bottom: 5px;
}
.caption_50db .secondary_4bb4 .lower_1536 {
  float: left;
  text-align: left;
}
.caption_50db .secondary_4bb4 .backdrop-first-530f {
  float: right;
  text-align: right;
}
.backdrop-action-32f2 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .backdrop-action-32f2 {
    margin-bottom: 0;
  }
}
.alert-white-59ee {
  margin-bottom: 1em;
}
.alert-white-59ee .shadow-3c42 {
  font-size: 1.1em;
  line-height: 1.3;
}
.box_6330 a {
  display: block;
  line-height: 0;
  position: relative;
}
.in_bc03 .alert-white-59ee,
.main_4a70 .alert-white-59ee {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .in_bc03 .alert-white-59ee,
  .main_4a70 .alert-white-59ee {
    display: block;
  }
}
.in_bc03 .box_6330,
.main_4a70 .box_6330 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .in_bc03 .box_6330,
  .main_4a70 .box_6330 {
    margin-bottom: 1em;
  }
}
.in_bc03 .box_6330 img,
.main_4a70 .box_6330 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.in_bc03 .fast_a226,
.main_4a70 .fast_a226 {
  flex-basis: calc(100% - 160px);
}
.in_bc03 .fast_a226 p,
.main_4a70 .fast_a226 p {
  margin-bottom: 0;
}
.in_bc03 .fast_a226 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .in_bc03 .fast_a226 {
    padding-left: 0;
  }
}
.main_4a70 .fast_a226 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .main_4a70 .fast_a226 {
    padding-right: 0;
  }
}
.main_4a70 .box_6330 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.button-10d9 .box_6330 {
  margin-bottom: 0.5em;
}
.button-10d9 .box_6330 img {
  width: 100%;
}
.hot_734d .gradient-4d2b,
.link_bottom_cc1e .gradient-4d2b {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.link_bottom_cc1e .old_0a98 .summary-bd54 p:last-child {
  margin-bottom: 0;
}
.bronze_d66a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.avatar-3ccf .widget_e847 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .avatar-3ccf .widget_e847:last-of-type {
    margin-bottom: 0;
  }
}
.avatar-3ccf .widget_e847 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.avatar-3ccf .widget_e847 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.avatar-3ccf .widget_e847 ul li {
  margin: 0 0 0.6em;
}
.avatar-3ccf .widget_e847 ul li.row-cold-6c88,
.avatar-3ccf .widget_e847 ul li.pagination-under-1045 {
  position: relative;
}
.avatar-3ccf .widget_e847 ul li.row-cold-6c88 .module_5018,
.avatar-3ccf .widget_e847 ul li.pagination-under-1045 .module_5018 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.avatar-3ccf .widget_e847 ul li.row-cold-6c88:after:after,
.avatar-3ccf .widget_e847 ul li.row-cold-6c88:after:before,
.avatar-3ccf
  .widget_e847
  ul
  li.pagination-under-1045:after:after,
.avatar-3ccf
  .widget_e847
  ul
  li.pagination-under-1045:after:before {
  content: "";
  display: table;
}
.avatar-3ccf .widget_e847 ul li.row-cold-6c88:after:after,
.avatar-3ccf
  .widget_e847
  ul
  li.pagination-under-1045:after:after {
  clear: both;
}
.avatar-3ccf .widget_e847 a.clean-94b6:hover {
  text-decoration: none;
}
.avatar-3ccf .widget_e847 select {
  max-width: 100%;
}
.avatar-3ccf .widget_e847 table {
  font-size: 85%;
}
.avatar-3ccf .widget_e847 table td,
.avatar-3ccf .widget_e847 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.avatar-3ccf .widget_e847 table tfoot td {
  text-align: left;
}
.avatar-3ccf .widget_e847 :last-child {
  margin-bottom: 0;
}
.avatar-3ccf .widget_e847 .backdrop_9aa2 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.avatar-3ccf .widget_e847 .backdrop_9aa2 label {
  width: 100%;
}
.avatar-3ccf .widget_e847 .backdrop_9aa2 .alert_green_55ac {
  width: 100%;
  display: block;
}
.avatar-3ccf .widget_e847 .backdrop_9aa2 .panel_upper_ad8f {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.avatar-3ccf .widget_e847 .backdrop_9aa2 .panel_upper_ad8f:hover svg #svg-search {
  fill: #444;
}
.avatar-3ccf .widget_e847 .backdrop_9aa2 .panel_upper_ad8f svg {
  width: 18px;
  height: 18px;
}
.avatar-3ccf .focused-d6d9 ul ul,
.avatar-3ccf .white-307d ul ul,
.avatar-3ccf .hovered_025a ul ul,
.avatar-3ccf .narrow_84d0 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.avatar-3ccf .focused-d6d9 .row-fresh-9e19 > a,
.avatar-3ccf .white-307d .row-fresh-9e19 > a,
.avatar-3ccf .hovered_025a .row-fresh-9e19 > a,
.avatar-3ccf .narrow_84d0 .row-fresh-9e19 > a {
  margin-bottom: 0;
}
.avatar-3ccf .blue_15d9 li,
.avatar-3ccf .focused-d6d9 li,
.avatar-3ccf .nav_7354 li,
.avatar-3ccf .white-307d li,
.avatar-3ccf .hovered_025a li,
.avatar-3ccf .narrow_84d0 li,
.avatar-3ccf .aside_e791 li,
.avatar-3ccf .gallery_paper_cd9a li {
  display: block;
  position: relative;
}
.avatar-3ccf .blue_15d9 li:last-child,
.avatar-3ccf .focused-d6d9 li:last-child,
.avatar-3ccf .nav_7354 li:last-child,
.avatar-3ccf .white-307d li:last-child,
.avatar-3ccf .hovered_025a li:last-child,
.avatar-3ccf .narrow_84d0 li:last-child,
.avatar-3ccf .aside_e791 li:last-child,
.avatar-3ccf .gallery_paper_cd9a li:last-child {
  border: none;
}
.avatar-3ccf .blue_15d9 li a,
.avatar-3ccf .focused-d6d9 li a,
.avatar-3ccf .nav_7354 li a,
.avatar-3ccf .white-307d li a,
.avatar-3ccf .hovered_025a li a,
.avatar-3ccf .narrow_84d0 li a,
.avatar-3ccf .aside_e791 li a,
.avatar-3ccf .gallery_paper_cd9a li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.avatar-3ccf .blue_15d9 li ul li::before,
.avatar-3ccf .focused-d6d9 li ul li::before,
.avatar-3ccf .nav_7354 li ul li::before,
.avatar-3ccf .white-307d li ul li::before,
.avatar-3ccf .hovered_025a li ul li::before,
.avatar-3ccf .narrow_84d0 li ul li::before,
.avatar-3ccf .aside_e791 li ul li::before,
.avatar-3ccf .gallery_paper_cd9a li ul li::before {
  left: 15px;
}
.avatar-3ccf .blue_15d9 li ul a,
.avatar-3ccf .focused-d6d9 li ul a,
.avatar-3ccf .nav_7354 li ul a,
.avatar-3ccf .white-307d li ul a,
.avatar-3ccf .hovered_025a li ul a,
.avatar-3ccf .narrow_84d0 li ul a,
.avatar-3ccf .aside_e791 li ul a,
.avatar-3ccf .gallery_paper_cd9a li ul a {
  padding-left: 20px;
}
.avatar-3ccf .blue_15d9 li ul ul li::before,
.avatar-3ccf .focused-d6d9 li ul ul li::before,
.avatar-3ccf .nav_7354 li ul ul li::before,
.avatar-3ccf .white-307d li ul ul li::before,
.avatar-3ccf .hovered_025a li ul ul li::before,
.avatar-3ccf .narrow_84d0 li ul ul li::before,
.avatar-3ccf .aside_e791 li ul ul li::before,
.avatar-3ccf .gallery_paper_cd9a li ul ul li::before {
  left: 30px;
}
.avatar-3ccf .blue_15d9 li ul ul a,
.avatar-3ccf .focused-d6d9 li ul ul a,
.avatar-3ccf .nav_7354 li ul ul a,
.avatar-3ccf .white-307d li ul ul a,
.avatar-3ccf .hovered_025a li ul ul a,
.avatar-3ccf .narrow_84d0 li ul ul a,
.avatar-3ccf .aside_e791 li ul ul a,
.avatar-3ccf .gallery_paper_cd9a li ul ul a {
  padding-left: 40px;
}
.avatar-3ccf .column_d597 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.avatar-3ccf .gallery_paper_cd9a ul li {
  margin-bottom: 1.41575em;
}
.avatar-3ccf .gallery_paper_cd9a ul li .hard_c4ed {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.avatar-3ccf .gallery_paper_cd9a ul li .element-stale-f54c {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.stale-4f12 .blue_15d9 li a,
.stale-4f12 .focused-d6d9 li a,
.stale-4f12 .nav_7354 li a,
.stale-4f12 .white-307d li a,
.stale-4f12 .hovered_025a li a,
.stale-4f12 .narrow_84d0 li a,
.stale-4f12 .aside_e791 li a,
.stale-4f12 .gallery_paper_cd9a li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.stale-4f12 .column_d597 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.stale-4f12 .widget_e847 ul li.row-cold-6c88 .module_5018,
.stale-4f12 .widget_e847 ul li.pagination-under-1045 .module_5018 {
  background: rgba(0, 0, 0, 0.2);
}
.stale-4f12 .avatar-3ccf .widget_e847 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.backdrop-951b .avatar-3ccf .heading_f2bd li {
  margin: 0;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li ul {
  margin: 0;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li ul li a {
  padding-left: 15px;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li ul li li a {
  padding-left: 30px;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li.layout-8b03 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li.layout-8b03 > 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;
}
.backdrop-951b .avatar-3ccf .heading_f2bd li.layout-8b03 > 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;
}
.box_bottom_8da1 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.mask-5520 {
  position: relative;
  z-index: 10;
}
.mask-5520 .carousel-bb36 {
  width: 100%;
  max-width: 100%;
}
.shadow-pressed-e656 .feature_in_0158 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.shadow-pressed-e656 .header-06ec {
}
.shadow-pressed-e656 .stale-4f12 {
  background: #292929;
}
.badge-dirty-02aa .feature_in_0158 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.badge-dirty-02aa .header-06ec {
  background: #f9f9f9;
}
.badge-dirty-02aa .stale-4f12 {
  background: #303030;
}
.fresh-9d0d .feature_in_0158 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .fresh-9d0d .detail_d2f0 {
    margin-bottom: 1em;
  }
  .fresh-9d0d .detail_d2f0:last-child {
    margin-bottom: 0;
  }
}
.fresh-9d0d .header-06ec {
  background: #ededed;
}
.fresh-9d0d .stale-4f12 {
  background: #1a1a1a;
}
.feature_in_0158.header-06ec {
  color: rgba(0, 0, 0, 0.6);
}
.feature_in_0158.header-06ec .video-0f6d li {
  border-color: rgba(0, 0, 0, 0.08);
}
.feature_in_0158.stale-4f12 {
  color: rgba(255, 255, 255, 0.99);
}
.feature_in_0158.stale-4f12 a:not(.clean-94b6) {
  color: rgba(255, 255, 255, 0.79);
}
.feature_in_0158.stale-4f12 a:not(.clean-94b6):hover {
  color: rgba(255, 255, 255, 0.99);
}
.feature_in_0158.stale-4f12 .video-0f6d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.feature_in_0158.stale-4f12 table tbody td,
.feature_in_0158.stale-4f12 table th {
  background: rgba(0, 0, 0, 0.08);
}
.static-7233.dynamic_590a .preview-soft-01e1 {
  max-width: initial;
}
.static-7233 .silver_c0ea {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.static-7233 .silver_c0ea .carousel-bb36 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .static-7233 .silver_c0ea .carousel-bb36 {
    display: block;
    margin-bottom: 2em;
  }
  .static-7233 .silver_c0ea .carousel-bb36:last-child {
    margin-bottom: 0;
  }
}
.fresh-9d0d .detail_d2f0:last-child,
.badge-dirty-02aa .detail_d2f0:last-child,
.shadow-pressed-e656 .detail_d2f0:last-child {
  margin-bottom: 0;
}
.fresh-9d0d .detail_d2f0 .avatar-3ccf .widget_e847:last-child,
.badge-dirty-02aa .detail_d2f0 .avatar-3ccf .widget_e847:last-child,
.shadow-pressed-e656 .detail_d2f0 .avatar-3ccf .widget_e847:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .fresh-9d0d .backdrop_a12c,
  .fresh-9d0d .card_last_d462,
  .badge-dirty-02aa .backdrop_a12c,
  .badge-dirty-02aa .card_last_d462,
  .shadow-pressed-e656 .backdrop_a12c,
  .shadow-pressed-e656 .card_last_d462 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .mask-5520 .detail_d2f0 {
    margin-bottom: 2em;
  }
}
.mask-5520 p:last-child {
  margin-bottom: 0;
}
.mask-5520 li,
.mask-5520 ul {
  list-style: none;
  margin: 0;
}
.mask-5520 ul ul {
  margin-left: 2.617924em;
}
.tertiary_pressed_6182 {
  font-size: 0.875em;
}

/* css-noise: 245c */
.shadow-element-s6 {
  padding: 0.4rem;
  font-size: 11px;
  line-height: 1.1;
}
