/*!
Theme Name: Customify
Theme URI: https://pressmaximum.table-35b9/customify
Author: WPCustomify
Author URI: https://pressmaximum.table-35b9
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.table-35b9/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.block-paper-a476.dark_78f5/licenses/gpl-2.0.sort_0ae9
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.lite-c2d9/, (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.modal-glass-1a8b.focus_74b3/normalize.red-7b5b/
 ======
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.red-7b5b v7.0.0 | MIT License | github.table-35b9/necolas/normalize.red-7b5b */
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;
}
.current_82ec .gradient_liquid_ceb2,
.card_a0d0,
.notice-fcd7,
.caption-085f,
.backdrop-6292,
.button-0cff,
.description_26bf,
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;
}
.card_a0d0,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .card_a0d0,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .card_a0d0,
  h1 {
    font-size: 1.8em;
  }
}
.notice-fcd7,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.notice-fcd7 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .notice-fcd7,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .notice-fcd7,
  h2 {
    font-size: 1.7em;
  }
}
.caption-085f,
h3 {
  font-size: 1.618em;
}
.current_82ec .gradient_liquid_ceb2,
.backdrop-6292,
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.pink_b71a {
  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;
}
.secondary_4c3a:after,
.secondary_4c3a:before,
.medium_49e2:after,
.medium_49e2:before {
  content: "";
  display: table;
}
.secondary_4c3a:after,
.medium_49e2:after {
  clear: both;
}
.selected-fc31 {
  float: right;
  margin-right: 0;
}
.feature_05cf {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.modal-green-9e8d .modal-51fc,
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;
}
.modal-green-9e8d .modal-51fc: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;
}
.detail-d44b .modal-51fc {
  box-shadow: none;
}
.detail-d44b
  .modal-51fc
  .image_ae01 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.detail-d44b .modal-51fc .slider-7364 {
  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;
}
.detail-d44b
  .modal-51fc
  .slider-7364
  b {
  display: none;
}
.detail-d44b .slider-old-11b3 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.label_17de:not(.container-light-2678):not(.hard-1591),
button:not(.container-light-2678):not(.hard-1591),
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ),
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ),
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ) {
  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;
}
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ):hover,
button:not(.container-light-2678):not(
    .hard-1591
  ):hover,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ):hover,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ):hover,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ):active,
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ):focus,
button:not(.container-light-2678):not(
    .hard-1591
  ):active,
button:not(.container-light-2678):not(
    .hard-1591
  ):focus,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ):active,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ):focus,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ):active,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ):focus,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ):active,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ):focus {
  outline: 0;
}
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3 {
  position: relative;
}
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .column-285f,
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .layout-hovered-6080,
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .grid_prev_f0c9,
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  i,
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  svg,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .column-285f,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .layout-hovered-6080,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .grid_prev_f0c9,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  i,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  svg,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .column-285f,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .layout-hovered-6080,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .grid_prev_f0c9,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  i,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  svg,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .column-285f,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .layout-hovered-6080,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .grid_prev_f0c9,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  i,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  svg,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .column-285f,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .layout-hovered-6080,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  .grid_prev_f0c9,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  i,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3
  svg {
  visibility: hidden;
}
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3:after,
button:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3:after,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3:after,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3:after,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ).fn-loading-81c3: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;
}
.label_17de:not(.container-light-2678):not(.hard-1591),
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ),
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ),
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ) {
  color: #fff;
  background: #235787;
}
.label_17de:not(.container-light-2678):not(
    .hard-1591
  ):focus,
input[type="button"]:not(.container-light-2678):not(
    .hard-1591
  ):focus,
input[type="reset"]:not(.container-light-2678):not(
    .hard-1591
  ):focus,
input[type="submit"]:not(.container-light-2678):not(
    .hard-1591
  ):focus {
  color: #fff;
}
.label_17de.fn-disabled-81c3:not(.container-light-2678):not(
    .hard-1591
  ),
.label_17de[disabled]:not(.container-light-2678):not(
    .hard-1591
  ),
button.fn-disabled-81c3:not(.container-light-2678):not(
    .hard-1591
  ),
button[disabled]:not(.container-light-2678):not(
    .hard-1591
  ) {
  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;
}
.media-gas-3d89 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.media-gas-3d89: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;
}
.component_5930 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.silver_04ea {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.filter_lower_a575 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.secondary_4c3a:after,
.secondary_4c3a:before,
.dark-dc48:after,
.dark-dc48:before,
.pagination_2389:after,
.pagination_2389:before,
.box-orange-59a7:after,
.box-orange-59a7:before,
.narrow-e2c6:after,
.narrow-e2c6:before,
.link_ed3b:after,
.link_ed3b:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.secondary_4c3a:after,
.dark-dc48:after,
.pagination_2389:after,
.box-orange-59a7:after,
.narrow-e2c6:after,
.link_ed3b:after {
  clear: both;
}
.dark-dc48 .alert-f083,
.pagination_2389 .alert-f083,
.aside-easy-ec98 .alert-f083 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.hover_5a95 {
  display: inline-block;
}
.tertiary_west_30ec {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.tertiary_west_30ec img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tertiary_west_30ec .active_1bdf {
  padding: 1em 0;
  font-size: 85%;
}
.active_1bdf {
  text-align: left;
  font-style: italic;
  color: #999;
}
.message-00ee {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.message-00ee:after,
.message-00ee:before {
  content: "";
  display: table;
}
.message-00ee:after {
  clear: both;
}
.blue-54bc {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.tertiary_bottom_8be5 .blue-54bc {
  max-width: 50%;
}
.heading-e646 .blue-54bc {
  max-width: 33.33%;
}
.title-799b .blue-54bc {
  max-width: 25%;
}
.tiny_49fc .blue-54bc {
  max-width: 20%;
}
.hover_31c5 .blue-54bc {
  max-width: 16.66%;
}
.column-black-cba0 .blue-54bc {
  max-width: 14.28%;
}
.section_medium_0c28 .blue-54bc {
  max-width: 12.5%;
}
.in_daf4 .blue-54bc {
  max-width: 11.11%;
}
.table_advanced_2b7c {
  display: block;
}
.current_82ec .basic-b12b label,
.current_82ec .copper-3224 label,
.current_82ec .upper_960f label,
.current_82ec .wood_1d05 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.thumbnail_north_9eaf {
  list-style: none;
  margin: 0;
}
.thumbnail_north_9eaf article.heading-0c74 {
  margin-bottom: 0;
}
.thumbnail_north_9eaf ul {
  list-style: none;
  margin: 0;
}
.thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74: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) {
  .thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74 li.heading-0c74 li.heading-0c74 li.heading-0c74 {
    padding-left: 0;
  }
}
article.heading-0c74 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.heading-0c74 .dark-dc48 p:last-of-type {
  margin-bottom: 0;
}
article.heading-0c74 .last-2bfa {
  float: left;
}
article.heading-0c74 .container-8810 {
  margin-left: 85px;
}
article.heading-0c74 .icon_thick_26e2 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.heading-0c74 .icon_thick_26e2 .message-red-301b {
  margin-left: 10px;
}
article.heading-0c74 .active_action_e60b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.heading-0c74 .focus-7ac8 {
  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 .basic-b12b,
  #respond .upper_960f,
  #respond .wood_1d05 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .basic-b12b input,
#respond .upper_960f input,
#respond .wood_1d05 input {
  width: 100%;
}
#respond .wood_1d05 {
  margin-right: 0;
}
#respond .purple_dda2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.panel-middle-16a8 {
  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;
}
.panel-middle-16a8.out-4188 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.panel-middle-16a8 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%);
}
.panel-middle-16a8:focus,
.panel-middle-16a8: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);
}
.section_fixed_b72d {
  border-radius: 10%;
}
.content_c3c2 {
  border-radius: 50%;
}
.component-lite-422d {
  font-size: 0.72em;
}
.backdrop-a3ea {
  font-size: 0.875em;
}
.stale_7d88 {
  font-size: 1.1em;
}
.complex-e5d2 {
  text-transform: uppercase;
  line-height: 1.2;
}
.complex-e5d2.component-lite-422d {
  letter-spacing: 0.5px;
}
.fixed_7b68,
.fixed_7b68 a {
  color: #6d6d6d;
}
.fixed_7b68 a:hover {
  color: #111;
}
.element-1afe {
  color: #6d6d6d;
}
.center-b1f5 {
  overflow-x: hidden;
}
.center-b1f5 .card-pink-0090.dark-6d1c {
  position: relative;
}
.center-b1f5 .card-pink-0090.dark-6d1c.bronze_3a35 {
  position: initial;
}
.center-b1f5
  .card-pink-0090.dark-6d1c.bronze_3a35
  .green_0d9c {
  left: auto;
}
.center-b1f5 .card-pink-0090 .green_0d9c {
  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;
}
.center-b1f5 .card-pink-0090:hover.dark-6d1c {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.center-b1f5
  .card-pink-0090:hover.dark-6d1c
  .green_0d9c {
  display: block;
  z-index: 9999999;
}
.center-b1f5 .chip_c1ce .cool-9995,
.center-b1f5 .message-2ec1 .cool-9995 {
  display: none;
}
.center-b1f5 .module-a73e .card-pink-0090:hover.dark-6d1c {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.current_82ec .basic-b12b label,
.current_82ec .copper-3224 label,
.current_82ec .upper_960f label,
.current_82ec .wood_1d05 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.thumbnail_north_9eaf {
  list-style: none;
  margin: 0;
}
.thumbnail_north_9eaf article.heading-0c74 {
  margin-bottom: 0;
}
.thumbnail_north_9eaf ul {
  list-style: none;
  margin: 0;
}
.thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74: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) {
  .thumbnail_north_9eaf .shade-gold-69b5 li.heading-0c74 li.heading-0c74 li.heading-0c74 li.heading-0c74 {
    padding-left: 0;
  }
}
article.heading-0c74 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.heading-0c74 .dark-dc48 p:last-of-type {
  margin-bottom: 0;
}
article.heading-0c74 .last-2bfa {
  float: left;
}
article.heading-0c74 .container-8810 {
  margin-left: 85px;
}
article.heading-0c74 .icon_thick_26e2 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.heading-0c74 .icon_thick_26e2 .message-red-301b {
  margin-left: 10px;
}
article.heading-0c74 .active_action_e60b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.heading-0c74 .focus-7ac8 {
  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 .basic-b12b,
  #respond .upper_960f,
  #respond .wood_1d05 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .basic-b12b input,
#respond .upper_960f input,
#respond .wood_1d05 input {
  width: 100%;
}
#respond .wood_1d05 {
  margin-right: 0;
}
#respond .purple_dda2 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.chip_c1ce .tooltip_focused_6ee6 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.tooltip_focused_6ee6 .grid_8c27.north_e410 .alert_complex_d726 > li > a:focus,
.tooltip_focused_6ee6 .grid_8c27.north_e410 .alert_complex_d726 > li > a:hover,
.tooltip_focused_6ee6 .grid_8c27.dirty-5d2f .alert_complex_d726 > li > a:focus,
.tooltip_focused_6ee6 .grid_8c27.dirty-5d2f .alert_complex_d726 > li > a:hover,
.tooltip_focused_6ee6 .grid_8c27.input_f8e2 .alert_complex_d726 > li > a:focus,
.tooltip_focused_6ee6 .grid_8c27.input_f8e2 .alert_complex_d726 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_focused_6ee6
  .grid_8c27.north_e410
  .alert_complex_d726
  > li.west-c4c3
  > a,
