/*!
Theme Name: Customify
Theme URI: https://pressmaximum.aside_glass_ff2a/customify
Author: WPCustomify
Author URI: https://pressmaximum.aside_glass_ff2a
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.aside_glass_ff2a/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.hard-209b.first_79c5/licenses/gpl-2.0.item-steel-f5da
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.title_2fba/, (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.caption-e0be.basic-81e8/normalize.middle-a874/
 ======
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.middle-a874 v7.0.0 | MIT License | github.aside_glass_ff2a/necolas/normalize.middle-a874 */
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;
}
.highlight-6f42 .selected_a025,
.link_8293,
.dropdown_bronze_097b,
.progress_east_f071,
.status_hovered_5a9e,
.background_hot_ab1e,
.widget-pressed-b182,
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;
}
.link_8293,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .link_8293,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .link_8293,
  h1 {
    font-size: 1.8em;
  }
}
.dropdown_bronze_097b,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.dropdown_bronze_097b + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .dropdown_bronze_097b,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .dropdown_bronze_097b,
  h2 {
    font-size: 1.7em;
  }
}
.progress_east_f071,
h3 {
  font-size: 1.618em;
}
.highlight-6f42 .selected_a025,
.status_hovered_5a9e,
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.accordion-c26d {
  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;
}
.bottom-ede5:after,
.bottom-ede5:before,
.heading-8fa9:after,
.heading-8fa9:before {
  content: "";
  display: table;
}
.bottom-ede5:after,
.heading-8fa9:after {
  clear: both;
}
.slider_a488 {
  float: right;
  margin-right: 0;
}
.active_a660 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.banner-59c4 .sidebar-dirty-6f75,
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;
}
.banner-59c4 .sidebar-dirty-6f75: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;
}
.widget_eddb .sidebar-dirty-6f75 {
  box-shadow: none;
}
.widget_eddb
  .sidebar-dirty-6f75
  .text-d737 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.widget_eddb .sidebar-dirty-6f75 .disabled_b0ea {
  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;
}
.widget_eddb
  .sidebar-dirty-6f75
  .disabled_b0ea
  b {
  display: none;
}
.widget_eddb .south_b8de {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.notification_east_bdce:not(.feature_4aed):not(.gas_cd04),
button:not(.feature_4aed):not(.gas_cd04),
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ),
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ),
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ) {
  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;
}
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ):hover,
button:not(.feature_4aed):not(
    .gas_cd04
  ):hover,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ):hover,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ):hover,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ):active,
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
button:not(.feature_4aed):not(
    .gas_cd04
  ):active,
button:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ):active,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ):active,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ):active,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ):focus {
  outline: 0;
}
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb {
  position: relative;
}
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .large_418c,
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .search_fixed_d965,
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .white_c81c,
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  i,
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  svg,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .large_418c,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .search_fixed_d965,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .white_c81c,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  i,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  svg,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .large_418c,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .search_fixed_d965,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .white_c81c,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  i,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  svg,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .large_418c,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .search_fixed_d965,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .white_c81c,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  i,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  svg,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .large_418c,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .search_fixed_d965,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  .white_c81c,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  i,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb
  svg {
  visibility: hidden;
}
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb:after,
button:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb:after,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb:after,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb:after,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ).fn-loading-c0fb: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;
}
.notification_east_bdce:not(.feature_4aed):not(.gas_cd04),
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ),
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ),
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ) {
  color: #fff;
  background: #235787;
}
.notification_east_bdce:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
input[type="button"]:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
input[type="reset"]:not(.feature_4aed):not(
    .gas_cd04
  ):focus,
input[type="submit"]:not(.feature_4aed):not(
    .gas_cd04
  ):focus {
  color: #fff;
}
.notification_east_bdce.fn-disabled-c0fb:not(.feature_4aed):not(
    .gas_cd04
  ),
.notification_east_bdce[disabled]:not(.feature_4aed):not(
    .gas_cd04
  ),
button.fn-disabled-c0fb:not(.feature_4aed):not(
    .gas_cd04
  ),
