/*!
Theme Name: Customify
Theme URI: https://pressmaximum.center_f22e/customify
Author: WPCustomify
Author URI: https://pressmaximum.center_f22e
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.center_f22e/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.box-pro-9c46.image_short_798a/licenses/gpl-2.0.solid_f862
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.sidebar_first_77e3/, (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.layout_8cf3.description_lite_5afa/normalize.motion-6d43/
 ======
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.motion-6d43 v7.0.0 | MIT License | github.center_f22e/necolas/normalize.motion-6d43 */
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;
}
.alert_df5c .layout_6328,
.search_green_c29e,
.in-b369,
.banner-dim-c918,
.content_d6d8,
.hero-liquid-a825,
.video_copper_dac9,
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;
}
.search_green_c29e,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .search_green_c29e,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .search_green_c29e,
  h1 {
    font-size: 1.8em;
  }
}
.in-b369,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.in-b369 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .in-b369,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .in-b369,
  h2 {
    font-size: 1.7em;
  }
}
.banner-dim-c918,
h3 {
  font-size: 1.618em;
}
.alert_df5c .layout_6328,
.content_d6d8,
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.link_cold_335e {
  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;
}
.progress_dfc2:after,
.progress_dfc2:before,
.component_3dd4:after,
.component_3dd4:before {
  content: "";
  display: table;
}
.progress_dfc2:after,
.component_3dd4:after {
  clear: both;
}
.module_c9b3 {
  float: right;
  margin-right: 0;
}
.thumbnail_mini_3e22 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.preview_f683 .progress_dark_276b,
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;
}
.preview_f683 .progress_dark_276b: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;
}
.image-55c7 .progress_dark_276b {
  box-shadow: none;
}
.image-55c7
  .progress_dark_276b
  .modal_8c72 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.image-55c7 .progress_dark_276b .current_971c {
  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;
}
.image-55c7
  .progress_dark_276b
  .current_971c
  b {
  display: none;
}
.image-55c7 .tooltip-abe2 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.tag-top-bf3c:not(.medium_2e2d):not(.pagination_solid_6ff7),
button:not(.medium_2e2d):not(.pagination_solid_6ff7),
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ) {
  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;
}
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):hover,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):hover,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):hover,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):hover,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):active,
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):active,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):active,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):active,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):active,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus {
  outline: 0;
}
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554 {
  position: relative;
}
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .north_a2b4,
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .grid_4097,
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .button-0a5a,
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  i,
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  svg,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .north_a2b4,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .grid_4097,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .button-0a5a,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  i,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  svg,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .north_a2b4,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .grid_4097,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .button-0a5a,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  i,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  svg,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .north_a2b4,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .grid_4097,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .button-0a5a,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  i,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  svg,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .north_a2b4,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .grid_4097,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  .button-0a5a,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  i,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554
  svg {
  visibility: hidden;
}
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554:after,
button:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554:after,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554:after,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554:after,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ).fn-loading-9554: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;
}
.tag-top-bf3c:not(.medium_2e2d):not(.pagination_solid_6ff7),
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ) {
  color: #fff;
  background: #235787;
}
.tag-top-bf3c:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
input[type="button"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
input[type="reset"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus,
input[type="submit"]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ):focus {
  color: #fff;
}
.tag-top-bf3c.fn-disabled-9554:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
.tag-top-bf3c[disabled]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
button.fn-disabled-9554:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ),
button[disabled]:not(.medium_2e2d):not(
    .pagination_solid_6ff7
  ) {
  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;
}
.sidebar_377c {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.sidebar_377c: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;
}
.paragraph-35e1 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.paragraph-7861 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.full_6eba {
  clear: both;
  display: block;
  margin: 0 auto;
}
.progress_dfc2:after,
.progress_dfc2:before,
.center-9bbd:after,
.center-9bbd:before,
.lower_e15b:after,
.lower_e15b:before,
.cool-cdd3:after,
.cool-cdd3:before,
.avatar-south-2ef3:after,
.avatar-south-2ef3:before,
.accent-in-c435:after,
.accent-in-c435:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.progress_dfc2:after,
.center-9bbd:after,
.lower_e15b:after,
.cool-cdd3:after,
.avatar-south-2ef3:after,
.accent-in-c435:after {
  clear: both;
}
.center-9bbd .background-fixed-75ac,
.lower_e15b .background-fixed-75ac,
.notification_c97c .background-fixed-75ac {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.outline-4914 {
  display: inline-block;
}
.center_5c6b {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.center_5c6b img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center_5c6b .summary-e2ca {
  padding: 1em 0;
  font-size: 85%;
}
.summary-e2ca {
  text-align: left;
  font-style: italic;
  color: #999;
}
.pagination-basic-8858 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.pagination-basic-8858:after,
.pagination-basic-8858:before {
  content: "";
  display: table;
}
.pagination-basic-8858:after {
  clear: both;
}
.panel_47d1 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.heading_2261 .panel_47d1 {
  max-width: 50%;
}
.tertiary_1b54 .panel_47d1 {
  max-width: 33.33%;
}
.hidden-cool-cb0b .panel_47d1 {
  max-width: 25%;
}
.bottom-978e .panel_47d1 {
  max-width: 20%;
}
.simple_389d .panel_47d1 {
  max-width: 16.66%;
}
.hover-f7c1 .panel_47d1 {
  max-width: 14.28%;
}
.active_11ec .panel_47d1 {
  max-width: 12.5%;
}
.menu_95ee .panel_47d1 {
  max-width: 11.11%;
}
.surface_selected_04a1 {
  display: block;
}
.alert_df5c .icon-a1b3 label,
.alert_df5c .overlay_d2b3 label,
.alert_df5c .main-1fa3 label,
.alert_df5c .active-5c9d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pattern-be19 {
  list-style: none;
  margin: 0;
}
.pattern-be19 article.nav-up-ff54 {
  margin-bottom: 0;
}
.pattern-be19 ul {
  list-style: none;
  margin: 0;
}
.pattern-be19 .highlight_dim_bc5e li.nav-up-ff54 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pattern-be19 .highlight_dim_bc5e li.nav-up-ff54 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pattern-be19 .highlight_dim_bc5e li.nav-up-ff54: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) {
  .pattern-be19 .highlight_dim_bc5e li.nav-up-ff54 li.nav-up-ff54 li.nav-up-ff54 li.nav-up-ff54 {
    padding-left: 0;
  }
}
article.nav-up-ff54 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.nav-up-ff54 .center-9bbd p:last-of-type {
  margin-bottom: 0;
}
article.nav-up-ff54 .alert_over_ecb8 {
  float: left;
}
article.nav-up-ff54 .main_orange_6c33 {
  margin-left: 85px;
}
article.nav-up-ff54 .pagination-24e8 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.nav-up-ff54 .pagination-24e8 .border-da7b {
  margin-left: 10px;
}
article.nav-up-ff54 .filter_a8cc {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.nav-up-ff54 .slow-79b2 {
  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 .icon-a1b3,
  #respond .main-1fa3,
  #respond .active-5c9d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .icon-a1b3 input,
#respond .main-1fa3 input,
#respond .active-5c9d input {
  width: 100%;
}
#respond .active-5c9d {
  margin-right: 0;
}
#respond .small_3c87 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.column-a662 {
  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;
}
.column-a662.simple_24f2 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.column-a662 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%);
}
.column-a662:focus,
.column-a662: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);
}
.component-stone-d38e {
  border-radius: 10%;
}
.notification-first-7fcc {
  border-radius: 50%;
}
.component-action-1ebc {
  font-size: 0.72em;
}
.article-db46 {
  font-size: 0.875em;
}
.solid_b06e {
  font-size: 1.1em;
}
.card-3252 {
  text-transform: uppercase;
  line-height: 1.2;
}
.card-3252.component-action-1ebc {
  letter-spacing: 0.5px;
}
.info-focused-9d2a,
.info-focused-9d2a a {
  color: #6d6d6d;
}
.info-focused-9d2a a:hover {
  color: #111;
}
.mask_red_adec {
  color: #6d6d6d;
}
.pagination-plasma-2a07 {
  overflow-x: hidden;
}
.pagination-plasma-2a07 .under-0411.bright-5ea3 {
  position: relative;
}
.pagination-plasma-2a07 .under-0411.bright-5ea3.hard-f237 {
  position: initial;
}
.pagination-plasma-2a07
  .under-0411.bright-5ea3.hard-f237
  .dim_24bd {
  left: auto;
}
.pagination-plasma-2a07 .under-0411 .dim_24bd {
  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;
}
.pagination-plasma-2a07 .under-0411:hover.bright-5ea3 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.pagination-plasma-2a07
  .under-0411:hover.bright-5ea3
  .dim_24bd {
  display: block;
  z-index: 9999999;
}
.pagination-plasma-2a07 .frame_3afe .hero_center_0199,
.pagination-plasma-2a07 .stale-a7fd .hero_center_0199 {
  display: none;
}
.pagination-plasma-2a07 .soft_d963 .under-0411:hover.bright-5ea3 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.alert_df5c .icon-a1b3 label,
.alert_df5c .overlay_d2b3 label,
.alert_df5c .main-1fa3 label,
.alert_df5c .active-5c9d label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pattern-be19 {
  list-style: none;
  margin: 0;
}
.pattern-be19 article.nav-up-ff54 {
  margin-bottom: 0;
}
.pattern-be19 ul {
  list-style: none;
  margin: 0;
}
.pattern-be19 .highlight_dim_bc5e li.nav-up-ff54 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pattern-be19 .highlight_dim_bc5e li.nav-up-ff54 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pattern-be19 .highlight_dim_bc5e li.nav-up-ff54: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) {
  .pattern-be19 .highlight_dim_bc5e li.nav-up-ff54 li.nav-up-ff54 li.nav-up-ff54 li.nav-up-ff54 {
    padding-left: 0;
  }
}
article.nav-up-ff54 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.nav-up-ff54 .center-9bbd p:last-of-type {
  margin-bottom: 0;
}
article.nav-up-ff54 .alert_over_ecb8 {
  float: left;
}
article.nav-up-ff54 .main_orange_6c33 {
  margin-left: 85px;
}
article.nav-up-ff54 .pagination-24e8 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.nav-up-ff54 .pagination-24e8 .border-da7b {
  margin-left: 10px;
}
article.nav-up-ff54 .filter_a8cc {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.nav-up-ff54 .slow-79b2 {
  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 .icon-a1b3,
  #respond .main-1fa3,
  #respond .active-5c9d {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .icon-a1b3 input,
#respond .main-1fa3 input,
#respond .active-5c9d input {
  width: 100%;
}
#respond .active-5c9d {
  margin-right: 0;
}
#respond .small_3c87 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.frame_3afe .modal-basic-4a85 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.modal-basic-4a85 .gas_88ba.title_699b .easy-58f2 > li > a:focus,
.modal-basic-4a85 .gas_88ba.title_699b .easy-58f2 > li > a:hover,
.modal-basic-4a85 .gas_88ba.logo-0e63 .easy-58f2 > li > a:focus,
.modal-basic-4a85 .gas_88ba.logo-0e63 .easy-58f2 > li > a:hover,
.modal-basic-4a85 .gas_88ba.gold-e6ac .easy-58f2 > li > a:focus,
.modal-basic-4a85 .gas_88ba.gold-e6ac .easy-58f2 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.modal-basic-4a85
  .gas_88ba.title_699b
  .easy-58f2
  > li.icon_70fd
  > a,
