/*!
Theme Name: Customify
Theme URI: https://pressmaximum.bright-7b6d/customify
Author: WPCustomify
Author URI: https://pressmaximum.bright-7b6d
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.bright-7b6d/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.wood_79a4.row-simple-e6c0/licenses/gpl-2.0.dropdown-df5a
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.highlight_64fe/, (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.label-medium-de7d.panel-south-21bc/normalize.last_4686/
 ======
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.last_4686 v7.0.0 | MIT License | github.bright-7b6d/necolas/normalize.last_4686 */
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;
}
.overlay_white_9e95 .fixed-b284,
.fixed-3283,
.sidebar-9827,
.row_dim_3f7f,
.icon_gas_cc26,
.article-bd71,
.dynamic-97f6,
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;
}
.fixed-3283,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .fixed-3283,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .fixed-3283,
  h1 {
    font-size: 1.8em;
  }
}
.sidebar-9827,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.sidebar-9827 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .sidebar-9827,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .sidebar-9827,
  h2 {
    font-size: 1.7em;
  }
}
.row_dim_3f7f,
h3 {
  font-size: 1.618em;
}
.overlay_white_9e95 .fixed-b284,
.icon_gas_cc26,
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.card_19b3 {
  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;
}
.table-fluid-af54:after,
.table-fluid-af54:before,
.tertiary-fresh-d558:after,
.tertiary-fresh-d558:before {
  content: "";
  display: table;
}
.table-fluid-af54:after,
.tertiary-fresh-d558:after {
  clear: both;
}
.footer_cool_0214 {
  float: right;
  margin-right: 0;
}
.component_775f {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.purple-7ef4 .motion-8ea1,
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;
}
.purple-7ef4 .motion-8ea1: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;
}
.text_slow_7175 .motion-8ea1 {
  box-shadow: none;
}
.text_slow_7175
  .motion-8ea1
  .over-27e1 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.text_slow_7175 .motion-8ea1 .breadcrumb-9714 {
  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;
}
.text_slow_7175
  .motion-8ea1
  .breadcrumb-9714
  b {
  display: none;
}
.text_slow_7175 .card-current-6315 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.aside-hard-7462:not(.accordion_5b7f):not(.simple-1f18),
button:not(.accordion_5b7f):not(.simple-1f18),
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ),
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ),
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ) {
  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;
}
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ):hover,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ):hover,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):hover,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):hover,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ):active,
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ):active,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):active,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):active,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):active,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus {
  outline: 0;
}
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e {
  position: relative;
}
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .notification-orange-476d,
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .layout-blue-6101,
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .image_3cba,
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  i,
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  svg,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .notification-orange-476d,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .layout-blue-6101,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .image_3cba,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  i,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  svg,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .notification-orange-476d,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .layout-blue-6101,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .image_3cba,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  i,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  svg,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .notification-orange-476d,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .layout-blue-6101,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .image_3cba,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  i,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  svg,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .notification-orange-476d,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .layout-blue-6101,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  .image_3cba,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  i,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e
  svg {
  visibility: hidden;
}
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e:after,
button:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e:after,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e:after,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e:after,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ).fn-loading-e67e: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;
}
.aside-hard-7462:not(.accordion_5b7f):not(.simple-1f18),
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ),
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ),
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ) {
  color: #fff;
  background: #235787;
}
.aside-hard-7462:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
input[type="button"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
input[type="reset"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus,
input[type="submit"]:not(.accordion_5b7f):not(
    .simple-1f18
  ):focus {
  color: #fff;
}
.aside-hard-7462.fn-disabled-e67e:not(.accordion_5b7f):not(
    .simple-1f18
  ),
.aside-hard-7462[disabled]:not(.accordion_5b7f):not(
    .simple-1f18
  ),
button.fn-disabled-e67e:not(.accordion_5b7f):not(
    .simple-1f18
  ),
button[disabled]:not(.accordion_5b7f):not(
    .simple-1f18
  ) {
  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;
}
.article_239b {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.article_239b: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;
}
.form_b3e9 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.info-bright-040c {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.notification_c53d {
  clear: both;
  display: block;
  margin: 0 auto;
}
.table-fluid-af54:after,
.table-fluid-af54:before,
.breadcrumb_b0f9:after,
.breadcrumb_b0f9:before,
.thick-da9b:after,
.thick-da9b:before,
.mini-0b25:after,
.mini-0b25:before,
.blue_a165:after,
.blue_a165:before,
.clean_7814:after,
.clean_7814:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.table-fluid-af54:after,
.breadcrumb_b0f9:after,
.thick-da9b:after,
.mini-0b25:after,
.blue_a165:after,
.clean_7814:after {
  clear: both;
}
.breadcrumb_b0f9 .narrow_0849,
.thick-da9b .narrow_0849,
.copper-ee2a .narrow_0849 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.table-cool-4acb {
  display: inline-block;
}
.gallery_8e49 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.gallery_8e49 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gallery_8e49 .pro_dc7d {
  padding: 1em 0;
  font-size: 85%;
}
.pro_dc7d {
  text-align: left;
  font-style: italic;
  color: #999;
}
.article-clean-65ec {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.article-clean-65ec:after,
.article-clean-65ec:before {
  content: "";
  display: table;
}
.article-clean-65ec:after {
  clear: both;
}
.fixed_dfd4 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.stale_c4e6 .fixed_dfd4 {
  max-width: 50%;
}
.short_6338 .fixed_dfd4 {
  max-width: 33.33%;
}
.breadcrumb_hard_0851 .fixed_dfd4 {
  max-width: 25%;
}
.next_ab38 .fixed_dfd4 {
  max-width: 20%;
}
.center-c005 .fixed_dfd4 {
  max-width: 16.66%;
}
.main_c346 .fixed_dfd4 {
  max-width: 14.28%;
}
.paragraph_small_41fa .fixed_dfd4 {
  max-width: 12.5%;
}
.medium_7842 .fixed_dfd4 {
  max-width: 11.11%;
}
.header_large_5f02 {
  display: block;
}
.overlay_white_9e95 .banner_slow_71ae label,
.overlay_white_9e95 .active_narrow_48b2 label,
.overlay_white_9e95 .advanced_f991 label,
.overlay_white_9e95 .hard_c60f label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pattern-hard-1ce9 {
  list-style: none;
  margin: 0;
}
.pattern-hard-1ce9 article.bottom-4ef3 {
  margin-bottom: 0;
}
.pattern-hard-1ce9 ul {
  list-style: none;
  margin: 0;
}
.pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3 li.bottom-4ef3 li.bottom-4ef3 li.bottom-4ef3 {
    padding-left: 0;
  }
}
article.bottom-4ef3 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.bottom-4ef3 .breadcrumb_b0f9 p:last-of-type {
  margin-bottom: 0;
}
article.bottom-4ef3 .background_ccad {
  float: left;
}
article.bottom-4ef3 .item-fast-9a2a {
  margin-left: 85px;
}
article.bottom-4ef3 .dropdown_494c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.bottom-4ef3 .dropdown_494c .popup_769e {
  margin-left: 10px;
}
article.bottom-4ef3 .lite-195a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.bottom-4ef3 .gallery_e529 {
  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 .banner_slow_71ae,
  #respond .advanced_f991,
  #respond .hard_c60f {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .banner_slow_71ae input,
#respond .advanced_f991 input,
#respond .hard_c60f input {
  width: 100%;
}
#respond .hard_c60f {
  margin-right: 0;
}
#respond .small_827c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.box_clean_6bd5 {
  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;
}
.box_clean_6bd5.bronze-4045 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.box_clean_6bd5 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%);
}
.box_clean_6bd5:focus,
.box_clean_6bd5: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);
}
.white_3aac {
  border-radius: 10%;
}
.hero-b151 {
  border-radius: 50%;
}
.hover-2815 {
  font-size: 0.72em;
}
.hover-white-ce26 {
  font-size: 0.875em;
}
.pro-b9e6 {
  font-size: 1.1em;
}
.module-1645 {
  text-transform: uppercase;
  line-height: 1.2;
}
.module-1645.hover-2815 {
  letter-spacing: 0.5px;
}
.left_fa0f,
.left_fa0f a {
  color: #6d6d6d;
}
.left_fa0f a:hover {
  color: #111;
}
.module_db0a {
  color: #6d6d6d;
}
.hard_d9b8 {
  overflow-x: hidden;
}
.hard_d9b8 .rough-a346.shade_center_96d9 {
  position: relative;
}
.hard_d9b8 .rough-a346.shade_center_96d9.nav_019f {
  position: initial;
}
.hard_d9b8
  .rough-a346.shade_center_96d9.nav_019f
  .progress-9173 {
  left: auto;
}
.hard_d9b8 .rough-a346 .progress-9173 {
  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;
}
.hard_d9b8 .rough-a346:hover.shade_center_96d9 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.hard_d9b8
  .rough-a346:hover.shade_center_96d9
  .progress-9173 {
  display: block;
  z-index: 9999999;
}
.hard_d9b8 .nav_up_0e11 .picture-up-77ef,
.hard_d9b8 .aside-brown-3111 .picture-up-77ef {
  display: none;
}
.hard_d9b8 .first-95a0 .rough-a346:hover.shade_center_96d9 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.overlay_white_9e95 .banner_slow_71ae label,
.overlay_white_9e95 .active_narrow_48b2 label,
.overlay_white_9e95 .advanced_f991 label,
.overlay_white_9e95 .hard_c60f label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.pattern-hard-1ce9 {
  list-style: none;
  margin: 0;
}
.pattern-hard-1ce9 article.bottom-4ef3 {
  margin-bottom: 0;
}
.pattern-hard-1ce9 ul {
  list-style: none;
  margin: 0;
}
.pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3:after {
    content: "";
    display: block;
    position: absolute;
    float: left;
    top: 1.618em;
    left: 0;
    width: 1.618em;
    height: 1px;
    background-color: #eaecee;
  }
}
@media screen and (max-width: 48em) {
  .pattern-hard-1ce9 .middle_5a1d li.bottom-4ef3 li.bottom-4ef3 li.bottom-4ef3 li.bottom-4ef3 {
    padding-left: 0;
  }
}
article.bottom-4ef3 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.bottom-4ef3 .breadcrumb_b0f9 p:last-of-type {
  margin-bottom: 0;
}
article.bottom-4ef3 .background_ccad {
  float: left;
}
article.bottom-4ef3 .item-fast-9a2a {
  margin-left: 85px;
}
article.bottom-4ef3 .dropdown_494c {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.bottom-4ef3 .dropdown_494c .popup_769e {
  margin-left: 10px;
}
article.bottom-4ef3 .lite-195a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.bottom-4ef3 .gallery_e529 {
  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 .banner_slow_71ae,
  #respond .advanced_f991,
  #respond .hard_c60f {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .banner_slow_71ae input,
#respond .advanced_f991 input,
#respond .hard_c60f input {
  width: 100%;
}
#respond .hard_c60f {
  margin-right: 0;
}
#respond .small_827c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.nav_up_0e11 .mask-b385 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.mask-b385 .hovered-8d44.button_aeb3 .media-easy-6fc8 > li > a:focus,
.mask-b385 .hovered-8d44.button_aeb3 .media-easy-6fc8 > li > a:hover,
.mask-b385 .hovered-8d44.link_78c5 .media-easy-6fc8 > li > a:focus,
.mask-b385 .hovered-8d44.link_78c5 .media-easy-6fc8 > li > a:hover,
.mask-b385 .hovered-8d44.right_3648 .media-easy-6fc8 > li > a:focus,
.mask-b385 .hovered-8d44.right_3648 .media-easy-6fc8 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.mask-b385
  .hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li.input_bright_7414
  > a,
