/*!
Theme Name: Customify
Theme URI: https://pressmaximum.focus_3163/customify
Author: WPCustomify
Author URI: https://pressmaximum.focus_3163
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.focus_3163/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.detail-043b.new-8f8d/licenses/gpl-2.0.dim-a763
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.steel-a965/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.solid-9a51.column-active-af13/normalize.over_d1d0/
 ======
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.over_d1d0 v7.0.0 | MIT License | github.focus_3163/necolas/normalize.over_d1d0 */
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;
}
.last-6e04 .hard_9949,
.progress-white-e1b9,
.content_pro_4555,
.card-8125,
.description-08cf,
.small_ae55,
.alert_c4cf,
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;
}
.progress-white-e1b9,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .progress-white-e1b9,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .progress-white-e1b9,
  h1 {
    font-size: 1.8em;
  }
}
.content_pro_4555,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.content_pro_4555 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .content_pro_4555,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .content_pro_4555,
  h2 {
    font-size: 1.7em;
  }
}
.card-8125,
h3 {
  font-size: 1.618em;
}
.last-6e04 .hard_9949,
.description-08cf,
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.pattern_fresh_8b09 {
  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;
}
.heading_north_89d8:after,
.heading_north_89d8:before,
.bronze-9d21:after,
.bronze-9d21:before {
  content: "";
  display: table;
}
.heading_north_89d8:after,
.bronze-9d21:after {
  clear: both;
}
.section-small-84f1 {
  float: right;
  margin-right: 0;
}
.liquid-2cca {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.breadcrumb_action_bf94 .pattern-outer-04f8,
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;
}
.breadcrumb_action_bf94 .pattern-outer-04f8: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;
}
.wide-b4cf .pattern-outer-04f8 {
  box-shadow: none;
}
.wide-b4cf
  .pattern-outer-04f8
  .media-bec4 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.wide-b4cf .pattern-outer-04f8 .yellow-6808 {
  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;
}
.wide-b4cf
  .pattern-outer-04f8
  .yellow-6808
  b {
  display: none;
}
.wide-b4cf .pattern-4066 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.primary_341e:not(.form-in-b7f6):not(.yellow-fae0),
button:not(.form-in-b7f6):not(.yellow-fae0),
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ) {
  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;
}
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ):hover,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ):hover,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):hover,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):hover,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ):active,
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ):active,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):active,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):active,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):active,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus {
  outline: 0;
}
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499 {
  position: relative;
}
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .input-smooth-33fe,
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .text_gas_cf1c,
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .nav_wood_46a6,
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  i,
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  svg,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .input-smooth-33fe,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .text_gas_cf1c,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .nav_wood_46a6,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  i,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  svg,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .input-smooth-33fe,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .text_gas_cf1c,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .nav_wood_46a6,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  i,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  svg,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .input-smooth-33fe,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .text_gas_cf1c,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .nav_wood_46a6,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  i,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  svg,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .input-smooth-33fe,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .text_gas_cf1c,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  .nav_wood_46a6,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  i,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499
  svg {
  visibility: hidden;
}
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499:after,
button:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499:after,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499:after,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499:after,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ).fn-loading-1499: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;
}
.primary_341e:not(.form-in-b7f6):not(.yellow-fae0),
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ) {
  color: #fff;
  background: #235787;
}
.primary_341e:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
input[type="button"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
input[type="reset"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus,
input[type="submit"]:not(.form-in-b7f6):not(
    .yellow-fae0
  ):focus {
  color: #fff;
}
.primary_341e.fn-disabled-1499:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
.primary_341e[disabled]:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
button.fn-disabled-1499:not(.form-in-b7f6):not(
    .yellow-fae0
  ),
button[disabled]:not(.form-in-b7f6):not(
    .yellow-fae0
  ) {
  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;
}
.light_32ba {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.light_32ba: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;
}
.widget_8721 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.pattern_west_3995 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.border-bae4 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.heading_north_89d8:after,
.heading_north_89d8:before,
.slider_under_bd4b:after,
.slider_under_bd4b:before,
.hero_west_9d0d:after,
.hero_west_9d0d:before,
.hidden-1d62:after,
.hidden-1d62:before,
.background_4e70:after,
.background_4e70:before,
.alert_d5cd:after,
.alert_d5cd:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.heading_north_89d8:after,
.slider_under_bd4b:after,
.hero_west_9d0d:after,
.hidden-1d62:after,
.background_4e70:after,
.alert_d5cd:after {
  clear: both;
}
.slider_under_bd4b .caption_bright_b985,
.hero_west_9d0d .caption_bright_b985,
.slider_stone_9622 .caption_bright_b985 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.shade-e10b {
  display: inline-block;
}
.layout_small_9651 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.layout_small_9651 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.layout_small_9651 .black-bb74 {
  padding: 1em 0;
  font-size: 85%;
}
.black-bb74 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.content-331a {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.content-331a:after,
.content-331a:before {
  content: "";
  display: table;
}
.content-331a:after {
  clear: both;
}
.form-fecb {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.thumbnail_selected_efb0 .form-fecb {
  max-width: 50%;
}
.primary_huge_c63d .form-fecb {
  max-width: 33.33%;
}
.carousel-291d .form-fecb {
  max-width: 25%;
}
.fixed_1d25 .form-fecb {
  max-width: 20%;
}
.icon_dd78 .form-fecb {
  max-width: 16.66%;
}
.box_0530 .form-fecb {
  max-width: 14.28%;
}
.form_clean_67f8 .form-fecb {
  max-width: 12.5%;
}
.first_0c37 .form-fecb {
  max-width: 11.11%;
}
.modal_27f8 {
  display: block;
}
.last-6e04 .lower-1181 label,
.last-6e04 .hard-bf82 label,
.last-6e04 .footer-advanced-4092 label,
.last-6e04 .modal-orange-0431 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.slider-focused-ccf0 {
  list-style: none;
  margin: 0;
}
.slider-focused-ccf0 article.left_5ca6 {
  margin-bottom: 0;
}
.slider-focused-ccf0 ul {
  list-style: none;
  margin: 0;
}
.slider-focused-ccf0 .list-208d li.left_5ca6 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .slider-focused-ccf0 .list-208d li.left_5ca6 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .slider-focused-ccf0 .list-208d li.left_5ca6: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) {
  .slider-focused-ccf0 .list-208d li.left_5ca6 li.left_5ca6 li.left_5ca6 li.left_5ca6 {
    padding-left: 0;
  }
}
article.left_5ca6 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.left_5ca6 .slider_under_bd4b p:last-of-type {
  margin-bottom: 0;
}
article.left_5ca6 .clean_fcbf {
  float: left;
}
article.left_5ca6 .popup_outer_d308 {
  margin-left: 85px;
}
article.left_5ca6 .wood-035a {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.left_5ca6 .wood-035a .dirty-436d {
  margin-left: 10px;
}
article.left_5ca6 .focus-up-fd83 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.left_5ca6 .logo-eb04 {
  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 .lower-1181,
  #respond .footer-advanced-4092,
  #respond .modal-orange-0431 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .lower-1181 input,
#respond .footer-advanced-4092 input,
#respond .modal-orange-0431 input {
  width: 100%;
}
#respond .modal-orange-0431 {
  margin-right: 0;
}
#respond .image-action-26af #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.motion-773e {
  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;
}
.motion-773e.sort-first-51ea {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.motion-773e 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%);
}
.motion-773e:focus,
.motion-773e: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);
}
.left-c65b {
  border-radius: 10%;
}
.outline-01cd {
  border-radius: 50%;
}
.media-narrow-e1ae {
  font-size: 0.72em;
}
.paper_f611 {
  font-size: 0.875em;
}
.easy_a0db {
  font-size: 1.1em;
}
.mini_6da5 {
  text-transform: uppercase;
  line-height: 1.2;
}
.mini_6da5.media-narrow-e1ae {
  letter-spacing: 0.5px;
}
.dirty_77d7,
.dirty_77d7 a {
  color: #6d6d6d;
}
.dirty_77d7 a:hover {
  color: #111;
}
.aside_light_364c {
  color: #6d6d6d;
}
.pink-a3a9 {
  overflow-x: hidden;
}
.pink-a3a9 .thumbnail_fast_8328.shadow_9ddc {
  position: relative;
}
.pink-a3a9 .thumbnail_fast_8328.shadow_9ddc.carousel_9d72 {
  position: initial;
}
.pink-a3a9
  .thumbnail_fast_8328.shadow_9ddc.carousel_9d72
  .title-advanced-e64a {
  left: auto;
}
.pink-a3a9 .thumbnail_fast_8328 .title-advanced-e64a {
  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;
}
.pink-a3a9 .thumbnail_fast_8328:hover.shadow_9ddc {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.pink-a3a9
  .thumbnail_fast_8328:hover.shadow_9ddc
  .title-advanced-e64a {
  display: block;
  z-index: 9999999;
}
.pink-a3a9 .image_ae1c .current-ea8c,
.pink-a3a9 .nav_easy_3acd .current-ea8c {
  display: none;
}
.pink-a3a9 .tag-4acd .thumbnail_fast_8328:hover.shadow_9ddc {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.last-6e04 .lower-1181 label,
.last-6e04 .hard-bf82 label,
.last-6e04 .footer-advanced-4092 label,
.last-6e04 .modal-orange-0431 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.slider-focused-ccf0 {
  list-style: none;
  margin: 0;
}
.slider-focused-ccf0 article.left_5ca6 {
  margin-bottom: 0;
}
.slider-focused-ccf0 ul {
  list-style: none;
  margin: 0;
}
.slider-focused-ccf0 .list-208d li.left_5ca6 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .slider-focused-ccf0 .list-208d li.left_5ca6 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .slider-focused-ccf0 .list-208d li.left_5ca6: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) {
  .slider-focused-ccf0 .list-208d li.left_5ca6 li.left_5ca6 li.left_5ca6 li.left_5ca6 {
    padding-left: 0;
  }
}
article.left_5ca6 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.left_5ca6 .slider_under_bd4b p:last-of-type {
  margin-bottom: 0;
}
article.left_5ca6 .clean_fcbf {
  float: left;
}
article.left_5ca6 .popup_outer_d308 {
  margin-left: 85px;
}
article.left_5ca6 .wood-035a {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.left_5ca6 .wood-035a .dirty-436d {
  margin-left: 10px;
}
article.left_5ca6 .focus-up-fd83 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.left_5ca6 .logo-eb04 {
  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 .lower-1181,
  #respond .footer-advanced-4092,
  #respond .modal-orange-0431 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .lower-1181 input,
#respond .footer-advanced-4092 input,
#respond .modal-orange-0431 input {
  width: 100%;
}
#respond .modal-orange-0431 {
  margin-right: 0;
}
#respond .image-action-26af #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.image_ae1c .preview_new_a1e7 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.preview_new_a1e7 .orange_42c7.progress_fixed_d237 .tabs-full-e313 > li > a:focus,
.preview_new_a1e7 .orange_42c7.progress_fixed_d237 .tabs-full-e313 > li > a:hover,
.preview_new_a1e7 .orange_42c7.tooltip_active_2657 .tabs-full-e313 > li > a:focus,
.preview_new_a1e7 .orange_42c7.tooltip_active_2657 .tabs-full-e313 > li > a:hover,
.preview_new_a1e7 .orange_42c7.tertiary_b1ea .tabs-full-e313 > li > a:focus,
.preview_new_a1e7 .orange_42c7.tertiary_b1ea .tabs-full-e313 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.preview_new_a1e7
  .orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li.modal_9a3d
  > a,
.preview_new_a1e7
  .orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li.article_middle_6b1a
  > a,
.preview_new_a1e7
  .orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li.modal_9a3d
  > a,
.preview_new_a1e7
  .orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li.article_middle_6b1a
  > a,
.preview_new_a1e7
  .orange_42c7.tertiary_b1ea
  .tabs-full-e313
  > li.modal_9a3d
  > a,
.preview_new_a1e7 .orange_42c7.tertiary_b1ea .tabs-full-e313 > li.paragraph_6e0d > a {
  color: rgba(255, 255, 255, 0.99);
}
.preview_new_a1e7 .new-d5ca,
.preview_new_a1e7 .new-d5ca a {
  color: rgba(255, 255, 255, 0.99);
}
.preview_new_a1e7 .pressed-a919.next_78b3 li a,
.preview_new_a1e7 .gas-6b7c a,
.preview_new_a1e7 .secondary-down-d77b,
.preview_new_a1e7 .tabs-full-e313 > li > a,
.preview_new_a1e7 .accordion-first-de6d {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7 .pressed-a919.next_78b3 li a:hover,
.preview_new_a1e7 .gas-6b7c a:hover,
.preview_new_a1e7 .secondary-down-d77b:hover,
.preview_new_a1e7 .tabs-full-e313 > li > a:hover,
.preview_new_a1e7 .accordion-first-de6d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.preview_new_a1e7 .label_large_b29c {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7 .label_large_b29c .backdrop-steel-9d31 {
  color: rgba(255, 255, 255, 0.99);
}
.preview_new_a1e7 .label_large_b29c:hover {
  color: rgba(255, 255, 255, 0.99);
}
.preview_new_a1e7 .preview_solid_6b09 .module_advanced_79aa {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7 .preview_solid_6b09 .module_advanced_79aa .modal-860b {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7
  .preview_solid_6b09
  .module_advanced_79aa
  .modal-860b::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7
  .preview_solid_6b09
  .module_advanced_79aa
  .modal-860b:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7
  .preview_solid_6b09
  .module_advanced_79aa
  .modal-860b::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7
  .preview_solid_6b09
  .module_advanced_79aa
  .modal-860b::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7 .preview_solid_6b09 .last_d25e {
  color: rgba(255, 255, 255, 0.79);
}
.preview_new_a1e7 .preview_solid_6b09 .last_d25e:hover {
  color: rgba(255, 255, 255, 0.99);
}
.pattern_prev_b6e2
  .preview_new_a1e7
  .preview_solid_6b09
  .soft_e09c
  .simple_e912 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.pattern_prev_b6e2
  .preview_new_a1e7
  .preview_solid_6b09
  .soft_e09c
  .modal-860b {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.image_ae1c .panel-fast-ccbd {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.panel-fast-ccbd .orange_42c7.progress_fixed_d237 .tabs-full-e313 > li > a:focus,
.panel-fast-ccbd .orange_42c7.progress_fixed_d237 .tabs-full-e313 > li > a:hover,
.panel-fast-ccbd .orange_42c7.tooltip_active_2657 .tabs-full-e313 > li > a:focus,
.panel-fast-ccbd .orange_42c7.tooltip_active_2657 .tabs-full-e313 > li > a:hover,
.panel-fast-ccbd .orange_42c7.tertiary_b1ea .tabs-full-e313 > li > a:focus,
.panel-fast-ccbd .orange_42c7.tertiary_b1ea .tabs-full-e313 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.panel-fast-ccbd
  .orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li.modal_9a3d
  > a,
.panel-fast-ccbd
  .orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li.article_middle_6b1a
  > a,
.panel-fast-ccbd
  .orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li.modal_9a3d
  > a,
.panel-fast-ccbd
  .orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li.article_middle_6b1a
  > a,
.panel-fast-ccbd
  .orange_42c7.tertiary_b1ea
  .tabs-full-e313
  > li.modal_9a3d
  > a,
.panel-fast-ccbd .orange_42c7.tertiary_b1ea .tabs-full-e313 > li.paragraph_6e0d > a {
  color: rgba(0, 0, 0, 0.8);
}
.panel-fast-ccbd .new-d5ca,
.panel-fast-ccbd .new-d5ca a {
  color: rgba(0, 0, 0, 0.8);
}
.panel-fast-ccbd .pressed-a919.next_78b3 li a,
.panel-fast-ccbd .gas-6b7c a,
.panel-fast-ccbd .secondary-down-d77b,
.panel-fast-ccbd .tabs-full-e313 > li > a,
.panel-fast-ccbd .accordion-first-de6d {
  color: rgba(0, 0, 0, 0.55);
}
.panel-fast-ccbd .pressed-a919.next_78b3 li a:hover,
.panel-fast-ccbd .gas-6b7c a:hover,
.panel-fast-ccbd .secondary-down-d77b:hover,
.panel-fast-ccbd .tabs-full-e313 > li > a:hover,
.panel-fast-ccbd .accordion-first-de6d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.panel-fast-ccbd .label_large_b29c {
  color: rgba(0, 0, 0, 0.55);
}
.panel-fast-ccbd .label_large_b29c .backdrop-steel-9d31 {
  color: rgba(0, 0, 0, 0.8);
}
.panel-fast-ccbd .label_large_b29c:hover {
  color: rgba(0, 0, 0, 0.8);
}
.tooltip-227d .tag-bronze-0b58 {
  margin-left: auto;
  margin-right: auto;
}
.hero_west_9d0d > * {
  margin-left: auto;
  margin-right: auto;
}
.hero_west_9d0d .widget_8721 {
  margin-right: 1.41575em;
}
.caption-last-e1d4 .hero_west_9d0d > .dirty-4063 {
  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;
}
.caption-last-e1d4 .hero_west_9d0d > .status_east_93b3 {
  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;
}
.silver_0bb1.tooltip-227d .tag-bronze-0b58,
.overlay_under_42fd.tooltip-227d .tag-bronze-0b58 {
  margin-left: 0;
}
.prev-2f12.tooltip-227d .tag-bronze-0b58,
.paragraph_eb98.tooltip-227d .tag-bronze-0b58 {
  margin-right: 0;
}
.hero_west_9d0d ol,
.hero_west_9d0d ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.out_5381 video {
  max-width: 100%;
}
.layout-fast-c9af img {
  display: block;
}
.layout-fast-c9af.widget_8721,
.layout-fast-c9af.pattern_west_3995 {
  width: 100%;
}
.layout-fast-c9af.status_east_93b3 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.mini-70b8:not(.photo-9afe) {
  margin: 1.5em auto;
}
.avatar-7155 p {
  padding: 1.5em 14px;
}
ul.gold-684a.status_east_93b3,
ul.gold-684a.dirty-4063,
ul.gold-684a.label-3889.dirty-4063 {
  padding: 0 14px;
}
.footer_basic_dd0f {
  display: block;
  overflow-x: auto;
}
.footer_basic_dd0f table {
  border-collapse: collapse;
  width: 100%;
}
.footer_basic_dd0f td,
.footer_basic_dd0f th {
  padding: 0.5em;
}
.hero_west_9d0d li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.hero_west_9d0d ol ol,
.hero_west_9d0d ol ul,
.hero_west_9d0d ul ol,
.hero_west_9d0d ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.hero_west_9d0d ol ol li,
.hero_west_9d0d ol ul li,
.hero_west_9d0d ul ol li,
.hero_west_9d0d ul ul li {
  margin-left: 0;
}
.layout_fast_e3fa.container-smooth-6374 > .last_66ac {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.layout_fast_e3fa.container-smooth-6374 > .last_66ac iframe,
.layout_fast_e3fa.container-smooth-6374 > .last_66ac > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.old-a6b2 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.old-a6b2.slow_a616 {
  padding: 0;
}
.old-a6b2.slow_a616 cite {
  font-size: 13px;
}
.old-a6b2 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.old-a6b2 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.brown-61cf {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.brown-61cf > p:first-child {
  margin-top: 0;
}
.brown-61cf cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.brown-61cf blockquote {
  border-left: 0;
}
.pagination-dynamic-d89b {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.pagination-dynamic-d89b:not(.red_bdbb) {
  max-width: 100px;
}
.pagination-dynamic-d89b.panel-f563 {
  border-bottom: none !important;
  text-align: center;
}
.pagination-dynamic-d89b.panel-f563::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .avatar-7155 p {
    padding: 1.5em 0;
  }
}
.status_top_6592 {
  color: #0073aa;
}
.primary-3408 {
  background-color: #0073aa;
}
.plasma-72fc {
  color: #229fd8;
}
.black_59bf {
  background-color: #229fd8;
}
.message_4244 {
  color: #eee;
}
.hot-d8aa {
  background-color: #eee;
}
.panel-0e9c {
  color: #444;
}
.tag-bc41 {
  background-color: #444;
}
.light-034b {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.light-034b .pattern-5c0a .gas-6b7c {
  font-size: 15px;
}
.light-034b .gas-6b7c {
  line-height: 1.3;
}
.light-034b .panel-fast-ccbd {
}
.light-034b .preview_new_a1e7 {
  background: #235787;
}
.complex-c86e {
  padding: 0;
}
.complex-c86e .preview_new_a1e7 {
  background: #1a1a1a;
}
.complex-c86e .panel-fast-ccbd {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.thick_e74e {
  padding: 0;
  border-left: none;
  border-right: none;
}
.thick_e74e .panel-fast-ccbd {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.thick_e74e .preview_new_a1e7 {
  background: #303030;
}
.alert_d5cd {
  position: relative;
  z-index: 10;
}
.alert_d5cd .right_9c93 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.alert-last-d2cc .shadow_9ddc {
  display: inline-block;
  vertical-align: middle;
}
.alert-last-d2cc.description_60a4 .shadow_9ddc {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .alert-last-d2cc.description_60a4 .shadow_9ddc {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .alert-last-d2cc.description_60a4 .shadow_9ddc {
    margin-right: 0.4em;
  }
}
.alert-last-d2cc.description_60a4 .shadow_9ddc:last-child {
  margin-right: 0;
}
.avatar-last-de7f .right_9c93 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .image_ae1c .pattern-5c0a {
    margin: 0 -0.5em;
  }
  .image_ae1c .pattern-5c0a [class*="customify-col-"],
  .image_ae1c .pattern-5c0a [class*="customify-col_"],
  .image_ae1c .pattern-5c0a [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.image_ae1c.background-1872 .right_9c93 {
  background: 0 0 !important;
}
.image_ae1c.background-1872 .right_9c93,
.image_ae1c.avatar-last-de7f .right_9c93 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .image_ae1c.title_fresh_4afc {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.image_ae1c.avatar-last-de7f .right_9c93 {
  box-shadow: none !important;
}
.purple_426b {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .purple_426b {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .purple_426b {
    padding: 18px 0 20px;
  }
}
.purple_426b .column_old_a1c8 {
  width: 100%;
}
.purple_426b .paper_b06f {
  margin-bottom: 0;
}
.purple_426b .media_yellow_6a24 {
  margin-top: 5px;
  font-size: 0.875em;
}
.icon-orange-8eb8 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.icon-orange-8eb8 .advanced_9c21 {
  width: 100%;
}
.item-cffd {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.item-cffd li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.item-cffd 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;
}
.item-cffd li:last-child:after {
  display: none;
}
.item-cffd li a {
  font-weight: 500;
  margin-right: 10px;
}
.content_9070 .current-ea8c button,
.purple_426b .current-ea8c button {
  left: 0;
}
.content_9070 .advanced_9c21,
.purple_426b .advanced_9c21 {
  padding-left: 0;
  padding-right: 0;
}
.content_9070 .icon-orange-8eb8,
.purple_426b .icon-orange-8eb8 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.content_9070 {
  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;
}
.content_9070: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;
}
.content_9070 .yellow_364b {
  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) {
  .content_9070 .yellow_364b {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .content_9070 .yellow_364b {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .content_9070 .yellow_364b {
    min-height: 200px;
  }
}
.content_9070 .item-cffd {
  color: rgba(255, 255, 255, 0.8);
}
.content_9070 .item-cffd a,
.content_9070 .item-cffd li:after {
  color: inherit;
}
.content_9070 .item-cffd a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-copper-9269 {
  margin-bottom: 0.5em;
}
.form-a02d {
  margin-bottom: 1.2em;
}
.form-a02d,
.sidebar-copper-9269 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.form-a02d p:last-child,
.sidebar-copper-9269 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .current-ea8c,
#masthead .current-ea8c {
  display: none;
}
#masthead
  > .current-ea8c.popup-911a {
  display: none;
}
#masthead > .current-ea8c button {
  left: 0;
}
.brown-e066 {
  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%;
}
.brown-e066 .shadow_9ddc {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.brown-e066 .banner_a7ad {
  display: -webkit-box;
  display: flex;
}
.brown-e066 .banner_a7ad.mask-over-8a84 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.brown-e066 .banner_a7ad.column_right_da31 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.brown-e066 .banner_a7ad.info_in_d04f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.brown-e066.caption-e39f.tertiary_over_dbb7 .banner_a7ad.mask-over-8a84 {
  flex-basis: 100%;
}
.brown-e066.easy-9a18 .banner_a7ad.column_right_da31 {
  -webkit-box-flex: 1;
  flex: auto;
}
.brown-e066.easy-9a18 .banner_a7ad.info_in_d04f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .current-ea8c.popup-911a {
  display: none;
}
#masthead > .current-ea8c button {
  left: 0;
}
.clean_ed35 {
  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;
}
.clean_ed35:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.clean_ed35.backdrop-last-6b77 i {
  margin-right: 4px;
}
.clean_ed35.fluid_6e47 i {
  margin-left: 5px;
}
.gas-6b7c p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.gas-6b7c p:last-child {
  margin-bottom: 0;
}
.content_south_e775 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.content_south_e775 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.content_south_e775 img {
  display: block;
  width: auto;
  line-height: 1;
}
.content_south_e775 .new-d5ca {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.content_south_e775 .sidebar_dark_2ac8 {
  margin: 5px 0 7px 0;
}
.content_south_e775.content-9d58 .tooltip-79f4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.content_south_e775.content-9d58 .cold_3f2f {
  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;
}
.content_south_e775.easy-02f2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.content_south_e775.easy-02f2 .tooltip-79f4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.content_south_e775.easy-02f2 .cold_3f2f {
  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;
}
.content_south_e775.filter_orange_b6e7 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.content_south_e775.mini-9455 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.content_south_e775.mini-9455 .cold_3f2f {
  margin-top: 7px;
}
.sort-d9c7 {
  display: inline-block;
}
.alert_d5cd .prev_cedd .content_south_e775 img {
  max-width: 100%;
}
.orange_42c7 .image-b9c0.mask_f02f,
.tall_0afc .image-b9c0.mask_f02f {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.orange_42c7 .green-9f5a,
.tall_0afc .green-9f5a {
  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%);
}
.orange_42c7 .green-9f5a {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.orange_42c7.label_3524 .green-9f5a {
  display: none;
}
.orange_42c7 .highlight_c501 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orange_42c7 .highlight_c501 li {
  display: inline-block;
  position: relative;
}
.orange_42c7 .highlight_c501 li:last-child {
  margin-right: 0;
}
.orange_42c7 .highlight_c501 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;
}
.orange_42c7 .highlight_c501 li.paragraph_6e0d > a {
  color: rgba(0, 0, 0, 0.9);
}
.orange_42c7 .highlight_c501 > 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;
}
.orange_42c7 .highlight_c501 > li > a i {
  line-height: 0;
}
.orange_42c7 .highlight_c501 > li.blue_862f > a .green-9f5a {
  margin-left: 4px;
  line-height: 0;
}
.orange_42c7 .highlight_c501 .tag-bronze-6dcd li.blue_862f > a {
  position: relative;
}
.orange_42c7 .highlight_c501 .tag-bronze-6dcd li.blue_862f > a:after,
.orange_42c7 .highlight_c501 .tag-bronze-6dcd li.blue_862f > a:before {
  content: "";
  display: table;
}
.orange_42c7 .highlight_c501 .tag-bronze-6dcd li.blue_862f > a:after {
  clear: both;
}
.orange_42c7 .highlight_c501 .tag-bronze-6dcd li.blue_862f > a .green-9f5a {
  margin-left: 5px;
  float: right;
}
.orange_42c7 .notification_2b22,
.orange_42c7 .tag-bronze-6dcd {
  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;
}
.orange_42c7 .tag-bronze-6dcd {
  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;
}
.orange_42c7 .tag-bronze-6dcd .mask_f02f {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.orange_42c7 .tag-bronze-6dcd .green-9f5a {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.orange_42c7 .tag-bronze-6dcd li {
  display: block;
  margin: 0;
  padding: 0;
}
.orange_42c7 .tag-bronze-6dcd 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;
}
.orange_42c7 .tag-bronze-6dcd li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.orange_42c7 .tag-bronze-6dcd .tag-bronze-6dcd {
  top: 0;
  left: 100%;
}
.orange_42c7 .feature-next-a43e.fn-focus-1499 > .notification_2b22,
.orange_42c7 .feature-next-a43e.fn-focus-1499 > .tag-bronze-6dcd,
.orange_42c7 .feature-next-a43e:focus > .notification_2b22,
.orange_42c7 .feature-next-a43e:focus > .tag-bronze-6dcd,
.orange_42c7 .feature-next-a43e:hover > .notification_2b22,
.orange_42c7 .feature-next-a43e:hover > .tag-bronze-6dcd {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.orange_42c7.tertiary_b1ea .tabs-full-e313:after,
.orange_42c7.tertiary_b1ea .tabs-full-e313:before {
  content: "";
  display: table;
}
.orange_42c7.tertiary_b1ea .tabs-full-e313:after {
  clear: both;
}
.orange_42c7.tertiary_b1ea .tabs-full-e313 > li {
  float: left;
}
.orange_42c7.mask_48f4 .tabs-full-e313:after,
.orange_42c7.mask_48f4 .tabs-full-e313:before {
  content: "";
  display: table;
}
.orange_42c7.mask_48f4 .tabs-full-e313:after {
  clear: both;
}
.orange_42c7.mask_48f4 .tabs-full-e313 > li {
  float: left;
}
.orange_42c7.mask_48f4 .tabs-full-e313 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.orange_42c7.mask_48f4 .tabs-full-e313 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.orange_42c7.mask_48f4 .tabs-full-e313 > li.modal_9a3d > a,
.orange_42c7.mask_48f4 .tabs-full-e313 > li.paragraph_6e0d > a {
  color: #fff;
  background-color: #1e4b75;
}
.orange_42c7.progress_fixed_d237 .tabs-full-e313 > li > a .mask_f02f {
  position: relative;
}
.orange_42c7.progress_fixed_d237 .tabs-full-e313 > li > a .mask_f02f: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;
}
.orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li:focus
  > a
  .mask_f02f:before,
.orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li:hover
  > a
  .mask_f02f:before {
  width: 100%;
  background-color: currentColor;
}
.orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li.modal_9a3d
  > a
  .mask_f02f:before,
.orange_42c7.progress_fixed_d237
  .tabs-full-e313
  > li.article_middle_6b1a
  > a
  .mask_f02f:before {
  width: 100%;
  background-color: currentColor;
}
.orange_42c7.tooltip_active_2657 .tabs-full-e313 > li > a .mask_f02f {
  position: relative;
}
.orange_42c7.tooltip_active_2657 .tabs-full-e313 > li > a .mask_f02f: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;
}
.orange_42c7.tooltip_active_2657 .tabs-full-e313 > li:focus > a .mask_f02f:before,
.orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li:hover
  > a
  .mask_f02f:before {
  width: 100%;
  background-color: currentColor;
}
.orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li.modal_9a3d
  > a
  .mask_f02f:before,
.orange_42c7.tooltip_active_2657
  .tabs-full-e313
  > li.article_middle_6b1a
  > a
  .mask_f02f:before {
  width: 100%;
  background-color: currentColor;
}
.tall_0afc .highlight_c501 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tall_0afc .highlight_c501 li:first-child > a {
  border-top: none;
}
.tall_0afc .highlight_c501 .notice_tiny_2733 > .mask_f02f .green-9f5a {
  display: none;
}
.tall_0afc .highlight_c501 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.tall_0afc .highlight_c501 li:last-child {
  border: none;
}
.tall_0afc .highlight_c501 li.blue_862f > a {
  padding-right: 45px !important;
}
.tall_0afc .highlight_c501 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.tall_0afc .highlight_c501 li a:focus,
.tall_0afc .highlight_c501 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.tall_0afc .highlight_c501 li .table_focused_1883 {
  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;
}
.tall_0afc .highlight_c501 li .table_focused_1883:hover {
  box-shadow: none;
}
.tall_0afc .highlight_c501 li .table_focused_1883 .green-9f5a {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.tall_0afc .highlight_c501 .tag-bronze-6dcd {
  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);
}
.tall_0afc .highlight_c501 .tag-bronze-6dcd li a {
  padding-left: 3em;
}
.tall_0afc .highlight_c501 .picture_cold_882b > a .table_focused_1883 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tall_0afc .highlight_c501 .picture_cold_882b > .tag-bronze-6dcd {
  display: block;
  opacity: 1;
}
.outer-c0d8 {
  max-width: 100%;
}
.module_4ebe {
  line-height: 0;
  cursor: pointer;
}
.accordion-first-de6d {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.accordion-first-de6d:hover {
  box-shadow: none;
  color: currentColor;
}
.accordion-first-de6d svg {
  width: 18px;
  height: 18px;
}
.accordion-first-de6d .title-glass-a0ed {
  display: none;
}
.content-outer-3395 {
  position: relative;
}
.content-outer-3395.fn-active-1499 .accordion-first-de6d .sort-33ce {
  display: none;
}
.content-outer-3395.fn-active-1499 .accordion-first-de6d .title-glass-a0ed {
  display: inline-block;
}
.content-outer-3395 .dynamic-ba00 {
  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);
}
.content-outer-3395.button-d298 .dynamic-ba00 {
  left: auto;
  right: -0.9em;
}
.content-outer-3395.button-d298 .primary-rough-af07::before {
  left: auto;
  right: 15px;
}
.content-outer-3395.fn-active-1499 .dynamic-ba00 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.soft_e09c {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.soft_e09c label {
  flex-basis: 100%;
}
.soft_e09c .module_advanced_79aa {
  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;
}
.soft_e09c .modal-860b {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.soft_e09c .modal-860b:focus {
  background-color: transparent;
}
.soft_e09c button.last_d25e {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.soft_e09c button.last_d25e:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.soft_e09c button.last_d25e svg {
  width: 18px;
  height: 18px;
}
.soft_e09c input[type="submit"] {
  min-height: auto;
}
.preview_solid_6b09 .soft_e09c .modal-860b {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.primary-rough-af07 {
  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) {
  .primary-rough-af07 {
    width: 220px;
  }
}
.primary-rough-af07 label {
  flex-basis: 100%;
}
.primary-rough-af07::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;
}
.pattern_prev_b6e2 .preview_solid_6b09 .soft_e09c {
  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;
}
.pattern_prev_b6e2
  .preview_solid_6b09
  .soft_e09c
  .module_advanced_79aa {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.pattern_prev_b6e2 .preview_solid_6b09 .soft_e09c .modal-860b {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.pattern_prev_b6e2
  .preview_solid_6b09
  .soft_e09c
  .modal-860b:focus {
  background: 0 0;
}
.pattern_prev_b6e2
  .preview_solid_6b09
  .soft_e09c
  .simple_e912 {
  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;
}
.pressed-a919 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.pressed-a919 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.pressed-a919 li:last-child {
  margin-right: 0;
}
.pressed-a919 li:first-child {
  margin-left: 0;
}
.pressed-a919.first_2a2b a {
  color: #fff;
}
.pressed-a919.first_2a2b a:hover {
  color: #fff;
}
.pressed-a919 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.pressed-a919 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.pressed-a919 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pressed-a919 a:hover {
  opacity: 0.9;
  color: inherit;
}
.pressed-a919 [class*="social-icon-apple"] {
  background-color: #999;
}
.pressed-a919 [class*="social-icon-apple"].last_7d79 {
  background-color: transparent;
  color: #999;
}
.pressed-a919 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.pressed-a919 [class*="social-icon-behance"].last_7d79 {
  background-color: transparent;
  color: #1769ff;
}
.pressed-a919 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.pressed-a919 [class*="social-icon-bitbucket"].last_7d79 {
  background-color: transparent;
  color: #205081;
}
.pressed-a919 [class*="social-icon-codepen"] {
  background-color: #000;
}
.pressed-a919 [class*="social-icon-codepen"].last_7d79 {
  background-color: transparent;
  color: #000;
}
.pressed-a919 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.pressed-a919 [class*="social-icon-delicious"].last_7d79 {
  background-color: transparent;
  color: #39f;
}
.pressed-a919 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.pressed-a919 [class*="social-icon-digg"].last_7d79 {
  background-color: transparent;
  color: #005be2;
}
.pressed-a919 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.pressed-a919 [class*="social-icon-dribbble"].last_7d79 {
  background-color: transparent;
  color: #ea4c89;
}
.pressed-a919 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.pressed-a919 [class*="social-icon-envelope"].last_7d79 {
  background-color: transparent;
  color: #ea4335;
}
.pressed-a919 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.pressed-a919 [class*="social-icon-facebook"].last_7d79 {
  background-color: transparent;
  color: #3b5998;
}
.pressed-a919 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.pressed-a919 [class*="social-icon-flickr"].last_7d79 {
  background-color: transparent;
  color: #0063dc;
}
.pressed-a919 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.pressed-a919 [class*="social-icon-foursquare"].last_7d79 {
  background-color: transparent;
  color: #2d5be3;
}
.pressed-a919 [class*="social-icon-github"] {
  background-color: #333;
}
.pressed-a919 [class*="social-icon-github"].last_7d79 {
  background-color: transparent;
  color: #333;
}
.pressed-a919 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.pressed-a919 [class*="social-icon-google-plus"].last_7d79 {
  background-color: transparent;
  color: #dd4b39;
}
.pressed-a919 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.pressed-a919 [class*="social-icon-houzz"].last_7d79 {
  background-color: transparent;
  color: #7ac142;
}
.pressed-a919 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.pressed-a919 [class*="social-icon-instagram"].last_7d79 {
  background-color: transparent;
  color: #262626;
}
.pressed-a919 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.pressed-a919 [class*="social-icon-jsfiddle"].last_7d79 {
  background-color: transparent;
  color: #487aa2;
}
.pressed-a919 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.pressed-a919 [class*="social-icon-linkedin"].last_7d79 {
  background-color: transparent;
  color: #0077b5;
}
.pressed-a919 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.pressed-a919 [class*="social-icon-medium"].last_7d79 {
  background-color: transparent;
  color: #00ab6b;
}
.pressed-a919 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.pressed-a919
  [class*="social-icon-odnoklassniki"].last_7d79 {
  background-color: transparent;
  color: #f4731c;
}
.pressed-a919 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.pressed-a919 [class*="social-icon-meetup"].last_7d79 {
  background-color: transparent;
  color: #ec1c40;
}
.pressed-a919 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.pressed-a919 [class*="social-icon-pinterest"].last_7d79 {
  background-color: transparent;
  color: #bd081c;
}
.pressed-a919 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.pressed-a919 [class*="social-icon-product-hunt"].last_7d79 {
  background-color: transparent;
  color: #da552f;
}
.pressed-a919 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.pressed-a919 [class*="social-icon-reddit"].last_7d79 {
  background-color: transparent;
  color: #ff4500;
}
.pressed-a919 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.pressed-a919 [class*="social-icon-rss"].last_7d79 {
  background-color: transparent;
  color: #f26522;
}
.pressed-a919 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.pressed-a919
  [class*="social-icon-shopping-cart"].last_7d79 {
  background-color: transparent;
  color: #4caf50;
}
.pressed-a919 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.pressed-a919 [class*="social-icon-skype"].last_7d79 {
  background-color: transparent;
  color: #00aff0;
}
.pressed-a919 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.pressed-a919 [class*="social-icon-slideshare"].last_7d79 {
  background-color: transparent;
  color: #0077b5;
}
.pressed-a919 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.pressed-a919 [class*="social-icon-snapchat"].last_7d79 {
  background-color: transparent;
  color: #fffc00;
}
.pressed-a919 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.pressed-a919 [class*="social-icon-soundcloud"].last_7d79 {
  background-color: transparent;
  color: #f80;
}
.pressed-a919 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.pressed-a919 [class*="social-icon-spotify"].last_7d79 {
  background-color: transparent;
  color: #2ebd59;
}
.pressed-a919 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.pressed-a919
  [class*="social-icon-stack-overflow"].last_7d79 {
  background-color: transparent;
  color: #fe7a15;
}
.pressed-a919 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.pressed-a919 [class*="social-icon-maldkfgram"].last_7d79 {
  background-color: transparent;
  color: #2ca5e0;
}
.pressed-a919 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.pressed-a919 [class*="social-icon-tripadvisor"].last_7d79 {
  background-color: transparent;
  color: #589442;
}
.pressed-a919 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.pressed-a919 [class*="social-icon-tumblr"].last_7d79 {
  background-color: transparent;
  color: #35465c;
}
.pressed-a919 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.pressed-a919 [class*="social-icon-twitch"].last_7d79 {
  background-color: transparent;
  color: #6441a5;
}
.pressed-a919 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.pressed-a919 [class*="social-icon-twitter"].last_7d79 {
  background-color: transparent;
  color: #1da1f2;
}
.pressed-a919 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.pressed-a919 [class*="social-icon-vimeo"].last_7d79 {
  background-color: transparent;
  color: #1ab7ea;
}
.pressed-a919 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.pressed-a919 [class*="social-icon-vk"].last_7d79 {
  background-color: transparent;
  color: #45668e;
}
.pressed-a919 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.pressed-a919 [class*="social-icon-weibo"].last_7d79 {
  background-color: transparent;
  color: #df2029;
}
.pressed-a919 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.pressed-a919 [class*="social-icon-weixin"].last_7d79 {
  background-color: transparent;
  color: #7bb32e;
}
.pressed-a919 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.pressed-a919 [class*="social-icon-whatsapp"].last_7d79 {
  background-color: transparent;
  color: #25d366;
}
.pressed-a919 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.pressed-a919 [class*="social-icon-wordpress"].last_7d79 {
  background-color: transparent;
  color: #21759b;
}
.pressed-a919 [class*="social-icon-xing"] {
  background-color: #026466;
}
.pressed-a919 [class*="social-icon-xing"].last_7d79 {
  background-color: transparent;
  color: #026466;
}
.pressed-a919 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.pressed-a919 [class*="social-icon-yelp"].last_7d79 {
  background-color: transparent;
  color: #af0606;
}
.pressed-a919 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.pressed-a919 [class*="social-icon-youtube"].last_7d79 {
  background-color: transparent;
  color: #cd201f;
}
.secondary-down-d77b {
  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;
}
.secondary-down-d77b:hover {
  box-shadow: none;
  background: 0 0;
}
.logo_a018 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.content-bbb0 {
  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;
}
.header-a994 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.dirty_e776 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.dirty_e776,
.dirty_e776::after,
.dirty_e776::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;
}
.dirty_e776::after,
.dirty_e776::before {
  content: "";
  display: block;
  background-color: inherit;
}
.hero_ee24 .content-bbb0 .header-a994 {
  margin-top: -2px;
  width: 19px;
}
.hero_ee24 .content-bbb0 .dirty_e776 {
  margin-top: -1px;
}
.hero_ee24 .content-bbb0 .dirty_e776,
.hero_ee24 .content-bbb0 .dirty_e776::after,
.hero_ee24 .content-bbb0 .dirty_e776::before {
  width: 19px;
  height: 2px;
}
.hero_ee24 .content-bbb0 .dirty_e776::before {
  top: -6px;
}
.hero_ee24 .content-bbb0 .dirty_e776::after {
  bottom: -6px;
}
.surface_old_ed66 .content-bbb0 .header-a994 {
  margin-top: -2px;
  width: 22px;
}
.surface_old_ed66 .content-bbb0 .dirty_e776 {
  margin-top: -1px;
}
.surface_old_ed66 .content-bbb0 .dirty_e776,
.surface_old_ed66 .content-bbb0 .dirty_e776::after,
.surface_old_ed66 .content-bbb0 .dirty_e776::before {
  width: 22px;
  height: 2px;
}
.surface_old_ed66 .content-bbb0 .dirty_e776::before {
  top: -7px;
}
.surface_old_ed66 .content-bbb0 .dirty_e776::after {
  bottom: -7px;
}
.detail-stone-7b12 .content-bbb0 .header-a994 {
  margin-top: -2px;
  width: 31px;
}
.detail-stone-7b12 .content-bbb0 .dirty_e776 {
  margin-top: -1.5px;
}
.detail-stone-7b12 .content-bbb0 .dirty_e776,
.detail-stone-7b12 .content-bbb0 .dirty_e776::after,
.detail-stone-7b12 .content-bbb0 .dirty_e776::before {
  width: 31px;
  height: 3px;
}
.detail-stone-7b12 .content-bbb0 .dirty_e776::before {
  top: -9px;
}
.detail-stone-7b12 .content-bbb0 .dirty_e776::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .row-ed92 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 19px;
  }
  .row-ed92 .content-bbb0 .dirty_e776 {
    margin-top: -1px;
  }
  .row-ed92 .content-bbb0 .dirty_e776,
  .row-ed92 .content-bbb0 .dirty_e776::after,
  .row-ed92 .content-bbb0 .dirty_e776::before {
    width: 19px;
    height: 2px;
  }
  .row-ed92 .content-bbb0 .dirty_e776::before {
    top: -6px;
  }
  .row-ed92 .content-bbb0 .dirty_e776::after {
    bottom: -6px;
  }
  .main_9275 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 22px;
  }
  .main_9275 .content-bbb0 .dirty_e776 {
    margin-top: -1px;
  }
  .main_9275 .content-bbb0 .dirty_e776,
  .main_9275 .content-bbb0 .dirty_e776::after,
  .main_9275 .content-bbb0 .dirty_e776::before {
    width: 22px;
    height: 2px;
  }
  .main_9275 .content-bbb0 .dirty_e776::before {
    top: -7px;
  }
  .main_9275 .content-bbb0 .dirty_e776::after {
    bottom: -7px;
  }
  .content_large_63c4 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 31px;
  }
  .content_large_63c4 .content-bbb0 .dirty_e776 {
    margin-top: -1.5px;
  }
  .content_large_63c4 .content-bbb0 .dirty_e776,
  .content_large_63c4 .content-bbb0 .dirty_e776::after,
  .content_large_63c4 .content-bbb0 .dirty_e776::before {
    width: 31px;
    height: 3px;
  }
  .content_large_63c4 .content-bbb0 .dirty_e776::before {
    top: -9px;
  }
  .content_large_63c4 .content-bbb0 .dirty_e776::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .old-4fb7 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 19px;
  }
  .old-4fb7 .content-bbb0 .dirty_e776 {
    margin-top: -1px;
  }
  .old-4fb7 .content-bbb0 .dirty_e776,
  .old-4fb7 .content-bbb0 .dirty_e776::after,
  .old-4fb7 .content-bbb0 .dirty_e776::before {
    width: 19px;
    height: 2px;
  }
  .old-4fb7 .content-bbb0 .dirty_e776::before {
    top: -6px;
  }
  .old-4fb7 .content-bbb0 .dirty_e776::after {
    bottom: -6px;
  }
  .list_green_6921 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 22px;
  }
  .list_green_6921 .content-bbb0 .dirty_e776 {
    margin-top: -1px;
  }
  .list_green_6921 .content-bbb0 .dirty_e776,
  .list_green_6921 .content-bbb0 .dirty_e776::after,
  .list_green_6921 .content-bbb0 .dirty_e776::before {
    width: 22px;
    height: 2px;
  }
  .list_green_6921 .content-bbb0 .dirty_e776::before {
    top: -7px;
  }
  .list_green_6921 .content-bbb0 .dirty_e776::after {
    bottom: -7px;
  }
  .huge-5e06 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 31px;
  }
  .huge-5e06 .content-bbb0 .dirty_e776 {
    margin-top: -1.5px;
  }
  .huge-5e06 .content-bbb0 .dirty_e776,
  .huge-5e06 .content-bbb0 .dirty_e776::after,
  .huge-5e06 .content-bbb0 .dirty_e776::before {
    width: 31px;
    height: 3px;
  }
  .huge-5e06 .content-bbb0 .dirty_e776::before {
    top: -9px;
  }
  .huge-5e06 .content-bbb0 .dirty_e776::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .module-e29e .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 19px;
  }
  .module-e29e .content-bbb0 .dirty_e776 {
    margin-top: -1px;
  }
  .module-e29e .content-bbb0 .dirty_e776,
  .module-e29e .content-bbb0 .dirty_e776::after,
  .module-e29e .content-bbb0 .dirty_e776::before {
    width: 19px;
    height: 2px;
  }
  .module-e29e .content-bbb0 .dirty_e776::before {
    top: -6px;
  }
  .module-e29e .content-bbb0 .dirty_e776::after {
    bottom: -6px;
  }
  .light-0732 .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 22px;
  }
  .light-0732 .content-bbb0 .dirty_e776 {
    margin-top: -1px;
  }
  .light-0732 .content-bbb0 .dirty_e776,
  .light-0732 .content-bbb0 .dirty_e776::after,
  .light-0732 .content-bbb0 .dirty_e776::before {
    width: 22px;
    height: 2px;
  }
  .light-0732 .content-bbb0 .dirty_e776::before {
    top: -7px;
  }
  .light-0732 .content-bbb0 .dirty_e776::after {
    bottom: -7px;
  }
  .highlight_paper_8dac .content-bbb0 .header-a994 {
    margin-top: -2px;
    width: 31px;
  }
  .highlight_paper_8dac .content-bbb0 .dirty_e776 {
    margin-top: -1.5px;
  }
  .highlight_paper_8dac .content-bbb0 .dirty_e776,
  .highlight_paper_8dac .content-bbb0 .dirty_e776::after,
  .highlight_paper_8dac .content-bbb0 .dirty_e776::before {
    width: 31px;
    height: 3px;
  }
  .highlight_paper_8dac .content-bbb0 .dirty_e776::before {
    top: -9px;
  }
  .highlight_paper_8dac .content-bbb0 .dirty_e776::after {
    bottom: -9px;
  }
}
.main-0dac .dirty_e776 {
  -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);
}
.main-0dac .dirty_e776::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.main-0dac .dirty_e776::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);
}
.main-0dac.overlay_a9c4 .dirty_e776 {
  -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);
}
.main-0dac.overlay_a9c4 .dirty_e776::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.main-0dac.overlay_a9c4 .dirty_e776::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);
}
.outer-07dd {
  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.module_e042:before {
  display: none;
}
.nav_easy_3acd {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.nav_easy_3acd .gas-f5a0 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.nav_easy_3acd .gas-f5a0:last-of-type {
  border-bottom: none;
}
.nav_easy_3acd .gas-f5a0.secondary-dirty-d24a,
.nav_easy_3acd .gas-f5a0.secondary_97a5,
.nav_easy_3acd .gas-f5a0.up-ccb5 {
  padding: 0;
}
.nav_easy_3acd .tall_0afc .table_focused_1883 {
  color: currentColor;
}
.nav_easy_3acd .tall_0afc .table_focused_1883:focus,
.nav_easy_3acd .tall_0afc .table_focused_1883:hover {
  background: rgba(0, 0, 0, 0.01);
}
.nav_easy_3acd.panel-fast-ccbd .label_large_b29c,
.nav_easy_3acd.panel-fast-ccbd .gas-6b7c a,
.nav_easy_3acd.panel-fast-ccbd .tabs-full-e313 a,
.nav_easy_3acd.panel-fast-ccbd .tag-bronze-6dcd a {
  color: rgba(0, 0, 0, 0.55);
}
.nav_easy_3acd.panel-fast-ccbd .label_large_b29c:hover,
.nav_easy_3acd.panel-fast-ccbd .gas-6b7c a:hover,
.nav_easy_3acd.panel-fast-ccbd .tabs-full-e313 a:hover,
.nav_easy_3acd.panel-fast-ccbd .tag-bronze-6dcd a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.nav_easy_3acd.panel-fast-ccbd .backdrop-steel-9d31 {
  color: rgba(0, 0, 0, 0.8);
}
.nav_easy_3acd.panel-fast-ccbd .gas-f5a0 {
  border-color: rgba(0, 0, 0, 0.08);
}
.nav_easy_3acd.panel-fast-ccbd .gas-f5a0:before {
  background: rgba(0, 0, 0, 0.08);
}
.nav_easy_3acd.panel-fast-ccbd .advanced_f90d:before {
  background: rgba(255, 255, 255, 0.9);
}
.nav_easy_3acd.panel-fast-ccbd .tall_0afc .highlight_c501 li a,
.nav_easy_3acd.panel-fast-ccbd .tall_0afc .table_focused_1883,
.nav_easy_3acd.panel-fast-ccbd .tag-bronze-6dcd {
  border-color: rgba(0, 0, 0, 0.08);
}
.nav_easy_3acd.panel-fast-ccbd .tall_0afc .table_focused_1883:focus,
.nav_easy_3acd.panel-fast-ccbd .tall_0afc .table_focused_1883:hover {
  background: rgba(0, 0, 0, 0.01);
}
.nav_easy_3acd.panel-fast-ccbd .highlight_c501 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.nav_easy_3acd.preview_new_a1e7 .label_large_b29c,
.nav_easy_3acd.preview_new_a1e7 .gas-6b7c a,
.nav_easy_3acd.preview_new_a1e7 .tabs-full-e313 .table_focused_1883,
.nav_easy_3acd.preview_new_a1e7 .tabs-full-e313 a,
.nav_easy_3acd.preview_new_a1e7 .tag-bronze-6dcd a {
  color: rgba(255, 255, 255, 0.79);
}
.nav_easy_3acd.preview_new_a1e7 .label_large_b29c:hover,
.nav_easy_3acd.preview_new_a1e7 .gas-6b7c a:hover,
.nav_easy_3acd.preview_new_a1e7 .tabs-full-e313 .table_focused_1883:hover,
.nav_easy_3acd.preview_new_a1e7 .tabs-full-e313 a:hover,
.nav_easy_3acd.preview_new_a1e7 .tag-bronze-6dcd a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.nav_easy_3acd.preview_new_a1e7 .backdrop-steel-9d31 {
  color: rgba(255, 255, 255, 0.99);
}
.nav_easy_3acd.preview_new_a1e7 .gas-f5a0 {
  border-color: rgba(255, 255, 255, 0.08);
}
.nav_easy_3acd.preview_new_a1e7 .gas-f5a0:before {
  background: rgba(255, 255, 255, 0.08);
}
.nav_easy_3acd.preview_new_a1e7 .advanced_f90d:before {
  background: rgba(0, 0, 0, 0.9);
}
.nav_easy_3acd.preview_new_a1e7 .tall_0afc .highlight_c501 li a,
.nav_easy_3acd.preview_new_a1e7 .tall_0afc .table_focused_1883,
.nav_easy_3acd.preview_new_a1e7 .tag-bronze-6dcd {
  border-color: rgba(255, 255, 255, 0.08);
}
.nav_easy_3acd.preview_new_a1e7 .tall_0afc .table_focused_1883:focus,
.nav_easy_3acd.preview_new_a1e7 .tall_0afc .table_focused_1883:hover {
  background: rgba(0, 0, 0, 0.01);
}
.nav_easy_3acd.preview_new_a1e7 .highlight_c501 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.advanced_f90d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.advanced_f90d:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.preview-motion-8c4d {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.copper_29b6 .nav_easy_3acd {
  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;
}
.copper_29b6 .gas-f5a0 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.copper_29b6 .gas-f5a0: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) {
  .copper_29b6 .gas-f5a0:before {
    width: 16%;
    left: 42%;
  }
}
.copper_29b6 .gas-f5a0:last-child:before {
  content: none;
}
.copper_29b6 .gas-f5a0[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.copper_29b6 .tall_0afc .highlight_c501 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.copper_29b6 .tall_0afc .highlight_c501 li a .table_focused_1883 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.copper_29b6 .tall_0afc .tag-bronze-6dcd {
  border: none;
}
.copper_29b6 .tall_0afc .tag-bronze-6dcd li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.copper_29b6 .advanced_f90d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.copper_29b6 .preview-motion-8c4d {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.copper_29b6 .preview_new_a1e7 .advanced_f90d:before {
  background: rgba(0, 0, 0, 0.9);
}
.copper_29b6 .panel-fast-ccbd.green-1f65 .dirty_e776 {
  background: rgba(0, 0, 0, 0.6);
}
.copper_29b6
  .panel-fast-ccbd.green-1f65
  .dirty_e776::after,
.copper_29b6
  .panel-fast-ccbd.green-1f65
  .dirty_e776:before {
  background: inherit;
}
.copper_29b6
  .panel-fast-ccbd.green-1f65:hover
  .dirty_e776 {
  background: rgba(0, 0, 0, 0.8);
}
.slider-408a .nav_easy_3acd {
  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) {
  .slider-408a .nav_easy_3acd {
    width: auto;
    right: 45px;
  }
}
.rough-346e .nav_easy_3acd {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
    -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
  width: 360px;
  right: 0;
}
@media screen and (max-width: 35.5em) {
  .rough-346e .nav_easy_3acd {
    width: auto;
    left: 45px;
  }
}
.module_e042 .nav_easy_3acd {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.module_e042 .preview-motion-8c4d {
  max-width: 48em;
  margin: 0 auto;
}
.module_e042 .advanced_f90d:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.message-a277 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.message-a277.copper_29b6 .nav_easy_3acd {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.message-a277.slider-408a .nav_easy_3acd {
  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);
}
.message-a277 .nav_easy_3acd {
  visibility: visible;
}
.message-a277.rough-346e .nav_easy_3acd {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.element-new-fc8c,
.wrapper_d12b {
  overflow-x: hidden;
}
.element-new-fc8c .nav_easy_3acd {
  overflow: auto;
}
.element-new-fc8c.copper_29b6 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.element-new-fc8c.copper_29b6 .nav_easy_3acd {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.element-new-fc8c.copper_29b6 .secondary-down-d77b {
  opacity: 0;
}
.element-new-fc8c.slider-408a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.element-new-fc8c.slider-408a .nav_easy_3acd {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.element-new-fc8c.slider-408a .secondary-down-d77b {
  opacity: 0;
}
.element-new-fc8c.rough-346e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.element-new-fc8c.rough-346e .nav_easy_3acd {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.element-new-fc8c.rough-346e .secondary-down-d77b {
  opacity: 0;
}
.element-new-fc8c.module_e042 .nav_easy_3acd {
  z-index: 10;
  visibility: visible;
}
.green-1f65 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.green-1f65 .dirty_e776 {
  background: rgba(255, 255, 255, 0.99);
}
.green-1f65 .dirty_e776::after,
.green-1f65 .dirty_e776:before {
  background: inherit;
}
.green-1f65:hover .dirty_e776 {
  background: rgba(255, 255, 255, 0.99);
}
.rough-346e .green-1f65 {
  top: 10px;
  right: auto;
  left: 12px;
}
.module_e042 .green-1f65 {
  display: none !important;
}
.element-new-fc8c:before,
.wrapper_d12b:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.element-new-fc8c .green-1f65,
.wrapper_d12b .green-1f65 {
  display: inline-block;
}
.nav_easy_3acd .shadow_9ddc {
  -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;
}
.element-new-fc8c .nav_easy_3acd .shadow_9ddc,
.wrapper_d12b .nav_easy_3acd .shadow_9ddc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.gradient_slow_8e0a .module_advanced_79aa {
  width: 100%;
}
.prev_cedd {
  padding: 0 0.5em 0;
}
.prev_cedd [class*="customify-col-"],
.prev_cedd [class*="customify-col_"],
.prev_cedd [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.highlight_a469 .prev_cedd {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .pattern-5c0a .steel-3e95,
  .steel-3e95 {
    display: none;
  }
  .plasma-1d93 {
    text-align: left;
  }
  .outline_tall_38d9 {
    text-align: center;
  }
  .aside-cfad {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .pattern-5c0a .center-c1e5,
  .center-c1e5 {
    display: none;
  }
  .wide_ec91 {
    text-align: left;
  }
  .logo_1b21 {
    text-align: center;
  }
  .outline_green_bf49 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .pattern-5c0a .first_3e39,
  .first_3e39 {
    display: none;
  }
  .modal-dark-adcc {
    text-align: left;
  }
  .table-3c91 {
    text-align: center;
  }
  .bronze-ea83 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.center-0bef {
  box-shadow: none !important;
}
.list_0f5a .popup-dark-83c2,
.section_motion_a810 .popup-dark-83c2 {
  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;
}
.section_motion_a810 .popup-dark-83c2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.right_9c93 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.right_9c93:after,
.right_9c93:before {
  content: "";
  display: table;
}
.right_9c93:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .right_9c93 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.right_9c93,
.title_fresh_4afc {
  max-width: 1248px;
  margin: 0 auto;
}

.hidden-1d62.widget-lite-76ae .right_9c93 {
  max-width: 100%;
}
.hidden-1d62.accordion-a6d0 {
  max-width: 1200px;
  margin: 0 auto;
}
.hidden-1d62.icon-clean-9cd2 .right_9c93 {
  max-width: 100%;
}
.hidden-1d62.icon-clean-9cd2 > .right_9c93 {
  padding-left: 0;
  padding-right: 0;
}
.hidden-1d62.icon-clean-9cd2 > .right_9c93 .pattern-5c0a {
  margin: 0;
}
.hidden-1d62.icon-clean-9cd2
  > .right_9c93
  .icon_complex_7e3e.blue_8efe {
  margin-right: 0;
  margin-left: 0;
}
.hidden-1d62.icon-clean-9cd2 #main.blue_8efe {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .search-liquid-ebb4 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .search-liquid-ebb4 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .silver_ac46 .tag-bronze-0b58 {
    padding-right: 1em;
  }
  .silver_ac46.modal-bronze-31e5 .icon_complex_7e3e {
    border-right: 1px solid #eaecee;
  }
  .silver_ac46.modal-bronze-31e5 .tag-bronze-0b58 {
    padding-right: 1em;
  }
  .silver_ac46.modal-bronze-31e5 .sidebar_42e1 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .cool-01b9 .tag-bronze-0b58 {
    padding-left: 1em;
  }
  .cool-01b9.modal-bronze-31e5 .icon_complex_7e3e {
    border-left: 1px solid #eaecee;
  }
  .cool-01b9.modal-bronze-31e5 .tag-bronze-0b58 {
    padding-left: 1em;
  }
  .cool-01b9.modal-bronze-31e5 .sidebar_42e1 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .outline-00fb .tag-bronze-0b58 {
    padding-left: 1em;
  }
  .outline-00fb.modal-bronze-31e5 .background_45c1 {
    border-right: 1px solid #eaecee;
  }
  .outline-00fb.modal-bronze-31e5 .bottom_706f {
    border-right: 1px solid #eaecee;
  }
  .outline-00fb.modal-bronze-31e5 .tag-bronze-0b58 {
    padding-left: 1em;
  }
  .outline-00fb.modal-bronze-31e5 .sidebar_42e1 {
    padding-right: 1em;
  }
  .outline-00fb.modal-bronze-31e5 .popup_22c2 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .paragraph_basic_79c3 .tag-bronze-0b58 {
    padding-right: 1em;
  }
  .paragraph_basic_79c3.modal-bronze-31e5 .background_45c1 {
    border-left: 1px solid #eaecee;
  }
  .paragraph_basic_79c3.modal-bronze-31e5 .bottom_706f {
    border-left: 1px solid #eaecee;
  }
  .paragraph_basic_79c3.modal-bronze-31e5 .tag-bronze-0b58 {
    padding-right: 1em;
  }
  .paragraph_basic_79c3.modal-bronze-31e5 .sidebar_42e1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .paragraph_basic_79c3.modal-bronze-31e5 .popup_22c2 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .search-liquid-ebb4 .tag-bronze-0b58 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .search-liquid-ebb4.modal-bronze-31e5 .icon_complex_7e3e {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .search-liquid-ebb4.modal-bronze-31e5 .tag-bronze-0b58 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .search-liquid-ebb4.modal-bronze-31e5 .sidebar_42e1 {
    padding-left: 1em;
  }
  .search-liquid-ebb4.modal-bronze-31e5 .popup_22c2 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .search-liquid-ebb4.modal-bronze-31e5 .tag-bronze-0b58 {
    padding-left: 0;
  }
}
.solid-47c2 .alert-last-d2cc {
  display: inline-block;
}
.modal-solid-15d2 {
  display: inline-block;
}
.gradient_c9a5 {
  word-con: break-word;
}
.texture_pro_3ffe > span {
  display: inline-block;
  padding: 5px 0;
}
.texture_pro_3ffe .shadow-c9b4 {
  margin-left: 8px;
  margin-right: 8px;
}
.texture_pro_3ffe .focused_41ea img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.red_0093 .banner-0428 {
  margin-bottom: 2em;
}
.red_0093 .aside-416a {
  margin-bottom: 15px;
}
.red_0093 .aside-416a:last-child {
  margin-bottom: 0;
}
.red_0093 .soft_62a9 {
  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) {
  .red_0093 .soft_62a9 {
    display: block;
  }
}
.red_0093 .image_04d9 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .red_0093 .image_04d9 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.red_0093 .gradient_up_6908 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.red_0093 .gradient_up_6908 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.red_0093 .gradient_up_6908 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.red_0093 .gradient_c9a5 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.red_0093 .gradient_c9a5 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.red_0093 .form_wood_b84c p:last-child {
  margin-bottom: 0;
}
.red_0093 .panel-37c2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.red_0093 .primary_b3b3 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.red_0093 .middle-121f {
  margin-top: 1em;
}
.red_0093 .container_cool_93dc {
  top: 0;
  display: block;
}
.red_0093 .container_cool_93dc a {
  color: inherit;
}
.red_0093 .container_cool_93dc a:hover {
  color: inherit;
}
.red_0093 .menu_77fe {
  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;
}
.red_0093 .menu_77fe:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.red_0093 .primary_b3b3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.red_0093 .logo-fe9f {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.red_0093 .logo-fe9f:first-child {
  margin-top: 0;
}
.red_0093 .logo-fe9f.outline-30e5 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.red_0093 .logo-fe9f.top_25e8 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.red_0093
  .logo-fe9f.top_25e8.search-over-4e72
  .middle-121f {
  width: 100%;
}
.red_0093 .top_25e8 {
  -webkit-box-align: center;
  align-items: center;
}
.red_0093 .top_25e8 .texture_pro_3ffe,
.red_0093 .top_25e8 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.red_0093 .gradient_up_6908 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.red_0093 .gradient_up_6908 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.red_0093 .gradient_up_6908: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;
}
.red_0093 .outline-30e5 {
  z-index: 5;
}
.red_0093 .icon_black_d56e .gallery_tiny_c175 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.red_0093 .pattern-outer-ef2c .gallery_tiny_c175 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.red_0093 .surface_e2b2 .gallery_tiny_c175 {
  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;
}
.red_0093.frame_static_c39e .soft_62a9,
.red_0093.copper_26f8 .soft_62a9 {
  display: block;
}
.red_0093.frame_static_c39e .soft_62a9 .panel-9f38,
.red_0093.frame_static_c39e .soft_62a9 .primary_b3b3,
.red_0093.copper_26f8 .soft_62a9 .panel-9f38,
.red_0093.copper_26f8 .soft_62a9 .primary_b3b3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.red_0093.advanced-d3a1 .image_04d9 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .red_0093.advanced-d3a1 .image_04d9 {
    margin-right: 0;
  }
}
.red_0093.frame_static_c39e .image_04d9,
.red_0093.copper_26f8 .image_04d9 {
  padding-top: 40%;
}
.red_0093.frame_static_c39e .banner-0428,
.red_0093.copper_26f8 .banner-0428 {
  display: block;
}
.red_0093.frame_static_c39e .fn-sticky-1499 .primary_b3b3,
.red_0093.copper_26f8 .fn-sticky-1499 .primary_b3b3 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.red_0093.frame_static_c39e .image_04d9,
.red_0093.copper_26f8 .image_04d9 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.red_0093.frame_static_c39e .primary_b3b3 {
  padding: 1em;
}
.action_0042 {
  margin: 30px auto;
  display: block;
}
.action_0042 .south_b556 > * {
  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;
}
.action_0042 .south_b556 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.action_0042 .south_b556 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.primary-9b7a .texture_pro_3ffe {
  margin-bottom: 1.41575em;
}
.primary-9b7a .table_7d2d {
  margin-bottom: 1.618em;
}
.hero_west_9d0d .static-8100 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.hero_west_9d0d .static-8100 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.hero_west_9d0d .gallery-2ac3 {
  max-width: 100%;
  overflow: auto;
}
.tooltip-227d .hero_west_9d0d a:hover {
  text-decoration: underline;
}
.disabled_9902 .aside-416a:not(.gradient_c9a5),
.disabled_9902 .gradient_up_6908 {
  margin-bottom: 1.41575em;
}
.disabled_9902 .aside-416a:not(.gradient_c9a5):last-child,
.disabled_9902 .gradient_up_6908:last-child {
  margin-bottom: 0;
}
.disabled_9902 .aside-416a.last-4346 {
  margin-bottom: 0.41575em;
}
.disabled_9902 .fixed-1e38:before,
.disabled_9902 .left-672b:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.disabled_9902 .fixed-1e38:before {
  content: "\f115";
}
.disabled_9902 .left-672b:before {
  content: "\f02c";
}
.disabled_9902 .copper_e8fd {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.disabled_9902 .copper_e8fd a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.in_05d0 {
  display: -webkit-box;
  display: flex;
}
.in_05d0 .active_up_b28e {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .in_05d0 .active_up_b28e {
    flex-basis: 90px;
  }
}
.in_05d0 .detail_d2bf {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .in_05d0 .detail_d2bf {
    flex-basis: calc(100% - 50px);
  }
}
.in_05d0 .inner_e060 p:last-child {
  margin-bottom: 0.72em;
}
.breadcrumb-yellow-d858 .south_b556 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.breadcrumb-yellow-d858 .south_b556:after,
.breadcrumb-yellow-d858 .south_b556:before {
  content: "";
  display: table;
}
.breadcrumb-yellow-d858 .south_b556:after {
  clear: both;
}
.breadcrumb-yellow-d858 .south_b556 .gas_4bbf,
.breadcrumb-yellow-d858 .south_b556 .label_steel_de24 {
  width: 49%;
}
.breadcrumb-yellow-d858 .south_b556 .gas_4bbf a span.iron-d9aa,
.breadcrumb-yellow-d858 .south_b556 .label_steel_de24 a span.iron-d9aa {
  display: block;
  margin-bottom: 5px;
}
.breadcrumb-yellow-d858 .south_b556 .label_steel_de24 {
  float: left;
  text-align: left;
}
.breadcrumb-yellow-d858 .south_b556 .gas_4bbf {
  float: right;
  text-align: right;
}
.menu-bb96 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .menu-bb96 {
    margin-bottom: 0;
  }
}
.overlay_3134 {
  margin-bottom: 1em;
}
.overlay_3134 .gradient_c9a5 {
  font-size: 1.1em;
  line-height: 1.3;
}
.menu_complex_4e5e a {
  display: block;
  line-height: 0;
  position: relative;
}
.progress_advanced_b9fc .overlay_3134,
.card_79ac .overlay_3134 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .progress_advanced_b9fc .overlay_3134,
  .card_79ac .overlay_3134 {
    display: block;
  }
}
.progress_advanced_b9fc .menu_complex_4e5e,
.card_79ac .menu_complex_4e5e {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .progress_advanced_b9fc .menu_complex_4e5e,
  .card_79ac .menu_complex_4e5e {
    margin-bottom: 1em;
  }
}
.progress_advanced_b9fc .menu_complex_4e5e img,
.card_79ac .menu_complex_4e5e img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.progress_advanced_b9fc .old_36ed,
.card_79ac .old_36ed {
  flex-basis: calc(100% - 160px);
}
.progress_advanced_b9fc .old_36ed p,
.card_79ac .old_36ed p {
  margin-bottom: 0;
}
.progress_advanced_b9fc .old_36ed {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .progress_advanced_b9fc .old_36ed {
    padding-left: 0;
  }
}
.card_79ac .old_36ed {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .card_79ac .old_36ed {
    padding-right: 0;
  }
}
.card_79ac .menu_complex_4e5e {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.chip_98eb .menu_complex_4e5e {
  margin-bottom: 0.5em;
}
.chip_98eb .menu_complex_4e5e img {
  width: 100%;
}
.chip-fixed-ac5f .card_3384,
.search-2121 .card_3384 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.search-2121 .icon_complex_7e3e .hard_140c p:last-child {
  margin-bottom: 0;
}
.pressed_17ff {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.section_c7d4 .top-10bf {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .section_c7d4 .top-10bf:last-of-type {
    margin-bottom: 0;
  }
}
.section_c7d4 .top-10bf ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section_c7d4 .top-10bf ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.section_c7d4 .top-10bf ul li {
  margin: 0 0 0.6em;
}
.section_c7d4 .top-10bf ul li.icon-4972,
.section_c7d4 .top-10bf ul li.form-39a5 {
  position: relative;
}
.section_c7d4 .top-10bf ul li.icon-4972 .image_plasma_2569,
.section_c7d4 .top-10bf ul li.form-39a5 .image_plasma_2569 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.section_c7d4 .top-10bf ul li.icon-4972:after:after,
.section_c7d4 .top-10bf ul li.icon-4972:after:before,
.section_c7d4
  .top-10bf
  ul
  li.form-39a5:after:after,
.section_c7d4
  .top-10bf
  ul
  li.form-39a5:after:before {
  content: "";
  display: table;
}
.section_c7d4 .top-10bf ul li.icon-4972:after:after,
.section_c7d4
  .top-10bf
  ul
  li.form-39a5:after:after {
  clear: both;
}
.section_c7d4 .top-10bf a.primary_341e:hover {
  text-decoration: none;
}
.section_c7d4 .top-10bf select {
  max-width: 100%;
}
.section_c7d4 .top-10bf table {
  font-size: 85%;
}
.section_c7d4 .top-10bf table td,
.section_c7d4 .top-10bf table th {
  padding: 0.2360828548em;
  text-align: center;
}
.section_c7d4 .top-10bf table tfoot td {
  text-align: left;
}
.section_c7d4 .top-10bf :last-child {
  margin-bottom: 0;
}
.section_c7d4 .top-10bf .thumbnail-428b {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.section_c7d4 .top-10bf .thumbnail-428b label {
  width: 100%;
}
.section_c7d4 .top-10bf .thumbnail-428b .modal-860b {
  width: 100%;
  display: block;
}
.section_c7d4 .top-10bf .thumbnail-428b .last_d25e {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.section_c7d4 .top-10bf .thumbnail-428b .last_d25e:hover svg #svg-search {
  fill: #444;
}
.section_c7d4 .top-10bf .thumbnail-428b .last_d25e svg {
  width: 18px;
  height: 18px;
}
.section_c7d4 .small_a335 ul ul,
.section_c7d4 .liquid-1b61 ul ul,
.section_c7d4 .sidebar_cool_9d9e ul ul,
.section_c7d4 .pressed-0376 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.section_c7d4 .small_a335 .blue_862f > a,
.section_c7d4 .liquid-1b61 .blue_862f > a,
.section_c7d4 .sidebar_cool_9d9e .blue_862f > a,
.section_c7d4 .pressed-0376 .blue_862f > a {
  margin-bottom: 0;
}
.section_c7d4 .simple-c7cf li,
.section_c7d4 .small_a335 li,
.section_c7d4 .background-2101 li,
.section_c7d4 .liquid-1b61 li,
.section_c7d4 .sidebar_cool_9d9e li,
.section_c7d4 .pressed-0376 li,
.section_c7d4 .rough_da01 li,
.section_c7d4 .block_e370 li {
  display: block;
  position: relative;
}
.section_c7d4 .simple-c7cf li:last-child,
.section_c7d4 .small_a335 li:last-child,
.section_c7d4 .background-2101 li:last-child,
.section_c7d4 .liquid-1b61 li:last-child,
.section_c7d4 .sidebar_cool_9d9e li:last-child,
.section_c7d4 .pressed-0376 li:last-child,
.section_c7d4 .rough_da01 li:last-child,
.section_c7d4 .block_e370 li:last-child {
  border: none;
}
.section_c7d4 .simple-c7cf li a,
.section_c7d4 .small_a335 li a,
.section_c7d4 .background-2101 li a,
.section_c7d4 .liquid-1b61 li a,
.section_c7d4 .sidebar_cool_9d9e li a,
.section_c7d4 .pressed-0376 li a,
.section_c7d4 .rough_da01 li a,
.section_c7d4 .block_e370 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.section_c7d4 .simple-c7cf li ul li::before,
.section_c7d4 .small_a335 li ul li::before,
.section_c7d4 .background-2101 li ul li::before,
.section_c7d4 .liquid-1b61 li ul li::before,
.section_c7d4 .sidebar_cool_9d9e li ul li::before,
.section_c7d4 .pressed-0376 li ul li::before,
.section_c7d4 .rough_da01 li ul li::before,
.section_c7d4 .block_e370 li ul li::before {
  left: 15px;
}
.section_c7d4 .simple-c7cf li ul a,
.section_c7d4 .small_a335 li ul a,
.section_c7d4 .background-2101 li ul a,
.section_c7d4 .liquid-1b61 li ul a,
.section_c7d4 .sidebar_cool_9d9e li ul a,
.section_c7d4 .pressed-0376 li ul a,
.section_c7d4 .rough_da01 li ul a,
.section_c7d4 .block_e370 li ul a {
  padding-left: 20px;
}
.section_c7d4 .simple-c7cf li ul ul li::before,
.section_c7d4 .small_a335 li ul ul li::before,
.section_c7d4 .background-2101 li ul ul li::before,
.section_c7d4 .liquid-1b61 li ul ul li::before,
.section_c7d4 .sidebar_cool_9d9e li ul ul li::before,
.section_c7d4 .pressed-0376 li ul ul li::before,
.section_c7d4 .rough_da01 li ul ul li::before,
.section_c7d4 .block_e370 li ul ul li::before {
  left: 30px;
}
.section_c7d4 .simple-c7cf li ul ul a,
.section_c7d4 .small_a335 li ul ul a,
.section_c7d4 .background-2101 li ul ul a,
.section_c7d4 .liquid-1b61 li ul ul a,
.section_c7d4 .sidebar_cool_9d9e li ul ul a,
.section_c7d4 .pressed-0376 li ul ul a,
.section_c7d4 .rough_da01 li ul ul a,
.section_c7d4 .block_e370 li ul ul a {
  padding-left: 40px;
}
.section_c7d4 .alert-c7b9 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.section_c7d4 .block_e370 ul li {
  margin-bottom: 1.41575em;
}
.section_c7d4 .block_e370 ul li .button_1c10 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.section_c7d4 .block_e370 ul li .green_789e {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.preview_new_a1e7 .simple-c7cf li a,
.preview_new_a1e7 .small_a335 li a,
.preview_new_a1e7 .background-2101 li a,
.preview_new_a1e7 .liquid-1b61 li a,
.preview_new_a1e7 .sidebar_cool_9d9e li a,
.preview_new_a1e7 .pressed-0376 li a,
.preview_new_a1e7 .rough_da01 li a,
.preview_new_a1e7 .block_e370 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.preview_new_a1e7 .alert-c7b9 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.preview_new_a1e7 .top-10bf ul li.icon-4972 .image_plasma_2569,
.preview_new_a1e7 .top-10bf ul li.form-39a5 .image_plasma_2569 {
  background: rgba(0, 0, 0, 0.2);
}
.preview_new_a1e7 .section_c7d4 .top-10bf select {
  border-color: rgba(255, 255, 255, 0.08);
}
.hidden-1d62 .section_c7d4 .highlight_c501 li {
  margin: 0;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li ul {
  margin: 0;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li ul li a {
  padding-left: 15px;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li ul li li a {
  padding-left: 30px;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li.paragraph_6e0d > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li.paragraph_6e0d > 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;
}
.hidden-1d62 .section_c7d4 .highlight_c501 li.paragraph_6e0d > 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;
}
.picture-current-858e a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.background_4e70 {
  position: relative;
  z-index: 10;
}
.background_4e70 .shadow_9ddc {
  width: 100%;
  max-width: 100%;
}
.message_paper_e3a5 .notice-lower-c89b {
  padding-top: 2em;
  padding-bottom: 2em;
}
.message_paper_e3a5 .panel-fast-ccbd {
}
.message_paper_e3a5 .preview_new_a1e7 {
  background: #292929;
}
.highlight_orange_7013 .notice-lower-c89b {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.highlight_orange_7013 .panel-fast-ccbd {
  background: #f9f9f9;
}
.highlight_orange_7013 .preview_new_a1e7 {
  background: #303030;
}
.background-tiny-40b8 .notice-lower-c89b {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .background-tiny-40b8 .alert-last-d2cc {
    margin-bottom: 1em;
  }
  .background-tiny-40b8 .alert-last-d2cc:last-child {
    margin-bottom: 0;
  }
}
.background-tiny-40b8 .panel-fast-ccbd {
  background: #ededed;
}
.background-tiny-40b8 .preview_new_a1e7 {
  background: #1a1a1a;
}
.notice-lower-c89b.panel-fast-ccbd {
  color: rgba(0, 0, 0, 0.6);
}
.notice-lower-c89b.panel-fast-ccbd .component_5740 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.notice-lower-c89b.preview_new_a1e7 {
  color: rgba(255, 255, 255, 0.99);
}
.notice-lower-c89b.preview_new_a1e7 a:not(.primary_341e) {
  color: rgba(255, 255, 255, 0.79);
}
.notice-lower-c89b.preview_new_a1e7 a:not(.primary_341e):hover {
  color: rgba(255, 255, 255, 0.99);
}
.notice-lower-c89b.preview_new_a1e7 .component_5740 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.notice-lower-c89b.preview_new_a1e7 table tbody td,
.notice-lower-c89b.preview_new_a1e7 table th {
  background: rgba(0, 0, 0, 0.08);
}
.tag-4acd.avatar-last-de7f .right_9c93 {
  max-width: initial;
}
.tag-4acd .description_60a4 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.tag-4acd .description_60a4 .shadow_9ddc {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .tag-4acd .description_60a4 .shadow_9ddc {
    display: block;
    margin-bottom: 2em;
  }
  .tag-4acd .description_60a4 .shadow_9ddc:last-child {
    margin-bottom: 0;
  }
}
.background-tiny-40b8 .alert-last-d2cc:last-child,
.highlight_orange_7013 .alert-last-d2cc:last-child,
.message_paper_e3a5 .alert-last-d2cc:last-child {
  margin-bottom: 0;
}
.background-tiny-40b8 .alert-last-d2cc .section_c7d4 .top-10bf:last-child,
.highlight_orange_7013 .alert-last-d2cc .section_c7d4 .top-10bf:last-child,
.message_paper_e3a5 .alert-last-d2cc .section_c7d4 .top-10bf:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .background-tiny-40b8 .gallery-2c6c,
  .background-tiny-40b8 .shadow-b1bc,
  .highlight_orange_7013 .gallery-2c6c,
  .highlight_orange_7013 .shadow-b1bc,
  .message_paper_e3a5 .gallery-2c6c,
  .message_paper_e3a5 .shadow-b1bc {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .background_4e70 .alert-last-d2cc {
    margin-bottom: 2em;
  }
}
.background_4e70 p:last-child {
  margin-bottom: 0;
}
.background_4e70 li,
.background_4e70 ul {
  list-style: none;
  margin: 0;
}
.background_4e70 ul ul {
  margin-left: 2.617924em;
}
.dirty-c23f {
  font-size: 0.875em;
}

/* css-noise: 986d */
.phantom-card-a1 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.2;
}