button[disabled]:not(.feature_4aed):not(
    .gas_cd04
  ) {
  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;
}
.fluid-d69f {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.fluid-d69f: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;
}
.outline-bronze-1f04 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.aside_out_111f {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.accordion-9f49 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.bottom-ede5:after,
.bottom-ede5:before,
.paragraph-advanced-40f8:after,
.paragraph-advanced-40f8:before,
.fast_a0a3:after,
.fast_a0a3:before,
.badge-6e1c:after,
.badge-6e1c:before,
.icon-fluid-4cd3:after,
.icon-fluid-4cd3:before,
.focus_a084:after,
.focus_a084:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.bottom-ede5:after,
.paragraph-advanced-40f8:after,
.fast_a0a3:after,
.badge-6e1c:after,
.icon-fluid-4cd3:after,
.focus_a084:after {
  clear: both;
}
.paragraph-advanced-40f8 .header-a476,
.fast_a0a3 .header-a476,
.inner_56b1 .header-a476 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.list_action_ee83 {
  display: inline-block;
}
.section-752f {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.section-752f img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-752f .alert-purple-e70f {
  padding: 1em 0;
  font-size: 85%;
}
.alert-purple-e70f {
  text-align: left;
  font-style: italic;
  color: #999;
}
.cold-5f16 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.cold-5f16:after,
.cold-5f16:before {
  content: "";
  display: table;
}
.cold-5f16:after {
  clear: both;
}
.green-bb75 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.active_top_b294 .green-bb75 {
  max-width: 50%;
}
.logo-ca16 .green-bb75 {
  max-width: 33.33%;
}
.hover_south_ea7a .green-bb75 {
  max-width: 25%;
}
.column-4cfc .green-bb75 {
  max-width: 20%;
}
.link_a0dc .green-bb75 {
  max-width: 16.66%;
}
.photo-full-f1e8 .green-bb75 {
  max-width: 14.28%;
}
.border-6241 .green-bb75 {
  max-width: 12.5%;
}
.soft_554d .green-bb75 {
  max-width: 11.11%;
}
.search_f786 {
  display: block;
}
.highlight-6f42 .dark-59ac label,
.highlight-6f42 .tag-c89c label,
.highlight-6f42 .smooth_ad10 label,
.highlight-6f42 .modal-focused-d985 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.up_e7ab {
  list-style: none;
  margin: 0;
}
.up_e7ab article.new-12a5 {
  margin-bottom: 0;
}
.up_e7ab ul {
  list-style: none;
  margin: 0;
}
.up_e7ab .component-middle-c07e li.new-12a5 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .up_e7ab .component-middle-c07e li.new-12a5 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .up_e7ab .component-middle-c07e li.new-12a5: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) {
  .up_e7ab .component-middle-c07e li.new-12a5 li.new-12a5 li.new-12a5 li.new-12a5 {
    padding-left: 0;
  }
}
article.new-12a5 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.new-12a5 .paragraph-advanced-40f8 p:last-of-type {
  margin-bottom: 0;
}
article.new-12a5 .tabs-liquid-64fc {
  float: left;
}
article.new-12a5 .thumbnail_mini_b0a3 {
  margin-left: 85px;
}
article.new-12a5 .solid_42e3 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.new-12a5 .solid_42e3 .detail-fresh-3006 {
  margin-left: 10px;
}
article.new-12a5 .media_c86e {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.new-12a5 .green_e657 {
  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 .dark-59ac,
  #respond .smooth_ad10,
  #respond .modal-focused-d985 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .dark-59ac input,
#respond .smooth_ad10 input,
#respond .modal-focused-d985 input {
  width: 100%;
}
#respond .modal-focused-d985 {
  margin-right: 0;
}
#respond .list-steel-b884 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.feature-9332 {
  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;
}
.feature-9332.widget-dirty-546b {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.feature-9332 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%);
}
.feature-9332:focus,
.feature-9332: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);
}
.large_8c70 {
  border-radius: 10%;
}
.active-lower-8389 {
  border-radius: 50%;
}
.video_713b {
  font-size: 0.72em;
}
.button_yellow_7a59 {
  font-size: 0.875em;
}
.footer-1a8b {
  font-size: 1.1em;
}
.status_prev_e041 {
  text-transform: uppercase;
  line-height: 1.2;
}
.status_prev_e041.video_713b {
  letter-spacing: 0.5px;
}
.out_7973,
.out_7973 a {
  color: #6d6d6d;
}
.out_7973 a:hover {
  color: #111;
}
.gas_833b {
  color: #6d6d6d;
}
.photo-06aa {
  overflow-x: hidden;
}
.photo-06aa .texture_3ef8.popup-left-0e5d {
  position: relative;
}
.photo-06aa .texture_3ef8.popup-left-0e5d.shade_cold_042f {
  position: initial;
}
.photo-06aa
  .texture_3ef8.popup-left-0e5d.shade_cold_042f
  .dirty_6940 {
  left: auto;
}
.photo-06aa .texture_3ef8 .dirty_6940 {
  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;
}
.photo-06aa .texture_3ef8:hover.popup-left-0e5d {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.photo-06aa
  .texture_3ef8:hover.popup-left-0e5d
  .dirty_6940 {
  display: block;
  z-index: 9999999;
}
.photo-06aa .avatar-blue-6768 .slow-a2fe,
.photo-06aa .sort-9825 .slow-a2fe {
  display: none;
}
.photo-06aa .short_529e .texture_3ef8:hover.popup-left-0e5d {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.highlight-6f42 .dark-59ac label,
.highlight-6f42 .tag-c89c label,
.highlight-6f42 .smooth_ad10 label,
.highlight-6f42 .modal-focused-d985 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.up_e7ab {
  list-style: none;
  margin: 0;
}
.up_e7ab article.new-12a5 {
  margin-bottom: 0;
}
.up_e7ab ul {
  list-style: none;
  margin: 0;
}
.up_e7ab .component-middle-c07e li.new-12a5 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .up_e7ab .component-middle-c07e li.new-12a5 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .up_e7ab .component-middle-c07e li.new-12a5: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) {
  .up_e7ab .component-middle-c07e li.new-12a5 li.new-12a5 li.new-12a5 li.new-12a5 {
    padding-left: 0;
  }
}
article.new-12a5 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.new-12a5 .paragraph-advanced-40f8 p:last-of-type {
  margin-bottom: 0;
}
article.new-12a5 .tabs-liquid-64fc {
  float: left;
}
article.new-12a5 .thumbnail_mini_b0a3 {
  margin-left: 85px;
}
article.new-12a5 .solid_42e3 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.new-12a5 .solid_42e3 .detail-fresh-3006 {
  margin-left: 10px;
}
article.new-12a5 .media_c86e {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.new-12a5 .green_e657 {
  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 .dark-59ac,
  #respond .smooth_ad10,
  #respond .modal-focused-d985 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .dark-59ac input,
#respond .smooth_ad10 input,
#respond .modal-focused-d985 input {
  width: 100%;
}
#respond .modal-focused-d985 {
  margin-right: 0;
}
#respond .list-steel-b884 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.avatar-blue-6768 .text-64e4 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.text-64e4 .photo_next_95c5.status_bright_b217 .pink_db99 > li > a:focus,
.text-64e4 .photo_next_95c5.status_bright_b217 .pink_db99 > li > a:hover,
.text-64e4 .photo_next_95c5.item-b983 .pink_db99 > li > a:focus,
.text-64e4 .photo_next_95c5.item-b983 .pink_db99 > li > a:hover,
.text-64e4 .photo_next_95c5.dark-6b8a .pink_db99 > li > a:focus,
.text-64e4 .photo_next_95c5.dark-6b8a .pink_db99 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.text-64e4
  .photo_next_95c5.status_bright_b217
  .pink_db99
  > li.down-154d
  > a,
.text-64e4
  .photo_next_95c5.status_bright_b217
  .pink_db99
  > li.hard_7b95
  > a,
.text-64e4
  .photo_next_95c5.item-b983
  .pink_db99
  > li.down-154d
  > a,
.text-64e4
  .photo_next_95c5.item-b983
  .pink_db99
  > li.hard_7b95
  > a,
.text-64e4
  .photo_next_95c5.dark-6b8a
  .pink_db99
  > li.down-154d
  > a,
.text-64e4 .photo_next_95c5.dark-6b8a .pink_db99 > li.first-8a2f > a {
  color: rgba(255, 255, 255, 0.99);
}
.text-64e4 .tag_a7bb,
.text-64e4 .tag_a7bb a {
  color: rgba(255, 255, 255, 0.99);
}
.text-64e4 .hidden_5d4d.hidden-slow-2c24 li a,
.text-64e4 .secondary_0048 a,
.text-64e4 .tertiary-28ce,
.text-64e4 .pink_db99 > li > a,
.text-64e4 .item_cddd {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4 .hidden_5d4d.hidden-slow-2c24 li a:hover,
.text-64e4 .secondary_0048 a:hover,
.text-64e4 .tertiary-28ce:hover,
.text-64e4 .pink_db99 > li > a:hover,
.text-64e4 .item_cddd:hover {
  color: rgba(255, 255, 255, 0.99);
}
.text-64e4 .fixed_6099 {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4 .fixed_6099 .summary_9049 {
  color: rgba(255, 255, 255, 0.99);
}
.text-64e4 .fixed_6099:hover {
  color: rgba(255, 255, 255, 0.99);
}
.text-64e4 .outline_83d0 .basic-ca93 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4 .outline_83d0 .basic-ca93 .dropdown-pressed-3eae {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4
  .outline_83d0
  .basic-ca93
  .dropdown-pressed-3eae::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4
  .outline_83d0
  .basic-ca93
  .dropdown-pressed-3eae:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4
  .outline_83d0
  .basic-ca93
  .dropdown-pressed-3eae::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4
  .outline_83d0
  .basic-ca93
  .dropdown-pressed-3eae::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4 .outline_83d0 .table-cool-b447 {
  color: rgba(255, 255, 255, 0.79);
}
.text-64e4 .outline_83d0 .table-cool-b447:hover {
  color: rgba(255, 255, 255, 0.99);
}
.grid-b230
  .text-64e4
  .outline_83d0
  .solid-07ea
  .image_gas_5b3c {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.grid-b230
  .text-64e4
  .outline_83d0
  .solid-07ea
  .dropdown-pressed-3eae {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.avatar-blue-6768 .tiny-c54a {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.tiny-c54a .photo_next_95c5.status_bright_b217 .pink_db99 > li > a:focus,
.tiny-c54a .photo_next_95c5.status_bright_b217 .pink_db99 > li > a:hover,
.tiny-c54a .photo_next_95c5.item-b983 .pink_db99 > li > a:focus,
.tiny-c54a .photo_next_95c5.item-b983 .pink_db99 > li > a:hover,
.tiny-c54a .photo_next_95c5.dark-6b8a .pink_db99 > li > a:focus,
.tiny-c54a .photo_next_95c5.dark-6b8a .pink_db99 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-c54a
  .photo_next_95c5.status_bright_b217
  .pink_db99
  > li.down-154d
  > a,
.tiny-c54a
  .photo_next_95c5.status_bright_b217
  .pink_db99
  > li.hard_7b95
  > a,
.tiny-c54a
  .photo_next_95c5.item-b983
  .pink_db99
  > li.down-154d
  > a,
.tiny-c54a
  .photo_next_95c5.item-b983
  .pink_db99
  > li.hard_7b95
  > a,
.tiny-c54a
  .photo_next_95c5.dark-6b8a
  .pink_db99
  > li.down-154d
  > a,
.tiny-c54a .photo_next_95c5.dark-6b8a .pink_db99 > li.first-8a2f > a {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-c54a .tag_a7bb,
.tiny-c54a .tag_a7bb a {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-c54a .hidden_5d4d.hidden-slow-2c24 li a,
.tiny-c54a .secondary_0048 a,
.tiny-c54a .tertiary-28ce,
.tiny-c54a .pink_db99 > li > a,
.tiny-c54a .item_cddd {
  color: rgba(0, 0, 0, 0.55);
}
.tiny-c54a .hidden_5d4d.hidden-slow-2c24 li a:hover,
.tiny-c54a .secondary_0048 a:hover,
.tiny-c54a .tertiary-28ce:hover,
.tiny-c54a .pink_db99 > li > a:hover,
.tiny-c54a .item_cddd:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-c54a .fixed_6099 {
  color: rgba(0, 0, 0, 0.55);
}
.tiny-c54a .fixed_6099 .summary_9049 {
  color: rgba(0, 0, 0, 0.8);
}
.tiny-c54a .fixed_6099:hover {
  color: rgba(0, 0, 0, 0.8);
}
.purple_75f4 .outline-cb35 {
  margin-left: auto;
  margin-right: auto;
}
.fast_a0a3 > * {
  margin-left: auto;
  margin-right: auto;
}
.fast_a0a3 .outline-bronze-1f04 {
  margin-right: 1.41575em;
}
.pagination-bf61 .fast_a0a3 > .nav-solid-fef4 {
  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;
}
.pagination-bf61 .fast_a0a3 > .mini_c4d6 {
  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;
}
.nav-copper-ccb8.purple_75f4 .outline-cb35,
.out_6992.purple_75f4 .outline-cb35 {
  margin-left: 0;
}
.fast-36db.purple_75f4 .outline-cb35,
.chip-bc66.purple_75f4 .outline-cb35 {
  margin-right: 0;
}
.fast_a0a3 ol,
.fast_a0a3 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.menu-da12 video {
  max-width: 100%;
}
.east-d010 img {
  display: block;
}
.east-d010.outline-bronze-1f04,
.east-d010.aside_out_111f {
  width: 100%;
}
.east-d010.mini_c4d6 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.current-840f:not(.rough-9883) {
  margin: 1.5em auto;
}
.brown_30b6 p {
  padding: 1.5em 14px;
}
ul.notice_b428.mini_c4d6,
ul.notice_b428.nav-solid-fef4,
ul.notice_b428.preview-yellow-4ddd.nav-solid-fef4 {
  padding: 0 14px;
}
.breadcrumb-8ff2 {
  display: block;
  overflow-x: auto;
}
.breadcrumb-8ff2 table {
  border-collapse: collapse;
  width: 100%;
}
.breadcrumb-8ff2 td,
.breadcrumb-8ff2 th {
  padding: 0.5em;
}
.fast_a0a3 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.fast_a0a3 ol ol,
.fast_a0a3 ol ul,
.fast_a0a3 ul ol,
.fast_a0a3 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.fast_a0a3 ol ol li,
.fast_a0a3 ol ul li,
.fast_a0a3 ul ol li,
.fast_a0a3 ul ul li {
  margin-left: 0;
}
.progress_dim_76b5.nav-7531 > .preview-purple-da24 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.progress_dim_76b5.nav-7531 > .preview-purple-da24 iframe,
.progress_dim_76b5.nav-7531 > .preview-purple-da24 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.main-large-7c4e {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.main-large-7c4e.module_new_70d7 {
  padding: 0;
}
.main-large-7c4e.module_new_70d7 cite {
  font-size: 13px;
}
.main-large-7c4e > * {
  margin-left: 16px;
  margin-right: 16px;
}
.main-large-7c4e cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.media-8828 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.media-8828 > p:first-child {
  margin-top: 0;
}
.media-8828 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.media-8828 blockquote {
  border-left: 0;
}
.button_fresh_9f9c {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.button_fresh_9f9c:not(.full-d3a1) {
  max-width: 100px;
}
.button_fresh_9f9c.pink-35dc {
  border-bottom: none !important;
  text-align: center;
}
.button_fresh_9f9c.pink-35dc::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .brown_30b6 p {
    padding: 1.5em 0;
  }
}
.shadow_tiny_1b89 {
  color: #0073aa;
}
.notification-f8c6 {
  background-color: #0073aa;
}
.preview-1071 {
  color: #229fd8;
}
.green-a2f8 {
  background-color: #229fd8;
}
.pattern_1072 {
  color: #eee;
}
.panel_8d84 {
  background-color: #eee;
}
.accent_green_1e8a {
  color: #444;
}
.info_56ba {
  background-color: #444;
}
.box-dark-d8d0 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.box-dark-d8d0 .hidden_hard_8c75 .secondary_0048 {
  font-size: 15px;
}
.box-dark-d8d0 .secondary_0048 {
  line-height: 1.3;
}
.box-dark-d8d0 .tiny-c54a {
}
.box-dark-d8d0 .text-64e4 {
  background: #235787;
}
.dirty-b48e {
  padding: 0;
}
.dirty-b48e .text-64e4 {
  background: #1a1a1a;
}
.dirty-b48e .tiny-c54a {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.thumbnail-short-66e9 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.thumbnail-short-66e9 .tiny-c54a {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.thumbnail-short-66e9 .text-64e4 {
  background: #303030;
}
.focus_a084 {
  position: relative;
  z-index: 10;
}
.focus_a084 .easy_80c7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.info_clean_4e58 .popup-left-0e5d {
  display: inline-block;
  vertical-align: middle;
}
.info_clean_4e58.frame-static-1bc4 .popup-left-0e5d {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .info_clean_4e58.frame-static-1bc4 .popup-left-0e5d {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .info_clean_4e58.frame-static-1bc4 .popup-left-0e5d {
    margin-right: 0.4em;
  }
}
.info_clean_4e58.frame-static-1bc4 .popup-left-0e5d:last-child {
  margin-right: 0;
}
.input_745e .easy_80c7 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .avatar-blue-6768 .hidden_hard_8c75 {
    margin: 0 -0.5em;
  }
  .avatar-blue-6768 .hidden_hard_8c75 [class*="customify-col-"],
  .avatar-blue-6768 .hidden_hard_8c75 [class*="customify-col_"],
  .avatar-blue-6768 .hidden_hard_8c75 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.avatar-blue-6768.preview_dirty_d25c .easy_80c7 {
  background: 0 0 !important;
}
.avatar-blue-6768.preview_dirty_d25c .easy_80c7,
.avatar-blue-6768.input_745e .easy_80c7 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .avatar-blue-6768.sort-98aa {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.avatar-blue-6768.input_745e .easy_80c7 {
  box-shadow: none !important;
}
.tooltip-left-ccb0 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .tooltip-left-ccb0 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .tooltip-left-ccb0 {
    padding: 18px 0 20px;
  }
}
.tooltip-left-ccb0 .shadow-81a5 {
  width: 100%;
}
.tooltip-left-ccb0 .main_narrow_779f {
  margin-bottom: 0;
}
.tooltip-left-ccb0 .menu-edc6 {
  margin-top: 5px;
  font-size: 0.875em;
}
.fresh-4cb3 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.fresh-4cb3 .south_7bd9 {
  width: 100%;
}
.element_9c24 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.element_9c24 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.element_9c24 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;
}
.element_9c24 li:last-child:after {
  display: none;
}
.element_9c24 li a {
  font-weight: 500;
  margin-right: 10px;
}
.wrapper_39d4 .slow-a2fe button,
.tooltip-left-ccb0 .slow-a2fe button {
  left: 0;
}
.wrapper_39d4 .south_7bd9,
.tooltip-left-ccb0 .south_7bd9 {
  padding-left: 0;
  padding-right: 0;
}
.wrapper_39d4 .fresh-4cb3,
.tooltip-left-ccb0 .fresh-4cb3 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.wrapper_39d4 {
  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;
}
.wrapper_39d4: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;
}
.wrapper_39d4 .short_da1a {
  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) {
  .wrapper_39d4 .short_da1a {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper_39d4 .short_da1a {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .wrapper_39d4 .short_da1a {
    min-height: 200px;
  }
}
.wrapper_39d4 .element_9c24 {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper_39d4 .element_9c24 a,
.wrapper_39d4 .element_9c24 li:after {
  color: inherit;
}
.wrapper_39d4 .element_9c24 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar_af95 {
  margin-bottom: 0.5em;
}
.nav_cd68 {
  margin-bottom: 1.2em;
}
.nav_cd68,
.sidebar_af95 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.nav_cd68 p:last-child,
.sidebar_af95 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .slow-a2fe,
#masthead .slow-a2fe {
  display: none;
}
#masthead
  > .slow-a2fe.active-dirty-d257 {
  display: none;
}
#masthead > .slow-a2fe button {
  left: 0;
}
.dynamic_5596 {
  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%;
}
.dynamic_5596 .popup-left-0e5d {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.dynamic_5596 .article_up_a645 {
  display: -webkit-box;
  display: flex;
}
.dynamic_5596 .article_up_a645.tooltip-30ff {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.dynamic_5596 .article_up_a645.east_15d8 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dynamic_5596 .article_up_a645.backdrop_c4e7 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dynamic_5596.active-lower-83f1.heading_65d1 .article_up_a645.tooltip-30ff {
  flex-basis: 100%;
}
.dynamic_5596.yellow-ebb2 .article_up_a645.east_15d8 {
  -webkit-box-flex: 1;
  flex: auto;
}
.dynamic_5596.yellow-ebb2 .article_up_a645.backdrop_c4e7 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .slow-a2fe.active-dirty-d257 {
  display: none;
}
#masthead > .slow-a2fe button {
  left: 0;
}
.focus_orange_457c {
  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;
}
.focus_orange_457c:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.focus_orange_457c.photo-stone-45bf i {
  margin-right: 4px;
}
.focus_orange_457c.up-9d35 i {
  margin-left: 5px;
}
.secondary_0048 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.secondary_0048 p:last-child {
  margin-bottom: 0;
}
.lower-477f {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.lower-477f a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.lower-477f img {
  display: block;
  width: auto;
  line-height: 1;
}
.lower-477f .tag_a7bb {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.lower-477f .tertiary_wide_17d5 {
  margin: 5px 0 7px 0;
}
.lower-477f.advanced_d050 .accordion-0076 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lower-477f.advanced_d050 .steel_64db {
  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;
}
.lower-477f.stone-9320 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.lower-477f.stone-9320 .accordion-0076 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.lower-477f.stone-9320 .steel_64db {
  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;
}
.lower-477f.paper-362c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.lower-477f.header_d699 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.lower-477f.header_d699 .steel_64db {
  margin-top: 7px;
}
.paragraph_north_ff36 {
  display: inline-block;
}
.focus_a084 .pagination-9de1 .lower-477f img {
  max-width: 100%;
}
.photo_next_95c5 .search_9591.element-over-fee9,
.block_in_fa16 .search_9591.element-over-fee9 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.photo_next_95c5 .west-d7f0,
.block_in_fa16 .west-d7f0 {
  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%);
}
.photo_next_95c5 .west-d7f0 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.photo_next_95c5.aside_6280 .west-d7f0 {
  display: none;
}
.photo_next_95c5 .fast-44df {
  list-style: none;
  padding: 0;
  margin: 0;
}
.photo_next_95c5 .fast-44df li {
  display: inline-block;
  position: relative;
}
.photo_next_95c5 .fast-44df li:last-child {
  margin-right: 0;
}
.photo_next_95c5 .fast-44df 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;
}
.photo_next_95c5 .fast-44df li.first-8a2f > a {
  color: rgba(0, 0, 0, 0.9);
}
.photo_next_95c5 .fast-44df > 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;
}
.photo_next_95c5 .fast-44df > li > a i {
  line-height: 0;
}
.photo_next_95c5 .fast-44df > li.tabs-6f70 > a .west-d7f0 {
  margin-left: 4px;
  line-height: 0;
}
.photo_next_95c5 .fast-44df .status-3d77 li.tabs-6f70 > a {
  position: relative;
}
.photo_next_95c5 .fast-44df .status-3d77 li.tabs-6f70 > a:after,
.photo_next_95c5 .fast-44df .status-3d77 li.tabs-6f70 > a:before {
  content: "";
  display: table;
}
.photo_next_95c5 .fast-44df .status-3d77 li.tabs-6f70 > a:after {
  clear: both;
}
.photo_next_95c5 .fast-44df .status-3d77 li.tabs-6f70 > a .west-d7f0 {
  margin-left: 5px;
  float: right;
}
.photo_next_95c5 .badge-0b77,
.photo_next_95c5 .status-3d77 {
  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;
}
.photo_next_95c5 .status-3d77 {
  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;
}
.photo_next_95c5 .status-3d77 .element-over-fee9 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.photo_next_95c5 .status-3d77 .west-d7f0 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.photo_next_95c5 .status-3d77 li {
  display: block;
  margin: 0;
  padding: 0;
}
.photo_next_95c5 .status-3d77 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;
}
.photo_next_95c5 .status-3d77 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.photo_next_95c5 .status-3d77 .status-3d77 {
  top: 0;
  left: 100%;
}
.photo_next_95c5 .detail-0d69.fn-focus-c0fb > .badge-0b77,
.photo_next_95c5 .detail-0d69.fn-focus-c0fb > .status-3d77,
.photo_next_95c5 .detail-0d69:focus > .badge-0b77,
.photo_next_95c5 .detail-0d69:focus > .status-3d77,
.photo_next_95c5 .detail-0d69:hover > .badge-0b77,
.photo_next_95c5 .detail-0d69:hover > .status-3d77 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.photo_next_95c5.dark-6b8a .pink_db99:after,
.photo_next_95c5.dark-6b8a .pink_db99:before {
  content: "";
  display: table;
}
.photo_next_95c5.dark-6b8a .pink_db99:after {
  clear: both;
}
.photo_next_95c5.dark-6b8a .pink_db99 > li {
  float: left;
}
.photo_next_95c5.wrapper-hard-b65e .pink_db99:after,
.photo_next_95c5.wrapper-hard-b65e .pink_db99:before {
  content: "";
  display: table;
}
.photo_next_95c5.wrapper-hard-b65e .pink_db99:after {
  clear: both;
}
.photo_next_95c5.wrapper-hard-b65e .pink_db99 > li {
  float: left;
}
.photo_next_95c5.wrapper-hard-b65e .pink_db99 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.photo_next_95c5.wrapper-hard-b65e .pink_db99 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.photo_next_95c5.wrapper-hard-b65e .pink_db99 > li.down-154d > a,
.photo_next_95c5.wrapper-hard-b65e .pink_db99 > li.first-8a2f > a {
  color: #fff;
  background-color: #1e4b75;
}
.photo_next_95c5.status_bright_b217 .pink_db99 > li > a .element-over-fee9 {
  position: relative;
}
.photo_next_95c5.status_bright_b217 .pink_db99 > li > a .element-over-fee9: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;
}
.photo_next_95c5.status_bright_b217
  .pink_db99
  > li:focus
  > a
  .element-over-fee9:before,
.photo_next_95c5.status_bright_b217
  .pink_db99
  > li:hover
  > a
  .element-over-fee9:before {
  width: 100%;
  background-color: currentColor;
}
.photo_next_95c5.status_bright_b217
  .pink_db99
  > li.down-154d
  > a
  .element-over-fee9:before,
.photo_next_95c5.status_bright_b217
  .pink_db99
  > li.hard_7b95
  > a
  .element-over-fee9:before {
  width: 100%;
  background-color: currentColor;
}
.photo_next_95c5.item-b983 .pink_db99 > li > a .element-over-fee9 {
  position: relative;
}
.photo_next_95c5.item-b983 .pink_db99 > li > a .element-over-fee9: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;
}
.photo_next_95c5.item-b983 .pink_db99 > li:focus > a .element-over-fee9:before,
.photo_next_95c5.item-b983
  .pink_db99
  > li:hover
  > a
  .element-over-fee9:before {
  width: 100%;
  background-color: currentColor;
}
.photo_next_95c5.item-b983
  .pink_db99
  > li.down-154d
  > a
  .element-over-fee9:before,
.photo_next_95c5.item-b983
  .pink_db99
  > li.hard_7b95
  > a
  .element-over-fee9:before {
  width: 100%;
  background-color: currentColor;
}
.block_in_fa16 .fast-44df {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block_in_fa16 .fast-44df li:first-child > a {
  border-top: none;
}
.block_in_fa16 .fast-44df .wide_cdec > .element-over-fee9 .west-d7f0 {
  display: none;
}
.block_in_fa16 .fast-44df li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.block_in_fa16 .fast-44df li:last-child {
  border: none;
}
.block_in_fa16 .fast-44df li.tabs-6f70 > a {
  padding-right: 45px !important;
}
.block_in_fa16 .fast-44df li a {
  display: block;
  padding: 0.55em 1.5em;
}
.block_in_fa16 .fast-44df li a:focus,
.block_in_fa16 .fast-44df li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.block_in_fa16 .fast-44df li .aside-3da4 {
  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;
}
.block_in_fa16 .fast-44df li .aside-3da4:hover {
  box-shadow: none;
}
.block_in_fa16 .fast-44df li .aside-3da4 .west-d7f0 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.block_in_fa16 .fast-44df .status-3d77 {
  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);
}
.block_in_fa16 .fast-44df .status-3d77 li a {
  padding-left: 3em;
}
.block_in_fa16 .fast-44df .border_cbed > a .aside-3da4 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block_in_fa16 .fast-44df .border_cbed > .status-3d77 {
  display: block;
  opacity: 1;
}
.panel-dynamic-2977 {
  max-width: 100%;
}
.gallery-fluid-7fe0 {
  line-height: 0;
  cursor: pointer;
}
.item_cddd {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.item_cddd:hover {
  box-shadow: none;
  color: currentColor;
}
.item_cddd svg {
  width: 18px;
  height: 18px;
}
.item_cddd .outline_wide_e0fd {
  display: none;
}
.gradient_6c99 {
  position: relative;
}
.gradient_6c99.fn-active-c0fb .item_cddd .simple_7973 {
  display: none;
}
.gradient_6c99.fn-active-c0fb .item_cddd .outline_wide_e0fd {
  display: inline-block;
}
.gradient_6c99 .accordion-0fb2 {
  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);
}
.gradient_6c99.wrapper_outer_b93a .accordion-0fb2 {
  left: auto;
  right: -0.9em;
}
.gradient_6c99.wrapper_outer_b93a .preview_aecb::before {
  left: auto;
  right: 15px;
}
.gradient_6c99.fn-active-c0fb .accordion-0fb2 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.solid-07ea {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.solid-07ea label {
  flex-basis: 100%;
}
.solid-07ea .basic-ca93 {
  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;
}
.solid-07ea .dropdown-pressed-3eae {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.solid-07ea .dropdown-pressed-3eae:focus {
  background-color: transparent;
}
.solid-07ea button.table-cool-b447 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.solid-07ea button.table-cool-b447:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.solid-07ea button.table-cool-b447 svg {
  width: 18px;
  height: 18px;
}
.solid-07ea input[type="submit"] {
  min-height: auto;
}
.outline_83d0 .solid-07ea .dropdown-pressed-3eae {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.preview_aecb {
  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) {
  .preview_aecb {
    width: 220px;
  }
}
.preview_aecb label {
  flex-basis: 100%;
}
.preview_aecb::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;
}
.grid-b230 .outline_83d0 .solid-07ea {
  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;
}
.grid-b230
  .outline_83d0
  .solid-07ea
  .basic-ca93 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.grid-b230 .outline_83d0 .solid-07ea .dropdown-pressed-3eae {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.grid-b230
  .outline_83d0
  .solid-07ea
  .dropdown-pressed-3eae:focus {
  background: 0 0;
}
.grid-b230
  .outline_83d0
  .solid-07ea
  .image_gas_5b3c {
  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;
}
.hidden_5d4d {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.hidden_5d4d li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.hidden_5d4d li:last-child {
  margin-right: 0;
}
.hidden_5d4d li:first-child {
  margin-left: 0;
}
.hidden_5d4d.border_20e1 a {
  color: #fff;
}
.hidden_5d4d.border_20e1 a:hover {
  color: #fff;
}
.hidden_5d4d a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.hidden_5d4d a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.hidden_5d4d a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hidden_5d4d a:hover {
  opacity: 0.9;
  color: inherit;
}
.hidden_5d4d [class*="social-icon-apple"] {
  background-color: #999;
}
.hidden_5d4d [class*="social-icon-apple"].gold_554c {
  background-color: transparent;
  color: #999;
}
.hidden_5d4d [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.hidden_5d4d [class*="social-icon-behance"].gold_554c {
  background-color: transparent;
  color: #1769ff;
}
.hidden_5d4d [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.hidden_5d4d [class*="social-icon-bitbucket"].gold_554c {
  background-color: transparent;
  color: #205081;
}
.hidden_5d4d [class*="social-icon-codepen"] {
  background-color: #000;
}
.hidden_5d4d [class*="social-icon-codepen"].gold_554c {
  background-color: transparent;
  color: #000;
}
.hidden_5d4d [class*="social-icon-delicious"] {
  background-color: #39f;
}
.hidden_5d4d [class*="social-icon-delicious"].gold_554c {
  background-color: transparent;
  color: #39f;
}
.hidden_5d4d [class*="social-icon-digg"] {
  background-color: #005be2;
}
.hidden_5d4d [class*="social-icon-digg"].gold_554c {
  background-color: transparent;
  color: #005be2;
}
.hidden_5d4d [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.hidden_5d4d [class*="social-icon-dribbble"].gold_554c {
  background-color: transparent;
  color: #ea4c89;
}
.hidden_5d4d [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.hidden_5d4d [class*="social-icon-envelope"].gold_554c {
  background-color: transparent;
  color: #ea4335;
}
.hidden_5d4d [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.hidden_5d4d [class*="social-icon-facebook"].gold_554c {
  background-color: transparent;
  color: #3b5998;
}
.hidden_5d4d [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.hidden_5d4d [class*="social-icon-flickr"].gold_554c {
  background-color: transparent;
  color: #0063dc;
}
.hidden_5d4d [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.hidden_5d4d [class*="social-icon-foursquare"].gold_554c {
  background-color: transparent;
  color: #2d5be3;
}
.hidden_5d4d [class*="social-icon-github"] {
  background-color: #333;
}
.hidden_5d4d [class*="social-icon-github"].gold_554c {
  background-color: transparent;
  color: #333;
}
.hidden_5d4d [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.hidden_5d4d [class*="social-icon-google-plus"].gold_554c {
  background-color: transparent;
  color: #dd4b39;
}
.hidden_5d4d [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.hidden_5d4d [class*="social-icon-houzz"].gold_554c {
  background-color: transparent;
  color: #7ac142;
}
.hidden_5d4d [class*="social-icon-instagram"] {
  background-color: #262626;
}
.hidden_5d4d [class*="social-icon-instagram"].gold_554c {
  background-color: transparent;
  color: #262626;
}
.hidden_5d4d [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.hidden_5d4d [class*="social-icon-jsfiddle"].gold_554c {
  background-color: transparent;
  color: #487aa2;
}
.hidden_5d4d [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.hidden_5d4d [class*="social-icon-linkedin"].gold_554c {
  background-color: transparent;
  color: #0077b5;
}
.hidden_5d4d [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.hidden_5d4d [class*="social-icon-medium"].gold_554c {
  background-color: transparent;
  color: #00ab6b;
}
.hidden_5d4d [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.hidden_5d4d
  [class*="social-icon-odnoklassniki"].gold_554c {
  background-color: transparent;
  color: #f4731c;
}
.hidden_5d4d [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.hidden_5d4d [class*="social-icon-meetup"].gold_554c {
  background-color: transparent;
  color: #ec1c40;
}
.hidden_5d4d [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.hidden_5d4d [class*="social-icon-pinterest"].gold_554c {
  background-color: transparent;
  color: #bd081c;
}
.hidden_5d4d [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.hidden_5d4d [class*="social-icon-product-hunt"].gold_554c {
  background-color: transparent;
  color: #da552f;
}
.hidden_5d4d [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.hidden_5d4d [class*="social-icon-reddit"].gold_554c {
  background-color: transparent;
  color: #ff4500;
}
.hidden_5d4d [class*="social-icon-rss"] {
  background-color: #f26522;
}
.hidden_5d4d [class*="social-icon-rss"].gold_554c {
  background-color: transparent;
  color: #f26522;
}
.hidden_5d4d [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.hidden_5d4d
  [class*="social-icon-shopping-cart"].gold_554c {
  background-color: transparent;
  color: #4caf50;
}
.hidden_5d4d [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.hidden_5d4d [class*="social-icon-skype"].gold_554c {
  background-color: transparent;
  color: #00aff0;
}
.hidden_5d4d [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.hidden_5d4d [class*="social-icon-slideshare"].gold_554c {
  background-color: transparent;
  color: #0077b5;
}
.hidden_5d4d [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.hidden_5d4d [class*="social-icon-snapchat"].gold_554c {
  background-color: transparent;
  color: #fffc00;
}
.hidden_5d4d [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.hidden_5d4d [class*="social-icon-soundcloud"].gold_554c {
  background-color: transparent;
  color: #f80;
}
.hidden_5d4d [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.hidden_5d4d [class*="social-icon-spotify"].gold_554c {
  background-color: transparent;
  color: #2ebd59;
}
.hidden_5d4d [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.hidden_5d4d
  [class*="social-icon-stack-overflow"].gold_554c {
  background-color: transparent;
  color: #fe7a15;
}
.hidden_5d4d [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.hidden_5d4d [class*="social-icon-maldkfgram"].gold_554c {
  background-color: transparent;
  color: #2ca5e0;
}
.hidden_5d4d [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.hidden_5d4d [class*="social-icon-tripadvisor"].gold_554c {
  background-color: transparent;
  color: #589442;
}
.hidden_5d4d [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.hidden_5d4d [class*="social-icon-tumblr"].gold_554c {
  background-color: transparent;
  color: #35465c;
}
.hidden_5d4d [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.hidden_5d4d [class*="social-icon-twitch"].gold_554c {
  background-color: transparent;
  color: #6441a5;
}
.hidden_5d4d [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.hidden_5d4d [class*="social-icon-twitter"].gold_554c {
  background-color: transparent;
  color: #1da1f2;
}
.hidden_5d4d [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.hidden_5d4d [class*="social-icon-vimeo"].gold_554c {
  background-color: transparent;
  color: #1ab7ea;
}
.hidden_5d4d [class*="social-icon-vk"] {
  background-color: #45668e;
}
.hidden_5d4d [class*="social-icon-vk"].gold_554c {
  background-color: transparent;
  color: #45668e;
}
.hidden_5d4d [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.hidden_5d4d [class*="social-icon-weibo"].gold_554c {
  background-color: transparent;
  color: #df2029;
}
.hidden_5d4d [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.hidden_5d4d [class*="social-icon-weixin"].gold_554c {
  background-color: transparent;
  color: #7bb32e;
}
.hidden_5d4d [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.hidden_5d4d [class*="social-icon-whatsapp"].gold_554c {
  background-color: transparent;
  color: #25d366;
}
.hidden_5d4d [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.hidden_5d4d [class*="social-icon-wordpress"].gold_554c {
  background-color: transparent;
  color: #21759b;
}
.hidden_5d4d [class*="social-icon-xing"] {
  background-color: #026466;
}
.hidden_5d4d [class*="social-icon-xing"].gold_554c {
  background-color: transparent;
  color: #026466;
}
.hidden_5d4d [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.hidden_5d4d [class*="social-icon-yelp"].gold_554c {
  background-color: transparent;
  color: #af0606;
}
.hidden_5d4d [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.hidden_5d4d [class*="social-icon-youtube"].gold_554c {
  background-color: transparent;
  color: #cd201f;
}
.tertiary-28ce {
  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;
}
.tertiary-28ce:hover {
  box-shadow: none;
  background: 0 0;
}
.feature_f66d {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.feature_purple_992b {
  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;
}
.hidden_f8af {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.advanced_b7b4 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.advanced_b7b4,
.advanced_b7b4::after,
.advanced_b7b4::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;
}
.advanced_b7b4::after,
.advanced_b7b4::before {
  content: "";
  display: block;
  background-color: inherit;
}
.north_cf48 .feature_purple_992b .hidden_f8af {
  margin-top: -2px;
  width: 19px;
}
.north_cf48 .feature_purple_992b .advanced_b7b4 {
  margin-top: -1px;
}
.north_cf48 .feature_purple_992b .advanced_b7b4,
.north_cf48 .feature_purple_992b .advanced_b7b4::after,
.north_cf48 .feature_purple_992b .advanced_b7b4::before {
  width: 19px;
  height: 2px;
}
.north_cf48 .feature_purple_992b .advanced_b7b4::before {
  top: -6px;
}
.north_cf48 .feature_purple_992b .advanced_b7b4::after {
  bottom: -6px;
}
.overlay_motion_c940 .feature_purple_992b .hidden_f8af {
  margin-top: -2px;
  width: 22px;
}
.overlay_motion_c940 .feature_purple_992b .advanced_b7b4 {
  margin-top: -1px;
}
.overlay_motion_c940 .feature_purple_992b .advanced_b7b4,
.overlay_motion_c940 .feature_purple_992b .advanced_b7b4::after,
.overlay_motion_c940 .feature_purple_992b .advanced_b7b4::before {
  width: 22px;
  height: 2px;
}
.overlay_motion_c940 .feature_purple_992b .advanced_b7b4::before {
  top: -7px;
}
.overlay_motion_c940 .feature_purple_992b .advanced_b7b4::after {
  bottom: -7px;
}
.tall_2c86 .feature_purple_992b .hidden_f8af {
  margin-top: -2px;
  width: 31px;
}
.tall_2c86 .feature_purple_992b .advanced_b7b4 {
  margin-top: -1.5px;
}
.tall_2c86 .feature_purple_992b .advanced_b7b4,
.tall_2c86 .feature_purple_992b .advanced_b7b4::after,
.tall_2c86 .feature_purple_992b .advanced_b7b4::before {
  width: 31px;
  height: 3px;
}
.tall_2c86 .feature_purple_992b .advanced_b7b4::before {
  top: -9px;
}
.tall_2c86 .feature_purple_992b .advanced_b7b4::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .light_29e5 .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 19px;
  }
  .light_29e5 .feature_purple_992b .advanced_b7b4 {
    margin-top: -1px;
  }
  .light_29e5 .feature_purple_992b .advanced_b7b4,
  .light_29e5 .feature_purple_992b .advanced_b7b4::after,
  .light_29e5 .feature_purple_992b .advanced_b7b4::before {
    width: 19px;
    height: 2px;
  }
  .light_29e5 .feature_purple_992b .advanced_b7b4::before {
    top: -6px;
  }
  .light_29e5 .feature_purple_992b .advanced_b7b4::after {
    bottom: -6px;
  }
  .small_a65d .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 22px;
  }
  .small_a65d .feature_purple_992b .advanced_b7b4 {
    margin-top: -1px;
  }
  .small_a65d .feature_purple_992b .advanced_b7b4,
  .small_a65d .feature_purple_992b .advanced_b7b4::after,
  .small_a65d .feature_purple_992b .advanced_b7b4::before {
    width: 22px;
    height: 2px;
  }
  .small_a65d .feature_purple_992b .advanced_b7b4::before {
    top: -7px;
  }
  .small_a65d .feature_purple_992b .advanced_b7b4::after {
    bottom: -7px;
  }
  .hero-4b38 .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 31px;
  }
  .hero-4b38 .feature_purple_992b .advanced_b7b4 {
    margin-top: -1.5px;
  }
  .hero-4b38 .feature_purple_992b .advanced_b7b4,
  .hero-4b38 .feature_purple_992b .advanced_b7b4::after,
  .hero-4b38 .feature_purple_992b .advanced_b7b4::before {
    width: 31px;
    height: 3px;
  }
  .hero-4b38 .feature_purple_992b .advanced_b7b4::before {
    top: -9px;
  }
  .hero-4b38 .feature_purple_992b .advanced_b7b4::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .layout_east_b25a .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 19px;
  }
  .layout_east_b25a .feature_purple_992b .advanced_b7b4 {
    margin-top: -1px;
  }
  .layout_east_b25a .feature_purple_992b .advanced_b7b4,
  .layout_east_b25a .feature_purple_992b .advanced_b7b4::after,
  .layout_east_b25a .feature_purple_992b .advanced_b7b4::before {
    width: 19px;
    height: 2px;
  }
  .layout_east_b25a .feature_purple_992b .advanced_b7b4::before {
    top: -6px;
  }
  .layout_east_b25a .feature_purple_992b .advanced_b7b4::after {
    bottom: -6px;
  }
  .popup_glass_538a .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 22px;
  }
  .popup_glass_538a .feature_purple_992b .advanced_b7b4 {
    margin-top: -1px;
  }
  .popup_glass_538a .feature_purple_992b .advanced_b7b4,
  .popup_glass_538a .feature_purple_992b .advanced_b7b4::after,
  .popup_glass_538a .feature_purple_992b .advanced_b7b4::before {
    width: 22px;
    height: 2px;
  }
  .popup_glass_538a .feature_purple_992b .advanced_b7b4::before {
    top: -7px;
  }
  .popup_glass_538a .feature_purple_992b .advanced_b7b4::after {
    bottom: -7px;
  }
  .under_c200 .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 31px;
  }
  .under_c200 .feature_purple_992b .advanced_b7b4 {
    margin-top: -1.5px;
  }
  .under_c200 .feature_purple_992b .advanced_b7b4,
  .under_c200 .feature_purple_992b .advanced_b7b4::after,
  .under_c200 .feature_purple_992b .advanced_b7b4::before {
    width: 31px;
    height: 3px;
  }
  .under_c200 .feature_purple_992b .advanced_b7b4::before {
    top: -9px;
  }
  .under_c200 .feature_purple_992b .advanced_b7b4::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .surface-smooth-32e0 .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 19px;
  }
  .surface-smooth-32e0 .feature_purple_992b .advanced_b7b4 {
    margin-top: -1px;
  }
  .surface-smooth-32e0 .feature_purple_992b .advanced_b7b4,
  .surface-smooth-32e0 .feature_purple_992b .advanced_b7b4::after,
  .surface-smooth-32e0 .feature_purple_992b .advanced_b7b4::before {
    width: 19px;
    height: 2px;
  }
  .surface-smooth-32e0 .feature_purple_992b .advanced_b7b4::before {
    top: -6px;
  }
  .surface-smooth-32e0 .feature_purple_992b .advanced_b7b4::after {
    bottom: -6px;
  }
  .wide-b9f5 .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 22px;
  }
  .wide-b9f5 .feature_purple_992b .advanced_b7b4 {
    margin-top: -1px;
  }
  .wide-b9f5 .feature_purple_992b .advanced_b7b4,
  .wide-b9f5 .feature_purple_992b .advanced_b7b4::after,
  .wide-b9f5 .feature_purple_992b .advanced_b7b4::before {
    width: 22px;
    height: 2px;
  }
  .wide-b9f5 .feature_purple_992b .advanced_b7b4::before {
    top: -7px;
  }
  .wide-b9f5 .feature_purple_992b .advanced_b7b4::after {
    bottom: -7px;
  }
  .active_d86b .feature_purple_992b .hidden_f8af {
    margin-top: -2px;
    width: 31px;
  }
  .active_d86b .feature_purple_992b .advanced_b7b4 {
    margin-top: -1.5px;
  }
  .active_d86b .feature_purple_992b .advanced_b7b4,
  .active_d86b .feature_purple_992b .advanced_b7b4::after,
  .active_d86b .feature_purple_992b .advanced_b7b4::before {
    width: 31px;
    height: 3px;
  }
  .active_d86b .feature_purple_992b .advanced_b7b4::before {
    top: -9px;
  }
  .active_d86b .feature_purple_992b .advanced_b7b4::after {
    bottom: -9px;
  }
}
.surface-hard-d7e2 .advanced_b7b4 {
  -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);
}
.surface-hard-d7e2 .advanced_b7b4::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.surface-hard-d7e2 .advanced_b7b4::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);
}
.surface-hard-d7e2.component-tall-d5d4 .advanced_b7b4 {
  -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);
}
.surface-hard-d7e2.component-tall-d5d4 .advanced_b7b4::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.surface-hard-d7e2.component-tall-d5d4 .advanced_b7b4::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);
}
.filter_purple_6cd6 {
  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.footer_e81c:before {
  display: none;
}
.sort-9825 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.sort-9825 .east_d33f {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.sort-9825 .east_d33f:last-of-type {
  border-bottom: none;
}
.sort-9825 .east_d33f.block_9d8c,
.sort-9825 .east_d33f.progress-soft-a923,
.sort-9825 .east_d33f.mask-small-e4f2 {
  padding: 0;
}
.sort-9825 .block_in_fa16 .aside-3da4 {
  color: currentColor;
}
.sort-9825 .block_in_fa16 .aside-3da4:focus,
.sort-9825 .block_in_fa16 .aside-3da4:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sort-9825.tiny-c54a .fixed_6099,
.sort-9825.tiny-c54a .secondary_0048 a,
.sort-9825.tiny-c54a .pink_db99 a,
.sort-9825.tiny-c54a .status-3d77 a {
  color: rgba(0, 0, 0, 0.55);
}
.sort-9825.tiny-c54a .fixed_6099:hover,
.sort-9825.tiny-c54a .secondary_0048 a:hover,
.sort-9825.tiny-c54a .pink_db99 a:hover,
.sort-9825.tiny-c54a .status-3d77 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.sort-9825.tiny-c54a .summary_9049 {
  color: rgba(0, 0, 0, 0.8);
}
.sort-9825.tiny-c54a .east_d33f {
  border-color: rgba(0, 0, 0, 0.08);
}
.sort-9825.tiny-c54a .east_d33f:before {
  background: rgba(0, 0, 0, 0.08);
}
.sort-9825.tiny-c54a .link_c732:before {
  background: rgba(255, 255, 255, 0.9);
}
.sort-9825.tiny-c54a .block_in_fa16 .fast-44df li a,
.sort-9825.tiny-c54a .block_in_fa16 .aside-3da4,
.sort-9825.tiny-c54a .status-3d77 {
  border-color: rgba(0, 0, 0, 0.08);
}
.sort-9825.tiny-c54a .block_in_fa16 .aside-3da4:focus,
.sort-9825.tiny-c54a .block_in_fa16 .aside-3da4:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sort-9825.tiny-c54a .fast-44df li {
  border-color: rgba(0, 0, 0, 0.08);
}
.sort-9825.text-64e4 .fixed_6099,
.sort-9825.text-64e4 .secondary_0048 a,
.sort-9825.text-64e4 .pink_db99 .aside-3da4,
.sort-9825.text-64e4 .pink_db99 a,
.sort-9825.text-64e4 .status-3d77 a {
  color: rgba(255, 255, 255, 0.79);
}
.sort-9825.text-64e4 .fixed_6099:hover,
.sort-9825.text-64e4 .secondary_0048 a:hover,
.sort-9825.text-64e4 .pink_db99 .aside-3da4:hover,
.sort-9825.text-64e4 .pink_db99 a:hover,
.sort-9825.text-64e4 .status-3d77 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9825.text-64e4 .summary_9049 {
  color: rgba(255, 255, 255, 0.99);
}
.sort-9825.text-64e4 .east_d33f {
  border-color: rgba(255, 255, 255, 0.08);
}
.sort-9825.text-64e4 .east_d33f:before {
  background: rgba(255, 255, 255, 0.08);
}
.sort-9825.text-64e4 .link_c732:before {
  background: rgba(0, 0, 0, 0.9);
}
.sort-9825.text-64e4 .block_in_fa16 .fast-44df li a,
.sort-9825.text-64e4 .block_in_fa16 .aside-3da4,
.sort-9825.text-64e4 .status-3d77 {
  border-color: rgba(255, 255, 255, 0.08);
}
.sort-9825.text-64e4 .block_in_fa16 .aside-3da4:focus,
.sort-9825.text-64e4 .block_in_fa16 .aside-3da4:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sort-9825.text-64e4 .fast-44df li {
  border-color: rgba(255, 255, 255, 0.08);
}
.link_c732 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.link_c732:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.active-41c6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.thick-0f76 .sort-9825 {
  box-shadow: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
}
.thick-0f76 .east_d33f {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.thick-0f76 .east_d33f:before {
  content: "";
  width: 8%;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: 0;
  left: 46%;
}
@media screen and (max-width: 64em) {
  .thick-0f76 .east_d33f:before {
    width: 16%;
    left: 42%;
  }
}
.thick-0f76 .east_d33f:last-child:before {
  content: none;
}
.thick-0f76 .east_d33f[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.thick-0f76 .block_in_fa16 .fast-44df li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.thick-0f76 .block_in_fa16 .fast-44df li a .aside-3da4 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.thick-0f76 .block_in_fa16 .status-3d77 {
  border: none;
}
.thick-0f76 .block_in_fa16 .status-3d77 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.thick-0f76 .link_c732 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.thick-0f76 .active-41c6 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.thick-0f76 .text-64e4 .link_c732:before {
  background: rgba(0, 0, 0, 0.9);
}
.thick-0f76 .tiny-c54a.tooltip-complex-395c .advanced_b7b4 {
  background: rgba(0, 0, 0, 0.6);
}
.thick-0f76
  .tiny-c54a.tooltip-complex-395c
  .advanced_b7b4::after,
.thick-0f76
  .tiny-c54a.tooltip-complex-395c
  .advanced_b7b4:before {
  background: inherit;
}
.thick-0f76
  .tiny-c54a.tooltip-complex-395c:hover
  .advanced_b7b4 {
  background: rgba(0, 0, 0, 0.8);
}
.smooth_a8a6 .sort-9825 {
  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) {
  .smooth_a8a6 .sort-9825 {
    width: auto;
    right: 45px;
  }
}
.column_f397 .sort-9825 {
  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) {
  .column_f397 .sort-9825 {
    width: auto;
    left: 45px;
  }
}
.footer_e81c .sort-9825 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.footer_e81c .active-41c6 {
  max-width: 48em;
  margin: 0 auto;
}
.footer_e81c .link_c732:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.badge_0c9d {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.badge_0c9d.thick-0f76 .sort-9825 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.badge_0c9d.smooth_a8a6 .sort-9825 {
  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);
}
.badge_0c9d .sort-9825 {
  visibility: visible;
}
.badge_0c9d.column_f397 .sort-9825 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.breadcrumb-complex-a688,
.mini_cc0d {
  overflow-x: hidden;
}
.breadcrumb-complex-a688 .sort-9825 {
  overflow: auto;
}
.breadcrumb-complex-a688.thick-0f76 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.breadcrumb-complex-a688.thick-0f76 .sort-9825 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.breadcrumb-complex-a688.thick-0f76 .tertiary-28ce {
  opacity: 0;
}
.breadcrumb-complex-a688.smooth_a8a6 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.breadcrumb-complex-a688.smooth_a8a6 .sort-9825 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.breadcrumb-complex-a688.smooth_a8a6 .tertiary-28ce {
  opacity: 0;
}
.breadcrumb-complex-a688.column_f397 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.breadcrumb-complex-a688.column_f397 .sort-9825 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.breadcrumb-complex-a688.column_f397 .tertiary-28ce {
  opacity: 0;
}
.breadcrumb-complex-a688.footer_e81c .sort-9825 {
  z-index: 10;
  visibility: visible;
}
.tooltip-complex-395c {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.tooltip-complex-395c .advanced_b7b4 {
  background: rgba(255, 255, 255, 0.99);
}
.tooltip-complex-395c .advanced_b7b4::after,
.tooltip-complex-395c .advanced_b7b4:before {
  background: inherit;
}
.tooltip-complex-395c:hover .advanced_b7b4 {
  background: rgba(255, 255, 255, 0.99);
}
.column_f397 .tooltip-complex-395c {
  top: 10px;
  right: auto;
  left: 12px;
}
.footer_e81c .tooltip-complex-395c {
  display: none !important;
}
.breadcrumb-complex-a688:before,
.mini_cc0d:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.breadcrumb-complex-a688 .tooltip-complex-395c,
.mini_cc0d .tooltip-complex-395c {
  display: inline-block;
}
.sort-9825 .popup-left-0e5d {
  -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;
}
.breadcrumb-complex-a688 .sort-9825 .popup-left-0e5d,
.mini_cc0d .sort-9825 .popup-left-0e5d {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.video_hard_a4a1 .basic-ca93 {
  width: 100%;
}
.pagination-9de1 {
  padding: 0 0.5em 0;
}
.pagination-9de1 [class*="customify-col-"],
.pagination-9de1 [class*="customify-col_"],
.pagination-9de1 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.block-paper-d637 .pagination-9de1 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .hidden_hard_8c75 .sidebar_5f65,
  .sidebar_5f65 {
    display: none;
  }
  .tertiary_over_ab03 {
    text-align: left;
  }
  .wood-ce98 {
    text-align: center;
  }
  .focus-e46e {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .hidden_hard_8c75 .layout_7366,
  .layout_7366 {
    display: none;
  }
  .wood_3ca6 {
    text-align: left;
  }
  .nav-solid-a9c5 {
    text-align: center;
  }
  .black-964b {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .hidden_hard_8c75 .description-e483,
  .description-e483 {
    display: none;
  }
  .text_361c {
    text-align: left;
  }
  .summary-f415 {
    text-align: center;
  }
  .item_white_b89b {
    text-align: right;
  }
}
#page {
  position: relative;
}
.background_bronze_cba2 {
  box-shadow: none !important;
}
.north-8bbf .notice_e404,
.simple_285f .notice_e404 {
  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;
}
.simple_285f .notice_e404 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.easy_80c7 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.easy_80c7:after,
.easy_80c7:before {
  content: "";
  display: table;
}
.easy_80c7:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .easy_80c7 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.easy_80c7,
.sort-98aa {
  max-width: 1248px;
  margin: 0 auto;
}

.badge-6e1c.pro_3d4b .easy_80c7 {
  max-width: 100%;
}
.badge-6e1c.layout_d295 {
  max-width: 1200px;
  margin: 0 auto;
}
.badge-6e1c.badge-db82 .easy_80c7 {
  max-width: 100%;
}
.badge-6e1c.badge-db82 > .easy_80c7 {
  padding-left: 0;
  padding-right: 0;
}
.badge-6e1c.badge-db82 > .easy_80c7 .hidden_hard_8c75 {
  margin: 0;
}
.badge-6e1c.badge-db82
  > .easy_80c7
  .container_0495.notification_upper_da8b {
  margin-right: 0;
  margin-left: 0;
}
.badge-6e1c.badge-db82 #main.notification_upper_da8b {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .summary_iron_5312 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .summary_iron_5312 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .slow_f94b .outline-cb35 {
    padding-right: 1em;
  }
  .slow_f94b.feature-down-a25e .container_0495 {
    border-right: 1px solid #eaecee;
  }
  .slow_f94b.feature-down-a25e .outline-cb35 {
    padding-right: 1em;
  }
  .slow_f94b.feature-down-a25e .row-narrow-9717 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .box-24b3 .outline-cb35 {
    padding-left: 1em;
  }
  .box-24b3.feature-down-a25e .container_0495 {
    border-left: 1px solid #eaecee;
  }
  .box-24b3.feature-down-a25e .outline-cb35 {
    padding-left: 1em;
  }
  .box-24b3.feature-down-a25e .row-narrow-9717 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .active_2bd3 .outline-cb35 {
    padding-left: 1em;
  }
  .active_2bd3.feature-down-a25e .tag-gas-01e5 {
    border-right: 1px solid #eaecee;
  }
  .active_2bd3.feature-down-a25e .south_5996 {
    border-right: 1px solid #eaecee;
  }
  .active_2bd3.feature-down-a25e .outline-cb35 {
    padding-left: 1em;
  }
  .active_2bd3.feature-down-a25e .row-narrow-9717 {
    padding-right: 1em;
  }
  .active_2bd3.feature-down-a25e .fast-fe42 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .card-f549 .outline-cb35 {
    padding-right: 1em;
  }
  .card-f549.feature-down-a25e .tag-gas-01e5 {
    border-left: 1px solid #eaecee;
  }
  .card-f549.feature-down-a25e .south_5996 {
    border-left: 1px solid #eaecee;
  }
  .card-f549.feature-down-a25e .outline-cb35 {
    padding-right: 1em;
  }
  .card-f549.feature-down-a25e .row-narrow-9717 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .card-f549.feature-down-a25e .fast-fe42 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .summary_iron_5312 .outline-cb35 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .summary_iron_5312.feature-down-a25e .container_0495 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .summary_iron_5312.feature-down-a25e .outline-cb35 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .summary_iron_5312.feature-down-a25e .row-narrow-9717 {
    padding-left: 1em;
  }
  .summary_iron_5312.feature-down-a25e .fast-fe42 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .summary_iron_5312.feature-down-a25e .outline-cb35 {
    padding-left: 0;
  }
}
.hover_a19c .info_clean_4e58 {
  display: inline-block;
}
.pro_fc77 {
  display: inline-block;
}
.shadow_646f {
  word-con: break-word;
}
.title_gold_2563 > span {
  display: inline-block;
  padding: 5px 0;
}
.title_gold_2563 .south-6c2f {
  margin-left: 8px;
  margin-right: 8px;
}
.title_gold_2563 .panel_284d img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.huge-d3f5 .text_6f97 {
  margin-bottom: 2em;
}
.huge-d3f5 .popup-c571 {
  margin-bottom: 15px;
}
.huge-d3f5 .popup-c571:last-child {
  margin-bottom: 0;
}
.huge-d3f5 .gas_a415 {
  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) {
  .huge-d3f5 .gas_a415 {
    display: block;
  }
}
.huge-d3f5 .dim-8c64 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .huge-d3f5 .dim-8c64 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.huge-d3f5 .top_9fee {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.huge-d3f5 .top_9fee img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.huge-d3f5 .top_9fee a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.huge-d3f5 .shadow_646f {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.huge-d3f5 .shadow_646f a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.huge-d3f5 .up-89ea p:last-child {
  margin-bottom: 0;
}
.huge-d3f5 .button-63b6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.huge-d3f5 .sidebar-rough-80af {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.huge-d3f5 .link_dfd1 {
  margin-top: 1em;
}
.huge-d3f5 .summary-960b {
  top: 0;
  display: block;
}
.huge-d3f5 .summary-960b a {
  color: inherit;
}
.huge-d3f5 .summary-960b a:hover {
  color: inherit;
}
.huge-d3f5 .disabled_7023 {
  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;
}
.huge-d3f5 .disabled_7023:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.huge-d3f5 .sidebar-rough-80af {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.huge-d3f5 .left-3dbc {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.huge-d3f5 .left-3dbc:first-child {
  margin-top: 0;
}
.huge-d3f5 .left-3dbc.simple_b43d {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.huge-d3f5 .left-3dbc.sidebar-bright-6482 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.huge-d3f5
  .left-3dbc.sidebar-bright-6482.progress_ce30
  .link_dfd1 {
  width: 100%;
}
.huge-d3f5 .sidebar-bright-6482 {
  -webkit-box-align: center;
  align-items: center;
}
.huge-d3f5 .sidebar-bright-6482 .title_gold_2563,
.huge-d3f5 .sidebar-bright-6482 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.huge-d3f5 .top_9fee {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.huge-d3f5 .top_9fee img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.huge-d3f5 .top_9fee: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;
}
.huge-d3f5 .simple_b43d {
  z-index: 5;
}
.huge-d3f5 .thumbnail-4dbb .red-d001 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.huge-d3f5 .cold_428b .red-d001 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.huge-d3f5 .glass-9482 .red-d001 {
  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;
}
.huge-d3f5.wood-d1ec .gas_a415,
.huge-d3f5.south_8235 .gas_a415 {
  display: block;
}
.huge-d3f5.wood-d1ec .gas_a415 .white-8e19,
.huge-d3f5.wood-d1ec .gas_a415 .sidebar-rough-80af,
.huge-d3f5.south_8235 .gas_a415 .white-8e19,
.huge-d3f5.south_8235 .gas_a415 .sidebar-rough-80af {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.huge-d3f5.message_liquid_ffdb .dim-8c64 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .huge-d3f5.message_liquid_ffdb .dim-8c64 {
    margin-right: 0;
  }
}
.huge-d3f5.wood-d1ec .dim-8c64,
.huge-d3f5.south_8235 .dim-8c64 {
  padding-top: 40%;
}
.huge-d3f5.wood-d1ec .text_6f97,
.huge-d3f5.south_8235 .text_6f97 {
  display: block;
}
.huge-d3f5.wood-d1ec .fn-sticky-c0fb .sidebar-rough-80af,
.huge-d3f5.south_8235 .fn-sticky-c0fb .sidebar-rough-80af {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.huge-d3f5.wood-d1ec .dim-8c64,
.huge-d3f5.south_8235 .dim-8c64 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.huge-d3f5.wood-d1ec .sidebar-rough-80af {
  padding: 1em;
}
.hero_last_8a31 {
  margin: 30px auto;
  display: block;
}
.hero_last_8a31 .input_dynamic_90c4 > * {
  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;
}
.hero_last_8a31 .input_dynamic_90c4 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.hero_last_8a31 .input_dynamic_90c4 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.accent-fresh-6abc .title_gold_2563 {
  margin-bottom: 1.41575em;
}
.accent-fresh-6abc .photo_pressed_5a2a {
  margin-bottom: 1.618em;
}
.fast_a0a3 .selected-4aa8 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.fast_a0a3 .selected-4aa8 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.fast_a0a3 .steel-95a2 {
  max-width: 100%;
  overflow: auto;
}
.purple_75f4 .fast_a0a3 a:hover {
  text-decoration: underline;
}
.green_59b4 .popup-c571:not(.shadow_646f),
.green_59b4 .top_9fee {
  margin-bottom: 1.41575em;
}
.green_59b4 .popup-c571:not(.shadow_646f):last-child,
.green_59b4 .top_9fee:last-child {
  margin-bottom: 0;
}
.green_59b4 .popup-c571.table_over_7b76 {
  margin-bottom: 0.41575em;
}
.green_59b4 .focus_a75f:before,
.green_59b4 .cool-879a:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.green_59b4 .focus_a75f:before {
  content: "\f115";
}
.green_59b4 .cool-879a:before {
  content: "\f02c";
}
.green_59b4 .warm_faee {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.green_59b4 .warm_faee a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.message_smooth_f7cd {
  display: -webkit-box;
  display: flex;
}
.message_smooth_f7cd .simple-86d3 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .message_smooth_f7cd .simple-86d3 {
    flex-basis: 90px;
  }
}
.message_smooth_f7cd .box_plasma_789e {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .message_smooth_f7cd .box_plasma_789e {
    flex-basis: calc(100% - 50px);
  }
}
.message_smooth_f7cd .popup-6a93 p:last-child {
  margin-bottom: 0.72em;
}
.thumbnail_5ec7 .input_dynamic_90c4 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.thumbnail_5ec7 .input_dynamic_90c4:after,
.thumbnail_5ec7 .input_dynamic_90c4:before {
  content: "";
  display: table;
}
.thumbnail_5ec7 .input_dynamic_90c4:after {
  clear: both;
}
.thumbnail_5ec7 .input_dynamic_90c4 .summary_5603,
.thumbnail_5ec7 .input_dynamic_90c4 .texture_ff6a {
  width: 49%;
}
.thumbnail_5ec7 .input_dynamic_90c4 .summary_5603 a span.border_over_de15,
.thumbnail_5ec7 .input_dynamic_90c4 .texture_ff6a a span.border_over_de15 {
  display: block;
  margin-bottom: 5px;
}
.thumbnail_5ec7 .input_dynamic_90c4 .texture_ff6a {
  float: left;
  text-align: left;
}
.thumbnail_5ec7 .input_dynamic_90c4 .summary_5603 {
  float: right;
  text-align: right;
}
.basic-f572 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .basic-f572 {
    margin-bottom: 0;
  }
}
.shade-1530 {
  margin-bottom: 1em;
}
.shade-1530 .shadow_646f {
  font-size: 1.1em;
  line-height: 1.3;
}
.heading-9f6f a {
  display: block;
  line-height: 0;
  position: relative;
}
.tabs_a666 .shade-1530,
.solid_6657 .shade-1530 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .tabs_a666 .shade-1530,
  .solid_6657 .shade-1530 {
    display: block;
  }
}
.tabs_a666 .heading-9f6f,
.solid_6657 .heading-9f6f {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .tabs_a666 .heading-9f6f,
  .solid_6657 .heading-9f6f {
    margin-bottom: 1em;
  }
}
.tabs_a666 .heading-9f6f img,
.solid_6657 .heading-9f6f img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.tabs_a666 .down-5f6e,
.solid_6657 .down-5f6e {
  flex-basis: calc(100% - 160px);
}
.tabs_a666 .down-5f6e p,
.solid_6657 .down-5f6e p {
  margin-bottom: 0;
}
.tabs_a666 .down-5f6e {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .tabs_a666 .down-5f6e {
    padding-left: 0;
  }
}
.solid_6657 .down-5f6e {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .solid_6657 .down-5f6e {
    padding-right: 0;
  }
}
.solid_6657 .heading-9f6f {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.modal-plasma-7987 .heading-9f6f {
  margin-bottom: 0.5em;
}
.modal-plasma-7987 .heading-9f6f img {
  width: 100%;
}
.layout_first_1d72 .photo_cd5b,
.gallery_9c38 .photo_cd5b {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.gallery_9c38 .container_0495 .hidden-in-c4e0 p:last-child {
  margin-bottom: 0;
}
.content-lite-0129 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.copper-10ec .button_hot_1af6 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .copper-10ec .button_hot_1af6:last-of-type {
    margin-bottom: 0;
  }
}
.copper-10ec .button_hot_1af6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.copper-10ec .button_hot_1af6 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.copper-10ec .button_hot_1af6 ul li {
  margin: 0 0 0.6em;
}
.copper-10ec .button_hot_1af6 ul li.pagination_e2c5,
.copper-10ec .button_hot_1af6 ul li.icon_241a {
  position: relative;
}
.copper-10ec .button_hot_1af6 ul li.pagination_e2c5 .south-d7c7,
.copper-10ec .button_hot_1af6 ul li.icon_241a .south-d7c7 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.copper-10ec .button_hot_1af6 ul li.pagination_e2c5:after:after,
.copper-10ec .button_hot_1af6 ul li.pagination_e2c5:after:before,
.copper-10ec
  .button_hot_1af6
  ul
  li.icon_241a:after:after,
.copper-10ec
  .button_hot_1af6
  ul
  li.icon_241a:after:before {
  content: "";
  display: table;
}
.copper-10ec .button_hot_1af6 ul li.pagination_e2c5:after:after,
.copper-10ec
  .button_hot_1af6
  ul
  li.icon_241a:after:after {
  clear: both;
}
.copper-10ec .button_hot_1af6 a.notification_east_bdce:hover {
  text-decoration: none;
}
.copper-10ec .button_hot_1af6 select {
  max-width: 100%;
}
.copper-10ec .button_hot_1af6 table {
  font-size: 85%;
}
.copper-10ec .button_hot_1af6 table td,
.copper-10ec .button_hot_1af6 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.copper-10ec .button_hot_1af6 table tfoot td {
  text-align: left;
}
.copper-10ec .button_hot_1af6 :last-child {
  margin-bottom: 0;
}
.copper-10ec .button_hot_1af6 .green_3b0e {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.copper-10ec .button_hot_1af6 .green_3b0e label {
  width: 100%;
}
.copper-10ec .button_hot_1af6 .green_3b0e .dropdown-pressed-3eae {
  width: 100%;
  display: block;
}
.copper-10ec .button_hot_1af6 .green_3b0e .table-cool-b447 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.copper-10ec .button_hot_1af6 .green_3b0e .table-cool-b447:hover svg #svg-search {
  fill: #444;
}
.copper-10ec .button_hot_1af6 .green_3b0e .table-cool-b447 svg {
  width: 18px;
  height: 18px;
}
.copper-10ec .filter-b1f2 ul ul,
.copper-10ec .hover-active-15cd ul ul,
.copper-10ec .dropdown-iron-9b34 ul ul,
.copper-10ec .info-selected-ef99 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.copper-10ec .filter-b1f2 .tabs-6f70 > a,
.copper-10ec .hover-active-15cd .tabs-6f70 > a,
.copper-10ec .dropdown-iron-9b34 .tabs-6f70 > a,
.copper-10ec .info-selected-ef99 .tabs-6f70 > a {
  margin-bottom: 0;
}
.copper-10ec .soft-25ec li,
.copper-10ec .filter-b1f2 li,
.copper-10ec .chip-407b li,
.copper-10ec .hover-active-15cd li,
.copper-10ec .dropdown-iron-9b34 li,
.copper-10ec .info-selected-ef99 li,
.copper-10ec .thick_57d7 li,
.copper-10ec .wide-6b7c li {
  display: block;
  position: relative;
}
.copper-10ec .soft-25ec li:last-child,
.copper-10ec .filter-b1f2 li:last-child,
.copper-10ec .chip-407b li:last-child,
.copper-10ec .hover-active-15cd li:last-child,
.copper-10ec .dropdown-iron-9b34 li:last-child,
.copper-10ec .info-selected-ef99 li:last-child,
.copper-10ec .thick_57d7 li:last-child,
.copper-10ec .wide-6b7c li:last-child {
  border: none;
}
.copper-10ec .soft-25ec li a,
.copper-10ec .filter-b1f2 li a,
.copper-10ec .chip-407b li a,
.copper-10ec .hover-active-15cd li a,
.copper-10ec .dropdown-iron-9b34 li a,
.copper-10ec .info-selected-ef99 li a,
.copper-10ec .thick_57d7 li a,
.copper-10ec .wide-6b7c li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.copper-10ec .soft-25ec li ul li::before,
.copper-10ec .filter-b1f2 li ul li::before,
.copper-10ec .chip-407b li ul li::before,
.copper-10ec .hover-active-15cd li ul li::before,
.copper-10ec .dropdown-iron-9b34 li ul li::before,
.copper-10ec .info-selected-ef99 li ul li::before,
.copper-10ec .thick_57d7 li ul li::before,
.copper-10ec .wide-6b7c li ul li::before {
  left: 15px;
}
.copper-10ec .soft-25ec li ul a,
.copper-10ec .filter-b1f2 li ul a,
.copper-10ec .chip-407b li ul a,
.copper-10ec .hover-active-15cd li ul a,
.copper-10ec .dropdown-iron-9b34 li ul a,
.copper-10ec .info-selected-ef99 li ul a,
.copper-10ec .thick_57d7 li ul a,
.copper-10ec .wide-6b7c li ul a {
  padding-left: 20px;
}
.copper-10ec .soft-25ec li ul ul li::before,
.copper-10ec .filter-b1f2 li ul ul li::before,
.copper-10ec .chip-407b li ul ul li::before,
.copper-10ec .hover-active-15cd li ul ul li::before,
.copper-10ec .dropdown-iron-9b34 li ul ul li::before,
.copper-10ec .info-selected-ef99 li ul ul li::before,
.copper-10ec .thick_57d7 li ul ul li::before,
.copper-10ec .wide-6b7c li ul ul li::before {
  left: 30px;
}
.copper-10ec .soft-25ec li ul ul a,
.copper-10ec .filter-b1f2 li ul ul a,
.copper-10ec .chip-407b li ul ul a,
.copper-10ec .hover-active-15cd li ul ul a,
.copper-10ec .dropdown-iron-9b34 li ul ul a,
.copper-10ec .info-selected-ef99 li ul ul a,
.copper-10ec .thick_57d7 li ul ul a,
.copper-10ec .wide-6b7c li ul ul a {
  padding-left: 40px;
}
.copper-10ec .message-blue-cf7d li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.copper-10ec .wide-6b7c ul li {
  margin-bottom: 1.41575em;
}
.copper-10ec .wide-6b7c ul li .carousel_7013 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.copper-10ec .wide-6b7c ul li .gradient-dirty-7039 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.text-64e4 .soft-25ec li a,
.text-64e4 .filter-b1f2 li a,
.text-64e4 .chip-407b li a,
.text-64e4 .hover-active-15cd li a,
.text-64e4 .dropdown-iron-9b34 li a,
.text-64e4 .info-selected-ef99 li a,
.text-64e4 .thick_57d7 li a,
.text-64e4 .wide-6b7c li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.text-64e4 .message-blue-cf7d li {
  border-color: rgba(255, 255, 255, 0.08);
}
.text-64e4 .button_hot_1af6 ul li.pagination_e2c5 .south-d7c7,
.text-64e4 .button_hot_1af6 ul li.icon_241a .south-d7c7 {
  background: rgba(0, 0, 0, 0.2);
}
.text-64e4 .copper-10ec .button_hot_1af6 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.badge-6e1c .copper-10ec .fast-44df li {
  margin: 0;
}
.badge-6e1c .copper-10ec .fast-44df li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.badge-6e1c .copper-10ec .fast-44df li ul {
  margin: 0;
}
.badge-6e1c .copper-10ec .fast-44df li ul li a {
  padding-left: 15px;
}
.badge-6e1c .copper-10ec .fast-44df li ul li li a {
  padding-left: 30px;
}
.badge-6e1c .copper-10ec .fast-44df li.first-8a2f > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.badge-6e1c .copper-10ec .fast-44df li.first-8a2f > 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;
}
.badge-6e1c .copper-10ec .fast-44df li.first-8a2f > 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;
}
.item_pink_9430 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.icon-fluid-4cd3 {
  position: relative;
  z-index: 10;
}
.icon-fluid-4cd3 .popup-left-0e5d {
  width: 100%;
  max-width: 100%;
}
.section-bb02 .narrow-08f9 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.section-bb02 .tiny-c54a {
}
.section-bb02 .text-64e4 {
  background: #292929;
}
.current_479a .narrow-08f9 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.current_479a .tiny-c54a {
  background: #f9f9f9;
}
.current_479a .text-64e4 {
  background: #303030;
}
.module_thick_46fe .narrow-08f9 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .module_thick_46fe .info_clean_4e58 {
    margin-bottom: 1em;
  }
  .module_thick_46fe .info_clean_4e58:last-child {
    margin-bottom: 0;
  }
}
.module_thick_46fe .tiny-c54a {
  background: #ededed;
}
.module_thick_46fe .text-64e4 {
  background: #1a1a1a;
}
.narrow-08f9.tiny-c54a {
  color: rgba(0, 0, 0, 0.6);
}
.narrow-08f9.tiny-c54a .lite-11aa li {
  border-color: rgba(0, 0, 0, 0.08);
}
.narrow-08f9.text-64e4 {
  color: rgba(255, 255, 255, 0.99);
}
.narrow-08f9.text-64e4 a:not(.notification_east_bdce) {
  color: rgba(255, 255, 255, 0.79);
}
.narrow-08f9.text-64e4 a:not(.notification_east_bdce):hover {
  color: rgba(255, 255, 255, 0.99);
}
.narrow-08f9.text-64e4 .lite-11aa li {
  border-color: rgba(255, 255, 255, 0.08);
}
.narrow-08f9.text-64e4 table tbody td,
.narrow-08f9.text-64e4 table th {
  background: rgba(0, 0, 0, 0.08);
}
.short_529e.input_745e .easy_80c7 {
  max-width: initial;
}
.short_529e .frame-static-1bc4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.short_529e .frame-static-1bc4 .popup-left-0e5d {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .short_529e .frame-static-1bc4 .popup-left-0e5d {
    display: block;
    margin-bottom: 2em;
  }
  .short_529e .frame-static-1bc4 .popup-left-0e5d:last-child {
    margin-bottom: 0;
  }
}
.module_thick_46fe .info_clean_4e58:last-child,
.current_479a .info_clean_4e58:last-child,
.section-bb02 .info_clean_4e58:last-child {
  margin-bottom: 0;
}
.module_thick_46fe .info_clean_4e58 .copper-10ec .button_hot_1af6:last-child,
.current_479a .info_clean_4e58 .copper-10ec .button_hot_1af6:last-child,
.section-bb02 .info_clean_4e58 .copper-10ec .button_hot_1af6:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .module_thick_46fe .plasma-5d94,
  .module_thick_46fe .header_plasma_e27c,
  .current_479a .plasma-5d94,
  .current_479a .header_plasma_e27c,
  .section-bb02 .plasma-5d94,
  .section-bb02 .header_plasma_e27c {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .icon-fluid-4cd3 .info_clean_4e58 {
    margin-bottom: 2em;
  }
}
.icon-fluid-4cd3 p:last-child {
  margin-bottom: 0;
}
.icon-fluid-4cd3 li,
.icon-fluid-4cd3 ul {
  list-style: none;
  margin: 0;
}
.icon-fluid-4cd3 ul ul {
  margin-left: 2.617924em;
}
.module-complex-3d02 {
  font-size: 0.875em;
}

/* css-noise: 1cef */
.promo-block-p0 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.2;
}