.mask-b385
  .hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li.gold-a72b
  > a,
.mask-b385
  .hovered-8d44.link_78c5
  .media-easy-6fc8
  > li.input_bright_7414
  > a,
.mask-b385
  .hovered-8d44.link_78c5
  .media-easy-6fc8
  > li.gold-a72b
  > a,
.mask-b385
  .hovered-8d44.right_3648
  .media-easy-6fc8
  > li.input_bright_7414
  > a,
.mask-b385 .hovered-8d44.right_3648 .media-easy-6fc8 > li.label-5b8a > a {
  color: rgba(255, 255, 255, 0.99);
}
.mask-b385 .nav-23ea,
.mask-b385 .nav-23ea a {
  color: rgba(255, 255, 255, 0.99);
}
.mask-b385 .panel_ed84.description_steel_daf0 li a,
.mask-b385 .section_dynamic_4e37 a,
.mask-b385 .gallery-f9fc,
.mask-b385 .media-easy-6fc8 > li > a,
.mask-b385 .header-a40d {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385 .panel_ed84.description_steel_daf0 li a:hover,
.mask-b385 .section_dynamic_4e37 a:hover,
.mask-b385 .gallery-f9fc:hover,
.mask-b385 .media-easy-6fc8 > li > a:hover,
.mask-b385 .header-a40d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.mask-b385 .text_pink_d4ec {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385 .text_pink_d4ec .soft-d12e {
  color: rgba(255, 255, 255, 0.99);
}
.mask-b385 .text_pink_d4ec:hover {
  color: rgba(255, 255, 255, 0.99);
}
.mask-b385 .pink_fa15 .tiny-bd03 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385 .pink_fa15 .tiny-bd03 .main_warm_c5b1 {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385
  .pink_fa15
  .tiny-bd03
  .main_warm_c5b1::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385
  .pink_fa15
  .tiny-bd03
  .main_warm_c5b1:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385
  .pink_fa15
  .tiny-bd03
  .main_warm_c5b1::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385
  .pink_fa15
  .tiny-bd03
  .main_warm_c5b1::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385 .pink_fa15 .liquid-0961 {
  color: rgba(255, 255, 255, 0.79);
}
.mask-b385 .pink_fa15 .liquid-0961:hover {
  color: rgba(255, 255, 255, 0.99);
}
.wide-450a
  .mask-b385
  .pink_fa15
  .west-6911
  .thumbnail_1c22 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.wide-450a
  .mask-b385
  .pink_fa15
  .west-6911
  .main_warm_c5b1 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.nav_up_0e11 .block-ceea {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.block-ceea .hovered-8d44.button_aeb3 .media-easy-6fc8 > li > a:focus,
.block-ceea .hovered-8d44.button_aeb3 .media-easy-6fc8 > li > a:hover,
.block-ceea .hovered-8d44.link_78c5 .media-easy-6fc8 > li > a:focus,
.block-ceea .hovered-8d44.link_78c5 .media-easy-6fc8 > li > a:hover,
.block-ceea .hovered-8d44.right_3648 .media-easy-6fc8 > li > a:focus,
.block-ceea .hovered-8d44.right_3648 .media-easy-6fc8 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.block-ceea
  .hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li.input_bright_7414
  > a,
.block-ceea
  .hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li.gold-a72b
  > a,
.block-ceea
  .hovered-8d44.link_78c5
  .media-easy-6fc8
  > li.input_bright_7414
  > a,
.block-ceea
  .hovered-8d44.link_78c5
  .media-easy-6fc8
  > li.gold-a72b
  > a,
.block-ceea
  .hovered-8d44.right_3648
  .media-easy-6fc8
  > li.input_bright_7414
  > a,
.block-ceea .hovered-8d44.right_3648 .media-easy-6fc8 > li.label-5b8a > a {
  color: rgba(0, 0, 0, 0.8);
}
.block-ceea .nav-23ea,
.block-ceea .nav-23ea a {
  color: rgba(0, 0, 0, 0.8);
}
.block-ceea .panel_ed84.description_steel_daf0 li a,
.block-ceea .section_dynamic_4e37 a,
.block-ceea .gallery-f9fc,
.block-ceea .media-easy-6fc8 > li > a,
.block-ceea .header-a40d {
  color: rgba(0, 0, 0, 0.55);
}
.block-ceea .panel_ed84.description_steel_daf0 li a:hover,
.block-ceea .section_dynamic_4e37 a:hover,
.block-ceea .gallery-f9fc:hover,
.block-ceea .media-easy-6fc8 > li > a:hover,
.block-ceea .header-a40d:hover {
  color: rgba(0, 0, 0, 0.8);
}
.block-ceea .text_pink_d4ec {
  color: rgba(0, 0, 0, 0.55);
}
.block-ceea .text_pink_d4ec .soft-d12e {
  color: rgba(0, 0, 0, 0.8);
}
.block-ceea .text_pink_d4ec:hover {
  color: rgba(0, 0, 0, 0.8);
}
.grid_885d .tall_d899 {
  margin-left: auto;
  margin-right: auto;
}
.thick-da9b > * {
  margin-left: auto;
  margin-right: auto;
}
.thick-da9b .form_b3e9 {
  margin-right: 1.41575em;
}
.aside-dirty-9f93 .thick-da9b > .search-narrow-aa90 {
  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;
}
.aside-dirty-9f93 .thick-da9b > .backdrop-0514 {
  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;
}
.message-09b1.grid_885d .tall_d899,
.pagination-cdbb.grid_885d .tall_d899 {
  margin-left: 0;
}
.panel_22cb.grid_885d .tall_d899,
.in-8a00.grid_885d .tall_d899 {
  margin-right: 0;
}
.thick-da9b ol,
.thick-da9b ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.pressed_5f94 video {
  max-width: 100%;
}
.label_eef7 img {
  display: block;
}
.label_eef7.form_b3e9,
.label_eef7.info-bright-040c {
  width: 100%;
}
.label_eef7.backdrop-0514 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.purple_e725:not(.feature_lite_8ef4) {
  margin: 1.5em auto;
}
.fluid-d570 p {
  padding: 1.5em 14px;
}
ul.full_8e7d.backdrop-0514,
ul.full_8e7d.search-narrow-aa90,
ul.full_8e7d.layout_7cf9.search-narrow-aa90 {
  padding: 0 14px;
}
.new_0f78 {
  display: block;
  overflow-x: auto;
}
.new_0f78 table {
  border-collapse: collapse;
  width: 100%;
}
.new_0f78 td,
.new_0f78 th {
  padding: 0.5em;
}
.thick-da9b li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.thick-da9b ol ol,
.thick-da9b ol ul,
.thick-da9b ul ol,
.thick-da9b ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.thick-da9b ol ol li,
.thick-da9b ol ul li,
.thick-da9b ul ol li,
.thick-da9b ul ul li {
  margin-left: 0;
}
.bright_a554.avatar_large_0013 > .old-c9f3 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.bright_a554.avatar_large_0013 > .old-c9f3 iframe,
.bright_a554.avatar_large_0013 > .old-c9f3 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.paragraph_d274 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.paragraph_d274.image-31dd {
  padding: 0;
}
.paragraph_d274.image-31dd cite {
  font-size: 13px;
}
.paragraph_d274 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.paragraph_d274 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.carousel-9704 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.carousel-9704 > p:first-child {
  margin-top: 0;
}
.carousel-9704 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.carousel-9704 blockquote {
  border-left: 0;
}
.solid_61e5 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.solid_61e5:not(.hard-9795) {
  max-width: 100px;
}
.solid_61e5.cold-6891 {
  border-bottom: none !important;
  text-align: center;
}
.solid_61e5.cold-6891::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .fluid-d570 p {
    padding: 1.5em 0;
  }
}
.filter_b0d7 {
  color: #0073aa;
}
.wrapper-silver-90ad {
  background-color: #0073aa;
}
.highlight-new-b235 {
  color: #229fd8;
}
.text-large-7853 {
  background-color: #229fd8;
}
.easy-f39d {
  color: #eee;
}
.glass-8d67 {
  background-color: #eee;
}
.notice-current-b047 {
  color: #444;
}
.smooth-5e97 {
  background-color: #444;
}
.west_05d8 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.west_05d8 .small_1699 .section_dynamic_4e37 {
  font-size: 15px;
}
.west_05d8 .section_dynamic_4e37 {
  line-height: 1.3;
}
.west_05d8 .block-ceea {
}
.west_05d8 .mask-b385 {
  background: #235787;
}
.accordion-46f0 {
  padding: 0;
}
.accordion-46f0 .mask-b385 {
  background: #1a1a1a;
}
.accordion-46f0 .block-ceea {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.tooltip-light-80c4 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.tooltip-light-80c4 .block-ceea {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.tooltip-light-80c4 .mask-b385 {
  background: #303030;
}
.clean_7814 {
  position: relative;
  z-index: 10;
}
.clean_7814 .hero-4be8 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.aside_3e75 .shade_center_96d9 {
  display: inline-block;
  vertical-align: middle;
}
.aside_3e75.input_in_8430 .shade_center_96d9 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .aside_3e75.input_in_8430 .shade_center_96d9 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .aside_3e75.input_in_8430 .shade_center_96d9 {
    margin-right: 0.4em;
  }
}
.aside_3e75.input_in_8430 .shade_center_96d9:last-child {
  margin-right: 0;
}
.bottom_26fc .hero-4be8 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .nav_up_0e11 .small_1699 {
    margin: 0 -0.5em;
  }
  .nav_up_0e11 .small_1699 [class*="customify-col-"],
  .nav_up_0e11 .small_1699 [class*="customify-col_"],
  .nav_up_0e11 .small_1699 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.nav_up_0e11.badge-short-5fd4 .hero-4be8 {
  background: 0 0 !important;
}
.nav_up_0e11.badge-short-5fd4 .hero-4be8,
.nav_up_0e11.bottom_26fc .hero-4be8 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .nav_up_0e11.banner-cool-6205 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.nav_up_0e11.bottom_26fc .hero-4be8 {
  box-shadow: none !important;
}
.layout-right-507b {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .layout-right-507b {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .layout-right-507b {
    padding: 18px 0 20px;
  }
}
.layout-right-507b .item_0fb3 {
  width: 100%;
}
.layout-right-507b .dropdown-9cea {
  margin-bottom: 0;
}
.layout-right-507b .carousel_6ff3 {
  margin-top: 5px;
  font-size: 0.875em;
}
.link-4fc1 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.link-4fc1 .badge-copper-d128 {
  width: 100%;
}
.cold-46f9 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.cold-46f9 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.cold-46f9 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;
}
.cold-46f9 li:last-child:after {
  display: none;
}
.cold-46f9 li a {
  font-weight: 500;
  margin-right: 10px;
}
.hard_213d .picture-up-77ef button,
.layout-right-507b .picture-up-77ef button {
  left: 0;
}
.hard_213d .badge-copper-d128,
.layout-right-507b .badge-copper-d128 {
  padding-left: 0;
  padding-right: 0;
}
.hard_213d .link-4fc1,
.layout-right-507b .link-4fc1 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.hard_213d {
  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;
}
.hard_213d: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;
}
.hard_213d .smooth-ab61 {
  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) {
  .hard_213d .smooth-ab61 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .hard_213d .smooth-ab61 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .hard_213d .smooth-ab61 {
    min-height: 200px;
  }
}
.hard_213d .cold-46f9 {
  color: rgba(255, 255, 255, 0.8);
}
.hard_213d .cold-46f9 a,
.hard_213d .cold-46f9 li:after {
  color: inherit;
}
.hard_213d .cold-46f9 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wide_0ad9 {
  margin-bottom: 0.5em;
}
.border_7555 {
  margin-bottom: 1.2em;
}
.border_7555,
.wide_0ad9 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.border_7555 p:last-child,
.wide_0ad9 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .picture-up-77ef,
#masthead .picture-up-77ef {
  display: none;
}
#masthead
  > .picture-up-77ef.border-complex-6d88 {
  display: none;
}
#masthead > .picture-up-77ef button {
  left: 0;
}
.fluid-1658 {
  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%;
}
.fluid-1658 .shade_center_96d9 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.fluid-1658 .border-bottom-e13e {
  display: -webkit-box;
  display: flex;
}
.fluid-1658 .border-bottom-e13e.header_orange_c7dd {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.fluid-1658 .border-bottom-e13e.panel-static-f568 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.fluid-1658 .border-bottom-e13e.summary-52a1 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.fluid-1658.wood-eca7.basic_d962 .border-bottom-e13e.header_orange_c7dd {
  flex-basis: 100%;
}
.fluid-1658.column_bc1f .border-bottom-e13e.panel-static-f568 {
  -webkit-box-flex: 1;
  flex: auto;
}
.fluid-1658.column_bc1f .border-bottom-e13e.summary-52a1 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .picture-up-77ef.border-complex-6d88 {
  display: none;
}
#masthead > .picture-up-77ef button {
  left: 0;
}
.container_0988 {
  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;
}
.container_0988:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.container_0988.disabled-current-18ed i {
  margin-right: 4px;
}
.container_0988.warm-9a4e i {
  margin-left: 5px;
}
.section_dynamic_4e37 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.section_dynamic_4e37 p:last-child {
  margin-bottom: 0;
}
.solid-c47d {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.solid-c47d a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.solid-c47d img {
  display: block;
  width: auto;
  line-height: 1;
}
.solid-c47d .nav-23ea {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.solid-c47d .outline_58b9 {
  margin: 5px 0 7px 0;
}
.solid-c47d.lite_080c .form_next_dbd6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid-c47d.lite_080c .list-169f {
  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;
}
.solid-c47d.accordion-b4e9 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.solid-c47d.accordion-b4e9 .form_next_dbd6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.solid-c47d.accordion-b4e9 .list-169f {
  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;
}
.solid-c47d.carousel_cool_5439 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.solid-c47d.wood_ade2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.solid-c47d.wood_ade2 .list-169f {
  margin-top: 7px;
}
.inner-7b75 {
  display: inline-block;
}
.clean_7814 .container_fixed_f9cb .solid-c47d img {
  max-width: 100%;
}
.hovered-8d44 .form-3b2f.complex_66bd,
.outline_8bd1 .form-3b2f.complex_66bd {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.hovered-8d44 .tabs-tall-8bcb,
.outline_8bd1 .tabs-tall-8bcb {
  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%);
}
.hovered-8d44 .tabs-tall-8bcb {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.hovered-8d44.card_0708 .tabs-tall-8bcb {
  display: none;
}
.hovered-8d44 .accent-6b4e {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hovered-8d44 .accent-6b4e li {
  display: inline-block;
  position: relative;
}
.hovered-8d44 .accent-6b4e li:last-child {
  margin-right: 0;
}
.hovered-8d44 .accent-6b4e 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;
}
.hovered-8d44 .accent-6b4e li.label-5b8a > a {
  color: rgba(0, 0, 0, 0.9);
}
.hovered-8d44 .accent-6b4e > 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;
}
.hovered-8d44 .accent-6b4e > li > a i {
  line-height: 0;
}
.hovered-8d44 .accent-6b4e > li.notice-up-23d8 > a .tabs-tall-8bcb {
  margin-left: 4px;
  line-height: 0;
}
.hovered-8d44 .accent-6b4e .tertiary-brown-dfe2 li.notice-up-23d8 > a {
  position: relative;
}
.hovered-8d44 .accent-6b4e .tertiary-brown-dfe2 li.notice-up-23d8 > a:after,
.hovered-8d44 .accent-6b4e .tertiary-brown-dfe2 li.notice-up-23d8 > a:before {
  content: "";
  display: table;
}
.hovered-8d44 .accent-6b4e .tertiary-brown-dfe2 li.notice-up-23d8 > a:after {
  clear: both;
}
.hovered-8d44 .accent-6b4e .tertiary-brown-dfe2 li.notice-up-23d8 > a .tabs-tall-8bcb {
  margin-left: 5px;
  float: right;
}
.hovered-8d44 .old-b585,
.hovered-8d44 .tertiary-brown-dfe2 {
  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;
}
.hovered-8d44 .tertiary-brown-dfe2 {
  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;
}
.hovered-8d44 .tertiary-brown-dfe2 .complex_66bd {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.hovered-8d44 .tertiary-brown-dfe2 .tabs-tall-8bcb {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.hovered-8d44 .tertiary-brown-dfe2 li {
  display: block;
  margin: 0;
  padding: 0;
}
.hovered-8d44 .tertiary-brown-dfe2 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;
}
.hovered-8d44 .tertiary-brown-dfe2 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.hovered-8d44 .tertiary-brown-dfe2 .tertiary-brown-dfe2 {
  top: 0;
  left: 100%;
}
.hovered-8d44 .backdrop-old-8cbb.fn-focus-e67e > .old-b585,
.hovered-8d44 .backdrop-old-8cbb.fn-focus-e67e > .tertiary-brown-dfe2,
.hovered-8d44 .backdrop-old-8cbb:focus > .old-b585,
.hovered-8d44 .backdrop-old-8cbb:focus > .tertiary-brown-dfe2,
.hovered-8d44 .backdrop-old-8cbb:hover > .old-b585,
.hovered-8d44 .backdrop-old-8cbb:hover > .tertiary-brown-dfe2 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.hovered-8d44.right_3648 .media-easy-6fc8:after,
.hovered-8d44.right_3648 .media-easy-6fc8:before {
  content: "";
  display: table;
}
.hovered-8d44.right_3648 .media-easy-6fc8:after {
  clear: both;
}
.hovered-8d44.right_3648 .media-easy-6fc8 > li {
  float: left;
}
.hovered-8d44.message_fa73 .media-easy-6fc8:after,
.hovered-8d44.message_fa73 .media-easy-6fc8:before {
  content: "";
  display: table;
}
.hovered-8d44.message_fa73 .media-easy-6fc8:after {
  clear: both;
}
.hovered-8d44.message_fa73 .media-easy-6fc8 > li {
  float: left;
}
.hovered-8d44.message_fa73 .media-easy-6fc8 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.hovered-8d44.message_fa73 .media-easy-6fc8 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.hovered-8d44.message_fa73 .media-easy-6fc8 > li.input_bright_7414 > a,
.hovered-8d44.message_fa73 .media-easy-6fc8 > li.label-5b8a > a {
  color: #fff;
  background-color: #1e4b75;
}
.hovered-8d44.button_aeb3 .media-easy-6fc8 > li > a .complex_66bd {
  position: relative;
}
.hovered-8d44.button_aeb3 .media-easy-6fc8 > li > a .complex_66bd: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;
}
.hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li:focus
  > a
  .complex_66bd:before,
.hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li:hover
  > a
  .complex_66bd:before {
  width: 100%;
  background-color: currentColor;
}
.hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li.input_bright_7414
  > a
  .complex_66bd:before,
.hovered-8d44.button_aeb3
  .media-easy-6fc8
  > li.gold-a72b
  > a
  .complex_66bd:before {
  width: 100%;
  background-color: currentColor;
}
.hovered-8d44.link_78c5 .media-easy-6fc8 > li > a .complex_66bd {
  position: relative;
}
.hovered-8d44.link_78c5 .media-easy-6fc8 > li > a .complex_66bd: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;
}
.hovered-8d44.link_78c5 .media-easy-6fc8 > li:focus > a .complex_66bd:before,
.hovered-8d44.link_78c5
  .media-easy-6fc8
  > li:hover
  > a
  .complex_66bd:before {
  width: 100%;
  background-color: currentColor;
}
.hovered-8d44.link_78c5
  .media-easy-6fc8
  > li.input_bright_7414
  > a
  .complex_66bd:before,
.hovered-8d44.link_78c5
  .media-easy-6fc8
  > li.gold-a72b
  > a
  .complex_66bd:before {
  width: 100%;
  background-color: currentColor;
}
.outline_8bd1 .accent-6b4e {
  margin: 0;
  padding: 0;
  list-style: none;
}
.outline_8bd1 .accent-6b4e li:first-child > a {
  border-top: none;
}
.outline_8bd1 .accent-6b4e .iron_28fc > .complex_66bd .tabs-tall-8bcb {
  display: none;
}
.outline_8bd1 .accent-6b4e li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.outline_8bd1 .accent-6b4e li:last-child {
  border: none;
}
.outline_8bd1 .accent-6b4e li.notice-up-23d8 > a {
  padding-right: 45px !important;
}
.outline_8bd1 .accent-6b4e li a {
  display: block;
  padding: 0.55em 1.5em;
}
.outline_8bd1 .accent-6b4e li a:focus,
.outline_8bd1 .accent-6b4e li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.outline_8bd1 .accent-6b4e li .modal_62c9 {
  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;
}
.outline_8bd1 .accent-6b4e li .modal_62c9:hover {
  box-shadow: none;
}
.outline_8bd1 .accent-6b4e li .modal_62c9 .tabs-tall-8bcb {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.outline_8bd1 .accent-6b4e .tertiary-brown-dfe2 {
  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);
}
.outline_8bd1 .accent-6b4e .tertiary-brown-dfe2 li a {
  padding-left: 3em;
}
.outline_8bd1 .accent-6b4e .top_bc43 > a .modal_62c9 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.outline_8bd1 .accent-6b4e .top_bc43 > .tertiary-brown-dfe2 {
  display: block;
  opacity: 1;
}
.image_left_e127 {
  max-width: 100%;
}
.primary-short-3c92 {
  line-height: 0;
  cursor: pointer;
}
.header-a40d {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.header-a40d:hover {
  box-shadow: none;
  color: currentColor;
}
.header-a40d svg {
  width: 18px;
  height: 18px;
}
.header-a40d .preview-silver-8023 {
  display: none;
}
.progress_693a {
  position: relative;
}
.progress_693a.fn-active-e67e .header-a40d .under_2d4f {
  display: none;
}
.progress_693a.fn-active-e67e .header-a40d .preview-silver-8023 {
  display: inline-block;
}
.progress_693a .badge_hovered_637b {
  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);
}
.progress_693a.short-422a .badge_hovered_637b {
  left: auto;
  right: -0.9em;
}
.progress_693a.short-422a .purple_f607::before {
  left: auto;
  right: 15px;
}
.progress_693a.fn-active-e67e .badge_hovered_637b {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.west-6911 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.west-6911 label {
  flex-basis: 100%;
}
.west-6911 .tiny-bd03 {
  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;
}
.west-6911 .main_warm_c5b1 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.west-6911 .main_warm_c5b1:focus {
  background-color: transparent;
}
.west-6911 button.liquid-0961 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.west-6911 button.liquid-0961:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.west-6911 button.liquid-0961 svg {
  width: 18px;
  height: 18px;
}
.west-6911 input[type="submit"] {
  min-height: auto;
}
.pink_fa15 .west-6911 .main_warm_c5b1 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.purple_f607 {
  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) {
  .purple_f607 {
    width: 220px;
  }
}
.purple_f607 label {
  flex-basis: 100%;
}
.purple_f607::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;
}
.wide-450a .pink_fa15 .west-6911 {
  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;
}
.wide-450a
  .pink_fa15
  .west-6911
  .tiny-bd03 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.wide-450a .pink_fa15 .west-6911 .main_warm_c5b1 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.wide-450a
  .pink_fa15
  .west-6911
  .main_warm_c5b1:focus {
  background: 0 0;
}
.wide-450a
  .pink_fa15
  .west-6911
  .thumbnail_1c22 {
  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;
}
.panel_ed84 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.panel_ed84 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.panel_ed84 li:last-child {
  margin-right: 0;
}
.panel_ed84 li:first-child {
  margin-left: 0;
}
.panel_ed84.shadow_8f90 a {
  color: #fff;
}
.panel_ed84.shadow_8f90 a:hover {
  color: #fff;
}
.panel_ed84 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.panel_ed84 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.panel_ed84 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.panel_ed84 a:hover {
  opacity: 0.9;
  color: inherit;
}
.panel_ed84 [class*="social-icon-apple"] {
  background-color: #999;
}
.panel_ed84 [class*="social-icon-apple"].footer_8277 {
  background-color: transparent;
  color: #999;
}
.panel_ed84 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.panel_ed84 [class*="social-icon-behance"].footer_8277 {
  background-color: transparent;
  color: #1769ff;
}
.panel_ed84 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.panel_ed84 [class*="social-icon-bitbucket"].footer_8277 {
  background-color: transparent;
  color: #205081;
}
.panel_ed84 [class*="social-icon-codepen"] {
  background-color: #000;
}
.panel_ed84 [class*="social-icon-codepen"].footer_8277 {
  background-color: transparent;
  color: #000;
}
.panel_ed84 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.panel_ed84 [class*="social-icon-delicious"].footer_8277 {
  background-color: transparent;
  color: #39f;
}
.panel_ed84 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.panel_ed84 [class*="social-icon-digg"].footer_8277 {
  background-color: transparent;
  color: #005be2;
}
.panel_ed84 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.panel_ed84 [class*="social-icon-dribbble"].footer_8277 {
  background-color: transparent;
  color: #ea4c89;
}
.panel_ed84 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.panel_ed84 [class*="social-icon-envelope"].footer_8277 {
  background-color: transparent;
  color: #ea4335;
}
.panel_ed84 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.panel_ed84 [class*="social-icon-facebook"].footer_8277 {
  background-color: transparent;
  color: #3b5998;
}
.panel_ed84 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.panel_ed84 [class*="social-icon-flickr"].footer_8277 {
  background-color: transparent;
  color: #0063dc;
}
.panel_ed84 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.panel_ed84 [class*="social-icon-foursquare"].footer_8277 {
  background-color: transparent;
  color: #2d5be3;
}
.panel_ed84 [class*="social-icon-github"] {
  background-color: #333;
}
.panel_ed84 [class*="social-icon-github"].footer_8277 {
  background-color: transparent;
  color: #333;
}
.panel_ed84 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.panel_ed84 [class*="social-icon-google-plus"].footer_8277 {
  background-color: transparent;
  color: #dd4b39;
}
.panel_ed84 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.panel_ed84 [class*="social-icon-houzz"].footer_8277 {
  background-color: transparent;
  color: #7ac142;
}
.panel_ed84 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.panel_ed84 [class*="social-icon-instagram"].footer_8277 {
  background-color: transparent;
  color: #262626;
}
.panel_ed84 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.panel_ed84 [class*="social-icon-jsfiddle"].footer_8277 {
  background-color: transparent;
  color: #487aa2;
}
.panel_ed84 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.panel_ed84 [class*="social-icon-linkedin"].footer_8277 {
  background-color: transparent;
  color: #0077b5;
}
.panel_ed84 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.panel_ed84 [class*="social-icon-medium"].footer_8277 {
  background-color: transparent;
  color: #00ab6b;
}
.panel_ed84 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.panel_ed84
  [class*="social-icon-odnoklassniki"].footer_8277 {
  background-color: transparent;
  color: #f4731c;
}
.panel_ed84 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.panel_ed84 [class*="social-icon-meetup"].footer_8277 {
  background-color: transparent;
  color: #ec1c40;
}
.panel_ed84 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.panel_ed84 [class*="social-icon-pinterest"].footer_8277 {
  background-color: transparent;
  color: #bd081c;
}
.panel_ed84 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.panel_ed84 [class*="social-icon-product-hunt"].footer_8277 {
  background-color: transparent;
  color: #da552f;
}
.panel_ed84 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.panel_ed84 [class*="social-icon-reddit"].footer_8277 {
  background-color: transparent;
  color: #ff4500;
}
.panel_ed84 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.panel_ed84 [class*="social-icon-rss"].footer_8277 {
  background-color: transparent;
  color: #f26522;
}
.panel_ed84 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.panel_ed84
  [class*="social-icon-shopping-cart"].footer_8277 {
  background-color: transparent;
  color: #4caf50;
}
.panel_ed84 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.panel_ed84 [class*="social-icon-skype"].footer_8277 {
  background-color: transparent;
  color: #00aff0;
}
.panel_ed84 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.panel_ed84 [class*="social-icon-slideshare"].footer_8277 {
  background-color: transparent;
  color: #0077b5;
}
.panel_ed84 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.panel_ed84 [class*="social-icon-snapchat"].footer_8277 {
  background-color: transparent;
  color: #fffc00;
}
.panel_ed84 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.panel_ed84 [class*="social-icon-soundcloud"].footer_8277 {
  background-color: transparent;
  color: #f80;
}
.panel_ed84 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.panel_ed84 [class*="social-icon-spotify"].footer_8277 {
  background-color: transparent;
  color: #2ebd59;
}
.panel_ed84 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.panel_ed84
  [class*="social-icon-stack-overflow"].footer_8277 {
  background-color: transparent;
  color: #fe7a15;
}
.panel_ed84 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.panel_ed84 [class*="social-icon-maldkfgram"].footer_8277 {
  background-color: transparent;
  color: #2ca5e0;
}
.panel_ed84 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.panel_ed84 [class*="social-icon-tripadvisor"].footer_8277 {
  background-color: transparent;
  color: #589442;
}
.panel_ed84 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.panel_ed84 [class*="social-icon-tumblr"].footer_8277 {
  background-color: transparent;
  color: #35465c;
}
.panel_ed84 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.panel_ed84 [class*="social-icon-twitch"].footer_8277 {
  background-color: transparent;
  color: #6441a5;
}
.panel_ed84 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.panel_ed84 [class*="social-icon-twitter"].footer_8277 {
  background-color: transparent;
  color: #1da1f2;
}
.panel_ed84 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.panel_ed84 [class*="social-icon-vimeo"].footer_8277 {
  background-color: transparent;
  color: #1ab7ea;
}
.panel_ed84 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.panel_ed84 [class*="social-icon-vk"].footer_8277 {
  background-color: transparent;
  color: #45668e;
}
.panel_ed84 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.panel_ed84 [class*="social-icon-weibo"].footer_8277 {
  background-color: transparent;
  color: #df2029;
}
.panel_ed84 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.panel_ed84 [class*="social-icon-weixin"].footer_8277 {
  background-color: transparent;
  color: #7bb32e;
}
.panel_ed84 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.panel_ed84 [class*="social-icon-whatsapp"].footer_8277 {
  background-color: transparent;
  color: #25d366;
}
.panel_ed84 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.panel_ed84 [class*="social-icon-wordpress"].footer_8277 {
  background-color: transparent;
  color: #21759b;
}
.panel_ed84 [class*="social-icon-xing"] {
  background-color: #026466;
}
.panel_ed84 [class*="social-icon-xing"].footer_8277 {
  background-color: transparent;
  color: #026466;
}
.panel_ed84 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.panel_ed84 [class*="social-icon-yelp"].footer_8277 {
  background-color: transparent;
  color: #af0606;
}
.panel_ed84 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.panel_ed84 [class*="social-icon-youtube"].footer_8277 {
  background-color: transparent;
  color: #cd201f;
}
.gallery-f9fc {
  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;
}
.gallery-f9fc:hover {
  box-shadow: none;
  background: 0 0;
}
.feature_pink_3a2e {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.notice-8b41 {
  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;
}
.title_021c {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.stone-3228 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.stone-3228,
.stone-3228::after,
.stone-3228::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;
}
.stone-3228::after,
.stone-3228::before {
  content: "";
  display: block;
  background-color: inherit;
}
.purple_d58f .notice-8b41 .title_021c {
  margin-top: -2px;
  width: 19px;
}
.purple_d58f .notice-8b41 .stone-3228 {
  margin-top: -1px;
}
.purple_d58f .notice-8b41 .stone-3228,
.purple_d58f .notice-8b41 .stone-3228::after,
.purple_d58f .notice-8b41 .stone-3228::before {
  width: 19px;
  height: 2px;
}
.purple_d58f .notice-8b41 .stone-3228::before {
  top: -6px;
}
.purple_d58f .notice-8b41 .stone-3228::after {
  bottom: -6px;
}
.light_10ee .notice-8b41 .title_021c {
  margin-top: -2px;
  width: 22px;
}
.light_10ee .notice-8b41 .stone-3228 {
  margin-top: -1px;
}
.light_10ee .notice-8b41 .stone-3228,
.light_10ee .notice-8b41 .stone-3228::after,
.light_10ee .notice-8b41 .stone-3228::before {
  width: 22px;
  height: 2px;
}
.light_10ee .notice-8b41 .stone-3228::before {
  top: -7px;
}
.light_10ee .notice-8b41 .stone-3228::after {
  bottom: -7px;
}
.card_upper_d244 .notice-8b41 .title_021c {
  margin-top: -2px;
  width: 31px;
}
.card_upper_d244 .notice-8b41 .stone-3228 {
  margin-top: -1.5px;
}
.card_upper_d244 .notice-8b41 .stone-3228,
.card_upper_d244 .notice-8b41 .stone-3228::after,
.card_upper_d244 .notice-8b41 .stone-3228::before {
  width: 31px;
  height: 3px;
}
.card_upper_d244 .notice-8b41 .stone-3228::before {
  top: -9px;
}
.card_upper_d244 .notice-8b41 .stone-3228::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .under-ba9e .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 19px;
  }
  .under-ba9e .notice-8b41 .stone-3228 {
    margin-top: -1px;
  }
  .under-ba9e .notice-8b41 .stone-3228,
  .under-ba9e .notice-8b41 .stone-3228::after,
  .under-ba9e .notice-8b41 .stone-3228::before {
    width: 19px;
    height: 2px;
  }
  .under-ba9e .notice-8b41 .stone-3228::before {
    top: -6px;
  }
  .under-ba9e .notice-8b41 .stone-3228::after {
    bottom: -6px;
  }
  .box-gas-ca89 .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 22px;
  }
  .box-gas-ca89 .notice-8b41 .stone-3228 {
    margin-top: -1px;
  }
  .box-gas-ca89 .notice-8b41 .stone-3228,
  .box-gas-ca89 .notice-8b41 .stone-3228::after,
  .box-gas-ca89 .notice-8b41 .stone-3228::before {
    width: 22px;
    height: 2px;
  }
  .box-gas-ca89 .notice-8b41 .stone-3228::before {
    top: -7px;
  }
  .box-gas-ca89 .notice-8b41 .stone-3228::after {
    bottom: -7px;
  }
  .search-wood-318e .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 31px;
  }
  .search-wood-318e .notice-8b41 .stone-3228 {
    margin-top: -1.5px;
  }
  .search-wood-318e .notice-8b41 .stone-3228,
  .search-wood-318e .notice-8b41 .stone-3228::after,
  .search-wood-318e .notice-8b41 .stone-3228::before {
    width: 31px;
    height: 3px;
  }
  .search-wood-318e .notice-8b41 .stone-3228::before {
    top: -9px;
  }
  .search-wood-318e .notice-8b41 .stone-3228::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb-2cb2 .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 19px;
  }
  .breadcrumb-2cb2 .notice-8b41 .stone-3228 {
    margin-top: -1px;
  }
  .breadcrumb-2cb2 .notice-8b41 .stone-3228,
  .breadcrumb-2cb2 .notice-8b41 .stone-3228::after,
  .breadcrumb-2cb2 .notice-8b41 .stone-3228::before {
    width: 19px;
    height: 2px;
  }
  .breadcrumb-2cb2 .notice-8b41 .stone-3228::before {
    top: -6px;
  }
  .breadcrumb-2cb2 .notice-8b41 .stone-3228::after {
    bottom: -6px;
  }
  .breadcrumb-east-f769 .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 22px;
  }
  .breadcrumb-east-f769 .notice-8b41 .stone-3228 {
    margin-top: -1px;
  }
  .breadcrumb-east-f769 .notice-8b41 .stone-3228,
  .breadcrumb-east-f769 .notice-8b41 .stone-3228::after,
  .breadcrumb-east-f769 .notice-8b41 .stone-3228::before {
    width: 22px;
    height: 2px;
  }
  .breadcrumb-east-f769 .notice-8b41 .stone-3228::before {
    top: -7px;
  }
  .breadcrumb-east-f769 .notice-8b41 .stone-3228::after {
    bottom: -7px;
  }
  .card_pro_702b .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 31px;
  }
  .card_pro_702b .notice-8b41 .stone-3228 {
    margin-top: -1.5px;
  }
  .card_pro_702b .notice-8b41 .stone-3228,
  .card_pro_702b .notice-8b41 .stone-3228::after,
  .card_pro_702b .notice-8b41 .stone-3228::before {
    width: 31px;
    height: 3px;
  }
  .card_pro_702b .notice-8b41 .stone-3228::before {
    top: -9px;
  }
  .card_pro_702b .notice-8b41 .stone-3228::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .mask-north-ebf7 .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 19px;
  }
  .mask-north-ebf7 .notice-8b41 .stone-3228 {
    margin-top: -1px;
  }
  .mask-north-ebf7 .notice-8b41 .stone-3228,
  .mask-north-ebf7 .notice-8b41 .stone-3228::after,
  .mask-north-ebf7 .notice-8b41 .stone-3228::before {
    width: 19px;
    height: 2px;
  }
  .mask-north-ebf7 .notice-8b41 .stone-3228::before {
    top: -6px;
  }
  .mask-north-ebf7 .notice-8b41 .stone-3228::after {
    bottom: -6px;
  }
  .wide_108b .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 22px;
  }
  .wide_108b .notice-8b41 .stone-3228 {
    margin-top: -1px;
  }
  .wide_108b .notice-8b41 .stone-3228,
  .wide_108b .notice-8b41 .stone-3228::after,
  .wide_108b .notice-8b41 .stone-3228::before {
    width: 22px;
    height: 2px;
  }
  .wide_108b .notice-8b41 .stone-3228::before {
    top: -7px;
  }
  .wide_108b .notice-8b41 .stone-3228::after {
    bottom: -7px;
  }
  .wide-1b99 .notice-8b41 .title_021c {
    margin-top: -2px;
    width: 31px;
  }
  .wide-1b99 .notice-8b41 .stone-3228 {
    margin-top: -1.5px;
  }
  .wide-1b99 .notice-8b41 .stone-3228,
  .wide-1b99 .notice-8b41 .stone-3228::after,
  .wide-1b99 .notice-8b41 .stone-3228::before {
    width: 31px;
    height: 3px;
  }
  .wide-1b99 .notice-8b41 .stone-3228::before {
    top: -9px;
  }
  .wide-1b99 .notice-8b41 .stone-3228::after {
    bottom: -9px;
  }
}
.heading-east-28d4 .stone-3228 {
  -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);
}
.heading-east-28d4 .stone-3228::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.heading-east-28d4 .stone-3228::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);
}
.heading-east-28d4.brown-9e3f .stone-3228 {
  -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);
}
.heading-east-28d4.brown-9e3f .stone-3228::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.heading-east-28d4.brown-9e3f .stone-3228::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);
}
.content-a90c {
  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.soft_294d:before {
  display: none;
}
.aside-brown-3111 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.aside-brown-3111 .mask_warm_d1cc {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.aside-brown-3111 .mask_warm_d1cc:last-of-type {
  border-bottom: none;
}
.aside-brown-3111 .mask_warm_d1cc.tooltip_308d,
.aside-brown-3111 .mask_warm_d1cc.table-fluid-3ef3,
.aside-brown-3111 .mask_warm_d1cc.container_dirty_2bab {
  padding: 0;
}
.aside-brown-3111 .outline_8bd1 .modal_62c9 {
  color: currentColor;
}
.aside-brown-3111 .outline_8bd1 .modal_62c9:focus,
.aside-brown-3111 .outline_8bd1 .modal_62c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.aside-brown-3111.block-ceea .text_pink_d4ec,
.aside-brown-3111.block-ceea .section_dynamic_4e37 a,
.aside-brown-3111.block-ceea .media-easy-6fc8 a,
.aside-brown-3111.block-ceea .tertiary-brown-dfe2 a {
  color: rgba(0, 0, 0, 0.55);
}
.aside-brown-3111.block-ceea .text_pink_d4ec:hover,
.aside-brown-3111.block-ceea .section_dynamic_4e37 a:hover,
.aside-brown-3111.block-ceea .media-easy-6fc8 a:hover,
.aside-brown-3111.block-ceea .tertiary-brown-dfe2 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.aside-brown-3111.block-ceea .soft-d12e {
  color: rgba(0, 0, 0, 0.8);
}
.aside-brown-3111.block-ceea .mask_warm_d1cc {
  border-color: rgba(0, 0, 0, 0.08);
}
.aside-brown-3111.block-ceea .mask_warm_d1cc:before {
  background: rgba(0, 0, 0, 0.08);
}
.aside-brown-3111.block-ceea .status_steel_fed6:before {
  background: rgba(255, 255, 255, 0.9);
}
.aside-brown-3111.block-ceea .outline_8bd1 .accent-6b4e li a,
.aside-brown-3111.block-ceea .outline_8bd1 .modal_62c9,
.aside-brown-3111.block-ceea .tertiary-brown-dfe2 {
  border-color: rgba(0, 0, 0, 0.08);
}
.aside-brown-3111.block-ceea .outline_8bd1 .modal_62c9:focus,
.aside-brown-3111.block-ceea .outline_8bd1 .modal_62c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.aside-brown-3111.block-ceea .accent-6b4e li {
  border-color: rgba(0, 0, 0, 0.08);
}
.aside-brown-3111.mask-b385 .text_pink_d4ec,
.aside-brown-3111.mask-b385 .section_dynamic_4e37 a,
.aside-brown-3111.mask-b385 .media-easy-6fc8 .modal_62c9,
.aside-brown-3111.mask-b385 .media-easy-6fc8 a,
.aside-brown-3111.mask-b385 .tertiary-brown-dfe2 a {
  color: rgba(255, 255, 255, 0.79);
}
.aside-brown-3111.mask-b385 .text_pink_d4ec:hover,
.aside-brown-3111.mask-b385 .section_dynamic_4e37 a:hover,
.aside-brown-3111.mask-b385 .media-easy-6fc8 .modal_62c9:hover,
.aside-brown-3111.mask-b385 .media-easy-6fc8 a:hover,
.aside-brown-3111.mask-b385 .tertiary-brown-dfe2 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.aside-brown-3111.mask-b385 .soft-d12e {
  color: rgba(255, 255, 255, 0.99);
}
.aside-brown-3111.mask-b385 .mask_warm_d1cc {
  border-color: rgba(255, 255, 255, 0.08);
}
.aside-brown-3111.mask-b385 .mask_warm_d1cc:before {
  background: rgba(255, 255, 255, 0.08);
}
.aside-brown-3111.mask-b385 .status_steel_fed6:before {
  background: rgba(0, 0, 0, 0.9);
}
.aside-brown-3111.mask-b385 .outline_8bd1 .accent-6b4e li a,
.aside-brown-3111.mask-b385 .outline_8bd1 .modal_62c9,
.aside-brown-3111.mask-b385 .tertiary-brown-dfe2 {
  border-color: rgba(255, 255, 255, 0.08);
}
.aside-brown-3111.mask-b385 .outline_8bd1 .modal_62c9:focus,
.aside-brown-3111.mask-b385 .outline_8bd1 .modal_62c9:hover {
  background: rgba(0, 0, 0, 0.01);
}
.aside-brown-3111.mask-b385 .accent-6b4e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.status_steel_fed6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.status_steel_fed6:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.tooltip-out-98ff {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.list_614a .aside-brown-3111 {
  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;
}
.list_614a .mask_warm_d1cc {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.list_614a .mask_warm_d1cc: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) {
  .list_614a .mask_warm_d1cc:before {
    width: 16%;
    left: 42%;
  }
}
.list_614a .mask_warm_d1cc:last-child:before {
  content: none;
}
.list_614a .mask_warm_d1cc[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.list_614a .outline_8bd1 .accent-6b4e li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.list_614a .outline_8bd1 .accent-6b4e li a .modal_62c9 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.list_614a .outline_8bd1 .tertiary-brown-dfe2 {
  border: none;
}
.list_614a .outline_8bd1 .tertiary-brown-dfe2 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.list_614a .status_steel_fed6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list_614a .tooltip-out-98ff {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.list_614a .mask-b385 .status_steel_fed6:before {
  background: rgba(0, 0, 0, 0.9);
}
.list_614a .block-ceea.lite_752e .stone-3228 {
  background: rgba(0, 0, 0, 0.6);
}
.list_614a
  .block-ceea.lite_752e
  .stone-3228::after,
.list_614a
  .block-ceea.lite_752e
  .stone-3228:before {
  background: inherit;
}
.list_614a
  .block-ceea.lite_752e:hover
  .stone-3228 {
  background: rgba(0, 0, 0, 0.8);
}
.logo_solid_8b26 .aside-brown-3111 {
  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) {
  .logo_solid_8b26 .aside-brown-3111 {
    width: auto;
    right: 45px;
  }
}
.surface_in_5cf7 .aside-brown-3111 {
  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) {
  .surface_in_5cf7 .aside-brown-3111 {
    width: auto;
    left: 45px;
  }
}
.soft_294d .aside-brown-3111 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.soft_294d .tooltip-out-98ff {
  max-width: 48em;
  margin: 0 auto;
}
.soft_294d .status_steel_fed6:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.static-4dba {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.static-4dba.list_614a .aside-brown-3111 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.static-4dba.logo_solid_8b26 .aside-brown-3111 {
  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);
}
.static-4dba .aside-brown-3111 {
  visibility: visible;
}
.static-4dba.surface_in_5cf7 .aside-brown-3111 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.basic_1ee8,
.selected_4248 {
  overflow-x: hidden;
}
.basic_1ee8 .aside-brown-3111 {
  overflow: auto;
}
.basic_1ee8.list_614a {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.basic_1ee8.list_614a .aside-brown-3111 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.basic_1ee8.list_614a .gallery-f9fc {
  opacity: 0;
}
.basic_1ee8.logo_solid_8b26 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.basic_1ee8.logo_solid_8b26 .aside-brown-3111 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.basic_1ee8.logo_solid_8b26 .gallery-f9fc {
  opacity: 0;
}
.basic_1ee8.surface_in_5cf7 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.basic_1ee8.surface_in_5cf7 .aside-brown-3111 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.basic_1ee8.surface_in_5cf7 .gallery-f9fc {
  opacity: 0;
}
.basic_1ee8.soft_294d .aside-brown-3111 {
  z-index: 10;
  visibility: visible;
}
.lite_752e {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.lite_752e .stone-3228 {
  background: rgba(255, 255, 255, 0.99);
}
.lite_752e .stone-3228::after,
.lite_752e .stone-3228:before {
  background: inherit;
}
.lite_752e:hover .stone-3228 {
  background: rgba(255, 255, 255, 0.99);
}
.surface_in_5cf7 .lite_752e {
  top: 10px;
  right: auto;
  left: 12px;
}
.soft_294d .lite_752e {
  display: none !important;
}
.basic_1ee8:before,
.selected_4248:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.basic_1ee8 .lite_752e,
.selected_4248 .lite_752e {
  display: inline-block;
}
.aside-brown-3111 .shade_center_96d9 {
  -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;
}
.basic_1ee8 .aside-brown-3111 .shade_center_96d9,
.selected_4248 .aside-brown-3111 .shade_center_96d9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.medium_31a1 .tiny-bd03 {
  width: 100%;
}
.container_fixed_f9cb {
  padding: 0 0.5em 0;
}
.container_fixed_f9cb [class*="customify-col-"],
.container_fixed_f9cb [class*="customify-col_"],
.container_fixed_f9cb [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.lower-c98e .container_fixed_f9cb {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .small_1699 .panel-e539,
  .panel-e539 {
    display: none;
  }
  .slow_2825 {
    text-align: left;
  }
  .preview_a854 {
    text-align: center;
  }
  .preview-iron-1a91 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .small_1699 .carousel-new-33d5,
  .carousel-new-33d5 {
    display: none;
  }
  .block_copper_d6e3 {
    text-align: left;
  }
  .bottom_c643 {
    text-align: center;
  }
  .accordion_1ad0 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .small_1699 .slow_e972,
  .slow_e972 {
    display: none;
  }
  .nav_2eb2 {
    text-align: left;
  }
  .slow-1d79 {
    text-align: center;
  }
  .filter_south_1412 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.feature_center_9cf2 {
  box-shadow: none !important;
}
.short_528e .white_a946,
.mask-yellow-abd8 .white_a946 {
  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;
}
.mask-yellow-abd8 .white_a946 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero-4be8 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.hero-4be8:after,
.hero-4be8:before {
  content: "";
  display: table;
}
.hero-4be8:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .hero-4be8 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.hero-4be8,
.banner-cool-6205 {
  max-width: 1248px;
  margin: 0 auto;
}

.mini-0b25.medium_2031 .hero-4be8 {
  max-width: 100%;
}
.mini-0b25.simple-2d69 {
  max-width: 1200px;
  margin: 0 auto;
}
.mini-0b25.background-west-8ad2 .hero-4be8 {
  max-width: 100%;
}
.mini-0b25.background-west-8ad2 > .hero-4be8 {
  padding-left: 0;
  padding-right: 0;
}
.mini-0b25.background-west-8ad2 > .hero-4be8 .small_1699 {
  margin: 0;
}
.mini-0b25.background-west-8ad2
  > .hero-4be8
  .photo-3ca9.inner-73cd {
  margin-right: 0;
  margin-left: 0;
}
.mini-0b25.background-west-8ad2 #main.inner-73cd {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .pressed_691a #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .pressed_691a #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .east-e7e5 .tall_d899 {
    padding-right: 1em;
  }
  .east-e7e5.disabled_9da3 .photo-3ca9 {
    border-right: 1px solid #eaecee;
  }
  .east-e7e5.disabled_9da3 .tall_d899 {
    padding-right: 1em;
  }
  .east-e7e5.disabled_9da3 .badge_next_9306 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .detail-26ff .tall_d899 {
    padding-left: 1em;
  }
  .detail-26ff.disabled_9da3 .photo-3ca9 {
    border-left: 1px solid #eaecee;
  }
  .detail-26ff.disabled_9da3 .tall_d899 {
    padding-left: 1em;
  }
  .detail-26ff.disabled_9da3 .badge_next_9306 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .active-plasma-0e2b .tall_d899 {
    padding-left: 1em;
  }
  .active-plasma-0e2b.disabled_9da3 .aside-6db6 {
    border-right: 1px solid #eaecee;
  }
  .active-plasma-0e2b.disabled_9da3 .module_red_6e33 {
    border-right: 1px solid #eaecee;
  }
  .active-plasma-0e2b.disabled_9da3 .tall_d899 {
    padding-left: 1em;
  }
  .active-plasma-0e2b.disabled_9da3 .badge_next_9306 {
    padding-right: 1em;
  }
  .active-plasma-0e2b.disabled_9da3 .badge-tall-32a9 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .mask-e132 .tall_d899 {
    padding-right: 1em;
  }
  .mask-e132.disabled_9da3 .aside-6db6 {
    border-left: 1px solid #eaecee;
  }
  .mask-e132.disabled_9da3 .module_red_6e33 {
    border-left: 1px solid #eaecee;
  }
  .mask-e132.disabled_9da3 .tall_d899 {
    padding-right: 1em;
  }
  .mask-e132.disabled_9da3 .badge_next_9306 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .mask-e132.disabled_9da3 .badge-tall-32a9 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .pressed_691a .tall_d899 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pressed_691a.disabled_9da3 .photo-3ca9 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .pressed_691a.disabled_9da3 .tall_d899 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .pressed_691a.disabled_9da3 .badge_next_9306 {
    padding-left: 1em;
  }
  .pressed_691a.disabled_9da3 .badge-tall-32a9 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .pressed_691a.disabled_9da3 .tall_d899 {
    padding-left: 0;
  }
}
.glass-6730 .aside_3e75 {
  display: inline-block;
}
.small-dcc0 {
  display: inline-block;
}
.section-8aaf {
  word-con: break-word;
}
.banner-basic-cf64 > span {
  display: inline-block;
  padding: 5px 0;
}
.banner-basic-cf64 .column-ba41 {
  margin-left: 8px;
  margin-right: 8px;
}
.banner-basic-cf64 .advanced_c153 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.picture_steel_2746 .highlight_ee15 {
  margin-bottom: 2em;
}
.picture_steel_2746 .badge-brown-a5b9 {
  margin-bottom: 15px;
}
.picture_steel_2746 .badge-brown-a5b9:last-child {
  margin-bottom: 0;
}
.picture_steel_2746 .table_78d1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #eaecee;
  padding-bottom: 2em;
}
@media screen and (max-width: 568px) {
  .picture_steel_2746 .table_78d1 {
    display: block;
  }
}
.picture_steel_2746 .outer_a637 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .picture_steel_2746 .outer_a637 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.picture_steel_2746 .title_c3f5 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.picture_steel_2746 .title_c3f5 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.picture_steel_2746 .title_c3f5 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.picture_steel_2746 .section-8aaf {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.picture_steel_2746 .section-8aaf a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.picture_steel_2746 .summary-purple-f447 p:last-child {
  margin-bottom: 0;
}
.picture_steel_2746 .outline-yellow-eaec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.picture_steel_2746 .title-8cec {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.picture_steel_2746 .message-medium-6d3c {
  margin-top: 1em;
}
.picture_steel_2746 .menu_bright_14a5 {
  top: 0;
  display: block;
}
.picture_steel_2746 .menu_bright_14a5 a {
  color: inherit;
}
.picture_steel_2746 .menu_bright_14a5 a:hover {
  color: inherit;
}
.picture_steel_2746 .status-c3a2 {
  display: inline-block;
  line-height: 1;
  border: 1px solid #235787;
  color: #235787;
  border-radius: 2px;
  cursor: pointer;
  padding: 7px 17px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s, -webkit-transform 0.18s;
  transition: border 0.18s, background 0.18s, box-shadow 0.18s, opacity 0.18s,
    color 0.18s, -webkit-transform 0.18s;
  transition: transform 0.18s, border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s;
  transition: transform 0.18s, border 0.18s, background 0.18s, box-shadow 0.18s,
    opacity 0.18s, color 0.18s, -webkit-transform 0.18s;
  font-weight: 500;
}
.picture_steel_2746 .status-c3a2:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.picture_steel_2746 .title-8cec {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.picture_steel_2746 .pattern_a50d {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.picture_steel_2746 .pattern_a50d:first-child {
  margin-top: 0;
}
.picture_steel_2746 .pattern_a50d.disabled-active-a452 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.picture_steel_2746 .pattern_a50d.text_9d70 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.picture_steel_2746
  .pattern_a50d.text_9d70.breadcrumb-bronze-8ece
  .message-medium-6d3c {
  width: 100%;
}
.picture_steel_2746 .text_9d70 {
  -webkit-box-align: center;
  align-items: center;
}
.picture_steel_2746 .text_9d70 .banner-basic-cf64,
.picture_steel_2746 .text_9d70 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.picture_steel_2746 .title_c3f5 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.picture_steel_2746 .title_c3f5 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.picture_steel_2746 .title_c3f5:before {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.picture_steel_2746 .disabled-active-a452 {
  z-index: 5;
}
.picture_steel_2746 .icon-d397 .primary-e01b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.picture_steel_2746 .label-pressed-69de .primary-e01b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.picture_steel_2746 .east-06f7 .primary-e01b {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.picture_steel_2746.icon-top-b707 .table_78d1,
.picture_steel_2746.over-7d0c .table_78d1 {
  display: block;
}
.picture_steel_2746.icon-top-b707 .table_78d1 .logo-iron-751e,
.picture_steel_2746.icon-top-b707 .table_78d1 .title-8cec,
.picture_steel_2746.over-7d0c .table_78d1 .logo-iron-751e,
.picture_steel_2746.over-7d0c .table_78d1 .title-8cec {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.picture_steel_2746.new_b5e6 .outer_a637 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .picture_steel_2746.new_b5e6 .outer_a637 {
    margin-right: 0;
  }
}
.picture_steel_2746.icon-top-b707 .outer_a637,
.picture_steel_2746.over-7d0c .outer_a637 {
  padding-top: 40%;
}
.picture_steel_2746.icon-top-b707 .highlight_ee15,
.picture_steel_2746.over-7d0c .highlight_ee15 {
  display: block;
}
.picture_steel_2746.icon-top-b707 .fn-sticky-e67e .title-8cec,
.picture_steel_2746.over-7d0c .fn-sticky-e67e .title-8cec {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.picture_steel_2746.icon-top-b707 .outer_a637,
.picture_steel_2746.over-7d0c .outer_a637 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.picture_steel_2746.icon-top-b707 .title-8cec {
  padding: 1em;
}
.modal_3075 {
  margin: 30px auto;
  display: block;
}
.modal_3075 .image_south_9faa > * {
  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;
}
.modal_3075 .image_south_9faa > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.modal_3075 .image_south_9faa span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.prev_187c .banner-basic-cf64 {
  margin-bottom: 1.41575em;
}
.prev_187c .bottom-f0d0 {
  margin-bottom: 1.618em;
}
.thick-da9b .gold_d635 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.thick-da9b .gold_d635 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.thick-da9b .card-8d22 {
  max-width: 100%;
  overflow: auto;
}
.grid_885d .thick-da9b a:hover {
  text-decoration: underline;
}
.dynamic-dd0a .badge-brown-a5b9:not(.section-8aaf),
.dynamic-dd0a .title_c3f5 {
  margin-bottom: 1.41575em;
}
.dynamic-dd0a .badge-brown-a5b9:not(.section-8aaf):last-child,
.dynamic-dd0a .title_c3f5:last-child {
  margin-bottom: 0;
}
.dynamic-dd0a .badge-brown-a5b9.sort_large_e557 {
  margin-bottom: 0.41575em;
}
.dynamic-dd0a .backdrop-5340:before,
.dynamic-dd0a .input-b3fd:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.dynamic-dd0a .backdrop-5340:before {
  content: "\f115";
}
.dynamic-dd0a .input-b3fd:before {
  content: "\f02c";
}
.dynamic-dd0a .inner_960c {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.dynamic-dd0a .inner_960c a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.hard-8422 {
  display: -webkit-box;
  display: flex;
}
.hard-8422 .status-21a3 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .hard-8422 .status-21a3 {
    flex-basis: 90px;
  }
}
.hard-8422 .picture_hard_497a {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .hard-8422 .picture_hard_497a {
    flex-basis: calc(100% - 50px);
  }
}
.hard-8422 .lower-4487 p:last-child {
  margin-bottom: 0.72em;
}
.breadcrumb_fresh_4d39 .image_south_9faa {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.breadcrumb_fresh_4d39 .image_south_9faa:after,
.breadcrumb_fresh_4d39 .image_south_9faa:before {
  content: "";
  display: table;
}
.breadcrumb_fresh_4d39 .image_south_9faa:after {
  clear: both;
}
.breadcrumb_fresh_4d39 .image_south_9faa .frame_iron_fc38,
.breadcrumb_fresh_4d39 .image_south_9faa .form_tiny_b793 {
  width: 49%;
}
.breadcrumb_fresh_4d39 .image_south_9faa .frame_iron_fc38 a span.aside_bfe6,
.breadcrumb_fresh_4d39 .image_south_9faa .form_tiny_b793 a span.aside_bfe6 {
  display: block;
  margin-bottom: 5px;
}
.breadcrumb_fresh_4d39 .image_south_9faa .form_tiny_b793 {
  float: left;
  text-align: left;
}
.breadcrumb_fresh_4d39 .image_south_9faa .frame_iron_fc38 {
  float: right;
  text-align: right;
}
.image_27cb {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .image_27cb {
    margin-bottom: 0;
  }
}
.feature-full-104e {
  margin-bottom: 1em;
}
.feature-full-104e .section-8aaf {
  font-size: 1.1em;
  line-height: 1.3;
}
.texture-b03a a {
  display: block;
  line-height: 0;
  position: relative;
}
.tall_0f65 .feature-full-104e,
.tiny_e59e .feature-full-104e {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .tall_0f65 .feature-full-104e,
  .tiny_e59e .feature-full-104e {
    display: block;
  }
}
.tall_0f65 .texture-b03a,
.tiny_e59e .texture-b03a {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .tall_0f65 .texture-b03a,
  .tiny_e59e .texture-b03a {
    margin-bottom: 1em;
  }
}
.tall_0f65 .texture-b03a img,
.tiny_e59e .texture-b03a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.tall_0f65 .preview-841f,
.tiny_e59e .preview-841f {
  flex-basis: calc(100% - 160px);
}
.tall_0f65 .preview-841f p,
.tiny_e59e .preview-841f p {
  margin-bottom: 0;
}
.tall_0f65 .preview-841f {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .tall_0f65 .preview-841f {
    padding-left: 0;
  }
}
.tiny_e59e .preview-841f {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .tiny_e59e .preview-841f {
    padding-right: 0;
  }
}
.tiny_e59e .texture-b03a {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.fast_9f36 .texture-b03a {
  margin-bottom: 0.5em;
}
.fast_9f36 .texture-b03a img {
  width: 100%;
}
.link_focused_d5f0 .center_9a3d,
.inner_b240 .center_9a3d {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.inner_b240 .photo-3ca9 .progress-pro-703e p:last-child {
  margin-bottom: 0;
}
.container-883b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.medium_8290 .plasma-7751 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .medium_8290 .plasma-7751:last-of-type {
    margin-bottom: 0;
  }
}
.medium_8290 .plasma-7751 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.medium_8290 .plasma-7751 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.medium_8290 .plasma-7751 ul li {
  margin: 0 0 0.6em;
}
.medium_8290 .plasma-7751 ul li.title_inner_b9be,
.medium_8290 .plasma-7751 ul li.video-silver-28f0 {
  position: relative;
}
.medium_8290 .plasma-7751 ul li.title_inner_b9be .header_16b5,
.medium_8290 .plasma-7751 ul li.video-silver-28f0 .header_16b5 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.medium_8290 .plasma-7751 ul li.title_inner_b9be:after:after,
.medium_8290 .plasma-7751 ul li.title_inner_b9be:after:before,
.medium_8290
  .plasma-7751
  ul
  li.video-silver-28f0:after:after,
.medium_8290
  .plasma-7751
  ul
  li.video-silver-28f0:after:before {
  content: "";
  display: table;
}
.medium_8290 .plasma-7751 ul li.title_inner_b9be:after:after,
.medium_8290
  .plasma-7751
  ul
  li.video-silver-28f0:after:after {
  clear: both;
}
.medium_8290 .plasma-7751 a.aside-hard-7462:hover {
  text-decoration: none;
}
.medium_8290 .plasma-7751 select {
  max-width: 100%;
}
.medium_8290 .plasma-7751 table {
  font-size: 85%;
}
.medium_8290 .plasma-7751 table td,
.medium_8290 .plasma-7751 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.medium_8290 .plasma-7751 table tfoot td {
  text-align: left;
}
.medium_8290 .plasma-7751 :last-child {
  margin-bottom: 0;
}
.medium_8290 .plasma-7751 .info-thick-956e {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.medium_8290 .plasma-7751 .info-thick-956e label {
  width: 100%;
}
.medium_8290 .plasma-7751 .info-thick-956e .main_warm_c5b1 {
  width: 100%;
  display: block;
}
.medium_8290 .plasma-7751 .info-thick-956e .liquid-0961 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.medium_8290 .plasma-7751 .info-thick-956e .liquid-0961:hover svg #svg-search {
  fill: #444;
}
.medium_8290 .plasma-7751 .info-thick-956e .liquid-0961 svg {
  width: 18px;
  height: 18px;
}
.medium_8290 .aside_current_fd05 ul ul,
.medium_8290 .silver_1af3 ul ul,
.medium_8290 .upper_3d50 ul ul,
.medium_8290 .dynamic-8ad8 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.medium_8290 .aside_current_fd05 .notice-up-23d8 > a,
.medium_8290 .silver_1af3 .notice-up-23d8 > a,
.medium_8290 .upper_3d50 .notice-up-23d8 > a,
.medium_8290 .dynamic-8ad8 .notice-up-23d8 > a {
  margin-bottom: 0;
}
.medium_8290 .tabs_8923 li,
.medium_8290 .aside_current_fd05 li,
.medium_8290 .bronze-abcb li,
.medium_8290 .silver_1af3 li,
.medium_8290 .upper_3d50 li,
.medium_8290 .dynamic-8ad8 li,
.medium_8290 .title-fresh-843c li,
.medium_8290 .bronze_6860 li {
  display: block;
  position: relative;
}
.medium_8290 .tabs_8923 li:last-child,
.medium_8290 .aside_current_fd05 li:last-child,
.medium_8290 .bronze-abcb li:last-child,
.medium_8290 .silver_1af3 li:last-child,
.medium_8290 .upper_3d50 li:last-child,
.medium_8290 .dynamic-8ad8 li:last-child,
.medium_8290 .title-fresh-843c li:last-child,
.medium_8290 .bronze_6860 li:last-child {
  border: none;
}
.medium_8290 .tabs_8923 li a,
.medium_8290 .aside_current_fd05 li a,
.medium_8290 .bronze-abcb li a,
.medium_8290 .silver_1af3 li a,
.medium_8290 .upper_3d50 li a,
.medium_8290 .dynamic-8ad8 li a,
.medium_8290 .title-fresh-843c li a,
.medium_8290 .bronze_6860 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.medium_8290 .tabs_8923 li ul li::before,
.medium_8290 .aside_current_fd05 li ul li::before,
.medium_8290 .bronze-abcb li ul li::before,
.medium_8290 .silver_1af3 li ul li::before,
.medium_8290 .upper_3d50 li ul li::before,
.medium_8290 .dynamic-8ad8 li ul li::before,
.medium_8290 .title-fresh-843c li ul li::before,
.medium_8290 .bronze_6860 li ul li::before {
  left: 15px;
}
.medium_8290 .tabs_8923 li ul a,
.medium_8290 .aside_current_fd05 li ul a,
.medium_8290 .bronze-abcb li ul a,
.medium_8290 .silver_1af3 li ul a,
.medium_8290 .upper_3d50 li ul a,
.medium_8290 .dynamic-8ad8 li ul a,
.medium_8290 .title-fresh-843c li ul a,
.medium_8290 .bronze_6860 li ul a {
  padding-left: 20px;
}
.medium_8290 .tabs_8923 li ul ul li::before,
.medium_8290 .aside_current_fd05 li ul ul li::before,
.medium_8290 .bronze-abcb li ul ul li::before,
.medium_8290 .silver_1af3 li ul ul li::before,
.medium_8290 .upper_3d50 li ul ul li::before,
.medium_8290 .dynamic-8ad8 li ul ul li::before,
.medium_8290 .title-fresh-843c li ul ul li::before,
.medium_8290 .bronze_6860 li ul ul li::before {
  left: 30px;
}
.medium_8290 .tabs_8923 li ul ul a,
.medium_8290 .aside_current_fd05 li ul ul a,
.medium_8290 .bronze-abcb li ul ul a,
.medium_8290 .silver_1af3 li ul ul a,
.medium_8290 .upper_3d50 li ul ul a,
.medium_8290 .dynamic-8ad8 li ul ul a,
.medium_8290 .title-fresh-843c li ul ul a,
.medium_8290 .bronze_6860 li ul ul a {
  padding-left: 40px;
}
.medium_8290 .hard_3f72 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.medium_8290 .bronze_6860 ul li {
  margin-bottom: 1.41575em;
}
.medium_8290 .bronze_6860 ul li .narrow-5d9e {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.medium_8290 .bronze_6860 ul li .new_5584 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.mask-b385 .tabs_8923 li a,
.mask-b385 .aside_current_fd05 li a,
.mask-b385 .bronze-abcb li a,
.mask-b385 .silver_1af3 li a,
.mask-b385 .upper_3d50 li a,
.mask-b385 .dynamic-8ad8 li a,
.mask-b385 .title-fresh-843c li a,
.mask-b385 .bronze_6860 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.mask-b385 .hard_3f72 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.mask-b385 .plasma-7751 ul li.title_inner_b9be .header_16b5,
.mask-b385 .plasma-7751 ul li.video-silver-28f0 .header_16b5 {
  background: rgba(0, 0, 0, 0.2);
}
.mask-b385 .medium_8290 .plasma-7751 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.mini-0b25 .medium_8290 .accent-6b4e li {
  margin: 0;
}
.mini-0b25 .medium_8290 .accent-6b4e li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.mini-0b25 .medium_8290 .accent-6b4e li ul {
  margin: 0;
}
.mini-0b25 .medium_8290 .accent-6b4e li ul li a {
  padding-left: 15px;
}
.mini-0b25 .medium_8290 .accent-6b4e li ul li li a {
  padding-left: 30px;
}
.mini-0b25 .medium_8290 .accent-6b4e li.label-5b8a > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.mini-0b25 .medium_8290 .accent-6b4e li.label-5b8a > 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;
}
.mini-0b25 .medium_8290 .accent-6b4e li.label-5b8a > 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;
}
.table-light-3680 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.blue_a165 {
  position: relative;
  z-index: 10;
}
.blue_a165 .shade_center_96d9 {
  width: 100%;
  max-width: 100%;
}
.last-1d20 .row-bright-d27a {
  padding-top: 2em;
  padding-bottom: 2em;
}
.last-1d20 .block-ceea {
}
.last-1d20 .mask-b385 {
  background: #292929;
}
.accent-solid-2b40 .row-bright-d27a {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.accent-solid-2b40 .block-ceea {
  background: #f9f9f9;
}
.accent-solid-2b40 .mask-b385 {
  background: #303030;
}
.icon_stale_df4a .row-bright-d27a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .icon_stale_df4a .aside_3e75 {
    margin-bottom: 1em;
  }
  .icon_stale_df4a .aside_3e75:last-child {
    margin-bottom: 0;
  }
}
.icon_stale_df4a .block-ceea {
  background: #ededed;
}
.icon_stale_df4a .mask-b385 {
  background: #1a1a1a;
}
.row-bright-d27a.block-ceea {
  color: rgba(0, 0, 0, 0.6);
}
.row-bright-d27a.block-ceea .label-e83b li {
  border-color: rgba(0, 0, 0, 0.08);
}
.row-bright-d27a.mask-b385 {
  color: rgba(255, 255, 255, 0.99);
}
.row-bright-d27a.mask-b385 a:not(.aside-hard-7462) {
  color: rgba(255, 255, 255, 0.79);
}
.row-bright-d27a.mask-b385 a:not(.aside-hard-7462):hover {
  color: rgba(255, 255, 255, 0.99);
}
.row-bright-d27a.mask-b385 .label-e83b li {
  border-color: rgba(255, 255, 255, 0.08);
}
.row-bright-d27a.mask-b385 table tbody td,
.row-bright-d27a.mask-b385 table th {
  background: rgba(0, 0, 0, 0.08);
}
.first-95a0.bottom_26fc .hero-4be8 {
  max-width: initial;
}
.first-95a0 .input_in_8430 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.first-95a0 .input_in_8430 .shade_center_96d9 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .first-95a0 .input_in_8430 .shade_center_96d9 {
    display: block;
    margin-bottom: 2em;
  }
  .first-95a0 .input_in_8430 .shade_center_96d9:last-child {
    margin-bottom: 0;
  }
}
.icon_stale_df4a .aside_3e75:last-child,
.accent-solid-2b40 .aside_3e75:last-child,
.last-1d20 .aside_3e75:last-child {
  margin-bottom: 0;
}
.icon_stale_df4a .aside_3e75 .medium_8290 .plasma-7751:last-child,
.accent-solid-2b40 .aside_3e75 .medium_8290 .plasma-7751:last-child,
.last-1d20 .aside_3e75 .medium_8290 .plasma-7751:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .icon_stale_df4a .dim-6931,
  .icon_stale_df4a .photo-6319,
  .accent-solid-2b40 .dim-6931,
  .accent-solid-2b40 .photo-6319,
  .last-1d20 .dim-6931,
  .last-1d20 .photo-6319 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .blue_a165 .aside_3e75 {
    margin-bottom: 2em;
  }
}
.blue_a165 p:last-child {
  margin-bottom: 0;
}
.blue_a165 li,
.blue_a165 ul {
  list-style: none;
  margin: 0;
}
.blue_a165 ul ul {
  margin-left: 2.617924em;
}
.background_under_ac69 {
  font-size: 0.875em;
}

/* css-noise: f692 */
.shadow-element-j6 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