.tooltip_focused_6ee6
  .grid_8c27.north_e410
  .alert_complex_d726
  > li.accent_b0bc
  > a,
.tooltip_focused_6ee6
  .grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li.west-c4c3
  > a,
.tooltip_focused_6ee6
  .grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li.accent_b0bc
  > a,
.tooltip_focused_6ee6
  .grid_8c27.input_f8e2
  .alert_complex_d726
  > li.west-c4c3
  > a,
.tooltip_focused_6ee6 .grid_8c27.input_f8e2 .alert_complex_d726 > li.right_837a > a {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_focused_6ee6 .border-stone-a416,
.tooltip_focused_6ee6 .border-stone-a416 a {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_focused_6ee6 .layout_1333.text-stone-13bb li a,
.tooltip_focused_6ee6 .in-fcee a,
.tooltip_focused_6ee6 .pressed_2211,
.tooltip_focused_6ee6 .alert_complex_d726 > li > a,
.tooltip_focused_6ee6 .hard-90f9 {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6 .layout_1333.text-stone-13bb li a:hover,
.tooltip_focused_6ee6 .in-fcee a:hover,
.tooltip_focused_6ee6 .pressed_2211:hover,
.tooltip_focused_6ee6 .alert_complex_d726 > li > a:hover,
.tooltip_focused_6ee6 .hard-90f9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_focused_6ee6 .avatar_f253 {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6 .avatar_f253 .carousel_dca2 {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_focused_6ee6 .avatar_f253:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tooltip_focused_6ee6 .text-purple-b791 .pro-3228 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6 .text-purple-b791 .pro-3228 .button-focused-b1de {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6
  .text-purple-b791
  .pro-3228
  .button-focused-b1de::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6
  .text-purple-b791
  .pro-3228
  .button-focused-b1de:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6
  .text-purple-b791
  .pro-3228
  .button-focused-b1de::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6
  .text-purple-b791
  .pro-3228
  .button-focused-b1de::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6 .text-purple-b791 .module_3f4a {
  color: rgba(255, 255, 255, 0.79);
}
.tooltip_focused_6ee6 .text-purple-b791 .module_3f4a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.shade_inner_961c
  .tooltip_focused_6ee6
  .text-purple-b791
  .bottom-bf8d
  .panel_stone_a020 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.shade_inner_961c
  .tooltip_focused_6ee6
  .text-purple-b791
  .bottom-bf8d
  .button-focused-b1de {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.chip_c1ce .tertiary_5ef4 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.tertiary_5ef4 .grid_8c27.north_e410 .alert_complex_d726 > li > a:focus,
.tertiary_5ef4 .grid_8c27.north_e410 .alert_complex_d726 > li > a:hover,
.tertiary_5ef4 .grid_8c27.dirty-5d2f .alert_complex_d726 > li > a:focus,
.tertiary_5ef4 .grid_8c27.dirty-5d2f .alert_complex_d726 > li > a:hover,
.tertiary_5ef4 .grid_8c27.input_f8e2 .alert_complex_d726 > li > a:focus,
.tertiary_5ef4 .grid_8c27.input_f8e2 .alert_complex_d726 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_5ef4
  .grid_8c27.north_e410
  .alert_complex_d726
  > li.west-c4c3
  > a,
.tertiary_5ef4
  .grid_8c27.north_e410
  .alert_complex_d726
  > li.accent_b0bc
  > a,
.tertiary_5ef4
  .grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li.west-c4c3
  > a,
.tertiary_5ef4
  .grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li.accent_b0bc
  > a,
.tertiary_5ef4
  .grid_8c27.input_f8e2
  .alert_complex_d726
  > li.west-c4c3
  > a,
.tertiary_5ef4 .grid_8c27.input_f8e2 .alert_complex_d726 > li.right_837a > a {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_5ef4 .border-stone-a416,
.tertiary_5ef4 .border-stone-a416 a {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_5ef4 .layout_1333.text-stone-13bb li a,
.tertiary_5ef4 .in-fcee a,
.tertiary_5ef4 .pressed_2211,
.tertiary_5ef4 .alert_complex_d726 > li > a,
.tertiary_5ef4 .hard-90f9 {
  color: rgba(0, 0, 0, 0.55);
}
.tertiary_5ef4 .layout_1333.text-stone-13bb li a:hover,
.tertiary_5ef4 .in-fcee a:hover,
.tertiary_5ef4 .pressed_2211:hover,
.tertiary_5ef4 .alert_complex_d726 > li > a:hover,
.tertiary_5ef4 .hard-90f9:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_5ef4 .avatar_f253 {
  color: rgba(0, 0, 0, 0.55);
}
.tertiary_5ef4 .avatar_f253 .carousel_dca2 {
  color: rgba(0, 0, 0, 0.8);
}
.tertiary_5ef4 .avatar_f253:hover {
  color: rgba(0, 0, 0, 0.8);
}
.surface_fast_f696 .banner_simple_406c {
  margin-left: auto;
  margin-right: auto;
}
.pagination_2389 > * {
  margin-left: auto;
  margin-right: auto;
}
.pagination_2389 .component_5930 {
  margin-right: 1.41575em;
}
.thumbnail-ef67 .pagination_2389 > .input-prev-af92 {
  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;
}
.thumbnail-ef67 .pagination_2389 > .preview_active_3c8c {
  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;
}
.accent_complex_d776.surface_fast_f696 .banner_simple_406c,
.paragraph_under_2d8b.surface_fast_f696 .banner_simple_406c {
  margin-left: 0;
}
.purple-62d2.surface_fast_f696 .banner_simple_406c,
.cold-2393.surface_fast_f696 .banner_simple_406c {
  margin-right: 0;
}
.pagination_2389 ol,
.pagination_2389 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.label-north-4c0a video {
  max-width: 100%;
}
.huge_fce4 img {
  display: block;
}
.huge_fce4.component_5930,
.huge_fce4.silver_04ea {
  width: 100%;
}
.huge_fce4.preview_active_3c8c img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.tabs_glass_c222:not(.main-warm-553f) {
  margin: 1.5em auto;
}
.description_black_5908 p {
  padding: 1.5em 14px;
}
ul.tooltip_9ac9.preview_active_3c8c,
ul.tooltip_9ac9.input-prev-af92,
ul.tooltip_9ac9.up_6c45.input-prev-af92 {
  padding: 0 14px;
}
.stale-1d46 {
  display: block;
  overflow-x: auto;
}
.stale-1d46 table {
  border-collapse: collapse;
  width: 100%;
}
.stale-1d46 td,
.stale-1d46 th {
  padding: 0.5em;
}
.pagination_2389 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.pagination_2389 ol ol,
.pagination_2389 ol ul,
.pagination_2389 ul ol,
.pagination_2389 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.pagination_2389 ol ol li,
.pagination_2389 ol ul li,
.pagination_2389 ul ol li,
.pagination_2389 ul ul li {
  margin-left: 0;
}
.active-1183.iron_08be > .widget_fresh_d598 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.active-1183.iron_08be > .widget_fresh_d598 iframe,
.active-1183.iron_08be > .widget_fresh_d598 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.panel_lower_ec93 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.panel_lower_ec93.clean-205a {
  padding: 0;
}
.panel_lower_ec93.clean-205a cite {
  font-size: 13px;
}
.panel_lower_ec93 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.panel_lower_ec93 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.light_84bf {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.light_84bf > p:first-child {
  margin-top: 0;
}
.light_84bf cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.light_84bf blockquote {
  border-left: 0;
}
.backdrop-6d18 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.backdrop-6d18:not(.paragraph_064e) {
  max-width: 100px;
}
.backdrop-6d18.breadcrumb_c3d3 {
  border-bottom: none !important;
  text-align: center;
}
.backdrop-6d18.breadcrumb_c3d3::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .description_black_5908 p {
    padding: 1.5em 0;
  }
}
.footer_solid_be08 {
  color: #0073aa;
}
.gradient_black_c8bc {
  background-color: #0073aa;
}
.highlight_plasma_cd77 {
  color: #229fd8;
}
.hard-9796 {
  background-color: #229fd8;
}
.left_417f {
  color: #eee;
}
.backdrop-stone-b9cf {
  background-color: #eee;
}
.prev-e117 {
  color: #444;
}
.info-mini-8244 {
  background-color: #444;
}
.chip_90a6 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.chip_90a6 .filter-wide-b511 .in-fcee {
  font-size: 15px;
}
.chip_90a6 .in-fcee {
  line-height: 1.3;
}
.chip_90a6 .tertiary_5ef4 {
}
.chip_90a6 .tooltip_focused_6ee6 {
  background: #235787;
}
.hidden-thick-c462 {
  padding: 0;
}
.hidden-thick-c462 .tooltip_focused_6ee6 {
  background: #1a1a1a;
}
.hidden-thick-c462 .tertiary_5ef4 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.module_2c08 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.module_2c08 .tertiary_5ef4 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.module_2c08 .tooltip_focused_6ee6 {
  background: #303030;
}
.link_ed3b {
  position: relative;
  z-index: 10;
}
.link_ed3b .layout-f2bf {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.bright_ef46 .dark-6d1c {
  display: inline-block;
  vertical-align: middle;
}
.bright_ef46.lower-e05b .dark-6d1c {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .bright_ef46.lower-e05b .dark-6d1c {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .bright_ef46.lower-e05b .dark-6d1c {
    margin-right: 0.4em;
  }
}
.bright_ef46.lower-e05b .dark-6d1c:last-child {
  margin-right: 0;
}
.mask_hard_2bb9 .layout-f2bf {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .chip_c1ce .filter-wide-b511 {
    margin: 0 -0.5em;
  }
  .chip_c1ce .filter-wide-b511 [class*="customify-col-"],
  .chip_c1ce .filter-wide-b511 [class*="customify-col_"],
  .chip_c1ce .filter-wide-b511 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.chip_c1ce.input-advanced-c87b .layout-f2bf {
  background: 0 0 !important;
}
.chip_c1ce.input-advanced-c87b .layout-f2bf,
.chip_c1ce.mask_hard_2bb9 .layout-f2bf {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .chip_c1ce.breadcrumb_black_18d5 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.chip_c1ce.mask_hard_2bb9 .layout-f2bf {
  box-shadow: none !important;
}
.card-stone-d062 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .card-stone-d062 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .card-stone-d062 {
    padding: 18px 0 20px;
  }
}
.card-stone-d062 .clean_3671 {
  width: 100%;
}
.card-stone-d062 .element_0160 {
  margin-bottom: 0;
}
.card-stone-d062 .active-fresh-77e1 {
  margin-top: 5px;
  font-size: 0.875em;
}
.hover_complex_239e {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.hover_complex_239e .soft_40e3 {
  width: 100%;
}
.column_current_0067 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.column_current_0067 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.column_current_0067 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;
}
.column_current_0067 li:last-child:after {
  display: none;
}
.column_current_0067 li a {
  font-weight: 500;
  margin-right: 10px;
}
.article_8e1d .cool-9995 button,
.card-stone-d062 .cool-9995 button {
  left: 0;
}
.article_8e1d .soft_40e3,
.card-stone-d062 .soft_40e3 {
  padding-left: 0;
  padding-right: 0;
}
.article_8e1d .hover_complex_239e,
.card-stone-d062 .hover_complex_239e {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.article_8e1d {
  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;
}
.article_8e1d: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;
}
.article_8e1d .tall-ccb3 {
  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) {
  .article_8e1d .tall-ccb3 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .article_8e1d .tall-ccb3 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .article_8e1d .tall-ccb3 {
    min-height: 200px;
  }
}
.article_8e1d .column_current_0067 {
  color: rgba(255, 255, 255, 0.8);
}
.article_8e1d .column_current_0067 a,
.article_8e1d .column_current_0067 li:after {
  color: inherit;
}
.article_8e1d .column_current_0067 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.first_7e4a {
  margin-bottom: 0.5em;
}
.accordion_ca5c {
  margin-bottom: 1.2em;
}
.accordion_ca5c,
.first_7e4a {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.accordion_ca5c p:last-child,
.first_7e4a p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .cool-9995,
#masthead .cool-9995 {
  display: none;
}
#masthead
  > .cool-9995.hovered-cc4e {
  display: none;
}
#masthead > .cool-9995 button {
  left: 0;
}
.status_c961 {
  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%;
}
.status_c961 .dark-6d1c {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.status_c961 .paper-c6b6 {
  display: -webkit-box;
  display: flex;
}
.status_c961 .paper-c6b6.tall_f8f6 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.status_c961 .paper-c6b6.thumbnail-833c {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.status_c961 .paper-c6b6.focused-9b56 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.status_c961.motion_c9f6.slider-slow-0dbc .paper-c6b6.tall_f8f6 {
  flex-basis: 100%;
}
.status_c961.search_8281 .paper-c6b6.thumbnail-833c {
  -webkit-box-flex: 1;
  flex: auto;
}
.status_c961.search_8281 .paper-c6b6.focused-9b56 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .cool-9995.hovered-cc4e {
  display: none;
}
#masthead > .cool-9995 button {
  left: 0;
}
.item_gold_7814 {
  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;
}
.item_gold_7814:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.item_gold_7814.footer-7020 i {
  margin-right: 4px;
}
.item_gold_7814.popup_0931 i {
  margin-left: 5px;
}
.in-fcee p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.in-fcee p:last-child {
  margin-bottom: 0;
}
.out-432e {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.out-432e a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.out-432e img {
  display: block;
  width: auto;
  line-height: 1;
}
.out-432e .border-stone-a416 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.out-432e .tall-f2ac {
  margin: 5px 0 7px 0;
}
.out-432e.aside-6f5a .notification-3c2c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.out-432e.aside-6f5a .search-top-67be {
  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;
}
.out-432e.detail-new-c22b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.out-432e.detail-new-c22b .notification-3c2c {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.out-432e.detail-new-c22b .search-top-67be {
  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;
}
.out-432e.accent_99b3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.out-432e.highlight_fa0d {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.out-432e.highlight_fa0d .search-top-67be {
  margin-top: 7px;
}
.hero-27e2 {
  display: inline-block;
}
.link_ed3b .component-purple-f08b .out-432e img {
  max-width: 100%;
}
.grid_8c27 .media_8fcf.disabled-current-5d58,
.huge-91a5 .media_8fcf.disabled-current-5d58 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.grid_8c27 .orange_5fa6,
.huge-91a5 .orange_5fa6 {
  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%);
}
.grid_8c27 .orange_5fa6 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.grid_8c27.current-c69a .orange_5fa6 {
  display: none;
}
.grid_8c27 .picture-medium-86e0 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid_8c27 .picture-medium-86e0 li {
  display: inline-block;
  position: relative;
}
.grid_8c27 .picture-medium-86e0 li:last-child {
  margin-right: 0;
}
.grid_8c27 .picture-medium-86e0 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;
}
.grid_8c27 .picture-medium-86e0 li.right_837a > a {
  color: rgba(0, 0, 0, 0.9);
}
.grid_8c27 .picture-medium-86e0 > 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;
}
.grid_8c27 .picture-medium-86e0 > li > a i {
  line-height: 0;
}
.grid_8c27 .picture-medium-86e0 > li.box_advanced_71fc > a .orange_5fa6 {
  margin-left: 4px;
  line-height: 0;
}
.grid_8c27 .picture-medium-86e0 .aside-58df li.box_advanced_71fc > a {
  position: relative;
}
.grid_8c27 .picture-medium-86e0 .aside-58df li.box_advanced_71fc > a:after,
.grid_8c27 .picture-medium-86e0 .aside-58df li.box_advanced_71fc > a:before {
  content: "";
  display: table;
}
.grid_8c27 .picture-medium-86e0 .aside-58df li.box_advanced_71fc > a:after {
  clear: both;
}
.grid_8c27 .picture-medium-86e0 .aside-58df li.box_advanced_71fc > a .orange_5fa6 {
  margin-left: 5px;
  float: right;
}
.grid_8c27 .filter-bdd9,
.grid_8c27 .aside-58df {
  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;
}
.grid_8c27 .aside-58df {
  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;
}
.grid_8c27 .aside-58df .disabled-current-5d58 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.grid_8c27 .aside-58df .orange_5fa6 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.grid_8c27 .aside-58df li {
  display: block;
  margin: 0;
  padding: 0;
}
.grid_8c27 .aside-58df 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;
}
.grid_8c27 .aside-58df li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.grid_8c27 .aside-58df .aside-58df {
  top: 0;
  left: 100%;
}
.grid_8c27 .warm_2f2e.fn-focus-81c3 > .filter-bdd9,
.grid_8c27 .warm_2f2e.fn-focus-81c3 > .aside-58df,
.grid_8c27 .warm_2f2e:focus > .filter-bdd9,
.grid_8c27 .warm_2f2e:focus > .aside-58df,
.grid_8c27 .warm_2f2e:hover > .filter-bdd9,
.grid_8c27 .warm_2f2e:hover > .aside-58df {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.grid_8c27.input_f8e2 .alert_complex_d726:after,
.grid_8c27.input_f8e2 .alert_complex_d726:before {
  content: "";
  display: table;
}
.grid_8c27.input_f8e2 .alert_complex_d726:after {
  clear: both;
}
.grid_8c27.input_f8e2 .alert_complex_d726 > li {
  float: left;
}
.grid_8c27.frame_ed76 .alert_complex_d726:after,
.grid_8c27.frame_ed76 .alert_complex_d726:before {
  content: "";
  display: table;
}
.grid_8c27.frame_ed76 .alert_complex_d726:after {
  clear: both;
}
.grid_8c27.frame_ed76 .alert_complex_d726 > li {
  float: left;
}
.grid_8c27.frame_ed76 .alert_complex_d726 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.grid_8c27.frame_ed76 .alert_complex_d726 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.grid_8c27.frame_ed76 .alert_complex_d726 > li.west-c4c3 > a,
.grid_8c27.frame_ed76 .alert_complex_d726 > li.right_837a > a {
  color: #fff;
  background-color: #1e4b75;
}
.grid_8c27.north_e410 .alert_complex_d726 > li > a .disabled-current-5d58 {
  position: relative;
}
.grid_8c27.north_e410 .alert_complex_d726 > li > a .disabled-current-5d58: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;
}
.grid_8c27.north_e410
  .alert_complex_d726
  > li:focus
  > a
  .disabled-current-5d58:before,
.grid_8c27.north_e410
  .alert_complex_d726
  > li:hover
  > a
  .disabled-current-5d58:before {
  width: 100%;
  background-color: currentColor;
}
.grid_8c27.north_e410
  .alert_complex_d726
  > li.west-c4c3
  > a
  .disabled-current-5d58:before,
.grid_8c27.north_e410
  .alert_complex_d726
  > li.accent_b0bc
  > a
  .disabled-current-5d58:before {
  width: 100%;
  background-color: currentColor;
}
.grid_8c27.dirty-5d2f .alert_complex_d726 > li > a .disabled-current-5d58 {
  position: relative;
}
.grid_8c27.dirty-5d2f .alert_complex_d726 > li > a .disabled-current-5d58: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;
}
.grid_8c27.dirty-5d2f .alert_complex_d726 > li:focus > a .disabled-current-5d58:before,
.grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li:hover
  > a
  .disabled-current-5d58:before {
  width: 100%;
  background-color: currentColor;
}
.grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li.west-c4c3
  > a
  .disabled-current-5d58:before,
.grid_8c27.dirty-5d2f
  .alert_complex_d726
  > li.accent_b0bc
  > a
  .disabled-current-5d58:before {
  width: 100%;
  background-color: currentColor;
}
.huge-91a5 .picture-medium-86e0 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.huge-91a5 .picture-medium-86e0 li:first-child > a {
  border-top: none;
}
.huge-91a5 .picture-medium-86e0 .upper_1206 > .disabled-current-5d58 .orange_5fa6 {
  display: none;
}
.huge-91a5 .picture-medium-86e0 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.huge-91a5 .picture-medium-86e0 li:last-child {
  border: none;
}
.huge-91a5 .picture-medium-86e0 li.box_advanced_71fc > a {
  padding-right: 45px !important;
}
.huge-91a5 .picture-medium-86e0 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.huge-91a5 .picture-medium-86e0 li a:focus,
.huge-91a5 .picture-medium-86e0 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.huge-91a5 .picture-medium-86e0 li .layout-inner-ff6c {
  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;
}
.huge-91a5 .picture-medium-86e0 li .layout-inner-ff6c:hover {
  box-shadow: none;
}
.huge-91a5 .picture-medium-86e0 li .layout-inner-ff6c .orange_5fa6 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.huge-91a5 .picture-medium-86e0 .aside-58df {
  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);
}
.huge-91a5 .picture-medium-86e0 .aside-58df li a {
  padding-left: 3em;
}
.huge-91a5 .picture-medium-86e0 .breadcrumb-smooth-c1fe > a .layout-inner-ff6c i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.huge-91a5 .picture-medium-86e0 .breadcrumb-smooth-c1fe > .aside-58df {
  display: block;
  opacity: 1;
}
.status-127b {
  max-width: 100%;
}
.texture-west-474c {
  line-height: 0;
  cursor: pointer;
}
.hard-90f9 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.hard-90f9:hover {
  box-shadow: none;
  color: currentColor;
}
.hard-90f9 svg {
  width: 18px;
  height: 18px;
}
.hard-90f9 .mask_up_c233 {
  display: none;
}
.module-9618 {
  position: relative;
}
.module-9618.fn-active-81c3 .hard-90f9 .mask-fd77 {
  display: none;
}
.module-9618.fn-active-81c3 .hard-90f9 .mask_up_c233 {
  display: inline-block;
}
.module-9618 .status-be99 {
  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);
}
.module-9618.west_8abe .status-be99 {
  left: auto;
  right: -0.9em;
}
.module-9618.west_8abe .action-6014::before {
  left: auto;
  right: 15px;
}
.module-9618.fn-active-81c3 .status-be99 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.bottom-bf8d {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.bottom-bf8d label {
  flex-basis: 100%;
}
.bottom-bf8d .pro-3228 {
  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;
}
.bottom-bf8d .button-focused-b1de {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.bottom-bf8d .button-focused-b1de:focus {
  background-color: transparent;
}
.bottom-bf8d button.module_3f4a {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.bottom-bf8d button.module_3f4a:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.bottom-bf8d button.module_3f4a svg {
  width: 18px;
  height: 18px;
}
.bottom-bf8d input[type="submit"] {
  min-height: auto;
}
.text-purple-b791 .bottom-bf8d .button-focused-b1de {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.action-6014 {
  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) {
  .action-6014 {
    width: 220px;
  }
}
.action-6014 label {
  flex-basis: 100%;
}
.action-6014::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;
}
.shade_inner_961c .text-purple-b791 .bottom-bf8d {
  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;
}
.shade_inner_961c
  .text-purple-b791
  .bottom-bf8d
  .pro-3228 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.shade_inner_961c .text-purple-b791 .bottom-bf8d .button-focused-b1de {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.shade_inner_961c
  .text-purple-b791
  .bottom-bf8d
  .button-focused-b1de:focus {
  background: 0 0;
}
.shade_inner_961c
  .text-purple-b791
  .bottom-bf8d
  .panel_stone_a020 {
  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;
}
.layout_1333 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.layout_1333 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.layout_1333 li:last-child {
  margin-right: 0;
}
.layout_1333 li:first-child {
  margin-left: 0;
}
.layout_1333.filter-right-4389 a {
  color: #fff;
}
.layout_1333.filter-right-4389 a:hover {
  color: #fff;
}
.layout_1333 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.layout_1333 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.layout_1333 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layout_1333 a:hover {
  opacity: 0.9;
  color: inherit;
}
.layout_1333 [class*="social-icon-apple"] {
  background-color: #999;
}
.layout_1333 [class*="social-icon-apple"].tooltip-c62e {
  background-color: transparent;
  color: #999;
}
.layout_1333 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.layout_1333 [class*="social-icon-behance"].tooltip-c62e {
  background-color: transparent;
  color: #1769ff;
}
.layout_1333 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.layout_1333 [class*="social-icon-bitbucket"].tooltip-c62e {
  background-color: transparent;
  color: #205081;
}
.layout_1333 [class*="social-icon-codepen"] {
  background-color: #000;
}
.layout_1333 [class*="social-icon-codepen"].tooltip-c62e {
  background-color: transparent;
  color: #000;
}
.layout_1333 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.layout_1333 [class*="social-icon-delicious"].tooltip-c62e {
  background-color: transparent;
  color: #39f;
}
.layout_1333 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.layout_1333 [class*="social-icon-digg"].tooltip-c62e {
  background-color: transparent;
  color: #005be2;
}
.layout_1333 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.layout_1333 [class*="social-icon-dribbble"].tooltip-c62e {
  background-color: transparent;
  color: #ea4c89;
}
.layout_1333 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.layout_1333 [class*="social-icon-envelope"].tooltip-c62e {
  background-color: transparent;
  color: #ea4335;
}
.layout_1333 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.layout_1333 [class*="social-icon-facebook"].tooltip-c62e {
  background-color: transparent;
  color: #3b5998;
}
.layout_1333 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.layout_1333 [class*="social-icon-flickr"].tooltip-c62e {
  background-color: transparent;
  color: #0063dc;
}
.layout_1333 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.layout_1333 [class*="social-icon-foursquare"].tooltip-c62e {
  background-color: transparent;
  color: #2d5be3;
}
.layout_1333 [class*="social-icon-github"] {
  background-color: #333;
}
.layout_1333 [class*="social-icon-github"].tooltip-c62e {
  background-color: transparent;
  color: #333;
}
.layout_1333 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.layout_1333 [class*="social-icon-google-plus"].tooltip-c62e {
  background-color: transparent;
  color: #dd4b39;
}
.layout_1333 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.layout_1333 [class*="social-icon-houzz"].tooltip-c62e {
  background-color: transparent;
  color: #7ac142;
}
.layout_1333 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.layout_1333 [class*="social-icon-instagram"].tooltip-c62e {
  background-color: transparent;
  color: #262626;
}
.layout_1333 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.layout_1333 [class*="social-icon-jsfiddle"].tooltip-c62e {
  background-color: transparent;
  color: #487aa2;
}
.layout_1333 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.layout_1333 [class*="social-icon-linkedin"].tooltip-c62e {
  background-color: transparent;
  color: #0077b5;
}
.layout_1333 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.layout_1333 [class*="social-icon-medium"].tooltip-c62e {
  background-color: transparent;
  color: #00ab6b;
}
.layout_1333 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.layout_1333
  [class*="social-icon-odnoklassniki"].tooltip-c62e {
  background-color: transparent;
  color: #f4731c;
}
.layout_1333 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.layout_1333 [class*="social-icon-meetup"].tooltip-c62e {
  background-color: transparent;
  color: #ec1c40;
}
.layout_1333 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.layout_1333 [class*="social-icon-pinterest"].tooltip-c62e {
  background-color: transparent;
  color: #bd081c;
}
.layout_1333 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.layout_1333 [class*="social-icon-product-hunt"].tooltip-c62e {
  background-color: transparent;
  color: #da552f;
}
.layout_1333 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.layout_1333 [class*="social-icon-reddit"].tooltip-c62e {
  background-color: transparent;
  color: #ff4500;
}
.layout_1333 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.layout_1333 [class*="social-icon-rss"].tooltip-c62e {
  background-color: transparent;
  color: #f26522;
}
.layout_1333 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.layout_1333
  [class*="social-icon-shopping-cart"].tooltip-c62e {
  background-color: transparent;
  color: #4caf50;
}
.layout_1333 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.layout_1333 [class*="social-icon-skype"].tooltip-c62e {
  background-color: transparent;
  color: #00aff0;
}
.layout_1333 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.layout_1333 [class*="social-icon-slideshare"].tooltip-c62e {
  background-color: transparent;
  color: #0077b5;
}
.layout_1333 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.layout_1333 [class*="social-icon-snapchat"].tooltip-c62e {
  background-color: transparent;
  color: #fffc00;
}
.layout_1333 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.layout_1333 [class*="social-icon-soundcloud"].tooltip-c62e {
  background-color: transparent;
  color: #f80;
}
.layout_1333 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.layout_1333 [class*="social-icon-spotify"].tooltip-c62e {
  background-color: transparent;
  color: #2ebd59;
}
.layout_1333 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.layout_1333
  [class*="social-icon-stack-overflow"].tooltip-c62e {
  background-color: transparent;
  color: #fe7a15;
}
.layout_1333 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.layout_1333 [class*="social-icon-maldkfgram"].tooltip-c62e {
  background-color: transparent;
  color: #2ca5e0;
}
.layout_1333 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.layout_1333 [class*="social-icon-tripadvisor"].tooltip-c62e {
  background-color: transparent;
  color: #589442;
}
.layout_1333 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.layout_1333 [class*="social-icon-tumblr"].tooltip-c62e {
  background-color: transparent;
  color: #35465c;
}
.layout_1333 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.layout_1333 [class*="social-icon-twitch"].tooltip-c62e {
  background-color: transparent;
  color: #6441a5;
}
.layout_1333 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.layout_1333 [class*="social-icon-twitter"].tooltip-c62e {
  background-color: transparent;
  color: #1da1f2;
}
.layout_1333 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.layout_1333 [class*="social-icon-vimeo"].tooltip-c62e {
  background-color: transparent;
  color: #1ab7ea;
}
.layout_1333 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.layout_1333 [class*="social-icon-vk"].tooltip-c62e {
  background-color: transparent;
  color: #45668e;
}
.layout_1333 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.layout_1333 [class*="social-icon-weibo"].tooltip-c62e {
  background-color: transparent;
  color: #df2029;
}
.layout_1333 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.layout_1333 [class*="social-icon-weixin"].tooltip-c62e {
  background-color: transparent;
  color: #7bb32e;
}
.layout_1333 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.layout_1333 [class*="social-icon-whatsapp"].tooltip-c62e {
  background-color: transparent;
  color: #25d366;
}
.layout_1333 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.layout_1333 [class*="social-icon-wordpress"].tooltip-c62e {
  background-color: transparent;
  color: #21759b;
}
.layout_1333 [class*="social-icon-xing"] {
  background-color: #026466;
}
.layout_1333 [class*="social-icon-xing"].tooltip-c62e {
  background-color: transparent;
  color: #026466;
}
.layout_1333 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.layout_1333 [class*="social-icon-yelp"].tooltip-c62e {
  background-color: transparent;
  color: #af0606;
}
.layout_1333 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.layout_1333 [class*="social-icon-youtube"].tooltip-c62e {
  background-color: transparent;
  color: #cd201f;
}
.pressed_2211 {
  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;
}
.pressed_2211:hover {
  box-shadow: none;
  background: 0 0;
}
.middle_6299 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.tag-0c8e {
  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;
}
.label-under-b8de {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.content_3db7 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.content_3db7,
.content_3db7::after,
.content_3db7::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;
}
.content_3db7::after,
.content_3db7::before {
  content: "";
  display: block;
  background-color: inherit;
}
.full_7ced .tag-0c8e .label-under-b8de {
  margin-top: -2px;
  width: 19px;
}
.full_7ced .tag-0c8e .content_3db7 {
  margin-top: -1px;
}
.full_7ced .tag-0c8e .content_3db7,
.full_7ced .tag-0c8e .content_3db7::after,
.full_7ced .tag-0c8e .content_3db7::before {
  width: 19px;
  height: 2px;
}
.full_7ced .tag-0c8e .content_3db7::before {
  top: -6px;
}
.full_7ced .tag-0c8e .content_3db7::after {
  bottom: -6px;
}
.section-medium-2dd5 .tag-0c8e .label-under-b8de {
  margin-top: -2px;
  width: 22px;
}
.section-medium-2dd5 .tag-0c8e .content_3db7 {
  margin-top: -1px;
}
.section-medium-2dd5 .tag-0c8e .content_3db7,
.section-medium-2dd5 .tag-0c8e .content_3db7::after,
.section-medium-2dd5 .tag-0c8e .content_3db7::before {
  width: 22px;
  height: 2px;
}
.section-medium-2dd5 .tag-0c8e .content_3db7::before {
  top: -7px;
}
.section-medium-2dd5 .tag-0c8e .content_3db7::after {
  bottom: -7px;
}
.aside_tall_d659 .tag-0c8e .label-under-b8de {
  margin-top: -2px;
  width: 31px;
}
.aside_tall_d659 .tag-0c8e .content_3db7 {
  margin-top: -1.5px;
}
.aside_tall_d659 .tag-0c8e .content_3db7,
.aside_tall_d659 .tag-0c8e .content_3db7::after,
.aside_tall_d659 .tag-0c8e .content_3db7::before {
  width: 31px;
  height: 3px;
}
.aside_tall_d659 .tag-0c8e .content_3db7::before {
  top: -9px;
}
.aside_tall_d659 .tag-0c8e .content_3db7::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .card_narrow_f18f .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 19px;
  }
  .card_narrow_f18f .tag-0c8e .content_3db7 {
    margin-top: -1px;
  }
  .card_narrow_f18f .tag-0c8e .content_3db7,
  .card_narrow_f18f .tag-0c8e .content_3db7::after,
  .card_narrow_f18f .tag-0c8e .content_3db7::before {
    width: 19px;
    height: 2px;
  }
  .card_narrow_f18f .tag-0c8e .content_3db7::before {
    top: -6px;
  }
  .card_narrow_f18f .tag-0c8e .content_3db7::after {
    bottom: -6px;
  }
  .gallery-5300 .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 22px;
  }
  .gallery-5300 .tag-0c8e .content_3db7 {
    margin-top: -1px;
  }
  .gallery-5300 .tag-0c8e .content_3db7,
  .gallery-5300 .tag-0c8e .content_3db7::after,
  .gallery-5300 .tag-0c8e .content_3db7::before {
    width: 22px;
    height: 2px;
  }
  .gallery-5300 .tag-0c8e .content_3db7::before {
    top: -7px;
  }
  .gallery-5300 .tag-0c8e .content_3db7::after {
    bottom: -7px;
  }
  .iron_61cd .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 31px;
  }
  .iron_61cd .tag-0c8e .content_3db7 {
    margin-top: -1.5px;
  }
  .iron_61cd .tag-0c8e .content_3db7,
  .iron_61cd .tag-0c8e .content_3db7::after,
  .iron_61cd .tag-0c8e .content_3db7::before {
    width: 31px;
    height: 3px;
  }
  .iron_61cd .tag-0c8e .content_3db7::before {
    top: -9px;
  }
  .iron_61cd .tag-0c8e .content_3db7::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .outline_39aa .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 19px;
  }
  .outline_39aa .tag-0c8e .content_3db7 {
    margin-top: -1px;
  }
  .outline_39aa .tag-0c8e .content_3db7,
  .outline_39aa .tag-0c8e .content_3db7::after,
  .outline_39aa .tag-0c8e .content_3db7::before {
    width: 19px;
    height: 2px;
  }
  .outline_39aa .tag-0c8e .content_3db7::before {
    top: -6px;
  }
  .outline_39aa .tag-0c8e .content_3db7::after {
    bottom: -6px;
  }
  .cold_352f .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 22px;
  }
  .cold_352f .tag-0c8e .content_3db7 {
    margin-top: -1px;
  }
  .cold_352f .tag-0c8e .content_3db7,
  .cold_352f .tag-0c8e .content_3db7::after,
  .cold_352f .tag-0c8e .content_3db7::before {
    width: 22px;
    height: 2px;
  }
  .cold_352f .tag-0c8e .content_3db7::before {
    top: -7px;
  }
  .cold_352f .tag-0c8e .content_3db7::after {
    bottom: -7px;
  }
  .container-yellow-18f7 .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 31px;
  }
  .container-yellow-18f7 .tag-0c8e .content_3db7 {
    margin-top: -1.5px;
  }
  .container-yellow-18f7 .tag-0c8e .content_3db7,
  .container-yellow-18f7 .tag-0c8e .content_3db7::after,
  .container-yellow-18f7 .tag-0c8e .content_3db7::before {
    width: 31px;
    height: 3px;
  }
  .container-yellow-18f7 .tag-0c8e .content_3db7::before {
    top: -9px;
  }
  .container-yellow-18f7 .tag-0c8e .content_3db7::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .tiny_cff2 .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 19px;
  }
  .tiny_cff2 .tag-0c8e .content_3db7 {
    margin-top: -1px;
  }
  .tiny_cff2 .tag-0c8e .content_3db7,
  .tiny_cff2 .tag-0c8e .content_3db7::after,
  .tiny_cff2 .tag-0c8e .content_3db7::before {
    width: 19px;
    height: 2px;
  }
  .tiny_cff2 .tag-0c8e .content_3db7::before {
    top: -6px;
  }
  .tiny_cff2 .tag-0c8e .content_3db7::after {
    bottom: -6px;
  }
  .full-f30a .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 22px;
  }
  .full-f30a .tag-0c8e .content_3db7 {
    margin-top: -1px;
  }
  .full-f30a .tag-0c8e .content_3db7,
  .full-f30a .tag-0c8e .content_3db7::after,
  .full-f30a .tag-0c8e .content_3db7::before {
    width: 22px;
    height: 2px;
  }
  .full-f30a .tag-0c8e .content_3db7::before {
    top: -7px;
  }
  .full-f30a .tag-0c8e .content_3db7::after {
    bottom: -7px;
  }
  .texture_inner_4e14 .tag-0c8e .label-under-b8de {
    margin-top: -2px;
    width: 31px;
  }
  .texture_inner_4e14 .tag-0c8e .content_3db7 {
    margin-top: -1.5px;
  }
  .texture_inner_4e14 .tag-0c8e .content_3db7,
  .texture_inner_4e14 .tag-0c8e .content_3db7::after,
  .texture_inner_4e14 .tag-0c8e .content_3db7::before {
    width: 31px;
    height: 3px;
  }
  .texture_inner_4e14 .tag-0c8e .content_3db7::before {
    top: -9px;
  }
  .texture_inner_4e14 .tag-0c8e .content_3db7::after {
    bottom: -9px;
  }
}
.middle-f0fe .content_3db7 {
  -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);
}
.middle-f0fe .content_3db7::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.middle-f0fe .content_3db7::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);
}
.middle-f0fe.pagination-fast-e9b6 .content_3db7 {
  -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);
}
.middle-f0fe.pagination-fast-e9b6 .content_3db7::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.middle-f0fe.pagination-fast-e9b6 .content_3db7::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);
}
.row-602b {
  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.focused-493e:before {
  display: none;
}
.message-2ec1 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.message-2ec1 .tabs-copper-e953 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.message-2ec1 .tabs-copper-e953:last-of-type {
  border-bottom: none;
}
.message-2ec1 .tabs-copper-e953.photo-out-cd65,
.message-2ec1 .tabs-copper-e953.center_d9dd,
.message-2ec1 .tabs-copper-e953.secondary_solid_9787 {
  padding: 0;
}
.message-2ec1 .huge-91a5 .layout-inner-ff6c {
  color: currentColor;
}
.message-2ec1 .huge-91a5 .layout-inner-ff6c:focus,
.message-2ec1 .huge-91a5 .layout-inner-ff6c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.message-2ec1.tertiary_5ef4 .avatar_f253,
.message-2ec1.tertiary_5ef4 .in-fcee a,
.message-2ec1.tertiary_5ef4 .alert_complex_d726 a,
.message-2ec1.tertiary_5ef4 .aside-58df a {
  color: rgba(0, 0, 0, 0.55);
}
.message-2ec1.tertiary_5ef4 .avatar_f253:hover,
.message-2ec1.tertiary_5ef4 .in-fcee a:hover,
.message-2ec1.tertiary_5ef4 .alert_complex_d726 a:hover,
.message-2ec1.tertiary_5ef4 .aside-58df a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.message-2ec1.tertiary_5ef4 .carousel_dca2 {
  color: rgba(0, 0, 0, 0.8);
}
.message-2ec1.tertiary_5ef4 .tabs-copper-e953 {
  border-color: rgba(0, 0, 0, 0.08);
}
.message-2ec1.tertiary_5ef4 .tabs-copper-e953:before {
  background: rgba(0, 0, 0, 0.08);
}
.message-2ec1.tertiary_5ef4 .menu-medium-f812:before {
  background: rgba(255, 255, 255, 0.9);
}
.message-2ec1.tertiary_5ef4 .huge-91a5 .picture-medium-86e0 li a,
.message-2ec1.tertiary_5ef4 .huge-91a5 .layout-inner-ff6c,
.message-2ec1.tertiary_5ef4 .aside-58df {
  border-color: rgba(0, 0, 0, 0.08);
}
.message-2ec1.tertiary_5ef4 .huge-91a5 .layout-inner-ff6c:focus,
.message-2ec1.tertiary_5ef4 .huge-91a5 .layout-inner-ff6c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.message-2ec1.tertiary_5ef4 .picture-medium-86e0 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.message-2ec1.tooltip_focused_6ee6 .avatar_f253,
.message-2ec1.tooltip_focused_6ee6 .in-fcee a,
.message-2ec1.tooltip_focused_6ee6 .alert_complex_d726 .layout-inner-ff6c,
.message-2ec1.tooltip_focused_6ee6 .alert_complex_d726 a,
.message-2ec1.tooltip_focused_6ee6 .aside-58df a {
  color: rgba(255, 255, 255, 0.79);
}
.message-2ec1.tooltip_focused_6ee6 .avatar_f253:hover,
.message-2ec1.tooltip_focused_6ee6 .in-fcee a:hover,
.message-2ec1.tooltip_focused_6ee6 .alert_complex_d726 .layout-inner-ff6c:hover,
.message-2ec1.tooltip_focused_6ee6 .alert_complex_d726 a:hover,
.message-2ec1.tooltip_focused_6ee6 .aside-58df a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.message-2ec1.tooltip_focused_6ee6 .carousel_dca2 {
  color: rgba(255, 255, 255, 0.99);
}
.message-2ec1.tooltip_focused_6ee6 .tabs-copper-e953 {
  border-color: rgba(255, 255, 255, 0.08);
}
.message-2ec1.tooltip_focused_6ee6 .tabs-copper-e953:before {
  background: rgba(255, 255, 255, 0.08);
}
.message-2ec1.tooltip_focused_6ee6 .menu-medium-f812:before {
  background: rgba(0, 0, 0, 0.9);
}
.message-2ec1.tooltip_focused_6ee6 .huge-91a5 .picture-medium-86e0 li a,
.message-2ec1.tooltip_focused_6ee6 .huge-91a5 .layout-inner-ff6c,
.message-2ec1.tooltip_focused_6ee6 .aside-58df {
  border-color: rgba(255, 255, 255, 0.08);
}
.message-2ec1.tooltip_focused_6ee6 .huge-91a5 .layout-inner-ff6c:focus,
.message-2ec1.tooltip_focused_6ee6 .huge-91a5 .layout-inner-ff6c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.message-2ec1.tooltip_focused_6ee6 .picture-medium-86e0 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.menu-medium-f812 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.menu-medium-f812:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.fast_8e2b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.selected-2c99 .message-2ec1 {
  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;
}
.selected-2c99 .tabs-copper-e953 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.selected-2c99 .tabs-copper-e953: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) {
  .selected-2c99 .tabs-copper-e953:before {
    width: 16%;
    left: 42%;
  }
}
.selected-2c99 .tabs-copper-e953:last-child:before {
  content: none;
}
.selected-2c99 .tabs-copper-e953[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.selected-2c99 .huge-91a5 .picture-medium-86e0 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.selected-2c99 .huge-91a5 .picture-medium-86e0 li a .layout-inner-ff6c {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.selected-2c99 .huge-91a5 .aside-58df {
  border: none;
}
.selected-2c99 .huge-91a5 .aside-58df li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.selected-2c99 .menu-medium-f812 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.selected-2c99 .fast_8e2b {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.selected-2c99 .tooltip_focused_6ee6 .menu-medium-f812:before {
  background: rgba(0, 0, 0, 0.9);
}
.selected-2c99 .tertiary_5ef4.element-full-d3fb .content_3db7 {
  background: rgba(0, 0, 0, 0.6);
}
.selected-2c99
  .tertiary_5ef4.element-full-d3fb
  .content_3db7::after,
.selected-2c99
  .tertiary_5ef4.element-full-d3fb
  .content_3db7:before {
  background: inherit;
}
.selected-2c99
  .tertiary_5ef4.element-full-d3fb:hover
  .content_3db7 {
  background: rgba(0, 0, 0, 0.8);
}
.button_5a97 .message-2ec1 {
  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) {
  .button_5a97 .message-2ec1 {
    width: auto;
    right: 45px;
  }
}
.card_lower_3cfe .message-2ec1 {
  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) {
  .card_lower_3cfe .message-2ec1 {
    width: auto;
    left: 45px;
  }
}
.focused-493e .message-2ec1 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.focused-493e .fast_8e2b {
  max-width: 48em;
  margin: 0 auto;
}
.focused-493e .menu-medium-f812:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.paper-edb9 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.paper-edb9.selected-2c99 .message-2ec1 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.paper-edb9.button_5a97 .message-2ec1 {
  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);
}
.paper-edb9 .message-2ec1 {
  visibility: visible;
}
.paper-edb9.card_lower_3cfe .message-2ec1 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.tag-fd0f,
.table-advanced-bd40 {
  overflow-x: hidden;
}
.tag-fd0f .message-2ec1 {
  overflow: auto;
}
.tag-fd0f.selected-2c99 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tag-fd0f.selected-2c99 .message-2ec1 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.tag-fd0f.selected-2c99 .pressed_2211 {
  opacity: 0;
}
.tag-fd0f.button_5a97 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tag-fd0f.button_5a97 .message-2ec1 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.tag-fd0f.button_5a97 .pressed_2211 {
  opacity: 0;
}
.tag-fd0f.card_lower_3cfe {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.tag-fd0f.card_lower_3cfe .message-2ec1 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.tag-fd0f.card_lower_3cfe .pressed_2211 {
  opacity: 0;
}
.tag-fd0f.focused-493e .message-2ec1 {
  z-index: 10;
  visibility: visible;
}
.element-full-d3fb {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.element-full-d3fb .content_3db7 {
  background: rgba(255, 255, 255, 0.99);
}
.element-full-d3fb .content_3db7::after,
.element-full-d3fb .content_3db7:before {
  background: inherit;
}
.element-full-d3fb:hover .content_3db7 {
  background: rgba(255, 255, 255, 0.99);
}
.card_lower_3cfe .element-full-d3fb {
  top: 10px;
  right: auto;
  left: 12px;
}
.focused-493e .element-full-d3fb {
  display: none !important;
}
.tag-fd0f:before,
.table-advanced-bd40:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.tag-fd0f .element-full-d3fb,
.table-advanced-bd40 .element-full-d3fb {
  display: inline-block;
}
.message-2ec1 .dark-6d1c {
  -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;
}
.tag-fd0f .message-2ec1 .dark-6d1c,
.table-advanced-bd40 .message-2ec1 .dark-6d1c {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.carousel_c48b .pro-3228 {
  width: 100%;
}
.component-purple-f08b {
  padding: 0 0.5em 0;
}
.component-purple-f08b [class*="customify-col-"],
.component-purple-f08b [class*="customify-col_"],
.component-purple-f08b [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.fresh-79f5 .component-purple-f08b {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .filter-wide-b511 .aside_glass_4948,
  .aside_glass_4948 {
    display: none;
  }
  .container_clean_64ed {
    text-align: left;
  }
  .warm_bf00 {
    text-align: center;
  }
  .selected_d860 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .filter-wide-b511 .primary-2bc3,
  .primary-2bc3 {
    display: none;
  }
  .feature_full_38ca {
    text-align: left;
  }
  .summary_067b {
    text-align: center;
  }
  .image-west-590f {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .filter-wide-b511 .basic-2f72,
  .basic-2f72 {
    display: none;
  }
  .paper-d27d {
    text-align: left;
  }
  .steel_426d {
    text-align: center;
  }
  .overlay-4952 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.video-b684 {
  box-shadow: none !important;
}
.focus_9eaa .accordion_4905,
.hot_f29f .accordion_4905 {
  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;
}
.hot_f29f .accordion_4905 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.layout-f2bf {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.layout-f2bf:after,
.layout-f2bf:before {
  content: "";
  display: table;
}
.layout-f2bf:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .layout-f2bf {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.layout-f2bf,
.breadcrumb_black_18d5 {
  max-width: 1248px;
  margin: 0 auto;
}

.box-orange-59a7.gallery_steel_dfce .layout-f2bf {
  max-width: 100%;
}
.box-orange-59a7.iron-ab13 {
  max-width: 1200px;
  margin: 0 auto;
}
.box-orange-59a7.text-50cc .layout-f2bf {
  max-width: 100%;
}
.box-orange-59a7.text-50cc > .layout-f2bf {
  padding-left: 0;
  padding-right: 0;
}
.box-orange-59a7.text-50cc > .layout-f2bf .filter-wide-b511 {
  margin: 0;
}
.box-orange-59a7.text-50cc
  > .layout-f2bf
  .footer_fbbc.slow-5e9c {
  margin-right: 0;
  margin-left: 0;
}
.box-orange-59a7.text-50cc #main.slow-5e9c {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .backdrop_bright_e2c4 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .backdrop_bright_e2c4 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .text_a7ff .banner_simple_406c {
    padding-right: 1em;
  }
  .text_a7ff.banner_fast_b83f .footer_fbbc {
    border-right: 1px solid #eaecee;
  }
  .text_a7ff.banner_fast_b83f .banner_simple_406c {
    padding-right: 1em;
  }
  .text_a7ff.banner_fast_b83f .badge_fdcf {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .preview-ee81 .banner_simple_406c {
    padding-left: 1em;
  }
  .preview-ee81.banner_fast_b83f .footer_fbbc {
    border-left: 1px solid #eaecee;
  }
  .preview-ee81.banner_fast_b83f .banner_simple_406c {
    padding-left: 1em;
  }
  .preview-ee81.banner_fast_b83f .badge_fdcf {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .bright-d5e5 .banner_simple_406c {
    padding-left: 1em;
  }
  .bright-d5e5.banner_fast_b83f .aside-0f9e {
    border-right: 1px solid #eaecee;
  }
  .bright-d5e5.banner_fast_b83f .top_a389 {
    border-right: 1px solid #eaecee;
  }
  .bright-d5e5.banner_fast_b83f .banner_simple_406c {
    padding-left: 1em;
  }
  .bright-d5e5.banner_fast_b83f .badge_fdcf {
    padding-right: 1em;
  }
  .bright-d5e5.banner_fast_b83f .preview_smooth_bf41 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .block-steel-2c76 .banner_simple_406c {
    padding-right: 1em;
  }
  .block-steel-2c76.banner_fast_b83f .aside-0f9e {
    border-left: 1px solid #eaecee;
  }
  .block-steel-2c76.banner_fast_b83f .top_a389 {
    border-left: 1px solid #eaecee;
  }
  .block-steel-2c76.banner_fast_b83f .banner_simple_406c {
    padding-right: 1em;
  }
  .block-steel-2c76.banner_fast_b83f .badge_fdcf {
    padding-left: 1em;
    padding-right: 1em;
  }
  .block-steel-2c76.banner_fast_b83f .preview_smooth_bf41 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .backdrop_bright_e2c4 .banner_simple_406c {
    padding-left: 1em;
    padding-right: 1em;
  }
  .backdrop_bright_e2c4.banner_fast_b83f .footer_fbbc {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .backdrop_bright_e2c4.banner_fast_b83f .banner_simple_406c {
    padding-left: 1em;
    padding-right: 1em;
  }
  .backdrop_bright_e2c4.banner_fast_b83f .badge_fdcf {
    padding-left: 1em;
  }
  .backdrop_bright_e2c4.banner_fast_b83f .preview_smooth_bf41 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .backdrop_bright_e2c4.banner_fast_b83f .banner_simple_406c {
    padding-left: 0;
  }
}
.mask_5797 .bright_ef46 {
  display: inline-block;
}
.slow_0c4b {
  display: inline-block;
}
.sort-new-5bd2 {
  word-con: break-word;
}
.complex_d49c > span {
  display: inline-block;
  padding: 5px 0;
}
.complex_d49c .input-out-c4bd {
  margin-left: 8px;
  margin-right: 8px;
}
.complex_d49c .simple_9af1 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.menu-wide-f3b6 .carousel_6e54 {
  margin-bottom: 2em;
}
.menu-wide-f3b6 .photo_simple_0218 {
  margin-bottom: 15px;
}
.menu-wide-f3b6 .photo_simple_0218:last-child {
  margin-bottom: 0;
}
.menu-wide-f3b6 .thumbnail-1863 {
  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) {
  .menu-wide-f3b6 .thumbnail-1863 {
    display: block;
  }
}
.menu-wide-f3b6 .info-simple-cbcd {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .menu-wide-f3b6 .info-simple-cbcd {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.menu-wide-f3b6 .caption_a2ca {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.menu-wide-f3b6 .caption_a2ca img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.menu-wide-f3b6 .caption_a2ca a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.menu-wide-f3b6 .sort-new-5bd2 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.menu-wide-f3b6 .sort-new-5bd2 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.menu-wide-f3b6 .gold-c252 p:last-child {
  margin-bottom: 0;
}
.menu-wide-f3b6 .sort-bottom-6373 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.menu-wide-f3b6 .grid-blue-c258 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.menu-wide-f3b6 .focus-6722 {
  margin-top: 1em;
}
.menu-wide-f3b6 .yellow_57b5 {
  top: 0;
  display: block;
}
.menu-wide-f3b6 .yellow_57b5 a {
  color: inherit;
}
.menu-wide-f3b6 .yellow_57b5 a:hover {
  color: inherit;
}
.menu-wide-f3b6 .status_brown_30d3 {
  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;
}
.menu-wide-f3b6 .status_brown_30d3:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.menu-wide-f3b6 .grid-blue-c258 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.menu-wide-f3b6 .right-9882 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.menu-wide-f3b6 .right-9882:first-child {
  margin-top: 0;
}
.menu-wide-f3b6 .right-9882.disabled-90cf {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.menu-wide-f3b6 .right-9882.cool_cde0 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.menu-wide-f3b6
  .right-9882.cool_cde0.list-outer-4da6
  .focus-6722 {
  width: 100%;
}
.menu-wide-f3b6 .cool_cde0 {
  -webkit-box-align: center;
  align-items: center;
}
.menu-wide-f3b6 .cool_cde0 .complex_d49c,
.menu-wide-f3b6 .cool_cde0 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.menu-wide-f3b6 .caption_a2ca {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-wide-f3b6 .caption_a2ca img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.menu-wide-f3b6 .caption_a2ca: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;
}
.menu-wide-f3b6 .disabled-90cf {
  z-index: 5;
}
.menu-wide-f3b6 .widget-3251 .feature-rough-0363 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.menu-wide-f3b6 .layout_2948 .feature-rough-0363 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.menu-wide-f3b6 .widget_706d .feature-rough-0363 {
  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;
}
.menu-wide-f3b6.smooth-2691 .thumbnail-1863,
.menu-wide-f3b6.outer_c1fc .thumbnail-1863 {
  display: block;
}
.menu-wide-f3b6.smooth-2691 .thumbnail-1863 .bronze_b35f,
.menu-wide-f3b6.smooth-2691 .thumbnail-1863 .grid-blue-c258,
.menu-wide-f3b6.outer_c1fc .thumbnail-1863 .bronze_b35f,
.menu-wide-f3b6.outer_c1fc .thumbnail-1863 .grid-blue-c258 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.menu-wide-f3b6.box-dark-bdd0 .info-simple-cbcd {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .menu-wide-f3b6.box-dark-bdd0 .info-simple-cbcd {
    margin-right: 0;
  }
}
.menu-wide-f3b6.smooth-2691 .info-simple-cbcd,
.menu-wide-f3b6.outer_c1fc .info-simple-cbcd {
  padding-top: 40%;
}
.menu-wide-f3b6.smooth-2691 .carousel_6e54,
.menu-wide-f3b6.outer_c1fc .carousel_6e54 {
  display: block;
}
.menu-wide-f3b6.smooth-2691 .fn-sticky-81c3 .grid-blue-c258,
.menu-wide-f3b6.outer_c1fc .fn-sticky-81c3 .grid-blue-c258 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.menu-wide-f3b6.smooth-2691 .info-simple-cbcd,
.menu-wide-f3b6.outer_c1fc .info-simple-cbcd {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.menu-wide-f3b6.smooth-2691 .grid-blue-c258 {
  padding: 1em;
}
.accordion_south_91a5 {
  margin: 30px auto;
  display: block;
}
.accordion_south_91a5 .notification_full_d205 > * {
  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;
}
.accordion_south_91a5 .notification_full_d205 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.accordion_south_91a5 .notification_full_d205 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.layout-08f1 .complex_d49c {
  margin-bottom: 1.41575em;
}
.layout-08f1 .advanced_259c {
  margin-bottom: 1.618em;
}
.pagination_2389 .section_7313 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.pagination_2389 .section_7313 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.pagination_2389 .box-left-2ac2 {
  max-width: 100%;
  overflow: auto;
}
.surface_fast_f696 .pagination_2389 a:hover {
  text-decoration: underline;
}
.east_c6aa .photo_simple_0218:not(.sort-new-5bd2),
.east_c6aa .caption_a2ca {
  margin-bottom: 1.41575em;
}
.east_c6aa .photo_simple_0218:not(.sort-new-5bd2):last-child,
.east_c6aa .caption_a2ca:last-child {
  margin-bottom: 0;
}
.east_c6aa .photo_simple_0218.box-eca5 {
  margin-bottom: 0.41575em;
}
.east_c6aa .footer_081b:before,
.east_c6aa .element-dirty-1ef9:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.east_c6aa .footer_081b:before {
  content: "\f115";
}
.east_c6aa .element-dirty-1ef9:before {
  content: "\f02c";
}
.east_c6aa .left_2c6f {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.east_c6aa .left_2c6f a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.backdrop_over_af40 {
  display: -webkit-box;
  display: flex;
}
.backdrop_over_af40 .main_out_cd15 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .backdrop_over_af40 .main_out_cd15 {
    flex-basis: 90px;
  }
}
.backdrop_over_af40 .hot_72ab {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .backdrop_over_af40 .hot_72ab {
    flex-basis: calc(100% - 50px);
  }
}
.backdrop_over_af40 .frame_b04b p:last-child {
  margin-bottom: 0.72em;
}
.active_copper_672a .notification_full_d205 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.active_copper_672a .notification_full_d205:after,
.active_copper_672a .notification_full_d205:before {
  content: "";
  display: table;
}
.active_copper_672a .notification_full_d205:after {
  clear: both;
}
.active_copper_672a .notification_full_d205 .next-193d,
.active_copper_672a .notification_full_d205 .pro-bc7d {
  width: 49%;
}
.active_copper_672a .notification_full_d205 .next-193d a span.layout_glass_7c21,
.active_copper_672a .notification_full_d205 .pro-bc7d a span.layout_glass_7c21 {
  display: block;
  margin-bottom: 5px;
}
.active_copper_672a .notification_full_d205 .pro-bc7d {
  float: left;
  text-align: left;
}
.active_copper_672a .notification_full_d205 .next-193d {
  float: right;
  text-align: right;
}
.column-pink-5b85 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .column-pink-5b85 {
    margin-bottom: 0;
  }
}
.button_focused_425f {
  margin-bottom: 1em;
}
.button_focused_425f .sort-new-5bd2 {
  font-size: 1.1em;
  line-height: 1.3;
}
.container-328a a {
  display: block;
  line-height: 0;
  position: relative;
}
.carousel-pro-cd84 .button_focused_425f,
.grid_black_a5b9 .button_focused_425f {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .carousel-pro-cd84 .button_focused_425f,
  .grid_black_a5b9 .button_focused_425f {
    display: block;
  }
}
.carousel-pro-cd84 .container-328a,
.grid_black_a5b9 .container-328a {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .carousel-pro-cd84 .container-328a,
  .grid_black_a5b9 .container-328a {
    margin-bottom: 1em;
  }
}
.carousel-pro-cd84 .container-328a img,
.grid_black_a5b9 .container-328a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.carousel-pro-cd84 .photo-fluid-afb0,
.grid_black_a5b9 .photo-fluid-afb0 {
  flex-basis: calc(100% - 160px);
}
.carousel-pro-cd84 .photo-fluid-afb0 p,
.grid_black_a5b9 .photo-fluid-afb0 p {
  margin-bottom: 0;
}
.carousel-pro-cd84 .photo-fluid-afb0 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .carousel-pro-cd84 .photo-fluid-afb0 {
    padding-left: 0;
  }
}
.grid_black_a5b9 .photo-fluid-afb0 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .grid_black_a5b9 .photo-fluid-afb0 {
    padding-right: 0;
  }
}
.grid_black_a5b9 .container-328a {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.section_3679 .container-328a {
  margin-bottom: 0.5em;
}
.section_3679 .container-328a img {
  width: 100%;
}
.disabled-glass-05e4 .grid-yellow-9164,
.highlight-22e9 .grid-yellow-9164 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.highlight-22e9 .footer_fbbc .element-pressed-c5c0 p:last-child {
  margin-bottom: 0;
}
.tag-new-0a8e {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.frame-east-e026 .upper-df89 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .frame-east-e026 .upper-df89:last-of-type {
    margin-bottom: 0;
  }
}
.frame-east-e026 .upper-df89 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.frame-east-e026 .upper-df89 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.frame-east-e026 .upper-df89 ul li {
  margin: 0 0 0.6em;
}
.frame-east-e026 .upper-df89 ul li.link-lite-4f19,
.frame-east-e026 .upper-df89 ul li.article_941a {
  position: relative;
}
.frame-east-e026 .upper-df89 ul li.link-lite-4f19 .badge-hot-e88b,
.frame-east-e026 .upper-df89 ul li.article_941a .badge-hot-e88b {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.frame-east-e026 .upper-df89 ul li.link-lite-4f19:after:after,
.frame-east-e026 .upper-df89 ul li.link-lite-4f19:after:before,
.frame-east-e026
  .upper-df89
  ul
  li.article_941a:after:after,
.frame-east-e026
  .upper-df89
  ul
  li.article_941a:after:before {
  content: "";
  display: table;
}
.frame-east-e026 .upper-df89 ul li.link-lite-4f19:after:after,
.frame-east-e026
  .upper-df89
  ul
  li.article_941a:after:after {
  clear: both;
}
.frame-east-e026 .upper-df89 a.label_17de:hover {
  text-decoration: none;
}
.frame-east-e026 .upper-df89 select {
  max-width: 100%;
}
.frame-east-e026 .upper-df89 table {
  font-size: 85%;
}
.frame-east-e026 .upper-df89 table td,
.frame-east-e026 .upper-df89 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.frame-east-e026 .upper-df89 table tfoot td {
  text-align: left;
}
.frame-east-e026 .upper-df89 :last-child {
  margin-bottom: 0;
}
.frame-east-e026 .upper-df89 .card_hovered_8bce {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.frame-east-e026 .upper-df89 .card_hovered_8bce label {
  width: 100%;
}
.frame-east-e026 .upper-df89 .card_hovered_8bce .button-focused-b1de {
  width: 100%;
  display: block;
}
.frame-east-e026 .upper-df89 .card_hovered_8bce .module_3f4a {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.frame-east-e026 .upper-df89 .card_hovered_8bce .module_3f4a:hover svg #svg-search {
  fill: #444;
}
.frame-east-e026 .upper-df89 .card_hovered_8bce .module_3f4a svg {
  width: 18px;
  height: 18px;
}
.frame-east-e026 .link_dynamic_fd5b ul ul,
.frame-east-e026 .huge_54ab ul ul,
.frame-east-e026 .header_6142 ul ul,
.frame-east-e026 .gold_9b01 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.frame-east-e026 .link_dynamic_fd5b .box_advanced_71fc > a,
.frame-east-e026 .huge_54ab .box_advanced_71fc > a,
.frame-east-e026 .header_6142 .box_advanced_71fc > a,
.frame-east-e026 .gold_9b01 .box_advanced_71fc > a {
  margin-bottom: 0;
}
.frame-east-e026 .gradient_pressed_40ae li,
.frame-east-e026 .link_dynamic_fd5b li,
.frame-east-e026 .badge_fluid_9505 li,
.frame-east-e026 .huge_54ab li,
.frame-east-e026 .header_6142 li,
.frame-east-e026 .gold_9b01 li,
.frame-east-e026 .under_e244 li,
.frame-east-e026 .outline_e6f3 li {
  display: block;
  position: relative;
}
.frame-east-e026 .gradient_pressed_40ae li:last-child,
.frame-east-e026 .link_dynamic_fd5b li:last-child,
.frame-east-e026 .badge_fluid_9505 li:last-child,
.frame-east-e026 .huge_54ab li:last-child,
.frame-east-e026 .header_6142 li:last-child,
.frame-east-e026 .gold_9b01 li:last-child,
.frame-east-e026 .under_e244 li:last-child,
.frame-east-e026 .outline_e6f3 li:last-child {
  border: none;
}
.frame-east-e026 .gradient_pressed_40ae li a,
.frame-east-e026 .link_dynamic_fd5b li a,
.frame-east-e026 .badge_fluid_9505 li a,
.frame-east-e026 .huge_54ab li a,
.frame-east-e026 .header_6142 li a,
.frame-east-e026 .gold_9b01 li a,
.frame-east-e026 .under_e244 li a,
.frame-east-e026 .outline_e6f3 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.frame-east-e026 .gradient_pressed_40ae li ul li::before,
.frame-east-e026 .link_dynamic_fd5b li ul li::before,
.frame-east-e026 .badge_fluid_9505 li ul li::before,
.frame-east-e026 .huge_54ab li ul li::before,
.frame-east-e026 .header_6142 li ul li::before,
.frame-east-e026 .gold_9b01 li ul li::before,
.frame-east-e026 .under_e244 li ul li::before,
.frame-east-e026 .outline_e6f3 li ul li::before {
  left: 15px;
}
.frame-east-e026 .gradient_pressed_40ae li ul a,
.frame-east-e026 .link_dynamic_fd5b li ul a,
.frame-east-e026 .badge_fluid_9505 li ul a,
.frame-east-e026 .huge_54ab li ul a,
.frame-east-e026 .header_6142 li ul a,
.frame-east-e026 .gold_9b01 li ul a,
.frame-east-e026 .under_e244 li ul a,
.frame-east-e026 .outline_e6f3 li ul a {
  padding-left: 20px;
}
.frame-east-e026 .gradient_pressed_40ae li ul ul li::before,
.frame-east-e026 .link_dynamic_fd5b li ul ul li::before,
.frame-east-e026 .badge_fluid_9505 li ul ul li::before,
.frame-east-e026 .huge_54ab li ul ul li::before,
.frame-east-e026 .header_6142 li ul ul li::before,
.frame-east-e026 .gold_9b01 li ul ul li::before,
.frame-east-e026 .under_e244 li ul ul li::before,
.frame-east-e026 .outline_e6f3 li ul ul li::before {
  left: 30px;
}
.frame-east-e026 .gradient_pressed_40ae li ul ul a,
.frame-east-e026 .link_dynamic_fd5b li ul ul a,
.frame-east-e026 .badge_fluid_9505 li ul ul a,
.frame-east-e026 .huge_54ab li ul ul a,
.frame-east-e026 .header_6142 li ul ul a,
.frame-east-e026 .gold_9b01 li ul ul a,
.frame-east-e026 .under_e244 li ul ul a,
.frame-east-e026 .outline_e6f3 li ul ul a {
  padding-left: 40px;
}
.frame-east-e026 .secondary_f96b li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.frame-east-e026 .outline_e6f3 ul li {
  margin-bottom: 1.41575em;
}
.frame-east-e026 .outline_e6f3 ul li .secondary-focused-6ed2 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.frame-east-e026 .outline_e6f3 ul li .notice-stale-1ad0 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.tooltip_focused_6ee6 .gradient_pressed_40ae li a,
.tooltip_focused_6ee6 .link_dynamic_fd5b li a,
.tooltip_focused_6ee6 .badge_fluid_9505 li a,
.tooltip_focused_6ee6 .huge_54ab li a,
.tooltip_focused_6ee6 .header_6142 li a,
.tooltip_focused_6ee6 .gold_9b01 li a,
.tooltip_focused_6ee6 .under_e244 li a,
.tooltip_focused_6ee6 .outline_e6f3 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.tooltip_focused_6ee6 .secondary_f96b li {
  border-color: rgba(255, 255, 255, 0.08);
}
.tooltip_focused_6ee6 .upper-df89 ul li.link-lite-4f19 .badge-hot-e88b,
.tooltip_focused_6ee6 .upper-df89 ul li.article_941a .badge-hot-e88b {
  background: rgba(0, 0, 0, 0.2);
}
.tooltip_focused_6ee6 .frame-east-e026 .upper-df89 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li {
  margin: 0;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li ul {
  margin: 0;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li ul li a {
  padding-left: 15px;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li ul li li a {
  padding-left: 30px;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li.right_837a > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li.right_837a > 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;
}
.box-orange-59a7 .frame-east-e026 .picture-medium-86e0 li.right_837a > 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;
}
.sidebar-f521 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.narrow-e2c6 {
  position: relative;
  z-index: 10;
}
.narrow-e2c6 .dark-6d1c {
  width: 100%;
  max-width: 100%;
}
.breadcrumb_north_c18c .avatar_6e9a {
  padding-top: 2em;
  padding-bottom: 2em;
}
.breadcrumb_north_c18c .tertiary_5ef4 {
}
.breadcrumb_north_c18c .tooltip_focused_6ee6 {
  background: #292929;
}
.advanced_2637 .avatar_6e9a {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.advanced_2637 .tertiary_5ef4 {
  background: #f9f9f9;
}
.advanced_2637 .tooltip_focused_6ee6 {
  background: #303030;
}
.slider_bottom_7c40 .avatar_6e9a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .slider_bottom_7c40 .bright_ef46 {
    margin-bottom: 1em;
  }
  .slider_bottom_7c40 .bright_ef46:last-child {
    margin-bottom: 0;
  }
}
.slider_bottom_7c40 .tertiary_5ef4 {
  background: #ededed;
}
.slider_bottom_7c40 .tooltip_focused_6ee6 {
  background: #1a1a1a;
}
.avatar_6e9a.tertiary_5ef4 {
  color: rgba(0, 0, 0, 0.6);
}
.avatar_6e9a.tertiary_5ef4 .bottom-d14d li {
  border-color: rgba(0, 0, 0, 0.08);
}
.avatar_6e9a.tooltip_focused_6ee6 {
  color: rgba(255, 255, 255, 0.99);
}
.avatar_6e9a.tooltip_focused_6ee6 a:not(.label_17de) {
  color: rgba(255, 255, 255, 0.79);
}
.avatar_6e9a.tooltip_focused_6ee6 a:not(.label_17de):hover {
  color: rgba(255, 255, 255, 0.99);
}
.avatar_6e9a.tooltip_focused_6ee6 .bottom-d14d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.avatar_6e9a.tooltip_focused_6ee6 table tbody td,
.avatar_6e9a.tooltip_focused_6ee6 table th {
  background: rgba(0, 0, 0, 0.08);
}
.module-a73e.mask_hard_2bb9 .layout-f2bf {
  max-width: initial;
}
.module-a73e .lower-e05b {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.module-a73e .lower-e05b .dark-6d1c {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .module-a73e .lower-e05b .dark-6d1c {
    display: block;
    margin-bottom: 2em;
  }
  .module-a73e .lower-e05b .dark-6d1c:last-child {
    margin-bottom: 0;
  }
}
.slider_bottom_7c40 .bright_ef46:last-child,
.advanced_2637 .bright_ef46:last-child,
.breadcrumb_north_c18c .bright_ef46:last-child {
  margin-bottom: 0;
}
.slider_bottom_7c40 .bright_ef46 .frame-east-e026 .upper-df89:last-child,
.advanced_2637 .bright_ef46 .frame-east-e026 .upper-df89:last-child,
.breadcrumb_north_c18c .bright_ef46 .frame-east-e026 .upper-df89:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .slider_bottom_7c40 .slider-right-5e5d,
  .slider_bottom_7c40 .texture-ef4a,
  .advanced_2637 .slider-right-5e5d,
  .advanced_2637 .texture-ef4a,
  .breadcrumb_north_c18c .slider-right-5e5d,
  .breadcrumb_north_c18c .texture-ef4a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .narrow-e2c6 .bright_ef46 {
    margin-bottom: 2em;
  }
}
.narrow-e2c6 p:last-child {
  margin-bottom: 0;
}
.narrow-e2c6 li,
.narrow-e2c6 ul {
  list-style: none;
  margin: 0;
}
.narrow-e2c6 ul ul {
  margin-left: 2.617924em;
}
.pink_f97f {
  font-size: 0.875em;
}

/* css-noise: 9923 */
.promo-block-i3 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.3;
}
