/*!
Theme Name: Customify
Theme URI: https://pressmaximum.highlight-blue-bc55/customify
Author: WPCustomify
Author URI: https://pressmaximum.highlight-blue-bc55
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.highlight-blue-bc55/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.frame-2e25.layout_7e08/licenses/gpl-2.0.input_67f2
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.gradient_last_518d/, (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.solid-093b.hidden_center_d124/normalize.tertiary-f60f/
 ======
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.tertiary-f60f v7.0.0 | MIT License | github.highlight-blue-bc55/necolas/normalize.tertiary-f60f */
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;
}
.article-center-7668 .border_silver_6a7c,
.nav-071d,
.shade-out-fe96,
.icon_f078,
.tooltip-fluid-344c,
.header-bottom-d30d,
.media_next_2b33,
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;
}
.nav-071d,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .nav-071d,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .nav-071d,
  h1 {
    font-size: 1.8em;
  }
}
.shade-out-fe96,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.shade-out-fe96 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .shade-out-fe96,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .shade-out-fe96,
  h2 {
    font-size: 1.7em;
  }
}
.icon_f078,
h3 {
  font-size: 1.618em;
}
.article-center-7668 .border_silver_6a7c,
.tooltip-fluid-344c,
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_80e9 {
  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;
}
.full-bdf8:after,
.full-bdf8:before,
.notice_84f6:after,
.notice_84f6:before {
  content: "";
  display: table;
}
.full-bdf8:after,
.notice_84f6:after {
  clear: both;
}
.easy-532d {
  float: right;
  margin-right: 0;
}
.accordion-clean-5316 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.upper-5bb2 .menu-hovered-5606,
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;
}
.upper-5bb2 .menu-hovered-5606: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;
}
.bronze-e246 .menu-hovered-5606 {
  box-shadow: none;
}
.bronze-e246
  .menu-hovered-5606
  .focused_b61d {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.bronze-e246 .menu-hovered-5606 .feature_1965 {
  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;
}
.bronze-e246
  .menu-hovered-5606
  .feature_1965
  b {
  display: none;
}
.bronze-e246 .tooltip_62b5 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.hidden-east-3a3e:not(.simple-c5c0):not(.hidden-south-4566),
button:not(.simple-c5c0):not(.hidden-south-4566),
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ) {
  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;
}
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ):hover,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ):hover,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):hover,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):hover,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ):active,
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ):active,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):active,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):active,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):active,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus {
  outline: 0;
}
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008 {
  position: relative;
}
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .purple_31fb,
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .north-2477,
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .shade_active_935f,
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  i,
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  svg,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .purple_31fb,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .north-2477,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .shade_active_935f,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  i,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  svg,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .purple_31fb,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .north-2477,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .shade_active_935f,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  i,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  svg,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .purple_31fb,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .north-2477,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .shade_active_935f,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  i,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  svg,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .purple_31fb,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .north-2477,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  .shade_active_935f,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  i,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008
  svg {
  visibility: hidden;
}
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008:after,
button:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008:after,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008:after,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008:after,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ).fn-loading-7008: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;
}
.hidden-east-3a3e:not(.simple-c5c0):not(.hidden-south-4566),
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ) {
  color: #fff;
  background: #235787;
}
.hidden-east-3a3e:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
input[type="button"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
input[type="reset"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus,
input[type="submit"]:not(.simple-c5c0):not(
    .hidden-south-4566
  ):focus {
  color: #fff;
}
.hidden-east-3a3e.fn-disabled-7008:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
.hidden-east-3a3e[disabled]:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
button.fn-disabled-7008:not(.simple-c5c0):not(
    .hidden-south-4566
  ),
button[disabled]:not(.simple-c5c0):not(
    .hidden-south-4566
  ) {
  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;
}
.solid-deb5 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.solid-deb5: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;
}
.detail_b550 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.complex_4c5b {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.stale-1d54 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.full-bdf8:after,
.full-bdf8:before,
.title-dynamic-7e52:after,
.title-dynamic-7e52:before,
.filter-selected-0dbc:after,
.filter-selected-0dbc:before,
.frame-action-fda4:after,
.frame-action-fda4:before,
.new_d938:after,
.new_d938:before,
.content-7109:after,
.content-7109:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.full-bdf8:after,
.title-dynamic-7e52:after,
.filter-selected-0dbc:after,
.frame-action-fda4:after,
.new_d938:after,
.content-7109:after {
  clear: both;
}
.title-dynamic-7e52 .gallery_yellow_ea1b,
.filter-selected-0dbc .gallery_yellow_ea1b,
.up-d506 .gallery_yellow_ea1b {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.gallery_47e2 {
  display: inline-block;
}
.border_focused_c5e4 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.border_focused_c5e4 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.border_focused_c5e4 .label-52c5 {
  padding: 1em 0;
  font-size: 85%;
}
.label-52c5 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.silver_81e5 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.silver_81e5:after,
.silver_81e5:before {
  content: "";
  display: table;
}
.silver_81e5:after {
  clear: both;
}
.sidebar-iron-1220 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.avatar_inner_34d2 .sidebar-iron-1220 {
  max-width: 50%;
}
.wrapper-3ee9 .sidebar-iron-1220 {
  max-width: 33.33%;
}
.description-9910 .sidebar-iron-1220 {
  max-width: 25%;
}
.message-375e .sidebar-iron-1220 {
  max-width: 20%;
}
.cold-7caf .sidebar-iron-1220 {
  max-width: 16.66%;
}
.steel-9885 .sidebar-iron-1220 {
  max-width: 14.28%;
}
.grid_yellow_2e84 .sidebar-iron-1220 {
  max-width: 12.5%;
}
.static_da89 .sidebar-iron-1220 {
  max-width: 11.11%;
}
.widget-cf68 {
  display: block;
}
.article-center-7668 .secondary_891a label,
.article-center-7668 .stale-8784 label,
.article-center-7668 .shadow_east_5dcc label,
.article-center-7668 .table_soft_0d8b label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.sort_glass_d2d9 {
  list-style: none;
  margin: 0;
}
.sort_glass_d2d9 article.column_copper_8b2d {
  margin-bottom: 0;
}
.sort_glass_d2d9 ul {
  list-style: none;
  margin: 0;
}
.sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d: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) {
  .sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d li.column_copper_8b2d li.column_copper_8b2d li.column_copper_8b2d {
    padding-left: 0;
  }
}
article.column_copper_8b2d {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.column_copper_8b2d .title-dynamic-7e52 p:last-of-type {
  margin-bottom: 0;
}
article.column_copper_8b2d .hidden-377e {
  float: left;
}
article.column_copper_8b2d .label_32c3 {
  margin-left: 85px;
}
article.column_copper_8b2d .avatar-3e10 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.column_copper_8b2d .avatar-3e10 .outline_397a {
  margin-left: 10px;
}
article.column_copper_8b2d .fast-6d6b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.column_copper_8b2d .shadow_orange_1d94 {
  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 .secondary_891a,
  #respond .shadow_east_5dcc,
  #respond .table_soft_0d8b {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .secondary_891a input,
#respond .shadow_east_5dcc input,
#respond .table_soft_0d8b input {
  width: 100%;
}
#respond .table_soft_0d8b {
  margin-right: 0;
}
#respond .element-19d9 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.popup_1e64 {
  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;
}
.popup_1e64.primary_purple_c7f9 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.popup_1e64 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%);
}
.popup_1e64:focus,
.popup_1e64: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);
}
.panel_f95a {
  border-radius: 10%;
}
.carousel-west-929e {
  border-radius: 50%;
}
.avatar_tall_77a6 {
  font-size: 0.72em;
}
.tag_upper_3dbd {
  font-size: 0.875em;
}
.complex_e4ac {
  font-size: 1.1em;
}
.icon-d959 {
  text-transform: uppercase;
  line-height: 1.2;
}
.icon-d959.avatar_tall_77a6 {
  letter-spacing: 0.5px;
}
.status-49f7,
.status-49f7 a {
  color: #6d6d6d;
}
.status-49f7 a:hover {
  color: #111;
}
.widget-ec22 {
  color: #6d6d6d;
}
.east-a5e8 {
  overflow-x: hidden;
}
.east-a5e8 .component-new-109e.footer-859a {
  position: relative;
}
.east-a5e8 .component-new-109e.footer-859a.in-4fd9 {
  position: initial;
}
.east-a5e8
  .component-new-109e.footer-859a.in-4fd9
  .text-9f60 {
  left: auto;
}
.east-a5e8 .component-new-109e .text-9f60 {
  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;
}
.east-a5e8 .component-new-109e:hover.footer-859a {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.east-a5e8
  .component-new-109e:hover.footer-859a
  .text-9f60 {
  display: block;
  z-index: 9999999;
}
.east-a5e8 .photo-19d0 .main-medium-22e0,
.east-a5e8 .column-b464 .main-medium-22e0 {
  display: none;
}
.east-a5e8 .preview_cb60 .component-new-109e:hover.footer-859a {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.article-center-7668 .secondary_891a label,
.article-center-7668 .stale-8784 label,
.article-center-7668 .shadow_east_5dcc label,
.article-center-7668 .table_soft_0d8b label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.sort_glass_d2d9 {
  list-style: none;
  margin: 0;
}
.sort_glass_d2d9 article.column_copper_8b2d {
  margin-bottom: 0;
}
.sort_glass_d2d9 ul {
  list-style: none;
  margin: 0;
}
.sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d: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) {
  .sort_glass_d2d9 .search_bottom_2afd li.column_copper_8b2d li.column_copper_8b2d li.column_copper_8b2d li.column_copper_8b2d {
    padding-left: 0;
  }
}
article.column_copper_8b2d {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.column_copper_8b2d .title-dynamic-7e52 p:last-of-type {
  margin-bottom: 0;
}
article.column_copper_8b2d .hidden-377e {
  float: left;
}
article.column_copper_8b2d .label_32c3 {
  margin-left: 85px;
}
article.column_copper_8b2d .avatar-3e10 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.column_copper_8b2d .avatar-3e10 .outline_397a {
  margin-left: 10px;
}
article.column_copper_8b2d .fast-6d6b {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.column_copper_8b2d .shadow_orange_1d94 {
  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 .secondary_891a,
  #respond .shadow_east_5dcc,
  #respond .table_soft_0d8b {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .secondary_891a input,
#respond .shadow_east_5dcc input,
#respond .table_soft_0d8b input {
  width: 100%;
}
#respond .table_soft_0d8b {
  margin-right: 0;
}
#respond .element-19d9 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.photo-19d0 .column-47a5 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.column-47a5 .box_4ea5.avatar-491a .mask_b01d > li > a:focus,
.column-47a5 .box_4ea5.avatar-491a .mask_b01d > li > a:hover,
.column-47a5 .box_4ea5.prev-f49c .mask_b01d > li > a:focus,
.column-47a5 .box_4ea5.prev-f49c .mask_b01d > li > a:hover,
.column-47a5 .box_4ea5.silver_4604 .mask_b01d > li > a:focus,
.column-47a5 .box_4ea5.silver_4604 .mask_b01d > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.column-47a5
  .box_4ea5.avatar-491a
  .mask_b01d
  > li.title_purple_efc9
  > a,
.column-47a5
  .box_4ea5.avatar-491a
  .mask_b01d
  > li.plasma-0220
  > a,
.column-47a5
  .box_4ea5.prev-f49c
  .mask_b01d
  > li.title_purple_efc9
  > a,
.column-47a5
  .box_4ea5.prev-f49c
  .mask_b01d
  > li.plasma-0220
  > a,
.column-47a5
  .box_4ea5.silver_4604
  .mask_b01d
  > li.title_purple_efc9
  > a,
.column-47a5 .box_4ea5.silver_4604 .mask_b01d > li.badge_orange_268f > a {
  color: rgba(255, 255, 255, 0.99);
}
.column-47a5 .detail-silver-90f9,
.column-47a5 .detail-silver-90f9 a {
  color: rgba(255, 255, 255, 0.99);
}
.column-47a5 .video-8d08.mini-851d li a,
.column-47a5 .over-c77f a,
.column-47a5 .tooltip-c213,
.column-47a5 .mask_b01d > li > a,
.column-47a5 .alert_dim_6555 {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5 .video-8d08.mini-851d li a:hover,
.column-47a5 .over-c77f a:hover,
.column-47a5 .tooltip-c213:hover,
.column-47a5 .mask_b01d > li > a:hover,
.column-47a5 .alert_dim_6555:hover {
  color: rgba(255, 255, 255, 0.99);
}
.column-47a5 .logo-2ab9 {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5 .logo-2ab9 .button-tiny-9875 {
  color: rgba(255, 255, 255, 0.99);
}
.column-47a5 .logo-2ab9:hover {
  color: rgba(255, 255, 255, 0.99);
}
.column-47a5 .cool_6016 .heading_c853 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5 .cool_6016 .heading_c853 .section_905d {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5
  .cool_6016
  .heading_c853
  .section_905d::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5
  .cool_6016
  .heading_c853
  .section_905d:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5
  .cool_6016
  .heading_c853
  .section_905d::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5
  .cool_6016
  .heading_c853
  .section_905d::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5 .cool_6016 .simple_1237 {
  color: rgba(255, 255, 255, 0.79);
}
.column-47a5 .cool_6016 .simple_1237:hover {
  color: rgba(255, 255, 255, 0.99);
}
.label-f4ab
  .column-47a5
  .cool_6016
  .easy-99ff
  .yellow_6aab {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.label-f4ab
  .column-47a5
  .cool_6016
  .easy-99ff
  .section_905d {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.photo-19d0 .orange-9295 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.orange-9295 .box_4ea5.avatar-491a .mask_b01d > li > a:focus,
.orange-9295 .box_4ea5.avatar-491a .mask_b01d > li > a:hover,
.orange-9295 .box_4ea5.prev-f49c .mask_b01d > li > a:focus,
.orange-9295 .box_4ea5.prev-f49c .mask_b01d > li > a:hover,
.orange-9295 .box_4ea5.silver_4604 .mask_b01d > li > a:focus,
.orange-9295 .box_4ea5.silver_4604 .mask_b01d > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.orange-9295
  .box_4ea5.avatar-491a
  .mask_b01d
  > li.title_purple_efc9
  > a,
.orange-9295
  .box_4ea5.avatar-491a
  .mask_b01d
  > li.plasma-0220
  > a,
.orange-9295
  .box_4ea5.prev-f49c
  .mask_b01d
  > li.title_purple_efc9
  > a,
.orange-9295
  .box_4ea5.prev-f49c
  .mask_b01d
  > li.plasma-0220
  > a,
.orange-9295
  .box_4ea5.silver_4604
  .mask_b01d
  > li.title_purple_efc9
  > a,
.orange-9295 .box_4ea5.silver_4604 .mask_b01d > li.badge_orange_268f > a {
  color: rgba(0, 0, 0, 0.8);
}
.orange-9295 .detail-silver-90f9,
.orange-9295 .detail-silver-90f9 a {
  color: rgba(0, 0, 0, 0.8);
}
.orange-9295 .video-8d08.mini-851d li a,
.orange-9295 .over-c77f a,
.orange-9295 .tooltip-c213,
.orange-9295 .mask_b01d > li > a,
.orange-9295 .alert_dim_6555 {
  color: rgba(0, 0, 0, 0.55);
}
.orange-9295 .video-8d08.mini-851d li a:hover,
.orange-9295 .over-c77f a:hover,
.orange-9295 .tooltip-c213:hover,
.orange-9295 .mask_b01d > li > a:hover,
.orange-9295 .alert_dim_6555:hover {
  color: rgba(0, 0, 0, 0.8);
}
.orange-9295 .logo-2ab9 {
  color: rgba(0, 0, 0, 0.55);
}
.orange-9295 .logo-2ab9 .button-tiny-9875 {
  color: rgba(0, 0, 0, 0.8);
}
.orange-9295 .logo-2ab9:hover {
  color: rgba(0, 0, 0, 0.8);
}
.badge-current-a415 .widget_e2f9 {
  margin-left: auto;
  margin-right: auto;
}
.filter-selected-0dbc > * {
  margin-left: auto;
  margin-right: auto;
}
.filter-selected-0dbc .detail_b550 {
  margin-right: 1.41575em;
}
.background-gas-95f7 .filter-selected-0dbc > .pressed-b279 {
  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;
}
.background-gas-95f7 .filter-selected-0dbc > .lite_6fdb {
  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;
}
.surface_yellow_5777.badge-current-a415 .widget_e2f9,
.message-tall-c666.badge-current-a415 .widget_e2f9 {
  margin-left: 0;
}
.article_tiny_a2d9.badge-current-a415 .widget_e2f9,
.icon_cce3.badge-current-a415 .widget_e2f9 {
  margin-right: 0;
}
.filter-selected-0dbc ol,
.filter-selected-0dbc ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.gradient-b0ce video {
  max-width: 100%;
}
.item_0965 img {
  display: block;
}
.item_0965.detail_b550,
.item_0965.complex_4c5b {
  width: 100%;
}
.item_0965.lite_6fdb img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.tertiary-b285:not(.huge_7852) {
  margin: 1.5em auto;
}
.warm_241e p {
  padding: 1.5em 14px;
}
ul.element-4ec4.lite_6fdb,
ul.element-4ec4.pressed-b279,
ul.element-4ec4.backdrop_fixed_57c4.pressed-b279 {
  padding: 0 14px;
}
.accordion_rough_3418 {
  display: block;
  overflow-x: auto;
}
.accordion_rough_3418 table {
  border-collapse: collapse;
  width: 100%;
}
.accordion_rough_3418 td,
.accordion_rough_3418 th {
  padding: 0.5em;
}
.filter-selected-0dbc li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.filter-selected-0dbc ol ol,
.filter-selected-0dbc ol ul,
.filter-selected-0dbc ul ol,
.filter-selected-0dbc ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.filter-selected-0dbc ol ol li,
.filter-selected-0dbc ol ul li,
.filter-selected-0dbc ul ol li,
.filter-selected-0dbc ul ul li {
  margin-left: 0;
}
.border-2414.lite-95bd > .column-3d7c {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.border-2414.lite-95bd > .column-3d7c iframe,
.border-2414.lite-95bd > .column-3d7c > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-ef53 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.top-ef53.huge_3222 {
  padding: 0;
}
.top-ef53.huge_3222 cite {
  font-size: 13px;
}
.top-ef53 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.top-ef53 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.bronze_824e {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.bronze_824e > p:first-child {
  margin-top: 0;
}
.bronze_824e cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.bronze_824e blockquote {
  border-left: 0;
}
.lite_78aa {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.lite_78aa:not(.link_full_7668) {
  max-width: 100px;
}
.lite_78aa.description_selected_0e87 {
  border-bottom: none !important;
  text-align: center;
}
.lite_78aa.description_selected_0e87::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .warm_241e p {
    padding: 1.5em 0;
  }
}
.warm-0ef3 {
  color: #0073aa;
}
.layout_green_7597 {
  background-color: #0073aa;
}
.status_6d20 {
  color: #229fd8;
}
.chip-aeb2 {
  background-color: #229fd8;
}
.hard-0bc4 {
  color: #eee;
}
.filter-motion-f80a {
  background-color: #eee;
}
.stale_904e {
  color: #444;
}
.left-d04d {
  background-color: #444;
}
.pink-cf94 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.pink-cf94 .dirty_b022 .over-c77f {
  font-size: 15px;
}
.pink-cf94 .over-c77f {
  line-height: 1.3;
}
.pink-cf94 .orange-9295 {
}
.pink-cf94 .column-47a5 {
  background: #235787;
}
.stale_4eb5 {
  padding: 0;
}
.stale_4eb5 .column-47a5 {
  background: #1a1a1a;
}
.stale_4eb5 .orange-9295 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.gradient-34aa {
  padding: 0;
  border-left: none;
  border-right: none;
}
.gradient-34aa .orange-9295 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.gradient-34aa .column-47a5 {
  background: #303030;
}
.content-7109 {
  position: relative;
  z-index: 10;
}
.content-7109 .focus_motion_7ab5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.action_5029 .footer-859a {
  display: inline-block;
  vertical-align: middle;
}
.action_5029.brown-84cc .footer-859a {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .action_5029.brown-84cc .footer-859a {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .action_5029.brown-84cc .footer-859a {
    margin-right: 0.4em;
  }
}
.action_5029.brown-84cc .footer-859a:last-child {
  margin-right: 0;
}
.accordion_lower_2b93 .focus_motion_7ab5 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .photo-19d0 .dirty_b022 {
    margin: 0 -0.5em;
  }
  .photo-19d0 .dirty_b022 [class*="customify-col-"],
  .photo-19d0 .dirty_b022 [class*="customify-col_"],
  .photo-19d0 .dirty_b022 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.photo-19d0.prev_d4b6 .focus_motion_7ab5 {
  background: 0 0 !important;
}
.photo-19d0.prev_d4b6 .focus_motion_7ab5,
.photo-19d0.accordion_lower_2b93 .focus_motion_7ab5 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .photo-19d0.focus-2aa0 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.photo-19d0.accordion_lower_2b93 .focus_motion_7ab5 {
  box-shadow: none !important;
}
.input_west_fb03 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .input_west_fb03 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .input_west_fb03 {
    padding: 18px 0 20px;
  }
}
.input_west_fb03 .frame-bc95 {
  width: 100%;
}
.input_west_fb03 .progress_bottom_46ed {
  margin-bottom: 0;
}
.input_west_fb03 .simple-cd24 {
  margin-top: 5px;
  font-size: 0.875em;
}
.hidden-7dc0 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.hidden-7dc0 .frame-large-6814 {
  width: 100%;
}
.menu-c65a {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.menu-c65a li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.menu-c65a 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;
}
.menu-c65a li:last-child:after {
  display: none;
}
.menu-c65a li a {
  font-weight: 500;
  margin-right: 10px;
}
.caption_94df .main-medium-22e0 button,
.input_west_fb03 .main-medium-22e0 button {
  left: 0;
}
.caption_94df .frame-large-6814,
.input_west_fb03 .frame-large-6814 {
  padding-left: 0;
  padding-right: 0;
}
.caption_94df .hidden-7dc0,
.input_west_fb03 .hidden-7dc0 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.caption_94df {
  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;
}
.caption_94df: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;
}
.caption_94df .medium-cb50 {
  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) {
  .caption_94df .medium-cb50 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .caption_94df .medium-cb50 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .caption_94df .medium-cb50 {
    min-height: 200px;
  }
}
.caption_94df .menu-c65a {
  color: rgba(255, 255, 255, 0.8);
}
.caption_94df .menu-c65a a,
.caption_94df .menu-c65a li:after {
  color: inherit;
}
.caption_94df .menu-c65a a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.aside_smooth_3cd1 {
  margin-bottom: 0.5em;
}
.shade-mini-16d8 {
  margin-bottom: 1.2em;
}
.shade-mini-16d8,
.aside_smooth_3cd1 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.shade-mini-16d8 p:last-child,
.aside_smooth_3cd1 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .main-medium-22e0,
#masthead .main-medium-22e0 {
  display: none;
}
#masthead
  > .main-medium-22e0.disabled-d114 {
  display: none;
}
#masthead > .main-medium-22e0 button {
  left: 0;
}
.hero-action-8861 {
  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%;
}
.hero-action-8861 .footer-859a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.hero-action-8861 .liquid-00d2 {
  display: -webkit-box;
  display: flex;
}
.hero-action-8861 .liquid-00d2.outline_d543 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.hero-action-8861 .liquid-00d2.media-purple-1bb2 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hero-action-8861 .liquid-00d2.plasma-80aa {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hero-action-8861.column_white_c7d3.focus_advanced_4bec .liquid-00d2.outline_d543 {
  flex-basis: 100%;
}
.hero-action-8861.info-green-9b16 .liquid-00d2.media-purple-1bb2 {
  -webkit-box-flex: 1;
  flex: auto;
}
.hero-action-8861.info-green-9b16 .liquid-00d2.plasma-80aa {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .main-medium-22e0.disabled-d114 {
  display: none;
}
#masthead > .main-medium-22e0 button {
  left: 0;
}
.over-4690 {
  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;
}
.over-4690:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.over-4690.brown-4c33 i {
  margin-right: 4px;
}
.over-4690.summary-f6d7 i {
  margin-left: 5px;
}
.over-c77f p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.over-c77f p:last-child {
  margin-bottom: 0;
}
.gradient-f451 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.gradient-f451 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.gradient-f451 img {
  display: block;
  width: auto;
  line-height: 1;
}
.gradient-f451 .detail-silver-90f9 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.gradient-f451 .shadow_83ec {
  margin: 5px 0 7px 0;
}
.gradient-f451.icon-faee .rough_8a41 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.gradient-f451.icon-faee .surface-af42 {
  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;
}
.gradient-f451.main_c814 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.gradient-f451.main_c814 .rough_8a41 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.gradient-f451.main_c814 .surface-af42 {
  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;
}
.gradient-f451.tabs_right_aeb5 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.gradient-f451.aside-2430 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.gradient-f451.aside-2430 .surface-af42 {
  margin-top: 7px;
}
.pagination_51ac {
  display: inline-block;
}
.content-7109 .modal_dark_a9c4 .gradient-f451 img {
  max-width: 100%;
}
.box_4ea5 .hard_cba3.sidebar-3cfc,
.gradient_52e5 .hard_cba3.sidebar-3cfc {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.box_4ea5 .element_d992,
.gradient_52e5 .element_d992 {
  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%);
}
.box_4ea5 .element_d992 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.box_4ea5.bronze-915a .element_d992 {
  display: none;
}
.box_4ea5 .link-dirty-c4e3 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box_4ea5 .link-dirty-c4e3 li {
  display: inline-block;
  position: relative;
}
.box_4ea5 .link-dirty-c4e3 li:last-child {
  margin-right: 0;
}
.box_4ea5 .link-dirty-c4e3 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;
}
.box_4ea5 .link-dirty-c4e3 li.badge_orange_268f > a {
  color: rgba(0, 0, 0, 0.9);
}
.box_4ea5 .link-dirty-c4e3 > 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;
}
.box_4ea5 .link-dirty-c4e3 > li > a i {
  line-height: 0;
}
.box_4ea5 .link-dirty-c4e3 > li.carousel_d026 > a .element_d992 {
  margin-left: 4px;
  line-height: 0;
}
.box_4ea5 .link-dirty-c4e3 .gold-340e li.carousel_d026 > a {
  position: relative;
}
.box_4ea5 .link-dirty-c4e3 .gold-340e li.carousel_d026 > a:after,
.box_4ea5 .link-dirty-c4e3 .gold-340e li.carousel_d026 > a:before {
  content: "";
  display: table;
}
.box_4ea5 .link-dirty-c4e3 .gold-340e li.carousel_d026 > a:after {
  clear: both;
}
.box_4ea5 .link-dirty-c4e3 .gold-340e li.carousel_d026 > a .element_d992 {
  margin-left: 5px;
  float: right;
}
.box_4ea5 .logo-smooth-1a58,
.box_4ea5 .gold-340e {
  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;
}
.box_4ea5 .gold-340e {
  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;
}
.box_4ea5 .gold-340e .sidebar-3cfc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.box_4ea5 .gold-340e .element_d992 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.box_4ea5 .gold-340e li {
  display: block;
  margin: 0;
  padding: 0;
}
.box_4ea5 .gold-340e 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;
}
.box_4ea5 .gold-340e li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.box_4ea5 .gold-340e .gold-340e {
  top: 0;
  left: 100%;
}
.box_4ea5 .card_b11c.fn-focus-7008 > .logo-smooth-1a58,
.box_4ea5 .card_b11c.fn-focus-7008 > .gold-340e,
.box_4ea5 .card_b11c:focus > .logo-smooth-1a58,
.box_4ea5 .card_b11c:focus > .gold-340e,
.box_4ea5 .card_b11c:hover > .logo-smooth-1a58,
.box_4ea5 .card_b11c:hover > .gold-340e {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.box_4ea5.silver_4604 .mask_b01d:after,
.box_4ea5.silver_4604 .mask_b01d:before {
  content: "";
  display: table;
}
.box_4ea5.silver_4604 .mask_b01d:after {
  clear: both;
}
.box_4ea5.silver_4604 .mask_b01d > li {
  float: left;
}
.box_4ea5.center-790d .mask_b01d:after,
.box_4ea5.center-790d .mask_b01d:before {
  content: "";
  display: table;
}
.box_4ea5.center-790d .mask_b01d:after {
  clear: both;
}
.box_4ea5.center-790d .mask_b01d > li {
  float: left;
}
.box_4ea5.center-790d .mask_b01d > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.box_4ea5.center-790d .mask_b01d > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.box_4ea5.center-790d .mask_b01d > li.title_purple_efc9 > a,
.box_4ea5.center-790d .mask_b01d > li.badge_orange_268f > a {
  color: #fff;
  background-color: #1e4b75;
}
.box_4ea5.avatar-491a .mask_b01d > li > a .sidebar-3cfc {
  position: relative;
}
.box_4ea5.avatar-491a .mask_b01d > li > a .sidebar-3cfc: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;
}
.box_4ea5.avatar-491a
  .mask_b01d
  > li:focus
  > a
  .sidebar-3cfc:before,
.box_4ea5.avatar-491a
  .mask_b01d
  > li:hover
  > a
  .sidebar-3cfc:before {
  width: 100%;
  background-color: currentColor;
}
.box_4ea5.avatar-491a
  .mask_b01d
  > li.title_purple_efc9
  > a
  .sidebar-3cfc:before,
.box_4ea5.avatar-491a
  .mask_b01d
  > li.plasma-0220
  > a
  .sidebar-3cfc:before {
  width: 100%;
  background-color: currentColor;
}
.box_4ea5.prev-f49c .mask_b01d > li > a .sidebar-3cfc {
  position: relative;
}
.box_4ea5.prev-f49c .mask_b01d > li > a .sidebar-3cfc: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;
}
.box_4ea5.prev-f49c .mask_b01d > li:focus > a .sidebar-3cfc:before,
.box_4ea5.prev-f49c
  .mask_b01d
  > li:hover
  > a
  .sidebar-3cfc:before {
  width: 100%;
  background-color: currentColor;
}
.box_4ea5.prev-f49c
  .mask_b01d
  > li.title_purple_efc9
  > a
  .sidebar-3cfc:before,
.box_4ea5.prev-f49c
  .mask_b01d
  > li.plasma-0220
  > a
  .sidebar-3cfc:before {
  width: 100%;
  background-color: currentColor;
}
.gradient_52e5 .link-dirty-c4e3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gradient_52e5 .link-dirty-c4e3 li:first-child > a {
  border-top: none;
}
.gradient_52e5 .link-dirty-c4e3 .carousel-b146 > .sidebar-3cfc .element_d992 {
  display: none;
}
.gradient_52e5 .link-dirty-c4e3 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.gradient_52e5 .link-dirty-c4e3 li:last-child {
  border: none;
}
.gradient_52e5 .link-dirty-c4e3 li.carousel_d026 > a {
  padding-right: 45px !important;
}
.gradient_52e5 .link-dirty-c4e3 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.gradient_52e5 .link-dirty-c4e3 li a:focus,
.gradient_52e5 .link-dirty-c4e3 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.gradient_52e5 .link-dirty-c4e3 li .item-bright-618c {
  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;
}
.gradient_52e5 .link-dirty-c4e3 li .item-bright-618c:hover {
  box-shadow: none;
}
.gradient_52e5 .link-dirty-c4e3 li .item-bright-618c .element_d992 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.gradient_52e5 .link-dirty-c4e3 .gold-340e {
  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);
}
.gradient_52e5 .link-dirty-c4e3 .gold-340e li a {
  padding-left: 3em;
}
.gradient_52e5 .link-dirty-c4e3 .notice-e0fc > a .item-bright-618c i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gradient_52e5 .link-dirty-c4e3 .notice-e0fc > .gold-340e {
  display: block;
  opacity: 1;
}
.next-d4e5 {
  max-width: 100%;
}
.copper-5b4b {
  line-height: 0;
  cursor: pointer;
}
.alert_dim_6555 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.alert_dim_6555:hover {
  box-shadow: none;
  color: currentColor;
}
.alert_dim_6555 svg {
  width: 18px;
  height: 18px;
}
.alert_dim_6555 .section_33ed {
  display: none;
}
.info_9c24 {
  position: relative;
}
.info_9c24.fn-active-7008 .alert_dim_6555 .banner-2732 {
  display: none;
}
.info_9c24.fn-active-7008 .alert_dim_6555 .section_33ed {
  display: inline-block;
}
.info_9c24 .primary-hard-3a8a {
  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);
}
.info_9c24.cold-8830 .primary-hard-3a8a {
  left: auto;
  right: -0.9em;
}
.info_9c24.cold-8830 .center-134e::before {
  left: auto;
  right: 15px;
}
.info_9c24.fn-active-7008 .primary-hard-3a8a {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.easy-99ff {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.easy-99ff label {
  flex-basis: 100%;
}
.easy-99ff .heading_c853 {
  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;
}
.easy-99ff .section_905d {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.easy-99ff .section_905d:focus {
  background-color: transparent;
}
.easy-99ff button.simple_1237 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.easy-99ff button.simple_1237:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.easy-99ff button.simple_1237 svg {
  width: 18px;
  height: 18px;
}
.easy-99ff input[type="submit"] {
  min-height: auto;
}
.cool_6016 .easy-99ff .section_905d {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.center-134e {
  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) {
  .center-134e {
    width: 220px;
  }
}
.center-134e label {
  flex-basis: 100%;
}
.center-134e::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;
}
.label-f4ab .cool_6016 .easy-99ff {
  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;
}
.label-f4ab
  .cool_6016
  .easy-99ff
  .heading_c853 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.label-f4ab .cool_6016 .easy-99ff .section_905d {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.label-f4ab
  .cool_6016
  .easy-99ff
  .section_905d:focus {
  background: 0 0;
}
.label-f4ab
  .cool_6016
  .easy-99ff
  .yellow_6aab {
  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;
}
.video-8d08 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.video-8d08 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.video-8d08 li:last-child {
  margin-right: 0;
}
.video-8d08 li:first-child {
  margin-left: 0;
}
.video-8d08.secondary-50e9 a {
  color: #fff;
}
.video-8d08.secondary-50e9 a:hover {
  color: #fff;
}
.video-8d08 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.video-8d08 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.video-8d08 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-8d08 a:hover {
  opacity: 0.9;
  color: inherit;
}
.video-8d08 [class*="social-icon-apple"] {
  background-color: #999;
}
.video-8d08 [class*="social-icon-apple"].small_d8ac {
  background-color: transparent;
  color: #999;
}
.video-8d08 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.video-8d08 [class*="social-icon-behance"].small_d8ac {
  background-color: transparent;
  color: #1769ff;
}
.video-8d08 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.video-8d08 [class*="social-icon-bitbucket"].small_d8ac {
  background-color: transparent;
  color: #205081;
}
.video-8d08 [class*="social-icon-codepen"] {
  background-color: #000;
}
.video-8d08 [class*="social-icon-codepen"].small_d8ac {
  background-color: transparent;
  color: #000;
}
.video-8d08 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.video-8d08 [class*="social-icon-delicious"].small_d8ac {
  background-color: transparent;
  color: #39f;
}
.video-8d08 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.video-8d08 [class*="social-icon-digg"].small_d8ac {
  background-color: transparent;
  color: #005be2;
}
.video-8d08 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.video-8d08 [class*="social-icon-dribbble"].small_d8ac {
  background-color: transparent;
  color: #ea4c89;
}
.video-8d08 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.video-8d08 [class*="social-icon-envelope"].small_d8ac {
  background-color: transparent;
  color: #ea4335;
}
.video-8d08 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.video-8d08 [class*="social-icon-facebook"].small_d8ac {
  background-color: transparent;
  color: #3b5998;
}
.video-8d08 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.video-8d08 [class*="social-icon-flickr"].small_d8ac {
  background-color: transparent;
  color: #0063dc;
}
.video-8d08 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.video-8d08 [class*="social-icon-foursquare"].small_d8ac {
  background-color: transparent;
  color: #2d5be3;
}
.video-8d08 [class*="social-icon-github"] {
  background-color: #333;
}
.video-8d08 [class*="social-icon-github"].small_d8ac {
  background-color: transparent;
  color: #333;
}
.video-8d08 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.video-8d08 [class*="social-icon-google-plus"].small_d8ac {
  background-color: transparent;
  color: #dd4b39;
}
.video-8d08 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.video-8d08 [class*="social-icon-houzz"].small_d8ac {
  background-color: transparent;
  color: #7ac142;
}
.video-8d08 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.video-8d08 [class*="social-icon-instagram"].small_d8ac {
  background-color: transparent;
  color: #262626;
}
.video-8d08 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.video-8d08 [class*="social-icon-jsfiddle"].small_d8ac {
  background-color: transparent;
  color: #487aa2;
}
.video-8d08 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.video-8d08 [class*="social-icon-linkedin"].small_d8ac {
  background-color: transparent;
  color: #0077b5;
}
.video-8d08 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.video-8d08 [class*="social-icon-medium"].small_d8ac {
  background-color: transparent;
  color: #00ab6b;
}
.video-8d08 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.video-8d08
  [class*="social-icon-odnoklassniki"].small_d8ac {
  background-color: transparent;
  color: #f4731c;
}
.video-8d08 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.video-8d08 [class*="social-icon-meetup"].small_d8ac {
  background-color: transparent;
  color: #ec1c40;
}
.video-8d08 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.video-8d08 [class*="social-icon-pinterest"].small_d8ac {
  background-color: transparent;
  color: #bd081c;
}
.video-8d08 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.video-8d08 [class*="social-icon-product-hunt"].small_d8ac {
  background-color: transparent;
  color: #da552f;
}
.video-8d08 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.video-8d08 [class*="social-icon-reddit"].small_d8ac {
  background-color: transparent;
  color: #ff4500;
}
.video-8d08 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.video-8d08 [class*="social-icon-rss"].small_d8ac {
  background-color: transparent;
  color: #f26522;
}
.video-8d08 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.video-8d08
  [class*="social-icon-shopping-cart"].small_d8ac {
  background-color: transparent;
  color: #4caf50;
}
.video-8d08 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.video-8d08 [class*="social-icon-skype"].small_d8ac {
  background-color: transparent;
  color: #00aff0;
}
.video-8d08 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.video-8d08 [class*="social-icon-slideshare"].small_d8ac {
  background-color: transparent;
  color: #0077b5;
}
.video-8d08 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.video-8d08 [class*="social-icon-snapchat"].small_d8ac {
  background-color: transparent;
  color: #fffc00;
}
.video-8d08 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.video-8d08 [class*="social-icon-soundcloud"].small_d8ac {
  background-color: transparent;
  color: #f80;
}
.video-8d08 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.video-8d08 [class*="social-icon-spotify"].small_d8ac {
  background-color: transparent;
  color: #2ebd59;
}
.video-8d08 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.video-8d08
  [class*="social-icon-stack-overflow"].small_d8ac {
  background-color: transparent;
  color: #fe7a15;
}
.video-8d08 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.video-8d08 [class*="social-icon-maldkfgram"].small_d8ac {
  background-color: transparent;
  color: #2ca5e0;
}
.video-8d08 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.video-8d08 [class*="social-icon-tripadvisor"].small_d8ac {
  background-color: transparent;
  color: #589442;
}
.video-8d08 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.video-8d08 [class*="social-icon-tumblr"].small_d8ac {
  background-color: transparent;
  color: #35465c;
}
.video-8d08 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.video-8d08 [class*="social-icon-twitch"].small_d8ac {
  background-color: transparent;
  color: #6441a5;
}
.video-8d08 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.video-8d08 [class*="social-icon-twitter"].small_d8ac {
  background-color: transparent;
  color: #1da1f2;
}
.video-8d08 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.video-8d08 [class*="social-icon-vimeo"].small_d8ac {
  background-color: transparent;
  color: #1ab7ea;
}
.video-8d08 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.video-8d08 [class*="social-icon-vk"].small_d8ac {
  background-color: transparent;
  color: #45668e;
}
.video-8d08 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.video-8d08 [class*="social-icon-weibo"].small_d8ac {
  background-color: transparent;
  color: #df2029;
}
.video-8d08 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.video-8d08 [class*="social-icon-weixin"].small_d8ac {
  background-color: transparent;
  color: #7bb32e;
}
.video-8d08 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.video-8d08 [class*="social-icon-whatsapp"].small_d8ac {
  background-color: transparent;
  color: #25d366;
}
.video-8d08 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.video-8d08 [class*="social-icon-wordpress"].small_d8ac {
  background-color: transparent;
  color: #21759b;
}
.video-8d08 [class*="social-icon-xing"] {
  background-color: #026466;
}
.video-8d08 [class*="social-icon-xing"].small_d8ac {
  background-color: transparent;
  color: #026466;
}
.video-8d08 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.video-8d08 [class*="social-icon-yelp"].small_d8ac {
  background-color: transparent;
  color: #af0606;
}
.video-8d08 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.video-8d08 [class*="social-icon-youtube"].small_d8ac {
  background-color: transparent;
  color: #cd201f;
}
.tooltip-c213 {
  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;
}
.tooltip-c213:hover {
  box-shadow: none;
  background: 0 0;
}
.dark_c8d4 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.orange_3cc1 {
  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;
}
.west_8240 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.icon-orange-8c22 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.icon-orange-8c22,
.icon-orange-8c22::after,
.icon-orange-8c22::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;
}
.icon-orange-8c22::after,
.icon-orange-8c22::before {
  content: "";
  display: block;
  background-color: inherit;
}
.content_0feb .orange_3cc1 .west_8240 {
  margin-top: -2px;
  width: 19px;
}
.content_0feb .orange_3cc1 .icon-orange-8c22 {
  margin-top: -1px;
}
.content_0feb .orange_3cc1 .icon-orange-8c22,
.content_0feb .orange_3cc1 .icon-orange-8c22::after,
.content_0feb .orange_3cc1 .icon-orange-8c22::before {
  width: 19px;
  height: 2px;
}
.content_0feb .orange_3cc1 .icon-orange-8c22::before {
  top: -6px;
}
.content_0feb .orange_3cc1 .icon-orange-8c22::after {
  bottom: -6px;
}
.module-f871 .orange_3cc1 .west_8240 {
  margin-top: -2px;
  width: 22px;
}
.module-f871 .orange_3cc1 .icon-orange-8c22 {
  margin-top: -1px;
}
.module-f871 .orange_3cc1 .icon-orange-8c22,
.module-f871 .orange_3cc1 .icon-orange-8c22::after,
.module-f871 .orange_3cc1 .icon-orange-8c22::before {
  width: 22px;
  height: 2px;
}
.module-f871 .orange_3cc1 .icon-orange-8c22::before {
  top: -7px;
}
.module-f871 .orange_3cc1 .icon-orange-8c22::after {
  bottom: -7px;
}
.stone-bebc .orange_3cc1 .west_8240 {
  margin-top: -2px;
  width: 31px;
}
.stone-bebc .orange_3cc1 .icon-orange-8c22 {
  margin-top: -1.5px;
}
.stone-bebc .orange_3cc1 .icon-orange-8c22,
.stone-bebc .orange_3cc1 .icon-orange-8c22::after,
.stone-bebc .orange_3cc1 .icon-orange-8c22::before {
  width: 31px;
  height: 3px;
}
.stone-bebc .orange_3cc1 .icon-orange-8c22::before {
  top: -9px;
}
.stone-bebc .orange_3cc1 .icon-orange-8c22::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .dropdown-bottom-88fc .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 19px;
  }
  .dropdown-bottom-88fc .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1px;
  }
  .dropdown-bottom-88fc .orange_3cc1 .icon-orange-8c22,
  .dropdown-bottom-88fc .orange_3cc1 .icon-orange-8c22::after,
  .dropdown-bottom-88fc .orange_3cc1 .icon-orange-8c22::before {
    width: 19px;
    height: 2px;
  }
  .dropdown-bottom-88fc .orange_3cc1 .icon-orange-8c22::before {
    top: -6px;
  }
  .dropdown-bottom-88fc .orange_3cc1 .icon-orange-8c22::after {
    bottom: -6px;
  }
  .photo-paper-210a .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 22px;
  }
  .photo-paper-210a .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1px;
  }
  .photo-paper-210a .orange_3cc1 .icon-orange-8c22,
  .photo-paper-210a .orange_3cc1 .icon-orange-8c22::after,
  .photo-paper-210a .orange_3cc1 .icon-orange-8c22::before {
    width: 22px;
    height: 2px;
  }
  .photo-paper-210a .orange_3cc1 .icon-orange-8c22::before {
    top: -7px;
  }
  .photo-paper-210a .orange_3cc1 .icon-orange-8c22::after {
    bottom: -7px;
  }
  .pattern-lite-e230 .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 31px;
  }
  .pattern-lite-e230 .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1.5px;
  }
  .pattern-lite-e230 .orange_3cc1 .icon-orange-8c22,
  .pattern-lite-e230 .orange_3cc1 .icon-orange-8c22::after,
  .pattern-lite-e230 .orange_3cc1 .icon-orange-8c22::before {
    width: 31px;
    height: 3px;
  }
  .pattern-lite-e230 .orange_3cc1 .icon-orange-8c22::before {
    top: -9px;
  }
  .pattern-lite-e230 .orange_3cc1 .icon-orange-8c22::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .main_cd25 .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 19px;
  }
  .main_cd25 .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1px;
  }
  .main_cd25 .orange_3cc1 .icon-orange-8c22,
  .main_cd25 .orange_3cc1 .icon-orange-8c22::after,
  .main_cd25 .orange_3cc1 .icon-orange-8c22::before {
    width: 19px;
    height: 2px;
  }
  .main_cd25 .orange_3cc1 .icon-orange-8c22::before {
    top: -6px;
  }
  .main_cd25 .orange_3cc1 .icon-orange-8c22::after {
    bottom: -6px;
  }
  .backdrop_bf88 .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 22px;
  }
  .backdrop_bf88 .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1px;
  }
  .backdrop_bf88 .orange_3cc1 .icon-orange-8c22,
  .backdrop_bf88 .orange_3cc1 .icon-orange-8c22::after,
  .backdrop_bf88 .orange_3cc1 .icon-orange-8c22::before {
    width: 22px;
    height: 2px;
  }
  .backdrop_bf88 .orange_3cc1 .icon-orange-8c22::before {
    top: -7px;
  }
  .backdrop_bf88 .orange_3cc1 .icon-orange-8c22::after {
    bottom: -7px;
  }
  .dynamic-1ba3 .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 31px;
  }
  .dynamic-1ba3 .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1.5px;
  }
  .dynamic-1ba3 .orange_3cc1 .icon-orange-8c22,
  .dynamic-1ba3 .orange_3cc1 .icon-orange-8c22::after,
  .dynamic-1ba3 .orange_3cc1 .icon-orange-8c22::before {
    width: 31px;
    height: 3px;
  }
  .dynamic-1ba3 .orange_3cc1 .icon-orange-8c22::before {
    top: -9px;
  }
  .dynamic-1ba3 .orange_3cc1 .icon-orange-8c22::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .middle_8983 .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 19px;
  }
  .middle_8983 .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1px;
  }
  .middle_8983 .orange_3cc1 .icon-orange-8c22,
  .middle_8983 .orange_3cc1 .icon-orange-8c22::after,
  .middle_8983 .orange_3cc1 .icon-orange-8c22::before {
    width: 19px;
    height: 2px;
  }
  .middle_8983 .orange_3cc1 .icon-orange-8c22::before {
    top: -6px;
  }
  .middle_8983 .orange_3cc1 .icon-orange-8c22::after {
    bottom: -6px;
  }
  .black_14f5 .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 22px;
  }
  .black_14f5 .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1px;
  }
  .black_14f5 .orange_3cc1 .icon-orange-8c22,
  .black_14f5 .orange_3cc1 .icon-orange-8c22::after,
  .black_14f5 .orange_3cc1 .icon-orange-8c22::before {
    width: 22px;
    height: 2px;
  }
  .black_14f5 .orange_3cc1 .icon-orange-8c22::before {
    top: -7px;
  }
  .black_14f5 .orange_3cc1 .icon-orange-8c22::after {
    bottom: -7px;
  }
  .highlight_short_d6cf .orange_3cc1 .west_8240 {
    margin-top: -2px;
    width: 31px;
  }
  .highlight_short_d6cf .orange_3cc1 .icon-orange-8c22 {
    margin-top: -1.5px;
  }
  .highlight_short_d6cf .orange_3cc1 .icon-orange-8c22,
  .highlight_short_d6cf .orange_3cc1 .icon-orange-8c22::after,
  .highlight_short_d6cf .orange_3cc1 .icon-orange-8c22::before {
    width: 31px;
    height: 3px;
  }
  .highlight_short_d6cf .orange_3cc1 .icon-orange-8c22::before {
    top: -9px;
  }
  .highlight_short_d6cf .orange_3cc1 .icon-orange-8c22::after {
    bottom: -9px;
  }
}
.summary-dirty-8662 .icon-orange-8c22 {
  -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);
}
.summary-dirty-8662 .icon-orange-8c22::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.summary-dirty-8662 .icon-orange-8c22::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);
}
.summary-dirty-8662.section-small-fe98 .icon-orange-8c22 {
  -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);
}
.summary-dirty-8662.section-small-fe98 .icon-orange-8c22::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.summary-dirty-8662.section-small-fe98 .icon-orange-8c22::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);
}
.label-hovered-14ec {
  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.main-8d10:before {
  display: none;
}
.column-b464 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.column-b464 .focus_5a7f {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.column-b464 .focus_5a7f:last-of-type {
  border-bottom: none;
}
.column-b464 .focus_5a7f.dim-0a4e,
.column-b464 .focus_5a7f.photo_37fd,
.column-b464 .focus_5a7f.pattern-current-b14a {
  padding: 0;
}
.column-b464 .gradient_52e5 .item-bright-618c {
  color: currentColor;
}
.column-b464 .gradient_52e5 .item-bright-618c:focus,
.column-b464 .gradient_52e5 .item-bright-618c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-b464.orange-9295 .logo-2ab9,
.column-b464.orange-9295 .over-c77f a,
.column-b464.orange-9295 .mask_b01d a,
.column-b464.orange-9295 .gold-340e a {
  color: rgba(0, 0, 0, 0.55);
}
.column-b464.orange-9295 .logo-2ab9:hover,
.column-b464.orange-9295 .over-c77f a:hover,
.column-b464.orange-9295 .mask_b01d a:hover,
.column-b464.orange-9295 .gold-340e a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.column-b464.orange-9295 .button-tiny-9875 {
  color: rgba(0, 0, 0, 0.8);
}
.column-b464.orange-9295 .focus_5a7f {
  border-color: rgba(0, 0, 0, 0.08);
}
.column-b464.orange-9295 .focus_5a7f:before {
  background: rgba(0, 0, 0, 0.08);
}
.column-b464.orange-9295 .main_top_6480:before {
  background: rgba(255, 255, 255, 0.9);
}
.column-b464.orange-9295 .gradient_52e5 .link-dirty-c4e3 li a,
.column-b464.orange-9295 .gradient_52e5 .item-bright-618c,
.column-b464.orange-9295 .gold-340e {
  border-color: rgba(0, 0, 0, 0.08);
}
.column-b464.orange-9295 .gradient_52e5 .item-bright-618c:focus,
.column-b464.orange-9295 .gradient_52e5 .item-bright-618c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-b464.orange-9295 .link-dirty-c4e3 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.column-b464.column-47a5 .logo-2ab9,
.column-b464.column-47a5 .over-c77f a,
.column-b464.column-47a5 .mask_b01d .item-bright-618c,
.column-b464.column-47a5 .mask_b01d a,
.column-b464.column-47a5 .gold-340e a {
  color: rgba(255, 255, 255, 0.79);
}
.column-b464.column-47a5 .logo-2ab9:hover,
.column-b464.column-47a5 .over-c77f a:hover,
.column-b464.column-47a5 .mask_b01d .item-bright-618c:hover,
.column-b464.column-47a5 .mask_b01d a:hover,
.column-b464.column-47a5 .gold-340e a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.column-b464.column-47a5 .button-tiny-9875 {
  color: rgba(255, 255, 255, 0.99);
}
.column-b464.column-47a5 .focus_5a7f {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-b464.column-47a5 .focus_5a7f:before {
  background: rgba(255, 255, 255, 0.08);
}
.column-b464.column-47a5 .main_top_6480:before {
  background: rgba(0, 0, 0, 0.9);
}
.column-b464.column-47a5 .gradient_52e5 .link-dirty-c4e3 li a,
.column-b464.column-47a5 .gradient_52e5 .item-bright-618c,
.column-b464.column-47a5 .gold-340e {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-b464.column-47a5 .gradient_52e5 .item-bright-618c:focus,
.column-b464.column-47a5 .gradient_52e5 .item-bright-618c:hover {
  background: rgba(0, 0, 0, 0.01);
}
.column-b464.column-47a5 .link-dirty-c4e3 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.main_top_6480 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.main_top_6480:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.link_b922 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.sort_small_8784 .column-b464 {
  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;
}
.sort_small_8784 .focus_5a7f {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.sort_small_8784 .focus_5a7f: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) {
  .sort_small_8784 .focus_5a7f:before {
    width: 16%;
    left: 42%;
  }
}
.sort_small_8784 .focus_5a7f:last-child:before {
  content: none;
}
.sort_small_8784 .focus_5a7f[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.sort_small_8784 .gradient_52e5 .link-dirty-c4e3 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.sort_small_8784 .gradient_52e5 .link-dirty-c4e3 li a .item-bright-618c {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.sort_small_8784 .gradient_52e5 .gold-340e {
  border: none;
}
.sort_small_8784 .gradient_52e5 .gold-340e li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.sort_small_8784 .main_top_6480 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sort_small_8784 .link_b922 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.sort_small_8784 .column-47a5 .main_top_6480:before {
  background: rgba(0, 0, 0, 0.9);
}
.sort_small_8784 .orange-9295.summary-bottom-d8ef .icon-orange-8c22 {
  background: rgba(0, 0, 0, 0.6);
}
.sort_small_8784
  .orange-9295.summary-bottom-d8ef
  .icon-orange-8c22::after,
.sort_small_8784
  .orange-9295.summary-bottom-d8ef
  .icon-orange-8c22:before {
  background: inherit;
}
.sort_small_8784
  .orange-9295.summary-bottom-d8ef:hover
  .icon-orange-8c22 {
  background: rgba(0, 0, 0, 0.8);
}
.menu_copper_45a4 .column-b464 {
  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) {
  .menu_copper_45a4 .column-b464 {
    width: auto;
    right: 45px;
  }
}
.motion-ca75 .column-b464 {
  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) {
  .motion-ca75 .column-b464 {
    width: auto;
    left: 45px;
  }
}
.main-8d10 .column-b464 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.main-8d10 .link_b922 {
  max-width: 48em;
  margin: 0 auto;
}
.main-8d10 .main_top_6480:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.dynamic_88db {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.dynamic_88db.sort_small_8784 .column-b464 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.dynamic_88db.menu_copper_45a4 .column-b464 {
  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);
}
.dynamic_88db .column-b464 {
  visibility: visible;
}
.dynamic_88db.motion-ca75 .column-b464 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.logo-36bd,
.progress_e037 {
  overflow-x: hidden;
}
.logo-36bd .column-b464 {
  overflow: auto;
}
.logo-36bd.sort_small_8784 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.logo-36bd.sort_small_8784 .column-b464 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.logo-36bd.sort_small_8784 .tooltip-c213 {
  opacity: 0;
}
.logo-36bd.menu_copper_45a4 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.logo-36bd.menu_copper_45a4 .column-b464 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.logo-36bd.menu_copper_45a4 .tooltip-c213 {
  opacity: 0;
}
.logo-36bd.motion-ca75 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.logo-36bd.motion-ca75 .column-b464 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.logo-36bd.motion-ca75 .tooltip-c213 {
  opacity: 0;
}
.logo-36bd.main-8d10 .column-b464 {
  z-index: 10;
  visibility: visible;
}
.summary-bottom-d8ef {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.summary-bottom-d8ef .icon-orange-8c22 {
  background: rgba(255, 255, 255, 0.99);
}
.summary-bottom-d8ef .icon-orange-8c22::after,
.summary-bottom-d8ef .icon-orange-8c22:before {
  background: inherit;
}
.summary-bottom-d8ef:hover .icon-orange-8c22 {
  background: rgba(255, 255, 255, 0.99);
}
.motion-ca75 .summary-bottom-d8ef {
  top: 10px;
  right: auto;
  left: 12px;
}
.main-8d10 .summary-bottom-d8ef {
  display: none !important;
}
.logo-36bd:before,
.progress_e037:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.logo-36bd .summary-bottom-d8ef,
.progress_e037 .summary-bottom-d8ef {
  display: inline-block;
}
.column-b464 .footer-859a {
  -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;
}
.logo-36bd .column-b464 .footer-859a,
.progress_e037 .column-b464 .footer-859a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.outline-e19e .heading_c853 {
  width: 100%;
}
.modal_dark_a9c4 {
  padding: 0 0.5em 0;
}
.modal_dark_a9c4 [class*="customify-col-"],
.modal_dark_a9c4 [class*="customify-col_"],
.modal_dark_a9c4 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.slider-simple-73cc .modal_dark_a9c4 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .dirty_b022 .alert-edba,
  .alert-edba {
    display: none;
  }
  .border_smooth_97d9 {
    text-align: left;
  }
  .box_wood_a712 {
    text-align: center;
  }
  .tabs-d031 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .dirty_b022 .badge_adee,
  .badge_adee {
    display: none;
  }
  .title_pro_b034 {
    text-align: left;
  }
  .purple-793e {
    text-align: center;
  }
  .widget_3512 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .dirty_b022 .progress_fast_b15d,
  .progress_fast_b15d {
    display: none;
  }
  .liquid-e482 {
    text-align: left;
  }
  .image-baa0 {
    text-align: center;
  }
  .large_4d96 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.chip_092b {
  box-shadow: none !important;
}
.rough-19fe .status-bronze-05ae,
.light-8595 .status-bronze-05ae {
  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;
}
.light-8595 .status-bronze-05ae {
  margin-top: 30px;
  margin-bottom: 30px;
}
.focus_motion_7ab5 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.focus_motion_7ab5:after,
.focus_motion_7ab5:before {
  content: "";
  display: table;
}
.focus_motion_7ab5:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .focus_motion_7ab5 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.focus_motion_7ab5,
.focus-2aa0 {
  max-width: 1248px;
  margin: 0 auto;
}

.frame-action-fda4.list_next_0e5d .focus_motion_7ab5 {
  max-width: 100%;
}
.frame-action-fda4.gradient_middle_6e87 {
  max-width: 1200px;
  margin: 0 auto;
}
.frame-action-fda4.overlay_90fa .focus_motion_7ab5 {
  max-width: 100%;
}
.frame-action-fda4.overlay_90fa > .focus_motion_7ab5 {
  padding-left: 0;
  padding-right: 0;
}
.frame-action-fda4.overlay_90fa > .focus_motion_7ab5 .dirty_b022 {
  margin: 0;
}
.frame-action-fda4.overlay_90fa
  > .focus_motion_7ab5
  .small-c529.link-west-bcd9 {
  margin-right: 0;
  margin-left: 0;
}
.frame-action-fda4.overlay_90fa #main.link-west-bcd9 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .item-basic-32d3 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .item-basic-32d3 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .tiny-cc32 .widget_e2f9 {
    padding-right: 1em;
  }
  .tiny-cc32.container_21aa .small-c529 {
    border-right: 1px solid #eaecee;
  }
  .tiny-cc32.container_21aa .widget_e2f9 {
    padding-right: 1em;
  }
  .tiny-cc32.container_21aa .info_middle_4150 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .first_39d8 .widget_e2f9 {
    padding-left: 1em;
  }
  .first_39d8.container_21aa .small-c529 {
    border-left: 1px solid #eaecee;
  }
  .first_39d8.container_21aa .widget_e2f9 {
    padding-left: 1em;
  }
  .first_39d8.container_21aa .info_middle_4150 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .progress_gold_2e48 .widget_e2f9 {
    padding-left: 1em;
  }
  .progress_gold_2e48.container_21aa .item-d44b {
    border-right: 1px solid #eaecee;
  }
  .progress_gold_2e48.container_21aa .medium_a1af {
    border-right: 1px solid #eaecee;
  }
  .progress_gold_2e48.container_21aa .widget_e2f9 {
    padding-left: 1em;
  }
  .progress_gold_2e48.container_21aa .info_middle_4150 {
    padding-right: 1em;
  }
  .progress_gold_2e48.container_21aa .current-ff87 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .hover-1d12 .widget_e2f9 {
    padding-right: 1em;
  }
  .hover-1d12.container_21aa .item-d44b {
    border-left: 1px solid #eaecee;
  }
  .hover-1d12.container_21aa .medium_a1af {
    border-left: 1px solid #eaecee;
  }
  .hover-1d12.container_21aa .widget_e2f9 {
    padding-right: 1em;
  }
  .hover-1d12.container_21aa .info_middle_4150 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .hover-1d12.container_21aa .current-ff87 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .item-basic-32d3 .widget_e2f9 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .item-basic-32d3.container_21aa .small-c529 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .item-basic-32d3.container_21aa .widget_e2f9 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .item-basic-32d3.container_21aa .info_middle_4150 {
    padding-left: 1em;
  }
  .item-basic-32d3.container_21aa .current-ff87 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .item-basic-32d3.container_21aa .widget_e2f9 {
    padding-left: 0;
  }
}
.primary_03ff .action_5029 {
  display: inline-block;
}
.pattern-ec0d {
  display: inline-block;
}
.layout_inner_9cda {
  word-con: break-word;
}
.nav_mini_9f02 > span {
  display: inline-block;
  padding: 5px 0;
}
.nav_mini_9f02 .component-ed12 {
  margin-left: 8px;
  margin-right: 8px;
}
.nav_mini_9f02 .logo-e89c img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.picture-hard-6eeb .pressed-0fe7 {
  margin-bottom: 2em;
}
.picture-hard-6eeb .gold-239f {
  margin-bottom: 15px;
}
.picture-hard-6eeb .gold-239f:last-child {
  margin-bottom: 0;
}
.picture-hard-6eeb .media_d8aa {
  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) {
  .picture-hard-6eeb .media_d8aa {
    display: block;
  }
}
.picture-hard-6eeb .accordion_steel_a369 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .picture-hard-6eeb .accordion_steel_a369 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.picture-hard-6eeb .summary_3b7a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.picture-hard-6eeb .summary_3b7a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.picture-hard-6eeb .summary_3b7a a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.picture-hard-6eeb .layout_inner_9cda {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.picture-hard-6eeb .layout_inner_9cda a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.picture-hard-6eeb .panel-a76c p:last-child {
  margin-bottom: 0;
}
.picture-hard-6eeb .breadcrumb-hovered-32f3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.picture-hard-6eeb .column_plasma_f77e {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.picture-hard-6eeb .widget-simple-8857 {
  margin-top: 1em;
}
.picture-hard-6eeb .overlay_stone_a71e {
  top: 0;
  display: block;
}
.picture-hard-6eeb .overlay_stone_a71e a {
  color: inherit;
}
.picture-hard-6eeb .overlay_stone_a71e a:hover {
  color: inherit;
}
.picture-hard-6eeb .button_focused_a8b4 {
  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;
}
.picture-hard-6eeb .button_focused_a8b4:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.picture-hard-6eeb .column_plasma_f77e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.picture-hard-6eeb .notice_944d {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.picture-hard-6eeb .notice_944d:first-child {
  margin-top: 0;
}
.picture-hard-6eeb .notice_944d.info_pink_3398 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.picture-hard-6eeb .notice_944d.border_prev_466f {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.picture-hard-6eeb
  .notice_944d.border_prev_466f.form_93c3
  .widget-simple-8857 {
  width: 100%;
}
.picture-hard-6eeb .border_prev_466f {
  -webkit-box-align: center;
  align-items: center;
}
.picture-hard-6eeb .border_prev_466f .nav_mini_9f02,
.picture-hard-6eeb .border_prev_466f > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.picture-hard-6eeb .summary_3b7a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.picture-hard-6eeb .summary_3b7a img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.picture-hard-6eeb .summary_3b7a: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;
}
.picture-hard-6eeb .info_pink_3398 {
  z-index: 5;
}
.picture-hard-6eeb .notice-9a63 .heading-65e8 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.picture-hard-6eeb .notice-in-c50c .heading-65e8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.picture-hard-6eeb .article_d6d6 .heading-65e8 {
  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;
}
.picture-hard-6eeb.tertiary_c684 .media_d8aa,
.picture-hard-6eeb.avatar-8ff5 .media_d8aa {
  display: block;
}
.picture-hard-6eeb.tertiary_c684 .media_d8aa .breadcrumb-9d0a,
.picture-hard-6eeb.tertiary_c684 .media_d8aa .column_plasma_f77e,
.picture-hard-6eeb.avatar-8ff5 .media_d8aa .breadcrumb-9d0a,
.picture-hard-6eeb.avatar-8ff5 .media_d8aa .column_plasma_f77e {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.picture-hard-6eeb.south-d950 .accordion_steel_a369 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .picture-hard-6eeb.south-d950 .accordion_steel_a369 {
    margin-right: 0;
  }
}
.picture-hard-6eeb.tertiary_c684 .accordion_steel_a369,
.picture-hard-6eeb.avatar-8ff5 .accordion_steel_a369 {
  padding-top: 40%;
}
.picture-hard-6eeb.tertiary_c684 .pressed-0fe7,
.picture-hard-6eeb.avatar-8ff5 .pressed-0fe7 {
  display: block;
}
.picture-hard-6eeb.tertiary_c684 .fn-sticky-7008 .column_plasma_f77e,
.picture-hard-6eeb.avatar-8ff5 .fn-sticky-7008 .column_plasma_f77e {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.picture-hard-6eeb.tertiary_c684 .accordion_steel_a369,
.picture-hard-6eeb.avatar-8ff5 .accordion_steel_a369 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.picture-hard-6eeb.tertiary_c684 .column_plasma_f77e {
  padding: 1em;
}
.grid-08c3 {
  margin: 30px auto;
  display: block;
}
.grid-08c3 .tertiary-083b > * {
  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;
}
.grid-08c3 .tertiary-083b > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.grid-08c3 .tertiary-083b span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.list_bronze_34aa .nav_mini_9f02 {
  margin-bottom: 1.41575em;
}
.list_bronze_34aa .menu_complex_6719 {
  margin-bottom: 1.618em;
}
.filter-selected-0dbc .out-fdfd {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.filter-selected-0dbc .out-fdfd a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.filter-selected-0dbc .mini-0ceb {
  max-width: 100%;
  overflow: auto;
}
.badge-current-a415 .filter-selected-0dbc a:hover {
  text-decoration: underline;
}
.active_north_453d .gold-239f:not(.layout_inner_9cda),
.active_north_453d .summary_3b7a {
  margin-bottom: 1.41575em;
}
.active_north_453d .gold-239f:not(.layout_inner_9cda):last-child,
.active_north_453d .summary_3b7a:last-child {
  margin-bottom: 0;
}
.active_north_453d .gold-239f.accent-old-4dbc {
  margin-bottom: 0.41575em;
}
.active_north_453d .focus-gold-72c2:before,
.active_north_453d .dynamic-b41b:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.active_north_453d .focus-gold-72c2:before {
  content: "\f115";
}
.active_north_453d .dynamic-b41b:before {
  content: "\f02c";
}
.active_north_453d .active-e76a {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.active_north_453d .active-e76a a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.tertiary_first_6bb8 {
  display: -webkit-box;
  display: flex;
}
.tertiary_first_6bb8 .dim_20e2 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .tertiary_first_6bb8 .dim_20e2 {
    flex-basis: 90px;
  }
}
.tertiary_first_6bb8 .glass_8b8d {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .tertiary_first_6bb8 .glass_8b8d {
    flex-basis: calc(100% - 50px);
  }
}
.tertiary_first_6bb8 .simple-430d p:last-child {
  margin-bottom: 0.72em;
}
.mini_3902 .tertiary-083b {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.mini_3902 .tertiary-083b:after,
.mini_3902 .tertiary-083b:before {
  content: "";
  display: table;
}
.mini_3902 .tertiary-083b:after {
  clear: both;
}
.mini_3902 .tertiary-083b .highlight-d4f7,
.mini_3902 .tertiary-083b .image_4c89 {
  width: 49%;
}
.mini_3902 .tertiary-083b .highlight-d4f7 a span.badge-smooth-abf7,
.mini_3902 .tertiary-083b .image_4c89 a span.badge-smooth-abf7 {
  display: block;
  margin-bottom: 5px;
}
.mini_3902 .tertiary-083b .image_4c89 {
  float: left;
  text-align: left;
}
.mini_3902 .tertiary-083b .highlight-d4f7 {
  float: right;
  text-align: right;
}
.list_19e7 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .list_19e7 {
    margin-bottom: 0;
  }
}
.tiny_ed23 {
  margin-bottom: 1em;
}
.tiny_ed23 .layout_inner_9cda {
  font-size: 1.1em;
  line-height: 1.3;
}
.chip-0659 a {
  display: block;
  line-height: 0;
  position: relative;
}
.shade-action-0d46 .tiny_ed23,
.in-85d6 .tiny_ed23 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .shade-action-0d46 .tiny_ed23,
  .in-85d6 .tiny_ed23 {
    display: block;
  }
}
.shade-action-0d46 .chip-0659,
.in-85d6 .chip-0659 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .shade-action-0d46 .chip-0659,
  .in-85d6 .chip-0659 {
    margin-bottom: 1em;
  }
}
.shade-action-0d46 .chip-0659 img,
.in-85d6 .chip-0659 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.shade-action-0d46 .info-prev-1a36,
.in-85d6 .info-prev-1a36 {
  flex-basis: calc(100% - 160px);
}
.shade-action-0d46 .info-prev-1a36 p,
.in-85d6 .info-prev-1a36 p {
  margin-bottom: 0;
}
.shade-action-0d46 .info-prev-1a36 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .shade-action-0d46 .info-prev-1a36 {
    padding-left: 0;
  }
}
.in-85d6 .info-prev-1a36 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .in-85d6 .info-prev-1a36 {
    padding-right: 0;
  }
}
.in-85d6 .chip-0659 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.layout-c6ed .chip-0659 {
  margin-bottom: 0.5em;
}
.layout-c6ed .chip-0659 img {
  width: 100%;
}
.video-huge-ce2b .box_382b,
.grid_hard_4b26 .box_382b {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.grid_hard_4b26 .small-c529 .dim_bef2 p:last-child {
  margin-bottom: 0;
}
.primary-fixed-2e2c {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.short_db03 .heading-action-5266 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .short_db03 .heading-action-5266:last-of-type {
    margin-bottom: 0;
  }
}
.short_db03 .heading-action-5266 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.short_db03 .heading-action-5266 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.short_db03 .heading-action-5266 ul li {
  margin: 0 0 0.6em;
}
.short_db03 .heading-action-5266 ul li.backdrop_hard_32a3,
.short_db03 .heading-action-5266 ul li.fresh_73fb {
  position: relative;
}
.short_db03 .heading-action-5266 ul li.backdrop_hard_32a3 .border-narrow-08dd,
.short_db03 .heading-action-5266 ul li.fresh_73fb .border-narrow-08dd {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.short_db03 .heading-action-5266 ul li.backdrop_hard_32a3:after:after,
.short_db03 .heading-action-5266 ul li.backdrop_hard_32a3:after:before,
.short_db03
  .heading-action-5266
  ul
  li.fresh_73fb:after:after,
.short_db03
  .heading-action-5266
  ul
  li.fresh_73fb:after:before {
  content: "";
  display: table;
}
.short_db03 .heading-action-5266 ul li.backdrop_hard_32a3:after:after,
.short_db03
  .heading-action-5266
  ul
  li.fresh_73fb:after:after {
  clear: both;
}
.short_db03 .heading-action-5266 a.hidden-east-3a3e:hover {
  text-decoration: none;
}
.short_db03 .heading-action-5266 select {
  max-width: 100%;
}
.short_db03 .heading-action-5266 table {
  font-size: 85%;
}
.short_db03 .heading-action-5266 table td,
.short_db03 .heading-action-5266 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.short_db03 .heading-action-5266 table tfoot td {
  text-align: left;
}
.short_db03 .heading-action-5266 :last-child {
  margin-bottom: 0;
}
.short_db03 .heading-action-5266 .heading-e43f {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.short_db03 .heading-action-5266 .heading-e43f label {
  width: 100%;
}
.short_db03 .heading-action-5266 .heading-e43f .section_905d {
  width: 100%;
  display: block;
}
.short_db03 .heading-action-5266 .heading-e43f .simple_1237 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.short_db03 .heading-action-5266 .heading-e43f .simple_1237:hover svg #svg-search {
  fill: #444;
}
.short_db03 .heading-action-5266 .heading-e43f .simple_1237 svg {
  width: 18px;
  height: 18px;
}
.short_db03 .disabled-f1b7 ul ul,
.short_db03 .glass_c8f8 ul ul,
.short_db03 .description_cafd ul ul,
.short_db03 .focus-simple-d86e ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.short_db03 .disabled-f1b7 .carousel_d026 > a,
.short_db03 .glass_c8f8 .carousel_d026 > a,
.short_db03 .description_cafd .carousel_d026 > a,
.short_db03 .focus-simple-d86e .carousel_d026 > a {
  margin-bottom: 0;
}
.short_db03 .banner_ef59 li,
.short_db03 .disabled-f1b7 li,
.short_db03 .south-3a62 li,
.short_db03 .glass_c8f8 li,
.short_db03 .description_cafd li,
.short_db03 .focus-simple-d86e li,
.short_db03 .mini-6aa1 li,
.short_db03 .surface-focused-a838 li {
  display: block;
  position: relative;
}
.short_db03 .banner_ef59 li:last-child,
.short_db03 .disabled-f1b7 li:last-child,
.short_db03 .south-3a62 li:last-child,
.short_db03 .glass_c8f8 li:last-child,
.short_db03 .description_cafd li:last-child,
.short_db03 .focus-simple-d86e li:last-child,
.short_db03 .mini-6aa1 li:last-child,
.short_db03 .surface-focused-a838 li:last-child {
  border: none;
}
.short_db03 .banner_ef59 li a,
.short_db03 .disabled-f1b7 li a,
.short_db03 .south-3a62 li a,
.short_db03 .glass_c8f8 li a,
.short_db03 .description_cafd li a,
.short_db03 .focus-simple-d86e li a,
.short_db03 .mini-6aa1 li a,
.short_db03 .surface-focused-a838 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.short_db03 .banner_ef59 li ul li::before,
.short_db03 .disabled-f1b7 li ul li::before,
.short_db03 .south-3a62 li ul li::before,
.short_db03 .glass_c8f8 li ul li::before,
.short_db03 .description_cafd li ul li::before,
.short_db03 .focus-simple-d86e li ul li::before,
.short_db03 .mini-6aa1 li ul li::before,
.short_db03 .surface-focused-a838 li ul li::before {
  left: 15px;
}
.short_db03 .banner_ef59 li ul a,
.short_db03 .disabled-f1b7 li ul a,
.short_db03 .south-3a62 li ul a,
.short_db03 .glass_c8f8 li ul a,
.short_db03 .description_cafd li ul a,
.short_db03 .focus-simple-d86e li ul a,
.short_db03 .mini-6aa1 li ul a,
.short_db03 .surface-focused-a838 li ul a {
  padding-left: 20px;
}
.short_db03 .banner_ef59 li ul ul li::before,
.short_db03 .disabled-f1b7 li ul ul li::before,
.short_db03 .south-3a62 li ul ul li::before,
.short_db03 .glass_c8f8 li ul ul li::before,
.short_db03 .description_cafd li ul ul li::before,
.short_db03 .focus-simple-d86e li ul ul li::before,
.short_db03 .mini-6aa1 li ul ul li::before,
.short_db03 .surface-focused-a838 li ul ul li::before {
  left: 30px;
}
.short_db03 .banner_ef59 li ul ul a,
.short_db03 .disabled-f1b7 li ul ul a,
.short_db03 .south-3a62 li ul ul a,
.short_db03 .glass_c8f8 li ul ul a,
.short_db03 .description_cafd li ul ul a,
.short_db03 .focus-simple-d86e li ul ul a,
.short_db03 .mini-6aa1 li ul ul a,
.short_db03 .surface-focused-a838 li ul ul a {
  padding-left: 40px;
}
.short_db03 .right_3b5f li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.short_db03 .surface-focused-a838 ul li {
  margin-bottom: 1.41575em;
}
.short_db03 .surface-focused-a838 ul li .container_18fb {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.short_db03 .surface-focused-a838 ul li .dim_4354 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.column-47a5 .banner_ef59 li a,
.column-47a5 .disabled-f1b7 li a,
.column-47a5 .south-3a62 li a,
.column-47a5 .glass_c8f8 li a,
.column-47a5 .description_cafd li a,
.column-47a5 .focus-simple-d86e li a,
.column-47a5 .mini-6aa1 li a,
.column-47a5 .surface-focused-a838 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-47a5 .right_3b5f li {
  border-color: rgba(255, 255, 255, 0.08);
}
.column-47a5 .heading-action-5266 ul li.backdrop_hard_32a3 .border-narrow-08dd,
.column-47a5 .heading-action-5266 ul li.fresh_73fb .border-narrow-08dd {
  background: rgba(0, 0, 0, 0.2);
}
.column-47a5 .short_db03 .heading-action-5266 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li {
  margin: 0;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li ul {
  margin: 0;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li ul li a {
  padding-left: 15px;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li ul li li a {
  padding-left: 30px;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li.badge_orange_268f > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li.badge_orange_268f > 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;
}
.frame-action-fda4 .short_db03 .link-dirty-c4e3 li.badge_orange_268f > 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;
}
.focus-iron-f36d a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.new_d938 {
  position: relative;
  z-index: 10;
}
.new_d938 .footer-859a {
  width: 100%;
  max-width: 100%;
}
.alert-dd9c .cold-d91f {
  padding-top: 2em;
  padding-bottom: 2em;
}
.alert-dd9c .orange-9295 {
}
.alert-dd9c .column-47a5 {
  background: #292929;
}
.focused-c383 .cold-d91f {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.focused-c383 .orange-9295 {
  background: #f9f9f9;
}
.focused-c383 .column-47a5 {
  background: #303030;
}
.item_c2fd .cold-d91f {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .item_c2fd .action_5029 {
    margin-bottom: 1em;
  }
  .item_c2fd .action_5029:last-child {
    margin-bottom: 0;
  }
}
.item_c2fd .orange-9295 {
  background: #ededed;
}
.item_c2fd .column-47a5 {
  background: #1a1a1a;
}
.cold-d91f.orange-9295 {
  color: rgba(0, 0, 0, 0.6);
}
.cold-d91f.orange-9295 .warm-9039 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.cold-d91f.column-47a5 {
  color: rgba(255, 255, 255, 0.99);
}
.cold-d91f.column-47a5 a:not(.hidden-east-3a3e) {
  color: rgba(255, 255, 255, 0.79);
}
.cold-d91f.column-47a5 a:not(.hidden-east-3a3e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.cold-d91f.column-47a5 .warm-9039 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.cold-d91f.column-47a5 table tbody td,
.cold-d91f.column-47a5 table th {
  background: rgba(0, 0, 0, 0.08);
}
.preview_cb60.accordion_lower_2b93 .focus_motion_7ab5 {
  max-width: initial;
}
.preview_cb60 .brown-84cc {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.preview_cb60 .brown-84cc .footer-859a {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .preview_cb60 .brown-84cc .footer-859a {
    display: block;
    margin-bottom: 2em;
  }
  .preview_cb60 .brown-84cc .footer-859a:last-child {
    margin-bottom: 0;
  }
}
.item_c2fd .action_5029:last-child,
.focused-c383 .action_5029:last-child,
.alert-dd9c .action_5029:last-child {
  margin-bottom: 0;
}
.item_c2fd .action_5029 .short_db03 .heading-action-5266:last-child,
.focused-c383 .action_5029 .short_db03 .heading-action-5266:last-child,
.alert-dd9c .action_5029 .short_db03 .heading-action-5266:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .item_c2fd .progress-f5b5,
  .item_c2fd .tiny-93c5,
  .focused-c383 .progress-f5b5,
  .focused-c383 .tiny-93c5,
  .alert-dd9c .progress-f5b5,
  .alert-dd9c .tiny-93c5 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .new_d938 .action_5029 {
    margin-bottom: 2em;
  }
}
.new_d938 p:last-child {
  margin-bottom: 0;
}
.new_d938 li,
.new_d938 ul {
  list-style: none;
  margin: 0;
}
.new_d938 ul ul {
  margin-left: 2.617924em;
}
.avatar-7550 {
  font-size: 0.875em;
}

/* css-noise: 9844 */
.promo-block-v2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