.modal-basic-4a85
  .gas_88ba.title_699b
  .easy-58f2
  > li.badge_in_0815
  > a,
.modal-basic-4a85
  .gas_88ba.logo-0e63
  .easy-58f2
  > li.icon_70fd
  > a,
.modal-basic-4a85
  .gas_88ba.logo-0e63
  .easy-58f2
  > li.badge_in_0815
  > a,
.modal-basic-4a85
  .gas_88ba.gold-e6ac
  .easy-58f2
  > li.icon_70fd
  > a,
.modal-basic-4a85 .gas_88ba.gold-e6ac .easy-58f2 > li.rough-e75b > a {
  color: rgba(255, 255, 255, 0.99);
}
.modal-basic-4a85 .module_884e,
.modal-basic-4a85 .module_884e a {
  color: rgba(255, 255, 255, 0.99);
}
.modal-basic-4a85 .heading_steel_dbd9.menu_d1e1 li a,
.modal-basic-4a85 .white-b937 a,
.modal-basic-4a85 .search_up_151d,
.modal-basic-4a85 .easy-58f2 > li > a,
.modal-basic-4a85 .tertiary_9f1d {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85 .heading_steel_dbd9.menu_d1e1 li a:hover,
.modal-basic-4a85 .white-b937 a:hover,
.modal-basic-4a85 .search_up_151d:hover,
.modal-basic-4a85 .easy-58f2 > li > a:hover,
.modal-basic-4a85 .tertiary_9f1d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.modal-basic-4a85 .primary-649f {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85 .primary-649f .content-e3a7 {
  color: rgba(255, 255, 255, 0.99);
}
.modal-basic-4a85 .primary-649f:hover {
  color: rgba(255, 255, 255, 0.99);
}
.modal-basic-4a85 .card-a0d7 .text-pressed-8ef6 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85 .card-a0d7 .text-pressed-8ef6 .primary-right-e172 {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85
  .card-a0d7
  .text-pressed-8ef6
  .primary-right-e172::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85
  .card-a0d7
  .text-pressed-8ef6
  .primary-right-e172:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85
  .card-a0d7
  .text-pressed-8ef6
  .primary-right-e172::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85
  .card-a0d7
  .text-pressed-8ef6
  .primary-right-e172::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85 .card-a0d7 .focused_e332 {
  color: rgba(255, 255, 255, 0.79);
}
.modal-basic-4a85 .card-a0d7 .focused_e332:hover {
  color: rgba(255, 255, 255, 0.99);
}
.image-stone-f163
  .modal-basic-4a85
  .card-a0d7
  .picture-out-28e0
  .notification-soft-b7d5 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.image-stone-f163
  .modal-basic-4a85
  .card-a0d7
  .picture-out-28e0
  .primary-right-e172 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.frame_3afe .progress-copper-ce3b {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.progress-copper-ce3b .gas_88ba.title_699b .easy-58f2 > li > a:focus,
.progress-copper-ce3b .gas_88ba.title_699b .easy-58f2 > li > a:hover,
.progress-copper-ce3b .gas_88ba.logo-0e63 .easy-58f2 > li > a:focus,
.progress-copper-ce3b .gas_88ba.logo-0e63 .easy-58f2 > li > a:hover,
.progress-copper-ce3b .gas_88ba.gold-e6ac .easy-58f2 > li > a:focus,
.progress-copper-ce3b .gas_88ba.gold-e6ac .easy-58f2 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.progress-copper-ce3b
  .gas_88ba.title_699b
  .easy-58f2
  > li.icon_70fd
  > a,
.progress-copper-ce3b
  .gas_88ba.title_699b
  .easy-58f2
  > li.badge_in_0815
  > a,
.progress-copper-ce3b
  .gas_88ba.logo-0e63
  .easy-58f2
  > li.icon_70fd
  > a,
.progress-copper-ce3b
  .gas_88ba.logo-0e63
  .easy-58f2
  > li.badge_in_0815
  > a,
.progress-copper-ce3b
  .gas_88ba.gold-e6ac
  .easy-58f2
  > li.icon_70fd
  > a,
.progress-copper-ce3b .gas_88ba.gold-e6ac .easy-58f2 > li.rough-e75b > a {
  color: rgba(0, 0, 0, 0.8);
}
.progress-copper-ce3b .module_884e,
.progress-copper-ce3b .module_884e a {
  color: rgba(0, 0, 0, 0.8);
}
.progress-copper-ce3b .heading_steel_dbd9.menu_d1e1 li a,
.progress-copper-ce3b .white-b937 a,
.progress-copper-ce3b .search_up_151d,
.progress-copper-ce3b .easy-58f2 > li > a,
.progress-copper-ce3b .tertiary_9f1d {
  color: rgba(0, 0, 0, 0.55);
}
.progress-copper-ce3b .heading_steel_dbd9.menu_d1e1 li a:hover,
.progress-copper-ce3b .white-b937 a:hover,
.progress-copper-ce3b .search_up_151d:hover,
.progress-copper-ce3b .easy-58f2 > li > a:hover,
.progress-copper-ce3b .tertiary_9f1d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.progress-copper-ce3b .primary-649f {
  color: rgba(0, 0, 0, 0.55);
}
.progress-copper-ce3b .primary-649f .content-e3a7 {
  color: rgba(0, 0, 0, 0.8);
}
.progress-copper-ce3b .primary-649f:hover {
  color: rgba(0, 0, 0, 0.8);
}
.info-2ef5 .hidden_0aa1 {
  margin-left: auto;
  margin-right: auto;
}
.lower_e15b > * {
  margin-left: auto;
  margin-right: auto;
}
.lower_e15b .paragraph-35e1 {
  margin-right: 1.41575em;
}
.component-stale-0178 .lower_e15b > .icon-ff53 {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.component-stale-0178 .lower_e15b > .smooth-0a4c {
  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;
}
.preview_25ed.info-2ef5 .hidden_0aa1,
.info_590f.info-2ef5 .hidden_0aa1 {
  margin-left: 0;
}
.main-99ae.info-2ef5 .hidden_0aa1,
.frame-937b.info-2ef5 .hidden_0aa1 {
  margin-right: 0;
}
.lower_e15b ol,
.lower_e15b ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.notification_hard_fdab video {
  max-width: 100%;
}
.tall-867d img {
  display: block;
}
.tall-867d.paragraph-35e1,
.tall-867d.paragraph-7861 {
  width: 100%;
}
.tall-867d.smooth-0a4c img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.background-slow-7542:not(.lite_ab66) {
  margin: 1.5em auto;
}
.tall-be33 p {
  padding: 1.5em 14px;
}
ul.modal_8bbc.smooth-0a4c,
ul.modal_8bbc.icon-ff53,
ul.modal_8bbc.detail-hard-c6be.icon-ff53 {
  padding: 0 14px;
}
.hot_edbe {
  display: block;
  overflow-x: auto;
}
.hot_edbe table {
  border-collapse: collapse;
  width: 100%;
}
.hot_edbe td,
.hot_edbe th {
  padding: 0.5em;
}
.lower_e15b li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.lower_e15b ol ol,
.lower_e15b ol ul,
.lower_e15b ul ol,
.lower_e15b ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.lower_e15b ol ol li,
.lower_e15b ol ul li,
.lower_e15b ul ol li,
.lower_e15b ul ul li {
  margin-left: 0;
}
.huge_5da2.solid-c84a > .card-4a68 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.huge_5da2.solid-c84a > .card-4a68 iframe,
.huge_5da2.solid-c84a > .card-4a68 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.preview-inner-4443 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.preview-inner-4443.wide_9dea {
  padding: 0;
}
.preview-inner-4443.wide_9dea cite {
  font-size: 13px;
}
.preview-inner-4443 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.preview-inner-4443 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.description_dynamic_97d1 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.description_dynamic_97d1 > p:first-child {
  margin-top: 0;
}
.description_dynamic_97d1 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.description_dynamic_97d1 blockquote {
  border-left: 0;
}
.button-118b {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.button-118b:not(.active_yellow_ed46) {
  max-width: 100px;
}
.button-118b.photo_blue_476b {
  border-bottom: none !important;
  text-align: center;
}
.button-118b.photo_blue_476b::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .tall-be33 p {
    padding: 1.5em 0;
  }
}
.list-f763 {
  color: #0073aa;
}
.content-f1a8 {
  background-color: #0073aa;
}
.shade-red-8337 {
  color: #229fd8;
}
.bright_2b5a {
  background-color: #229fd8;
}
.box_easy_542d {
  color: #eee;
}
.avatar_8438 {
  background-color: #eee;
}
.nav_d56e {
  color: #444;
}
.avatar-over-a4cc {
  background-color: #444;
}
.iron-4694 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.iron-4694 .tertiary-b89b .white-b937 {
  font-size: 15px;
}
.iron-4694 .white-b937 {
  line-height: 1.3;
}
.iron-4694 .progress-copper-ce3b {
}
.iron-4694 .modal-basic-4a85 {
  background: #235787;
}
.paragraph-first-aa65 {
  padding: 0;
}
.paragraph-first-aa65 .modal-basic-4a85 {
  background: #1a1a1a;
}
.paragraph-first-aa65 .progress-copper-ce3b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.first_2745 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.first_2745 .progress-copper-ce3b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.first_2745 .modal-basic-4a85 {
  background: #303030;
}
.accent-in-c435 {
  position: relative;
  z-index: 10;
}
.accent-in-c435 .east-3153 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.search_hard_5cd6 .bright-5ea3 {
  display: inline-block;
  vertical-align: middle;
}
.search_hard_5cd6.alert_action_6063 .bright-5ea3 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .search_hard_5cd6.alert_action_6063 .bright-5ea3 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .search_hard_5cd6.alert_action_6063 .bright-5ea3 {
    margin-right: 0.4em;
  }
}
.search_hard_5cd6.alert_action_6063 .bright-5ea3:last-child {
  margin-right: 0;
}
.huge-5952 .east-3153 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .frame_3afe .tertiary-b89b {
    margin: 0 -0.5em;
  }
  .frame_3afe .tertiary-b89b [class*="customify-col-"],
  .frame_3afe .tertiary-b89b [class*="customify-col_"],
  .frame_3afe .tertiary-b89b [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.frame_3afe.surface_1a35 .east-3153 {
  background: 0 0 !important;
}
.frame_3afe.surface_1a35 .east-3153,
.frame_3afe.huge-5952 .east-3153 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .frame_3afe.filter_5384 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.frame_3afe.huge-5952 .east-3153 {
  box-shadow: none !important;
}
.heading-b8db {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .heading-b8db {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .heading-b8db {
    padding: 18px 0 20px;
  }
}
.heading-b8db .paragraph-white-0ff2 {
  width: 100%;
}
.heading-b8db .slow_de28 {
  margin-bottom: 0;
}
.heading-b8db .section_left_56f2 {
  margin-top: 5px;
  font-size: 0.875em;
}
.banner-8bf6 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.banner-8bf6 .hover-65e7 {
  width: 100%;
}
.stone_3f90 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.stone_3f90 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.stone_3f90 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;
}
.stone_3f90 li:last-child:after {
  display: none;
}
.stone_3f90 li a {
  font-weight: 500;
  margin-right: 10px;
}
.logo-silver-b42d .hero_center_0199 button,
.heading-b8db .hero_center_0199 button {
  left: 0;
}
.logo-silver-b42d .hover-65e7,
.heading-b8db .hover-65e7 {
  padding-left: 0;
  padding-right: 0;
}
.logo-silver-b42d .banner-8bf6,
.heading-b8db .banner-8bf6 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.logo-silver-b42d {
  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;
}
.logo-silver-b42d: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;
}
.logo-silver-b42d .upper_ef7f {
  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) {
  .logo-silver-b42d .upper_ef7f {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .logo-silver-b42d .upper_ef7f {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .logo-silver-b42d .upper_ef7f {
    min-height: 200px;
  }
}
.logo-silver-b42d .stone_3f90 {
  color: rgba(255, 255, 255, 0.8);
}
.logo-silver-b42d .stone_3f90 a,
.logo-silver-b42d .stone_3f90 li:after {
  color: inherit;
}
.logo-silver-b42d .stone_3f90 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.thick-b557 {
  margin-bottom: 0.5em;
}
.gold-7cf8 {
  margin-bottom: 1.2em;
}
.gold-7cf8,
.thick-b557 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.gold-7cf8 p:last-child,
.thick-b557 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .hero_center_0199,
#masthead .hero_center_0199 {
  display: none;
}
#masthead
  > .hero_center_0199.label-under-7a4c {
  display: none;
}
#masthead > .hero_center_0199 button {
  left: 0;
}
.dark-c65a {
  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%;
}
.dark-c65a .bright-5ea3 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.dark-c65a .row-over-94fb {
  display: -webkit-box;
  display: flex;
}
.dark-c65a .row-over-94fb.north-91c4 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.dark-c65a .row-over-94fb.search-1c69 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dark-c65a .row-over-94fb.shade-inner-375b {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dark-c65a.hover_a26a.popup-37a8 .row-over-94fb.north-91c4 {
  flex-basis: 100%;
}
.dark-c65a.outer_37fa .row-over-94fb.search-1c69 {
  -webkit-box-flex: 1;
  flex: auto;
}
.dark-c65a.outer_37fa .row-over-94fb.shade-inner-375b {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .hero_center_0199.label-under-7a4c {
  display: none;
}
#masthead > .hero_center_0199 button {
  left: 0;
}
.south_0397 {
  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;
}
.south_0397:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.south_0397.layout_01a3 i {
  margin-right: 4px;
}
.south_0397.east_9353 i {
  margin-left: 5px;
}
.white-b937 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.white-b937 p:last-child {
  margin-bottom: 0;
}
.pro_ad0b {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.pro_ad0b a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.pro_ad0b img {
  display: block;
  width: auto;
  line-height: 1;
}
.pro_ad0b .module_884e {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.pro_ad0b .active_static_d87e {
  margin: 5px 0 7px 0;
}
.pro_ad0b.section-slow-293c .texture-large-95c4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.pro_ad0b.section-slow-293c .title_orange_342c {
  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;
}
.pro_ad0b.component_2261 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.pro_ad0b.component_2261 .texture-large-95c4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.pro_ad0b.component_2261 .title_orange_342c {
  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;
}
.pro_ad0b.table-f8ca {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.pro_ad0b.logo_ccea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.pro_ad0b.logo_ccea .title_orange_342c {
  margin-top: 7px;
}
.popup_light_3402 {
  display: inline-block;
}
.accent-in-c435 .thumbnail_pink_93c4 .pro_ad0b img {
  max-width: 100%;
}
.gas_88ba .article-6c4c.widget_9a1d,
.logo_a424 .article-6c4c.widget_9a1d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.gas_88ba .tall-4be2,
.logo_a424 .tall-4be2 {
  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%);
}
.gas_88ba .tall-4be2 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.gas_88ba.section-8bb3 .tall-4be2 {
  display: none;
}
.gas_88ba .gradient_gold_2b05 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gas_88ba .gradient_gold_2b05 li {
  display: inline-block;
  position: relative;
}
.gas_88ba .gradient_gold_2b05 li:last-child {
  margin-right: 0;
}
.gas_88ba .gradient_gold_2b05 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;
}
.gas_88ba .gradient_gold_2b05 li.rough-e75b > a {
  color: rgba(0, 0, 0, 0.9);
}
.gas_88ba .gradient_gold_2b05 > 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;
}
.gas_88ba .gradient_gold_2b05 > li > a i {
  line-height: 0;
}
.gas_88ba .gradient_gold_2b05 > li.simple_1274 > a .tall-4be2 {
  margin-left: 4px;
  line-height: 0;
}
.gas_88ba .gradient_gold_2b05 .caption-iron-2c2a li.simple_1274 > a {
  position: relative;
}
.gas_88ba .gradient_gold_2b05 .caption-iron-2c2a li.simple_1274 > a:after,
.gas_88ba .gradient_gold_2b05 .caption-iron-2c2a li.simple_1274 > a:before {
  content: "";
  display: table;
}
.gas_88ba .gradient_gold_2b05 .caption-iron-2c2a li.simple_1274 > a:after {
  clear: both;
}
.gas_88ba .gradient_gold_2b05 .caption-iron-2c2a li.simple_1274 > a .tall-4be2 {
  margin-left: 5px;
  float: right;
}
.gas_88ba .active_4276,
.gas_88ba .caption-iron-2c2a {
  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;
}
.gas_88ba .caption-iron-2c2a {
  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;
}
.gas_88ba .caption-iron-2c2a .widget_9a1d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.gas_88ba .caption-iron-2c2a .tall-4be2 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.gas_88ba .caption-iron-2c2a li {
  display: block;
  margin: 0;
  padding: 0;
}
.gas_88ba .caption-iron-2c2a 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;
}
.gas_88ba .caption-iron-2c2a li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.gas_88ba .caption-iron-2c2a .caption-iron-2c2a {
  top: 0;
  left: 100%;
}
.gas_88ba .focused-e151.fn-focus-9554 > .active_4276,
.gas_88ba .focused-e151.fn-focus-9554 > .caption-iron-2c2a,
.gas_88ba .focused-e151:focus > .active_4276,
.gas_88ba .focused-e151:focus > .caption-iron-2c2a,
.gas_88ba .focused-e151:hover > .active_4276,
.gas_88ba .focused-e151:hover > .caption-iron-2c2a {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.gas_88ba.gold-e6ac .easy-58f2:after,
.gas_88ba.gold-e6ac .easy-58f2:before {
  content: "";
  display: table;
}
.gas_88ba.gold-e6ac .easy-58f2:after {
  clear: both;
}
.gas_88ba.gold-e6ac .easy-58f2 > li {
  float: left;
}
.gas_88ba.purple_194a .easy-58f2:after,
.gas_88ba.purple_194a .easy-58f2:before {
  content: "";
  display: table;
}
.gas_88ba.purple_194a .easy-58f2:after {
  clear: both;
}
.gas_88ba.purple_194a .easy-58f2 > li {
  float: left;
}
.gas_88ba.purple_194a .easy-58f2 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.gas_88ba.purple_194a .easy-58f2 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.gas_88ba.purple_194a .easy-58f2 > li.icon_70fd > a,
.gas_88ba.purple_194a .easy-58f2 > li.rough-e75b > a {
  color: #fff;
  background-color: #1e4b75;
}
.gas_88ba.title_699b .easy-58f2 > li > a .widget_9a1d {
  position: relative;
}
.gas_88ba.title_699b .easy-58f2 > li > a .widget_9a1d: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;
}
.gas_88ba.title_699b
  .easy-58f2
  > li:focus
  > a
  .widget_9a1d:before,
.gas_88ba.title_699b
  .easy-58f2
  > li:hover
  > a
  .widget_9a1d:before {
  width: 100%;
  background-color: currentColor;
}
.gas_88ba.title_699b
  .easy-58f2
  > li.icon_70fd
  > a
  .widget_9a1d:before,
.gas_88ba.title_699b
  .easy-58f2
  > li.badge_in_0815
  > a
  .widget_9a1d:before {
  width: 100%;
  background-color: currentColor;
}
.gas_88ba.logo-0e63 .easy-58f2 > li > a .widget_9a1d {
  position: relative;
}
.gas_88ba.logo-0e63 .easy-58f2 > li > a .widget_9a1d: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;
}
.gas_88ba.logo-0e63 .easy-58f2 > li:focus > a .widget_9a1d:before,
.gas_88ba.logo-0e63
  .easy-58f2
  > li:hover
  > a
  .widget_9a1d:before {
  width: 100%;
  background-color: currentColor;
}
.gas_88ba.logo-0e63
  .easy-58f2
  > li.icon_70fd
  > a
  .widget_9a1d:before,
.gas_88ba.logo-0e63
  .easy-58f2
  > li.badge_in_0815
  > a
  .widget_9a1d:before {
  width: 100%;
  background-color: currentColor;
}
.logo_a424 .gradient_gold_2b05 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.logo_a424 .gradient_gold_2b05 li:first-child > a {
  border-top: none;
}
.logo_a424 .gradient_gold_2b05 .hard-a49b > .widget_9a1d .tall-4be2 {
  display: none;
}
.logo_a424 .gradient_gold_2b05 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.logo_a424 .gradient_gold_2b05 li:last-child {
  border: none;
}
.logo_a424 .gradient_gold_2b05 li.simple_1274 > a {
  padding-right: 45px !important;
}
.logo_a424 .gradient_gold_2b05 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.logo_a424 .gradient_gold_2b05 li a:focus,
.logo_a424 .gradient_gold_2b05 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.logo_a424 .gradient_gold_2b05 li .hero-purple-2aa7 {
  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;
}
.logo_a424 .gradient_gold_2b05 li .hero-purple-2aa7:hover {
  box-shadow: none;
}
.logo_a424 .gradient_gold_2b05 li .hero-purple-2aa7 .tall-4be2 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.logo_a424 .gradient_gold_2b05 .caption-iron-2c2a {
  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);
}
.logo_a424 .gradient_gold_2b05 .caption-iron-2c2a li a {
  padding-left: 3em;
}
.logo_a424 .gradient_gold_2b05 .info_yellow_9929 > a .hero-purple-2aa7 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.logo_a424 .gradient_gold_2b05 .info_yellow_9929 > .caption-iron-2c2a {
  display: block;
  opacity: 1;
}
.breadcrumb-c774 {
  max-width: 100%;
}
.card-9163 {
  line-height: 0;
  cursor: pointer;
}
.tertiary_9f1d {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.tertiary_9f1d:hover {
  box-shadow: none;
  color: currentColor;
}
.tertiary_9f1d svg {
  width: 18px;
  height: 18px;
}
.tertiary_9f1d .tertiary_f8ef {
  display: none;
}
.element_521a {
  position: relative;
}
.element_521a.fn-active-9554 .tertiary_9f1d .list-focused-5731 {
  display: none;
}
.element_521a.fn-active-9554 .tertiary_9f1d .tertiary_f8ef {
  display: inline-block;
}
.element_521a .search-5c17 {
  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);
}
.element_521a.photo_bronze_98a5 .search-5c17 {
  left: auto;
  right: -0.9em;
}
.element_521a.photo_bronze_98a5 .slow_dcf4::before {
  left: auto;
  right: 15px;
}
.element_521a.fn-active-9554 .search-5c17 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.picture-out-28e0 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.picture-out-28e0 label {
  flex-basis: 100%;
}
.picture-out-28e0 .text-pressed-8ef6 {
  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;
}
.picture-out-28e0 .primary-right-e172 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.picture-out-28e0 .primary-right-e172:focus {
  background-color: transparent;
}
.picture-out-28e0 button.focused_e332 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.picture-out-28e0 button.focused_e332:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.picture-out-28e0 button.focused_e332 svg {
  width: 18px;
  height: 18px;
}
.picture-out-28e0 input[type="submit"] {
  min-height: auto;
}
.card-a0d7 .picture-out-28e0 .primary-right-e172 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.slow_dcf4 {
  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) {
  .slow_dcf4 {
    width: 220px;
  }
}
.slow_dcf4 label {
  flex-basis: 100%;
}
.slow_dcf4::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;
}
.image-stone-f163 .card-a0d7 .picture-out-28e0 {
  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;
}
.image-stone-f163
  .card-a0d7
  .picture-out-28e0
  .text-pressed-8ef6 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.image-stone-f163 .card-a0d7 .picture-out-28e0 .primary-right-e172 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.image-stone-f163
  .card-a0d7
  .picture-out-28e0
  .primary-right-e172:focus {
  background: 0 0;
}
.image-stone-f163
  .card-a0d7
  .picture-out-28e0
  .notification-soft-b7d5 {
  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;
}
.heading_steel_dbd9 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.heading_steel_dbd9 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.heading_steel_dbd9 li:last-child {
  margin-right: 0;
}
.heading_steel_dbd9 li:first-child {
  margin-left: 0;
}
.heading_steel_dbd9.status-d703 a {
  color: #fff;
}
.heading_steel_dbd9.status-d703 a:hover {
  color: #fff;
}
.heading_steel_dbd9 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.heading_steel_dbd9 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.heading_steel_dbd9 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.heading_steel_dbd9 a:hover {
  opacity: 0.9;
  color: inherit;
}
.heading_steel_dbd9 [class*="social-icon-apple"] {
  background-color: #999;
}
.heading_steel_dbd9 [class*="social-icon-apple"].column-79ce {
  background-color: transparent;
  color: #999;
}
.heading_steel_dbd9 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.heading_steel_dbd9 [class*="social-icon-behance"].column-79ce {
  background-color: transparent;
  color: #1769ff;
}
.heading_steel_dbd9 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.heading_steel_dbd9 [class*="social-icon-bitbucket"].column-79ce {
  background-color: transparent;
  color: #205081;
}
.heading_steel_dbd9 [class*="social-icon-codepen"] {
  background-color: #000;
}
.heading_steel_dbd9 [class*="social-icon-codepen"].column-79ce {
  background-color: transparent;
  color: #000;
}
.heading_steel_dbd9 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.heading_steel_dbd9 [class*="social-icon-delicious"].column-79ce {
  background-color: transparent;
  color: #39f;
}
.heading_steel_dbd9 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.heading_steel_dbd9 [class*="social-icon-digg"].column-79ce {
  background-color: transparent;
  color: #005be2;
}
.heading_steel_dbd9 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.heading_steel_dbd9 [class*="social-icon-dribbble"].column-79ce {
  background-color: transparent;
  color: #ea4c89;
}
.heading_steel_dbd9 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.heading_steel_dbd9 [class*="social-icon-envelope"].column-79ce {
  background-color: transparent;
  color: #ea4335;
}
.heading_steel_dbd9 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.heading_steel_dbd9 [class*="social-icon-facebook"].column-79ce {
  background-color: transparent;
  color: #3b5998;
}
.heading_steel_dbd9 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.heading_steel_dbd9 [class*="social-icon-flickr"].column-79ce {
  background-color: transparent;
  color: #0063dc;
}
.heading_steel_dbd9 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.heading_steel_dbd9 [class*="social-icon-foursquare"].column-79ce {
  background-color: transparent;
  color: #2d5be3;
}
.heading_steel_dbd9 [class*="social-icon-github"] {
  background-color: #333;
}
.heading_steel_dbd9 [class*="social-icon-github"].column-79ce {
  background-color: transparent;
  color: #333;
}
.heading_steel_dbd9 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.heading_steel_dbd9 [class*="social-icon-google-plus"].column-79ce {
  background-color: transparent;
  color: #dd4b39;
}
.heading_steel_dbd9 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.heading_steel_dbd9 [class*="social-icon-houzz"].column-79ce {
  background-color: transparent;
  color: #7ac142;
}
.heading_steel_dbd9 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.heading_steel_dbd9 [class*="social-icon-instagram"].column-79ce {
  background-color: transparent;
  color: #262626;
}
.heading_steel_dbd9 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.heading_steel_dbd9 [class*="social-icon-jsfiddle"].column-79ce {
  background-color: transparent;
  color: #487aa2;
}
.heading_steel_dbd9 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.heading_steel_dbd9 [class*="social-icon-linkedin"].column-79ce {
  background-color: transparent;
  color: #0077b5;
}
.heading_steel_dbd9 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.heading_steel_dbd9 [class*="social-icon-medium"].column-79ce {
  background-color: transparent;
  color: #00ab6b;
}
.heading_steel_dbd9 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.heading_steel_dbd9
  [class*="social-icon-odnoklassniki"].column-79ce {
  background-color: transparent;
  color: #f4731c;
}
.heading_steel_dbd9 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.heading_steel_dbd9 [class*="social-icon-meetup"].column-79ce {
  background-color: transparent;
  color: #ec1c40;
}
.heading_steel_dbd9 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.heading_steel_dbd9 [class*="social-icon-pinterest"].column-79ce {
  background-color: transparent;
  color: #bd081c;
}
.heading_steel_dbd9 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.heading_steel_dbd9 [class*="social-icon-product-hunt"].column-79ce {
  background-color: transparent;
  color: #da552f;
}
.heading_steel_dbd9 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.heading_steel_dbd9 [class*="social-icon-reddit"].column-79ce {
  background-color: transparent;
  color: #ff4500;
}
.heading_steel_dbd9 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.heading_steel_dbd9 [class*="social-icon-rss"].column-79ce {
  background-color: transparent;
  color: #f26522;
}
.heading_steel_dbd9 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.heading_steel_dbd9
  [class*="social-icon-shopping-cart"].column-79ce {
  background-color: transparent;
  color: #4caf50;
}
.heading_steel_dbd9 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.heading_steel_dbd9 [class*="social-icon-skype"].column-79ce {
  background-color: transparent;
  color: #00aff0;
}
.heading_steel_dbd9 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.heading_steel_dbd9 [class*="social-icon-slideshare"].column-79ce {
  background-color: transparent;
  color: #0077b5;
}
.heading_steel_dbd9 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.heading_steel_dbd9 [class*="social-icon-snapchat"].column-79ce {
  background-color: transparent;
  color: #fffc00;
}
.heading_steel_dbd9 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.heading_steel_dbd9 [class*="social-icon-soundcloud"].column-79ce {
  background-color: transparent;
  color: #f80;
}
.heading_steel_dbd9 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.heading_steel_dbd9 [class*="social-icon-spotify"].column-79ce {
  background-color: transparent;
  color: #2ebd59;
}
.heading_steel_dbd9 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.heading_steel_dbd9
  [class*="social-icon-stack-overflow"].column-79ce {
  background-color: transparent;
  color: #fe7a15;
}
.heading_steel_dbd9 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.heading_steel_dbd9 [class*="social-icon-maldkfgram"].column-79ce {
  background-color: transparent;
  color: #2ca5e0;
}
.heading_steel_dbd9 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.heading_steel_dbd9 [class*="social-icon-tripadvisor"].column-79ce {
  background-color: transparent;
  color: #589442;
}
.heading_steel_dbd9 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.heading_steel_dbd9 [class*="social-icon-tumblr"].column-79ce {
  background-color: transparent;
  color: #35465c;
}
.heading_steel_dbd9 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.heading_steel_dbd9 [class*="social-icon-twitch"].column-79ce {
  background-color: transparent;
  color: #6441a5;
}
.heading_steel_dbd9 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.heading_steel_dbd9 [class*="social-icon-twitter"].column-79ce {
  background-color: transparent;
  color: #1da1f2;
}
.heading_steel_dbd9 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.heading_steel_dbd9 [class*="social-icon-vimeo"].column-79ce {
  background-color: transparent;
  color: #1ab7ea;
}
.heading_steel_dbd9 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.heading_steel_dbd9 [class*="social-icon-vk"].column-79ce {
  background-color: transparent;
  color: #45668e;
}
.heading_steel_dbd9 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.heading_steel_dbd9 [class*="social-icon-weibo"].column-79ce {
  background-color: transparent;
  color: #df2029;
}
.heading_steel_dbd9 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.heading_steel_dbd9 [class*="social-icon-weixin"].column-79ce {
  background-color: transparent;
  color: #7bb32e;
}
.heading_steel_dbd9 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.heading_steel_dbd9 [class*="social-icon-whatsapp"].column-79ce {
  background-color: transparent;
  color: #25d366;
}
.heading_steel_dbd9 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.heading_steel_dbd9 [class*="social-icon-wordpress"].column-79ce {
  background-color: transparent;
  color: #21759b;
}
.heading_steel_dbd9 [class*="social-icon-xing"] {
  background-color: #026466;
}
.heading_steel_dbd9 [class*="social-icon-xing"].column-79ce {
  background-color: transparent;
  color: #026466;
}
.heading_steel_dbd9 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.heading_steel_dbd9 [class*="social-icon-yelp"].column-79ce {
  background-color: transparent;
  color: #af0606;
}
.heading_steel_dbd9 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.heading_steel_dbd9 [class*="social-icon-youtube"].column-79ce {
  background-color: transparent;
  color: #cd201f;
}
.search_up_151d {
  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;
}
.search_up_151d:hover {
  box-shadow: none;
  background: 0 0;
}
.gas_256f {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.description-white-4a1b {
  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;
}
.module_gas_1939 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.tabs-complex-4bdb {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.tabs-complex-4bdb,
.tabs-complex-4bdb::after,
.tabs-complex-4bdb::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;
}
.tabs-complex-4bdb::after,
.tabs-complex-4bdb::before {
  content: "";
  display: block;
  background-color: inherit;
}
.status-blue-dfbb .description-white-4a1b .module_gas_1939 {
  margin-top: -2px;
  width: 19px;
}
.status-blue-dfbb .description-white-4a1b .tabs-complex-4bdb {
  margin-top: -1px;
}
.status-blue-dfbb .description-white-4a1b .tabs-complex-4bdb,
.status-blue-dfbb .description-white-4a1b .tabs-complex-4bdb::after,
.status-blue-dfbb .description-white-4a1b .tabs-complex-4bdb::before {
  width: 19px;
  height: 2px;
}
.status-blue-dfbb .description-white-4a1b .tabs-complex-4bdb::before {
  top: -6px;
}
.status-blue-dfbb .description-white-4a1b .tabs-complex-4bdb::after {
  bottom: -6px;
}
.gallery-5e9d .description-white-4a1b .module_gas_1939 {
  margin-top: -2px;
  width: 22px;
}
.gallery-5e9d .description-white-4a1b .tabs-complex-4bdb {
  margin-top: -1px;
}
.gallery-5e9d .description-white-4a1b .tabs-complex-4bdb,
.gallery-5e9d .description-white-4a1b .tabs-complex-4bdb::after,
.gallery-5e9d .description-white-4a1b .tabs-complex-4bdb::before {
  width: 22px;
  height: 2px;
}
.gallery-5e9d .description-white-4a1b .tabs-complex-4bdb::before {
  top: -7px;
}
.gallery-5e9d .description-white-4a1b .tabs-complex-4bdb::after {
  bottom: -7px;
}
.smooth-a255 .description-white-4a1b .module_gas_1939 {
  margin-top: -2px;
  width: 31px;
}
.smooth-a255 .description-white-4a1b .tabs-complex-4bdb {
  margin-top: -1.5px;
}
.smooth-a255 .description-white-4a1b .tabs-complex-4bdb,
.smooth-a255 .description-white-4a1b .tabs-complex-4bdb::after,
.smooth-a255 .description-white-4a1b .tabs-complex-4bdb::before {
  width: 31px;
  height: 3px;
}
.smooth-a255 .description-white-4a1b .tabs-complex-4bdb::before {
  top: -9px;
}
.smooth-a255 .description-white-4a1b .tabs-complex-4bdb::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .accordion-0a9c .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 19px;
  }
  .accordion-0a9c .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1px;
  }
  .accordion-0a9c .description-white-4a1b .tabs-complex-4bdb,
  .accordion-0a9c .description-white-4a1b .tabs-complex-4bdb::after,
  .accordion-0a9c .description-white-4a1b .tabs-complex-4bdb::before {
    width: 19px;
    height: 2px;
  }
  .accordion-0a9c .description-white-4a1b .tabs-complex-4bdb::before {
    top: -6px;
  }
  .accordion-0a9c .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -6px;
  }
  .narrow-9398 .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 22px;
  }
  .narrow-9398 .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1px;
  }
  .narrow-9398 .description-white-4a1b .tabs-complex-4bdb,
  .narrow-9398 .description-white-4a1b .tabs-complex-4bdb::after,
  .narrow-9398 .description-white-4a1b .tabs-complex-4bdb::before {
    width: 22px;
    height: 2px;
  }
  .narrow-9398 .description-white-4a1b .tabs-complex-4bdb::before {
    top: -7px;
  }
  .narrow-9398 .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -7px;
  }
  .sort-9579 .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 31px;
  }
  .sort-9579 .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1.5px;
  }
  .sort-9579 .description-white-4a1b .tabs-complex-4bdb,
  .sort-9579 .description-white-4a1b .tabs-complex-4bdb::after,
  .sort-9579 .description-white-4a1b .tabs-complex-4bdb::before {
    width: 31px;
    height: 3px;
  }
  .sort-9579 .description-white-4a1b .tabs-complex-4bdb::before {
    top: -9px;
  }
  .sort-9579 .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .picture_eae9 .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 19px;
  }
  .picture_eae9 .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1px;
  }
  .picture_eae9 .description-white-4a1b .tabs-complex-4bdb,
  .picture_eae9 .description-white-4a1b .tabs-complex-4bdb::after,
  .picture_eae9 .description-white-4a1b .tabs-complex-4bdb::before {
    width: 19px;
    height: 2px;
  }
  .picture_eae9 .description-white-4a1b .tabs-complex-4bdb::before {
    top: -6px;
  }
  .picture_eae9 .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -6px;
  }
  .feature-47c3 .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 22px;
  }
  .feature-47c3 .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1px;
  }
  .feature-47c3 .description-white-4a1b .tabs-complex-4bdb,
  .feature-47c3 .description-white-4a1b .tabs-complex-4bdb::after,
  .feature-47c3 .description-white-4a1b .tabs-complex-4bdb::before {
    width: 22px;
    height: 2px;
  }
  .feature-47c3 .description-white-4a1b .tabs-complex-4bdb::before {
    top: -7px;
  }
  .feature-47c3 .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -7px;
  }
  .simple-4e7a .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 31px;
  }
  .simple-4e7a .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1.5px;
  }
  .simple-4e7a .description-white-4a1b .tabs-complex-4bdb,
  .simple-4e7a .description-white-4a1b .tabs-complex-4bdb::after,
  .simple-4e7a .description-white-4a1b .tabs-complex-4bdb::before {
    width: 31px;
    height: 3px;
  }
  .simple-4e7a .description-white-4a1b .tabs-complex-4bdb::before {
    top: -9px;
  }
  .simple-4e7a .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .icon-c46a .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 19px;
  }
  .icon-c46a .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1px;
  }
  .icon-c46a .description-white-4a1b .tabs-complex-4bdb,
  .icon-c46a .description-white-4a1b .tabs-complex-4bdb::after,
  .icon-c46a .description-white-4a1b .tabs-complex-4bdb::before {
    width: 19px;
    height: 2px;
  }
  .icon-c46a .description-white-4a1b .tabs-complex-4bdb::before {
    top: -6px;
  }
  .icon-c46a .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -6px;
  }
  .down-753c .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 22px;
  }
  .down-753c .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1px;
  }
  .down-753c .description-white-4a1b .tabs-complex-4bdb,
  .down-753c .description-white-4a1b .tabs-complex-4bdb::after,
  .down-753c .description-white-4a1b .tabs-complex-4bdb::before {
    width: 22px;
    height: 2px;
  }
  .down-753c .description-white-4a1b .tabs-complex-4bdb::before {
    top: -7px;
  }
  .down-753c .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -7px;
  }
  .shadow-f1ce .description-white-4a1b .module_gas_1939 {
    margin-top: -2px;
    width: 31px;
  }
  .shadow-f1ce .description-white-4a1b .tabs-complex-4bdb {
    margin-top: -1.5px;
  }
  .shadow-f1ce .description-white-4a1b .tabs-complex-4bdb,
  .shadow-f1ce .description-white-4a1b .tabs-complex-4bdb::after,
  .shadow-f1ce .description-white-4a1b .tabs-complex-4bdb::before {
    width: 31px;
    height: 3px;
  }
  .shadow-f1ce .description-white-4a1b .tabs-complex-4bdb::before {
    top: -9px;
  }
  .shadow-f1ce .description-white-4a1b .tabs-complex-4bdb::after {
    bottom: -9px;
  }
}
.chip-fixed-6643 .tabs-complex-4bdb {
  -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);
}
.chip-fixed-6643 .tabs-complex-4bdb::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.chip-fixed-6643 .tabs-complex-4bdb::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);
}
.chip-fixed-6643.title_west_f5af .tabs-complex-4bdb {
  -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);
}
.chip-fixed-6643.title_west_f5af .tabs-complex-4bdb::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.chip-fixed-6643.title_west_f5af .tabs-complex-4bdb::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);
}
.info_b08e {
  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.full-a752:before {
  display: none;
}
.stale-a7fd {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.stale-a7fd .info-action-4bea {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.stale-a7fd .info-action-4bea:last-of-type {
  border-bottom: none;
}
.stale-a7fd .info-action-4bea.popup-a61b,
.stale-a7fd .info-action-4bea.search_pressed_e6cb,
.stale-a7fd .info-action-4bea.hero-4959 {
  padding: 0;
}
.stale-a7fd .logo_a424 .hero-purple-2aa7 {
  color: currentColor;
}
.stale-a7fd .logo_a424 .hero-purple-2aa7:focus,
.stale-a7fd .logo_a424 .hero-purple-2aa7:hover {
  background: rgba(0, 0, 0, 0.01);
}
.stale-a7fd.progress-copper-ce3b .primary-649f,
.stale-a7fd.progress-copper-ce3b .white-b937 a,
.stale-a7fd.progress-copper-ce3b .easy-58f2 a,
.stale-a7fd.progress-copper-ce3b .caption-iron-2c2a a {
  color: rgba(0, 0, 0, 0.55);
}
.stale-a7fd.progress-copper-ce3b .primary-649f:hover,
.stale-a7fd.progress-copper-ce3b .white-b937 a:hover,
.stale-a7fd.progress-copper-ce3b .easy-58f2 a:hover,
.stale-a7fd.progress-copper-ce3b .caption-iron-2c2a a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.stale-a7fd.progress-copper-ce3b .content-e3a7 {
  color: rgba(0, 0, 0, 0.8);
}
.stale-a7fd.progress-copper-ce3b .info-action-4bea {
  border-color: rgba(0, 0, 0, 0.08);
}
.stale-a7fd.progress-copper-ce3b .info-action-4bea:before {
  background: rgba(0, 0, 0, 0.08);
}
.stale-a7fd.progress-copper-ce3b .summary_gold_dc0b:before {
  background: rgba(255, 255, 255, 0.9);
}
.stale-a7fd.progress-copper-ce3b .logo_a424 .gradient_gold_2b05 li a,
.stale-a7fd.progress-copper-ce3b .logo_a424 .hero-purple-2aa7,
.stale-a7fd.progress-copper-ce3b .caption-iron-2c2a {
  border-color: rgba(0, 0, 0, 0.08);
}
.stale-a7fd.progress-copper-ce3b .logo_a424 .hero-purple-2aa7:focus,
.stale-a7fd.progress-copper-ce3b .logo_a424 .hero-purple-2aa7:hover {
  background: rgba(0, 0, 0, 0.01);
}
.stale-a7fd.progress-copper-ce3b .gradient_gold_2b05 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.stale-a7fd.modal-basic-4a85 .primary-649f,
.stale-a7fd.modal-basic-4a85 .white-b937 a,
.stale-a7fd.modal-basic-4a85 .easy-58f2 .hero-purple-2aa7,
.stale-a7fd.modal-basic-4a85 .easy-58f2 a,
.stale-a7fd.modal-basic-4a85 .caption-iron-2c2a a {
  color: rgba(255, 255, 255, 0.79);
}
.stale-a7fd.modal-basic-4a85 .primary-649f:hover,
.stale-a7fd.modal-basic-4a85 .white-b937 a:hover,
.stale-a7fd.modal-basic-4a85 .easy-58f2 .hero-purple-2aa7:hover,
.stale-a7fd.modal-basic-4a85 .easy-58f2 a:hover,
.stale-a7fd.modal-basic-4a85 .caption-iron-2c2a a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.stale-a7fd.modal-basic-4a85 .content-e3a7 {
  color: rgba(255, 255, 255, 0.99);
}
.stale-a7fd.modal-basic-4a85 .info-action-4bea {
  border-color: rgba(255, 255, 255, 0.08);
}
.stale-a7fd.modal-basic-4a85 .info-action-4bea:before {
  background: rgba(255, 255, 255, 0.08);
}
.stale-a7fd.modal-basic-4a85 .summary_gold_dc0b:before {
  background: rgba(0, 0, 0, 0.9);
}
.stale-a7fd.modal-basic-4a85 .logo_a424 .gradient_gold_2b05 li a,
.stale-a7fd.modal-basic-4a85 .logo_a424 .hero-purple-2aa7,
.stale-a7fd.modal-basic-4a85 .caption-iron-2c2a {
  border-color: rgba(255, 255, 255, 0.08);
}
.stale-a7fd.modal-basic-4a85 .logo_a424 .hero-purple-2aa7:focus,
.stale-a7fd.modal-basic-4a85 .logo_a424 .hero-purple-2aa7:hover {
  background: rgba(0, 0, 0, 0.01);
}
.stale-a7fd.modal-basic-4a85 .gradient_gold_2b05 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.summary_gold_dc0b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.summary_gold_dc0b:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.plasma_eef9 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.yellow-58d9 .stale-a7fd {
  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;
}
.yellow-58d9 .info-action-4bea {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.yellow-58d9 .info-action-4bea: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) {
  .yellow-58d9 .info-action-4bea:before {
    width: 16%;
    left: 42%;
  }
}
.yellow-58d9 .info-action-4bea:last-child:before {
  content: none;
}
.yellow-58d9 .info-action-4bea[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.yellow-58d9 .logo_a424 .gradient_gold_2b05 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.yellow-58d9 .logo_a424 .gradient_gold_2b05 li a .hero-purple-2aa7 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.yellow-58d9 .logo_a424 .caption-iron-2c2a {
  border: none;
}
.yellow-58d9 .logo_a424 .caption-iron-2c2a li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.yellow-58d9 .summary_gold_dc0b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.yellow-58d9 .plasma_eef9 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.yellow-58d9 .modal-basic-4a85 .summary_gold_dc0b:before {
  background: rgba(0, 0, 0, 0.9);
}
.yellow-58d9 .progress-copper-ce3b.card-2643 .tabs-complex-4bdb {
  background: rgba(0, 0, 0, 0.6);
}
.yellow-58d9
  .progress-copper-ce3b.card-2643
  .tabs-complex-4bdb::after,
.yellow-58d9
  .progress-copper-ce3b.card-2643
  .tabs-complex-4bdb:before {
  background: inherit;
}
.yellow-58d9
  .progress-copper-ce3b.card-2643:hover
  .tabs-complex-4bdb {
  background: rgba(0, 0, 0, 0.8);
}
.pagination_static_33f9 .stale-a7fd {
  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) {
  .pagination_static_33f9 .stale-a7fd {
    width: auto;
    right: 45px;
  }
}
.green_46a5 .stale-a7fd {
  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) {
  .green_46a5 .stale-a7fd {
    width: auto;
    left: 45px;
  }
}
.full-a752 .stale-a7fd {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.full-a752 .plasma_eef9 {
  max-width: 48em;
  margin: 0 auto;
}
.full-a752 .summary_gold_dc0b:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.picture-wood-8610 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.picture-wood-8610.yellow-58d9 .stale-a7fd {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.picture-wood-8610.pagination_static_33f9 .stale-a7fd {
  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);
}
.picture-wood-8610 .stale-a7fd {
  visibility: visible;
}
.picture-wood-8610.green_46a5 .stale-a7fd {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.steel_1b0b,
.hot-cf0e {
  overflow-x: hidden;
}
.steel_1b0b .stale-a7fd {
  overflow: auto;
}
.steel_1b0b.yellow-58d9 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.steel_1b0b.yellow-58d9 .stale-a7fd {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.steel_1b0b.yellow-58d9 .search_up_151d {
  opacity: 0;
}
.steel_1b0b.pagination_static_33f9 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.steel_1b0b.pagination_static_33f9 .stale-a7fd {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.steel_1b0b.pagination_static_33f9 .search_up_151d {
  opacity: 0;
}
.steel_1b0b.green_46a5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.steel_1b0b.green_46a5 .stale-a7fd {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.steel_1b0b.green_46a5 .search_up_151d {
  opacity: 0;
}
.steel_1b0b.full-a752 .stale-a7fd {
  z-index: 10;
  visibility: visible;
}
.card-2643 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.card-2643 .tabs-complex-4bdb {
  background: rgba(255, 255, 255, 0.99);
}
.card-2643 .tabs-complex-4bdb::after,
.card-2643 .tabs-complex-4bdb:before {
  background: inherit;
}
.card-2643:hover .tabs-complex-4bdb {
  background: rgba(255, 255, 255, 0.99);
}
.green_46a5 .card-2643 {
  top: 10px;
  right: auto;
  left: 12px;
}
.full-a752 .card-2643 {
  display: none !important;
}
.steel_1b0b:before,
.hot-cf0e:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.steel_1b0b .card-2643,
.hot-cf0e .card-2643 {
  display: inline-block;
}
.stale-a7fd .bright-5ea3 {
  -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;
}
.steel_1b0b .stale-a7fd .bright-5ea3,
.hot-cf0e .stale-a7fd .bright-5ea3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tabs-4500 .text-pressed-8ef6 {
  width: 100%;
}
.thumbnail_pink_93c4 {
  padding: 0 0.5em 0;
}
.thumbnail_pink_93c4 [class*="customify-col-"],
.thumbnail_pink_93c4 [class*="customify-col_"],
.thumbnail_pink_93c4 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.south_8fb0 .thumbnail_pink_93c4 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .tertiary-b89b .stone_4c5f,
  .stone_4c5f {
    display: none;
  }
  .dynamic_0405 {
    text-align: left;
  }
  .prev_25bc {
    text-align: center;
  }
  .panel_2894 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .tertiary-b89b .outline-north-a73a,
  .outline-north-a73a {
    display: none;
  }
  .table-liquid-a407 {
    text-align: left;
  }
  .new_3704 {
    text-align: center;
  }
  .center-8536 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .tertiary-b89b .title-b435,
  .title-b435 {
    display: none;
  }
  .tooltip-4f75 {
    text-align: left;
  }
  .thick-2cc1 {
    text-align: center;
  }
  .feature-f9b5 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.picture-short-0424 {
  box-shadow: none !important;
}
.item_abea .feature_blue_040b,
.brown_743e .feature_blue_040b {
  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;
}
.brown_743e .feature_blue_040b {
  margin-top: 30px;
  margin-bottom: 30px;
}
.east-3153 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.east-3153:after,
.east-3153:before {
  content: "";
  display: table;
}
.east-3153:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .east-3153 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.east-3153,
.filter_5384 {
  max-width: 1248px;
  margin: 0 auto;
}

.cool-cdd3.down_8c05 .east-3153 {
  max-width: 100%;
}
.cool-cdd3.banner-8513 {
  max-width: 1200px;
  margin: 0 auto;
}
.cool-cdd3.advanced-b10e .east-3153 {
  max-width: 100%;
}
.cool-cdd3.advanced-b10e > .east-3153 {
  padding-left: 0;
  padding-right: 0;
}
.cool-cdd3.advanced-b10e > .east-3153 .tertiary-b89b {
  margin: 0;
}
.cool-cdd3.advanced-b10e
  > .east-3153
  .advanced-1121.info_current_d1cb {
  margin-right: 0;
  margin-left: 0;
}
.cool-cdd3.advanced-b10e #main.info_current_d1cb {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .detail-b578 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .detail-b578 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .full-fd2a .hidden_0aa1 {
    padding-right: 1em;
  }
  .full-fd2a.paper-330a .advanced-1121 {
    border-right: 1px solid #eaecee;
  }
  .full-fd2a.paper-330a .hidden_0aa1 {
    padding-right: 1em;
  }
  .full-fd2a.paper-330a .frame_3cbd {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .module-6e08 .hidden_0aa1 {
    padding-left: 1em;
  }
  .module-6e08.paper-330a .advanced-1121 {
    border-left: 1px solid #eaecee;
  }
  .module-6e08.paper-330a .hidden_0aa1 {
    padding-left: 1em;
  }
  .module-6e08.paper-330a .frame_3cbd {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .paper-e748 .hidden_0aa1 {
    padding-left: 1em;
  }
  .paper-e748.paper-330a .mask-925f {
    border-right: 1px solid #eaecee;
  }
  .paper-e748.paper-330a .thumbnail-black-10a5 {
    border-right: 1px solid #eaecee;
  }
  .paper-e748.paper-330a .hidden_0aa1 {
    padding-left: 1em;
  }
  .paper-e748.paper-330a .frame_3cbd {
    padding-right: 1em;
  }
  .paper-e748.paper-330a .status-active-c56c {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .panel-b0bd .hidden_0aa1 {
    padding-right: 1em;
  }
  .panel-b0bd.paper-330a .mask-925f {
    border-left: 1px solid #eaecee;
  }
  .panel-b0bd.paper-330a .thumbnail-black-10a5 {
    border-left: 1px solid #eaecee;
  }
  .panel-b0bd.paper-330a .hidden_0aa1 {
    padding-right: 1em;
  }
  .panel-b0bd.paper-330a .frame_3cbd {
    padding-left: 1em;
    padding-right: 1em;
  }
  .panel-b0bd.paper-330a .status-active-c56c {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .detail-b578 .hidden_0aa1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .detail-b578.paper-330a .advanced-1121 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .detail-b578.paper-330a .hidden_0aa1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .detail-b578.paper-330a .frame_3cbd {
    padding-left: 1em;
  }
  .detail-b578.paper-330a .status-active-c56c {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .detail-b578.paper-330a .hidden_0aa1 {
    padding-left: 0;
  }
}
.fresh_175d .search_hard_5cd6 {
  display: inline-block;
}
.disabled-395b {
  display: inline-block;
}
.border_b3ec {
  word-con: break-word;
}
.backdrop-959e > span {
  display: inline-block;
  padding: 5px 0;
}
.backdrop-959e .focus_c573 {
  margin-left: 8px;
  margin-right: 8px;
}
.backdrop-959e .top_e130 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.search_e3f6 .clean-456c {
  margin-bottom: 2em;
}
.search_e3f6 .notice-2c5b {
  margin-bottom: 15px;
}
.search_e3f6 .notice-2c5b:last-child {
  margin-bottom: 0;
}
.search_e3f6 .tertiary-95d1 {
  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) {
  .search_e3f6 .tertiary-95d1 {
    display: block;
  }
}
.search_e3f6 .filter_fb57 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .search_e3f6 .filter_fb57 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.search_e3f6 .table_fba7 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.search_e3f6 .table_fba7 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.search_e3f6 .table_fba7 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.search_e3f6 .border_b3ec {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.search_e3f6 .border_b3ec a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.search_e3f6 .caption-40d0 p:last-child {
  margin-bottom: 0;
}
.search_e3f6 .tag-e713 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.search_e3f6 .accordion-fixed-8d0f {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.search_e3f6 .container_a533 {
  margin-top: 1em;
}
.search_e3f6 .bottom-388e {
  top: 0;
  display: block;
}
.search_e3f6 .bottom-388e a {
  color: inherit;
}
.search_e3f6 .bottom-388e a:hover {
  color: inherit;
}
.search_e3f6 .shade_bottom_4196 {
  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;
}
.search_e3f6 .shade_bottom_4196:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.search_e3f6 .accordion-fixed-8d0f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.search_e3f6 .nav_484e {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.search_e3f6 .nav_484e:first-child {
  margin-top: 0;
}
.search_e3f6 .nav_484e.accordion_db95 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.search_e3f6 .nav_484e.tag_orange_f712 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.search_e3f6
  .nav_484e.tag_orange_f712.notification_bronze_cd99
  .container_a533 {
  width: 100%;
}
.search_e3f6 .tag_orange_f712 {
  -webkit-box-align: center;
  align-items: center;
}
.search_e3f6 .tag_orange_f712 .backdrop-959e,
.search_e3f6 .tag_orange_f712 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.search_e3f6 .table_fba7 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search_e3f6 .table_fba7 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.search_e3f6 .table_fba7: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;
}
.search_e3f6 .accordion_db95 {
  z-index: 5;
}
.search_e3f6 .background-cool-014d .full_7d21 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.search_e3f6 .banner-cool-cc3d .full_7d21 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.search_e3f6 .gold_2721 .full_7d21 {
  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;
}
.search_e3f6.hard-1dd9 .tertiary-95d1,
.search_e3f6.footer_71ea .tertiary-95d1 {
  display: block;
}
.search_e3f6.hard-1dd9 .tertiary-95d1 .tooltip-02e2,
.search_e3f6.hard-1dd9 .tertiary-95d1 .accordion-fixed-8d0f,
.search_e3f6.footer_71ea .tertiary-95d1 .tooltip-02e2,
.search_e3f6.footer_71ea .tertiary-95d1 .accordion-fixed-8d0f {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.search_e3f6.text_9456 .filter_fb57 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .search_e3f6.text_9456 .filter_fb57 {
    margin-right: 0;
  }
}
.search_e3f6.hard-1dd9 .filter_fb57,
.search_e3f6.footer_71ea .filter_fb57 {
  padding-top: 40%;
}
.search_e3f6.hard-1dd9 .clean-456c,
.search_e3f6.footer_71ea .clean-456c {
  display: block;
}
.search_e3f6.hard-1dd9 .fn-sticky-9554 .accordion-fixed-8d0f,
.search_e3f6.footer_71ea .fn-sticky-9554 .accordion-fixed-8d0f {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.search_e3f6.hard-1dd9 .filter_fb57,
.search_e3f6.footer_71ea .filter_fb57 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.search_e3f6.hard-1dd9 .accordion-fixed-8d0f {
  padding: 1em;
}
.tooltip-7550 {
  margin: 30px auto;
  display: block;
}
.tooltip-7550 .pagination-medium-4799 > * {
  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;
}
.tooltip-7550 .pagination-medium-4799 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.tooltip-7550 .pagination-medium-4799 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.cold_3113 .backdrop-959e {
  margin-bottom: 1.41575em;
}
.cold_3113 .primary-df40 {
  margin-bottom: 1.618em;
}
.lower_e15b .pagination_0635 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.lower_e15b .pagination_0635 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.lower_e15b .fixed-6390 {
  max-width: 100%;
  overflow: auto;
}
.info-2ef5 .lower_e15b a:hover {
  text-decoration: underline;
}
.shadow-a662 .notice-2c5b:not(.border_b3ec),
.shadow-a662 .table_fba7 {
  margin-bottom: 1.41575em;
}
.shadow-a662 .notice-2c5b:not(.border_b3ec):last-child,
.shadow-a662 .table_fba7:last-child {
  margin-bottom: 0;
}
.shadow-a662 .notice-2c5b.banner_d5f1 {
  margin-bottom: 0.41575em;
}
.shadow-a662 .thumbnail-fluid-35f2:before,
.shadow-a662 .hover_9791:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.shadow-a662 .thumbnail-fluid-35f2:before {
  content: "\f115";
}
.shadow-a662 .hover_9791:before {
  content: "\f02c";
}
.shadow-a662 .dropdown_3971 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.shadow-a662 .dropdown_3971 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.west_84d9 {
  display: -webkit-box;
  display: flex;
}
.west_84d9 .container_over_7b15 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .west_84d9 .container_over_7b15 {
    flex-basis: 90px;
  }
}
.west_84d9 .top_aa79 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .west_84d9 .top_aa79 {
    flex-basis: calc(100% - 50px);
  }
}
.west_84d9 .dim-7077 p:last-child {
  margin-bottom: 0.72em;
}
.caption_soft_bb0a .pagination-medium-4799 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.caption_soft_bb0a .pagination-medium-4799:after,
.caption_soft_bb0a .pagination-medium-4799:before {
  content: "";
  display: table;
}
.caption_soft_bb0a .pagination-medium-4799:after {
  clear: both;
}
.caption_soft_bb0a .pagination-medium-4799 .outer_a5c1,
.caption_soft_bb0a .pagination-medium-4799 .fluid-acff {
  width: 49%;
}
.caption_soft_bb0a .pagination-medium-4799 .outer_a5c1 a span.focused-dcf5,
.caption_soft_bb0a .pagination-medium-4799 .fluid-acff a span.focused-dcf5 {
  display: block;
  margin-bottom: 5px;
}
.caption_soft_bb0a .pagination-medium-4799 .fluid-acff {
  float: left;
  text-align: left;
}
.caption_soft_bb0a .pagination-medium-4799 .outer_a5c1 {
  float: right;
  text-align: right;
}
.preview_baa1 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .preview_baa1 {
    margin-bottom: 0;
  }
}
.tooltip-a84e {
  margin-bottom: 1em;
}
.tooltip-a84e .border_b3ec {
  font-size: 1.1em;
  line-height: 1.3;
}
.stale-bd08 a {
  display: block;
  line-height: 0;
  position: relative;
}
.stale-9506 .tooltip-a84e,
.menu_05cc .tooltip-a84e {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .stale-9506 .tooltip-a84e,
  .menu_05cc .tooltip-a84e {
    display: block;
  }
}
.stale-9506 .stale-bd08,
.menu_05cc .stale-bd08 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .stale-9506 .stale-bd08,
  .menu_05cc .stale-bd08 {
    margin-bottom: 1em;
  }
}
.stale-9506 .stale-bd08 img,
.menu_05cc .stale-bd08 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.stale-9506 .icon_26ed,
.menu_05cc .icon_26ed {
  flex-basis: calc(100% - 160px);
}
.stale-9506 .icon_26ed p,
.menu_05cc .icon_26ed p {
  margin-bottom: 0;
}
.stale-9506 .icon_26ed {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .stale-9506 .icon_26ed {
    padding-left: 0;
  }
}
.menu_05cc .icon_26ed {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .menu_05cc .icon_26ed {
    padding-right: 0;
  }
}
.menu_05cc .stale-bd08 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.highlight-bottom-c92e .stale-bd08 {
  margin-bottom: 0.5em;
}
.highlight-bottom-c92e .stale-bd08 img {
  width: 100%;
}
.lower_5ab0 .element_03de,
.highlight-a3f4 .element_03de {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.highlight-a3f4 .advanced-1121 .texture_short_0f9e p:last-child {
  margin-bottom: 0;
}
.widget-mini-e731 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.progress_387c .chip-paper-15cf {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .progress_387c .chip-paper-15cf:last-of-type {
    margin-bottom: 0;
  }
}
.progress_387c .chip-paper-15cf ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.progress_387c .chip-paper-15cf ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.progress_387c .chip-paper-15cf ul li {
  margin: 0 0 0.6em;
}
.progress_387c .chip-paper-15cf ul li.inner_3aba,
.progress_387c .chip-paper-15cf ul li.column-6363 {
  position: relative;
}
.progress_387c .chip-paper-15cf ul li.inner_3aba .filter-dark-48b3,
.progress_387c .chip-paper-15cf ul li.column-6363 .filter-dark-48b3 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.progress_387c .chip-paper-15cf ul li.inner_3aba:after:after,
.progress_387c .chip-paper-15cf ul li.inner_3aba:after:before,
.progress_387c
  .chip-paper-15cf
  ul
  li.column-6363:after:after,
.progress_387c
  .chip-paper-15cf
  ul
  li.column-6363:after:before {
  content: "";
  display: table;
}
.progress_387c .chip-paper-15cf ul li.inner_3aba:after:after,
.progress_387c
  .chip-paper-15cf
  ul
  li.column-6363:after:after {
  clear: both;
}
.progress_387c .chip-paper-15cf a.tag-top-bf3c:hover {
  text-decoration: none;
}
.progress_387c .chip-paper-15cf select {
  max-width: 100%;
}
.progress_387c .chip-paper-15cf table {
  font-size: 85%;
}
.progress_387c .chip-paper-15cf table td,
.progress_387c .chip-paper-15cf table th {
  padding: 0.2360828548em;
  text-align: center;
}
.progress_387c .chip-paper-15cf table tfoot td {
  text-align: left;
}
.progress_387c .chip-paper-15cf :last-child {
  margin-bottom: 0;
}
.progress_387c .chip-paper-15cf .stone-1dbc {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.progress_387c .chip-paper-15cf .stone-1dbc label {
  width: 100%;
}
.progress_387c .chip-paper-15cf .stone-1dbc .primary-right-e172 {
  width: 100%;
  display: block;
}
.progress_387c .chip-paper-15cf .stone-1dbc .focused_e332 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.progress_387c .chip-paper-15cf .stone-1dbc .focused_e332:hover svg #svg-search {
  fill: #444;
}
.progress_387c .chip-paper-15cf .stone-1dbc .focused_e332 svg {
  width: 18px;
  height: 18px;
}
.progress_387c .input-clean-4eb9 ul ul,
.progress_387c .header-04e8 ul ul,
.progress_387c .status_1bac ul ul,
.progress_387c .active-54ec ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.progress_387c .input-clean-4eb9 .simple_1274 > a,
.progress_387c .header-04e8 .simple_1274 > a,
.progress_387c .status_1bac .simple_1274 > a,
.progress_387c .active-54ec .simple_1274 > a {
  margin-bottom: 0;
}
.progress_387c .shadow_582b li,
.progress_387c .input-clean-4eb9 li,
.progress_387c .new_5ca9 li,
.progress_387c .header-04e8 li,
.progress_387c .status_1bac li,
.progress_387c .active-54ec li,
.progress_387c .accordion_east_8068 li,
.progress_387c .section_719a li {
  display: block;
  position: relative;
}
.progress_387c .shadow_582b li:last-child,
.progress_387c .input-clean-4eb9 li:last-child,
.progress_387c .new_5ca9 li:last-child,
.progress_387c .header-04e8 li:last-child,
.progress_387c .status_1bac li:last-child,
.progress_387c .active-54ec li:last-child,
.progress_387c .accordion_east_8068 li:last-child,
.progress_387c .section_719a li:last-child {
  border: none;
}
.progress_387c .shadow_582b li a,
.progress_387c .input-clean-4eb9 li a,
.progress_387c .new_5ca9 li a,
.progress_387c .header-04e8 li a,
.progress_387c .status_1bac li a,
.progress_387c .active-54ec li a,
.progress_387c .accordion_east_8068 li a,
.progress_387c .section_719a li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.progress_387c .shadow_582b li ul li::before,
.progress_387c .input-clean-4eb9 li ul li::before,
.progress_387c .new_5ca9 li ul li::before,
.progress_387c .header-04e8 li ul li::before,
.progress_387c .status_1bac li ul li::before,
.progress_387c .active-54ec li ul li::before,
.progress_387c .accordion_east_8068 li ul li::before,
.progress_387c .section_719a li ul li::before {
  left: 15px;
}
.progress_387c .shadow_582b li ul a,
.progress_387c .input-clean-4eb9 li ul a,
.progress_387c .new_5ca9 li ul a,
.progress_387c .header-04e8 li ul a,
.progress_387c .status_1bac li ul a,
.progress_387c .active-54ec li ul a,
.progress_387c .accordion_east_8068 li ul a,
.progress_387c .section_719a li ul a {
  padding-left: 20px;
}
.progress_387c .shadow_582b li ul ul li::before,
.progress_387c .input-clean-4eb9 li ul ul li::before,
.progress_387c .new_5ca9 li ul ul li::before,
.progress_387c .header-04e8 li ul ul li::before,
.progress_387c .status_1bac li ul ul li::before,
.progress_387c .active-54ec li ul ul li::before,
.progress_387c .accordion_east_8068 li ul ul li::before,
.progress_387c .section_719a li ul ul li::before {
  left: 30px;
}
.progress_387c .shadow_582b li ul ul a,
.progress_387c .input-clean-4eb9 li ul ul a,
.progress_387c .new_5ca9 li ul ul a,
.progress_387c .header-04e8 li ul ul a,
.progress_387c .status_1bac li ul ul a,
.progress_387c .active-54ec li ul ul a,
.progress_387c .accordion_east_8068 li ul ul a,
.progress_387c .section_719a li ul ul a {
  padding-left: 40px;
}
.progress_387c .logo-3ea3 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.progress_387c .section_719a ul li {
  margin-bottom: 1.41575em;
}
.progress_387c .section_719a ul li .preview-7747 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.progress_387c .section_719a ul li .hot_cd86 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.modal-basic-4a85 .shadow_582b li a,
.modal-basic-4a85 .input-clean-4eb9 li a,
.modal-basic-4a85 .new_5ca9 li a,
.modal-basic-4a85 .header-04e8 li a,
.modal-basic-4a85 .status_1bac li a,
.modal-basic-4a85 .active-54ec li a,
.modal-basic-4a85 .accordion_east_8068 li a,
.modal-basic-4a85 .section_719a li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.modal-basic-4a85 .logo-3ea3 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.modal-basic-4a85 .chip-paper-15cf ul li.inner_3aba .filter-dark-48b3,
.modal-basic-4a85 .chip-paper-15cf ul li.column-6363 .filter-dark-48b3 {
  background: rgba(0, 0, 0, 0.2);
}
.modal-basic-4a85 .progress_387c .chip-paper-15cf select {
  border-color: rgba(255, 255, 255, 0.08);
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li {
  margin: 0;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li ul {
  margin: 0;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li ul li a {
  padding-left: 15px;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li ul li li a {
  padding-left: 30px;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li.rough-e75b > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li.rough-e75b > 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;
}
.cool-cdd3 .progress_387c .gradient_gold_2b05 li.rough-e75b > 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;
}
.info_369b a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.avatar-south-2ef3 {
  position: relative;
  z-index: 10;
}
.avatar-south-2ef3 .bright-5ea3 {
  width: 100%;
  max-width: 100%;
}
.accent_out_5432 .black_88e5 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.accent_out_5432 .progress-copper-ce3b {
}
.accent_out_5432 .modal-basic-4a85 {
  background: #292929;
}
.hero-13ad .black_88e5 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.hero-13ad .progress-copper-ce3b {
  background: #f9f9f9;
}
.hero-13ad .modal-basic-4a85 {
  background: #303030;
}
.yellow-4d8c .black_88e5 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .yellow-4d8c .search_hard_5cd6 {
    margin-bottom: 1em;
  }
  .yellow-4d8c .search_hard_5cd6:last-child {
    margin-bottom: 0;
  }
}
.yellow-4d8c .progress-copper-ce3b {
  background: #ededed;
}
.yellow-4d8c .modal-basic-4a85 {
  background: #1a1a1a;
}
.black_88e5.progress-copper-ce3b {
  color: rgba(0, 0, 0, 0.6);
}
.black_88e5.progress-copper-ce3b .plasma_d879 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.black_88e5.modal-basic-4a85 {
  color: rgba(255, 255, 255, 0.99);
}
.black_88e5.modal-basic-4a85 a:not(.tag-top-bf3c) {
  color: rgba(255, 255, 255, 0.79);
}
.black_88e5.modal-basic-4a85 a:not(.tag-top-bf3c):hover {
  color: rgba(255, 255, 255, 0.99);
}
.black_88e5.modal-basic-4a85 .plasma_d879 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.black_88e5.modal-basic-4a85 table tbody td,
.black_88e5.modal-basic-4a85 table th {
  background: rgba(0, 0, 0, 0.08);
}
.soft_d963.huge-5952 .east-3153 {
  max-width: initial;
}
.soft_d963 .alert_action_6063 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.soft_d963 .alert_action_6063 .bright-5ea3 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .soft_d963 .alert_action_6063 .bright-5ea3 {
    display: block;
    margin-bottom: 2em;
  }
  .soft_d963 .alert_action_6063 .bright-5ea3:last-child {
    margin-bottom: 0;
  }
}
.yellow-4d8c .search_hard_5cd6:last-child,
.hero-13ad .search_hard_5cd6:last-child,
.accent_out_5432 .search_hard_5cd6:last-child {
  margin-bottom: 0;
}
.yellow-4d8c .search_hard_5cd6 .progress_387c .chip-paper-15cf:last-child,
.hero-13ad .search_hard_5cd6 .progress_387c .chip-paper-15cf:last-child,
.accent_out_5432 .search_hard_5cd6 .progress_387c .chip-paper-15cf:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .yellow-4d8c .sidebar_prev_4131,
  .yellow-4d8c .progress_f914,
  .hero-13ad .sidebar_prev_4131,
  .hero-13ad .progress_f914,
  .accent_out_5432 .sidebar_prev_4131,
  .accent_out_5432 .progress_f914 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .avatar-south-2ef3 .search_hard_5cd6 {
    margin-bottom: 2em;
  }
}
.avatar-south-2ef3 p:last-child {
  margin-bottom: 0;
}
.avatar-south-2ef3 li,
.avatar-south-2ef3 ul {
  list-style: none;
  margin: 0;
}
.avatar-south-2ef3 ul ul {
  margin-left: 2.617924em;
}
.avatar-copper-cbb9 {
  font-size: 0.875em;
}

/* css-noise: 1f43 */
.phantom-card-l3 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
