/*!
Theme Name: Customify
Theme URI: https://pressmaximum.component_31c9/customify
Author: WPCustomify
Author URI: https://pressmaximum.component_31c9
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.component_31c9/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.stone_1ce5.secondary-red-ce2a/licenses/gpl-2.0.media_33c0
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.description_large_7eca/, (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.green-1054.new_bce0/normalize.hidden_motion_746f/
 ======
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.hidden_motion_746f v7.0.0 | MIT License | github.component_31c9/necolas/normalize.hidden_motion_746f */
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;
}
.outline_0b11 .search-clean-f567,
.copper_b947,
.small-f562,
.sort_f435,
.hot-d9d7,
.article-hovered-6301,
.gradient_down_5dc0,
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;
}
.copper_b947,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .copper_b947,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .copper_b947,
  h1 {
    font-size: 1.8em;
  }
}
.small-f562,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.small-f562 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .small-f562,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .small-f562,
  h2 {
    font-size: 1.7em;
  }
}
.sort_f435,
h3 {
  font-size: 1.618em;
}
.outline_0b11 .search-clean-f567,
.hot-d9d7,
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.red-9401 {
  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;
}
.accent-a712:after,
.accent-a712:before,
.notice_227e:after,
.notice_227e:before {
  content: "";
  display: table;
}
.accent-a712:after,
.notice_227e:after {
  clear: both;
}
.red_7003 {
  float: right;
  margin-right: 0;
}
.accordion-801e {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.hover-focused-b981 .caption-liquid-a912,
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;
}
.hover-focused-b981 .caption-liquid-a912: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;
}
.item_4d9d .caption-liquid-a912 {
  box-shadow: none;
}
.item_4d9d
  .caption-liquid-a912
  .black-7984 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.item_4d9d .caption-liquid-a912 .plasma-aada {
  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;
}
.item_4d9d
  .caption-liquid-a912
  .plasma-aada
  b {
  display: none;
}
.item_4d9d .filter_top_2d3a {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.bottom-e2a2:not(.outline_8729):not(.black_4f29),
button:not(.outline_8729):not(.black_4f29),
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ),
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ),
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ) {
  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;
}
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ):hover,
button:not(.outline_8729):not(
    .black_4f29
  ):hover,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ):hover,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ):hover,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ):active,
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ):focus,
button:not(.outline_8729):not(
    .black_4f29
  ):active,
button:not(.outline_8729):not(
    .black_4f29
  ):focus,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ):active,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ):focus,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ):active,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ):focus,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ):active,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ):focus {
  outline: 0;
}
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8 {
  position: relative;
}
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .current_1682,
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .chip-selected-6b88,
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .frame_1e0b,
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  i,
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  svg,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .current_1682,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .chip-selected-6b88,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .frame_1e0b,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  i,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  svg,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .current_1682,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .chip-selected-6b88,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .frame_1e0b,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  i,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  svg,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .current_1682,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .chip-selected-6b88,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .frame_1e0b,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  i,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  svg,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .current_1682,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .chip-selected-6b88,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  .frame_1e0b,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  i,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8
  svg {
  visibility: hidden;
}
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8:after,
button:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8:after,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8:after,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8:after,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ).fn-loading-7bd8: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;
}
.bottom-e2a2:not(.outline_8729):not(.black_4f29),
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ),
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ),
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ) {
  color: #fff;
  background: #235787;
}
.bottom-e2a2:not(.outline_8729):not(
    .black_4f29
  ):focus,
input[type="button"]:not(.outline_8729):not(
    .black_4f29
  ):focus,
input[type="reset"]:not(.outline_8729):not(
    .black_4f29
  ):focus,
input[type="submit"]:not(.outline_8729):not(
    .black_4f29
  ):focus {
  color: #fff;
}
.bottom-e2a2.fn-disabled-7bd8:not(.outline_8729):not(
    .black_4f29
  ),
.bottom-e2a2[disabled]:not(.outline_8729):not(
    .black_4f29
  ),
button.fn-disabled-7bd8:not(.outline_8729):not(
    .black_4f29
  ),
button[disabled]:not(.outline_8729):not(
    .black_4f29
  ) {
  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;
}
.stone-6438 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.stone-6438: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;
}
.first_51d9 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.white-3773 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.border-right-992f {
  clear: both;
  display: block;
  margin: 0 auto;
}
.accent-a712:after,
.accent-a712:before,
.title_fdb8:after,
.title_fdb8:before,
.pattern_east_96db:after,
.pattern_east_96db:before,
.heading_fc35:after,
.heading_fc35:before,
.aside-ebf7:after,
.aside-ebf7:before,
.large_006e:after,
.large_006e:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.accent-a712:after,
.title_fdb8:after,
.pattern_east_96db:after,
.heading_fc35:after,
.aside-ebf7:after,
.large_006e:after {
  clear: both;
}
.title_fdb8 .shade_47e5,
.pattern_east_96db .shade_47e5,
.caption-hot-19cd .shade_47e5 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.overlay-ca19 {
  display: inline-block;
}
.medium-1a94 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.medium-1a94 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.medium-1a94 .input_tiny_95e6 {
  padding: 1em 0;
  font-size: 85%;
}
.input_tiny_95e6 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.detail_dark_6f6f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.detail_dark_6f6f:after,
.detail_dark_6f6f:before {
  content: "";
  display: table;
}
.detail_dark_6f6f:after {
  clear: both;
}
.sidebar_417b {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.link-4dd1 .sidebar_417b {
  max-width: 50%;
}
.article-4183 .sidebar_417b {
  max-width: 33.33%;
}
.shadow_plasma_c00c .sidebar_417b {
  max-width: 25%;
}
.item_down_86a9 .sidebar_417b {
  max-width: 20%;
}
.shadow_ed25 .sidebar_417b {
  max-width: 16.66%;
}
.row_4373 .sidebar_417b {
  max-width: 14.28%;
}
.soft_f3ec .sidebar_417b {
  max-width: 12.5%;
}
.caption-8132 .sidebar_417b {
  max-width: 11.11%;
}
.hot_a092 {
  display: block;
}
.outline_0b11 .frame-3405 label,
.outline_0b11 .secondary_current_c3f4 label,
.outline_0b11 .clean_3aed label,
.outline_0b11 .notice_add9 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.section_basic_7713 {
  list-style: none;
  margin: 0;
}
.section_basic_7713 article.image-6dff {
  margin-bottom: 0;
}
.section_basic_7713 ul {
  list-style: none;
  margin: 0;
}
.section_basic_7713 .aside-43f4 li.image-6dff {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .section_basic_7713 .aside-43f4 li.image-6dff {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .section_basic_7713 .aside-43f4 li.image-6dff: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) {
  .section_basic_7713 .aside-43f4 li.image-6dff li.image-6dff li.image-6dff li.image-6dff {
    padding-left: 0;
  }
}
article.image-6dff {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.image-6dff .title_fdb8 p:last-of-type {
  margin-bottom: 0;
}
article.image-6dff .gallery_last_e619 {
  float: left;
}
article.image-6dff .caption_3965 {
  margin-left: 85px;
}
article.image-6dff .gallery_right_3786 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.image-6dff .gallery_right_3786 .mask-smooth-8be3 {
  margin-left: 10px;
}
article.image-6dff .hidden_outer_4c33 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.image-6dff .large-bed9 {
  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 .frame-3405,
  #respond .clean_3aed,
  #respond .notice_add9 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .frame-3405 input,
#respond .clean_3aed input,
#respond .notice_add9 input {
  width: 100%;
}
#respond .notice_add9 {
  margin-right: 0;
}
#respond .icon-pro-472c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.selected-34ac {
  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;
}
.selected-34ac.footer-436e {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.selected-34ac 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%);
}
.selected-34ac:focus,
.selected-34ac: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);
}
.banner-first-e78d {
  border-radius: 10%;
}
.filter-iron-c44c {
  border-radius: 50%;
}
.motion_e1c0 {
  font-size: 0.72em;
}
.description-stone-274f {
  font-size: 0.875em;
}
.input_ca2e {
  font-size: 1.1em;
}
.column-tiny-1ded {
  text-transform: uppercase;
  line-height: 1.2;
}
.column-tiny-1ded.motion_e1c0 {
  letter-spacing: 0.5px;
}
.disabled-medium-757d,
.disabled-medium-757d a {
  color: #6d6d6d;
}
.disabled-medium-757d a:hover {
  color: #111;
}
.sidebar-over-fc8b {
  color: #6d6d6d;
}
.active-7510 {
  overflow-x: hidden;
}
.active-7510 .component-prev-6965.plasma_3566 {
  position: relative;
}
.active-7510 .component-prev-6965.plasma_3566.primary_8a2a {
  position: initial;
}
.active-7510
  .component-prev-6965.plasma_3566.primary_8a2a
  .label-6fd1 {
  left: auto;
}
.active-7510 .component-prev-6965 .label-6fd1 {
  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;
}
.active-7510 .component-prev-6965:hover.plasma_3566 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.active-7510
  .component-prev-6965:hover.plasma_3566
  .label-6fd1 {
  display: block;
  z-index: 9999999;
}
.active-7510 .alert_yellow_2f16 .main-9284,
.active-7510 .hovered-5431 .main-9284 {
  display: none;
}
.active-7510 .button_4f98 .component-prev-6965:hover.plasma_3566 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.outline_0b11 .frame-3405 label,
.outline_0b11 .secondary_current_c3f4 label,
.outline_0b11 .clean_3aed label,
.outline_0b11 .notice_add9 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.section_basic_7713 {
  list-style: none;
  margin: 0;
}
.section_basic_7713 article.image-6dff {
  margin-bottom: 0;
}
.section_basic_7713 ul {
  list-style: none;
  margin: 0;
}
.section_basic_7713 .aside-43f4 li.image-6dff {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .section_basic_7713 .aside-43f4 li.image-6dff {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .section_basic_7713 .aside-43f4 li.image-6dff: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) {
  .section_basic_7713 .aside-43f4 li.image-6dff li.image-6dff li.image-6dff li.image-6dff {
    padding-left: 0;
  }
}
article.image-6dff {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.image-6dff .title_fdb8 p:last-of-type {
  margin-bottom: 0;
}
article.image-6dff .gallery_last_e619 {
  float: left;
}
article.image-6dff .caption_3965 {
  margin-left: 85px;
}
article.image-6dff .gallery_right_3786 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.image-6dff .gallery_right_3786 .mask-smooth-8be3 {
  margin-left: 10px;
}
article.image-6dff .hidden_outer_4c33 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.image-6dff .large-bed9 {
  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 .frame-3405,
  #respond .clean_3aed,
  #respond .notice_add9 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .frame-3405 input,
#respond .clean_3aed input,
#respond .notice_add9 input {
  width: 100%;
}
#respond .notice_add9 {
  margin-right: 0;
}
#respond .icon-pro-472c #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.alert_yellow_2f16 .secondary-cold-105c {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.secondary-cold-105c .search-d987.glass-3bac .pro-bbed > li > a:focus,
.secondary-cold-105c .search-d987.glass-3bac .pro-bbed > li > a:hover,
.secondary-cold-105c .search-d987.gradient_top_deea .pro-bbed > li > a:focus,
.secondary-cold-105c .search-d987.gradient_top_deea .pro-bbed > li > a:hover,
.secondary-cold-105c .search-d987.thick_d4dc .pro-bbed > li > a:focus,
.secondary-cold-105c .search-d987.thick_d4dc .pro-bbed > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.secondary-cold-105c
  .search-d987.glass-3bac
  .pro-bbed
  > li.content_c925
  > a,
.secondary-cold-105c
  .search-d987.glass-3bac
  .pro-bbed
  > li.sidebar-3ab1
  > a,
.secondary-cold-105c
  .search-d987.gradient_top_deea
  .pro-bbed
  > li.content_c925
  > a,
.secondary-cold-105c
  .search-d987.gradient_top_deea
  .pro-bbed
  > li.sidebar-3ab1
  > a,
.secondary-cold-105c
  .search-d987.thick_d4dc
  .pro-bbed
  > li.content_c925
  > a,
.secondary-cold-105c .search-d987.thick_d4dc .pro-bbed > li.panel_4a30 > a {
  color: rgba(255, 255, 255, 0.99);
}
.secondary-cold-105c .backdrop_in_60c2,
.secondary-cold-105c .backdrop_in_60c2 a {
  color: rgba(255, 255, 255, 0.99);
}
.secondary-cold-105c .progress_fbbf.logo_9746 li a,
.secondary-cold-105c .east_c93f a,
.secondary-cold-105c .large_fe9c,
.secondary-cold-105c .pro-bbed > li > a,
.secondary-cold-105c .hidden-1d02 {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c .progress_fbbf.logo_9746 li a:hover,
.secondary-cold-105c .east_c93f a:hover,
.secondary-cold-105c .large_fe9c:hover,
.secondary-cold-105c .pro-bbed > li > a:hover,
.secondary-cold-105c .hidden-1d02:hover {
  color: rgba(255, 255, 255, 0.99);
}
.secondary-cold-105c .button-fast-d5b2 {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c .button-fast-d5b2 .shadow-839b {
  color: rgba(255, 255, 255, 0.99);
}
.secondary-cold-105c .button-fast-d5b2:hover {
  color: rgba(255, 255, 255, 0.99);
}
.secondary-cold-105c .dropdown-fluid-1a6a .center-4ebb {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c .dropdown-fluid-1a6a .center-4ebb .main-liquid-91da {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c
  .dropdown-fluid-1a6a
  .center-4ebb
  .main-liquid-91da::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c
  .dropdown-fluid-1a6a
  .center-4ebb
  .main-liquid-91da:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c
  .dropdown-fluid-1a6a
  .center-4ebb
  .main-liquid-91da::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c
  .dropdown-fluid-1a6a
  .center-4ebb
  .main-liquid-91da::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c .dropdown-fluid-1a6a .caption-14d4 {
  color: rgba(255, 255, 255, 0.79);
}
.secondary-cold-105c .dropdown-fluid-1a6a .caption-14d4:hover {
  color: rgba(255, 255, 255, 0.99);
}
.disabled_2deb
  .secondary-cold-105c
  .dropdown-fluid-1a6a
  .first-b291
  .chip-large-2ddc {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.disabled_2deb
  .secondary-cold-105c
  .dropdown-fluid-1a6a
  .first-b291
  .main-liquid-91da {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.alert_yellow_2f16 .thumbnail_left_c94b {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.thumbnail_left_c94b .search-d987.glass-3bac .pro-bbed > li > a:focus,
.thumbnail_left_c94b .search-d987.glass-3bac .pro-bbed > li > a:hover,
.thumbnail_left_c94b .search-d987.gradient_top_deea .pro-bbed > li > a:focus,
.thumbnail_left_c94b .search-d987.gradient_top_deea .pro-bbed > li > a:hover,
.thumbnail_left_c94b .search-d987.thick_d4dc .pro-bbed > li > a:focus,
.thumbnail_left_c94b .search-d987.thick_d4dc .pro-bbed > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_left_c94b
  .search-d987.glass-3bac
  .pro-bbed
  > li.content_c925
  > a,
.thumbnail_left_c94b
  .search-d987.glass-3bac
  .pro-bbed
  > li.sidebar-3ab1
  > a,
.thumbnail_left_c94b
  .search-d987.gradient_top_deea
  .pro-bbed
  > li.content_c925
  > a,
.thumbnail_left_c94b
  .search-d987.gradient_top_deea
  .pro-bbed
  > li.sidebar-3ab1
  > a,
.thumbnail_left_c94b
  .search-d987.thick_d4dc
  .pro-bbed
  > li.content_c925
  > a,
.thumbnail_left_c94b .search-d987.thick_d4dc .pro-bbed > li.panel_4a30 > a {
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_left_c94b .backdrop_in_60c2,
.thumbnail_left_c94b .backdrop_in_60c2 a {
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_left_c94b .progress_fbbf.logo_9746 li a,
.thumbnail_left_c94b .east_c93f a,
.thumbnail_left_c94b .large_fe9c,
.thumbnail_left_c94b .pro-bbed > li > a,
.thumbnail_left_c94b .hidden-1d02 {
  color: rgba(0, 0, 0, 0.55);
}
.thumbnail_left_c94b .progress_fbbf.logo_9746 li a:hover,
.thumbnail_left_c94b .east_c93f a:hover,
.thumbnail_left_c94b .large_fe9c:hover,
.thumbnail_left_c94b .pro-bbed > li > a:hover,
.thumbnail_left_c94b .hidden-1d02:hover {
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_left_c94b .button-fast-d5b2 {
  color: rgba(0, 0, 0, 0.55);
}
.thumbnail_left_c94b .button-fast-d5b2 .shadow-839b {
  color: rgba(0, 0, 0, 0.8);
}
.thumbnail_left_c94b .button-fast-d5b2:hover {
  color: rgba(0, 0, 0, 0.8);
}
.menu-silver-36a7 .alert-light-6e45 {
  margin-left: auto;
  margin-right: auto;
}
.pattern_east_96db > * {
  margin-left: auto;
  margin-right: auto;
}
.pattern_east_96db .first_51d9 {
  margin-right: 1.41575em;
}
.pagination-42d4 .pattern_east_96db > .warm_c04c {
  max-width: 100vw;
  max-width: calc(var(--vw, 1vw) * 100);
  width: 1200px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.pagination-42d4 .pattern_east_96db > .background_fe0a {
  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;
}
.active-fluid-6379.menu-silver-36a7 .alert-light-6e45,
.section-d026.menu-silver-36a7 .alert-light-6e45 {
  margin-left: 0;
}
.icon_2048.menu-silver-36a7 .alert-light-6e45,
.button_west_ded6.menu-silver-36a7 .alert-light-6e45 {
  margin-right: 0;
}
.pattern_east_96db ol,
.pattern_east_96db ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.stale-6075 video {
  max-width: 100%;
}
.north_e102 img {
  display: block;
}
.north_e102.first_51d9,
.north_e102.white-3773 {
  width: 100%;
}
.north_e102.background_fe0a img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.outline_e31a:not(.card-stale-77be) {
  margin: 1.5em auto;
}
.prev-e86c p {
  padding: 1.5em 14px;
}
ul.form_97f6.background_fe0a,
ul.form_97f6.warm_c04c,
ul.form_97f6.dropdown_focused_afa6.warm_c04c {
  padding: 0 14px;
}
.surface_0841 {
  display: block;
  overflow-x: auto;
}
.surface_0841 table {
  border-collapse: collapse;
  width: 100%;
}
.surface_0841 td,
.surface_0841 th {
  padding: 0.5em;
}
.pattern_east_96db li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.pattern_east_96db ol ol,
.pattern_east_96db ol ul,
.pattern_east_96db ul ol,
.pattern_east_96db ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.pattern_east_96db ol ol li,
.pattern_east_96db ol ul li,
.pattern_east_96db ul ol li,
.pattern_east_96db ul ul li {
  margin-left: 0;
}
.fluid-1b94.breadcrumb-large-9316 > .heading-outer-296b {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.fluid-1b94.breadcrumb-large-9316 > .heading-outer-296b iframe,
.fluid-1b94.breadcrumb-large-9316 > .heading-outer-296b > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.column_clean_3640 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.column_clean_3640.media-clean-5e59 {
  padding: 0;
}
.column_clean_3640.media-clean-5e59 cite {
  font-size: 13px;
}
.column_clean_3640 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.column_clean_3640 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.header_tiny_988c {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.header_tiny_988c > p:first-child {
  margin-top: 0;
}
.header_tiny_988c cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.header_tiny_988c blockquote {
  border-left: 0;
}
.logo-ecfe {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.logo-ecfe:not(.hero-cabf) {
  max-width: 100px;
}
.logo-ecfe.status_next_a33a {
  border-bottom: none !important;
  text-align: center;
}
.logo-ecfe.status_next_a33a::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .prev-e86c p {
    padding: 1.5em 0;
  }
}
.stone_12e6 {
  color: #0073aa;
}
.row_0143 {
  background-color: #0073aa;
}
.popup-5127 {
  color: #229fd8;
}
.selected-e776 {
  background-color: #229fd8;
}
.dark-bb4f {
  color: #eee;
}
.sidebar-6832 {
  background-color: #eee;
}
.upper_7289 {
  color: #444;
}
.frame-bed5 {
  background-color: #444;
}
.filter-bc04 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.filter-bc04 .liquid-ebdd .east_c93f {
  font-size: 15px;
}
.filter-bc04 .east_c93f {
  line-height: 1.3;
}
.filter-bc04 .thumbnail_left_c94b {
}
.filter-bc04 .secondary-cold-105c {
  background: #235787;
}
.banner_stone_f777 {
  padding: 0;
}
.banner_stone_f777 .secondary-cold-105c {
  background: #1a1a1a;
}
.banner_stone_f777 .thumbnail_left_c94b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.right_1607 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.right_1607 .thumbnail_left_c94b {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.right_1607 .secondary-cold-105c {
  background: #303030;
}
.large_006e {
  position: relative;
  z-index: 10;
}
.large_006e .black_9f21 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.detail-f9a2 .plasma_3566 {
  display: inline-block;
  vertical-align: middle;
}
.detail-f9a2.menu-cc11 .plasma_3566 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .detail-f9a2.menu-cc11 .plasma_3566 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .detail-f9a2.menu-cc11 .plasma_3566 {
    margin-right: 0.4em;
  }
}
.detail-f9a2.menu-cc11 .plasma_3566:last-child {
  margin-right: 0;
}
.wide-bf67 .black_9f21 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .alert_yellow_2f16 .liquid-ebdd {
    margin: 0 -0.5em;
  }
  .alert_yellow_2f16 .liquid-ebdd [class*="customify-col-"],
  .alert_yellow_2f16 .liquid-ebdd [class*="customify-col_"],
  .alert_yellow_2f16 .liquid-ebdd [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.alert_yellow_2f16.lower_a8db .black_9f21 {
  background: 0 0 !important;
}
.alert_yellow_2f16.lower_a8db .black_9f21,
.alert_yellow_2f16.wide-bf67 .black_9f21 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .alert_yellow_2f16.wrapper_a05b {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.alert_yellow_2f16.wide-bf67 .black_9f21 {
  box-shadow: none !important;
}
.texture_iron_3580 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .texture_iron_3580 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .texture_iron_3580 {
    padding: 18px 0 20px;
  }
}
.texture_iron_3580 .input-active-610e {
  width: 100%;
}
.texture_iron_3580 .selected-98fb {
  margin-bottom: 0;
}
.texture_iron_3580 .outer_12fe {
  margin-top: 5px;
  font-size: 0.875em;
}
.button-cfe1 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.button-cfe1 .hidden-6de0 {
  width: 100%;
}
.secondary_3146 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.secondary_3146 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.secondary_3146 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;
}
.secondary_3146 li:last-child:after {
  display: none;
}
.secondary_3146 li a {
  font-weight: 500;
  margin-right: 10px;
}
.content-d9e0 .main-9284 button,
.texture_iron_3580 .main-9284 button {
  left: 0;
}
.content-d9e0 .hidden-6de0,
.texture_iron_3580 .hidden-6de0 {
  padding-left: 0;
  padding-right: 0;
}
.content-d9e0 .button-cfe1,
.texture_iron_3580 .button-cfe1 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.content-d9e0 {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.content-d9e0:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.content-d9e0 .grid_gold_31cf {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 5;
  padding: 1em 30px;
}
@media screen and (min-width: 1025px) {
  .content-d9e0 .grid_gold_31cf {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .content-d9e0 .grid_gold_31cf {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .content-d9e0 .grid_gold_31cf {
    min-height: 200px;
  }
}
.content-d9e0 .secondary_3146 {
  color: rgba(255, 255, 255, 0.8);
}
.content-d9e0 .secondary_3146 a,
.content-d9e0 .secondary_3146 li:after {
  color: inherit;
}
.content-d9e0 .secondary_3146 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.accordion-active-8309 {
  margin-bottom: 0.5em;
}
.hidden_beac {
  margin-bottom: 1.2em;
}
.hidden_beac,
.accordion-active-8309 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.hidden_beac p:last-child,
.accordion-active-8309 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .main-9284,
#masthead .main-9284 {
  display: none;
}
#masthead
  > .main-9284.element-dbe2 {
  display: none;
}
#masthead > .main-9284 button {
  left: 0;
}
.advanced-d530 {
  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%;
}
.advanced-d530 .plasma_3566 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.advanced-d530 .panel_0a65 {
  display: -webkit-box;
  display: flex;
}
.advanced-d530 .panel_0a65.shade_8785 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.advanced-d530 .panel_0a65.pagination-short-ab77 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.advanced-d530 .panel_0a65.paragraph-silver-319f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.advanced-d530.last_0f54.photo_south_e942 .panel_0a65.shade_8785 {
  flex-basis: 100%;
}
.advanced-d530.blue_fc00 .panel_0a65.pagination-short-ab77 {
  -webkit-box-flex: 1;
  flex: auto;
}
.advanced-d530.blue_fc00 .panel_0a65.paragraph-silver-319f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .main-9284.element-dbe2 {
  display: none;
}
#masthead > .main-9284 button {
  left: 0;
}
.right_6467 {
  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;
}
.right_6467:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.right_6467.section_tall_c0b7 i {
  margin-right: 4px;
}
.right_6467.fixed_cc48 i {
  margin-left: 5px;
}
.east_c93f p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.east_c93f p:last-child {
  margin-bottom: 0;
}
.footer_fluid_08d2 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.footer_fluid_08d2 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.footer_fluid_08d2 img {
  display: block;
  width: auto;
  line-height: 1;
}
.footer_fluid_08d2 .backdrop_in_60c2 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.footer_fluid_08d2 .notice-4ec7 {
  margin: 5px 0 7px 0;
}
.footer_fluid_08d2.thick-7c88 .overlay_06a1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer_fluid_08d2.thick-7c88 .bright-ffd5 {
  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;
}
.footer_fluid_08d2.shadow_iron_d7e1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.footer_fluid_08d2.shadow_iron_d7e1 .overlay_06a1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.footer_fluid_08d2.shadow_iron_d7e1 .bright-ffd5 {
  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;
}
.footer_fluid_08d2.slow_1c57 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.footer_fluid_08d2.gradient_smooth_b650 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.footer_fluid_08d2.gradient_smooth_b650 .bright-ffd5 {
  margin-top: 7px;
}
.section_492a {
  display: inline-block;
}
.large_006e .form_9191 .footer_fluid_08d2 img {
  max-width: 100%;
}
.search-d987 .bottom_02ec.hovered_1039,
.form-upper-6d23 .bottom_02ec.hovered_1039 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.search-d987 .feature_down_c8e8,
.form-upper-6d23 .feature_down_c8e8 {
  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%);
}
.search-d987 .feature_down_c8e8 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.search-d987.icon-old-42d5 .feature_down_c8e8 {
  display: none;
}
.search-d987 .gas-8493 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-d987 .gas-8493 li {
  display: inline-block;
  position: relative;
}
.search-d987 .gas-8493 li:last-child {
  margin-right: 0;
}
.search-d987 .gas-8493 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;
}
.search-d987 .gas-8493 li.panel_4a30 > a {
  color: rgba(0, 0, 0, 0.9);
}
.search-d987 .gas-8493 > 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;
}
.search-d987 .gas-8493 > li > a i {
  line-height: 0;
}
.search-d987 .gas-8493 > li.steel_0e7b > a .feature_down_c8e8 {
  margin-left: 4px;
  line-height: 0;
}
.search-d987 .gas-8493 .outline_4a25 li.steel_0e7b > a {
  position: relative;
}
.search-d987 .gas-8493 .outline_4a25 li.steel_0e7b > a:after,
.search-d987 .gas-8493 .outline_4a25 li.steel_0e7b > a:before {
  content: "";
  display: table;
}
.search-d987 .gas-8493 .outline_4a25 li.steel_0e7b > a:after {
  clear: both;
}
.search-d987 .gas-8493 .outline_4a25 li.steel_0e7b > a .feature_down_c8e8 {
  margin-left: 5px;
  float: right;
}
.search-d987 .pattern_c352,
.search-d987 .outline_4a25 {
  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;
}
.search-d987 .outline_4a25 {
  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;
}
.search-d987 .outline_4a25 .hovered_1039 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.search-d987 .outline_4a25 .feature_down_c8e8 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.search-d987 .outline_4a25 li {
  display: block;
  margin: 0;
  padding: 0;
}
.search-d987 .outline_4a25 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;
}
.search-d987 .outline_4a25 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.search-d987 .outline_4a25 .outline_4a25 {
  top: 0;
  left: 100%;
}
.search-d987 .medium-236c.fn-focus-7bd8 > .pattern_c352,
.search-d987 .medium-236c.fn-focus-7bd8 > .outline_4a25,
.search-d987 .medium-236c:focus > .pattern_c352,
.search-d987 .medium-236c:focus > .outline_4a25,
.search-d987 .medium-236c:hover > .pattern_c352,
.search-d987 .medium-236c:hover > .outline_4a25 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.search-d987.thick_d4dc .pro-bbed:after,
.search-d987.thick_d4dc .pro-bbed:before {
  content: "";
  display: table;
}
.search-d987.thick_d4dc .pro-bbed:after {
  clear: both;
}
.search-d987.thick_d4dc .pro-bbed > li {
  float: left;
}
.search-d987.sidebar_3ad5 .pro-bbed:after,
.search-d987.sidebar_3ad5 .pro-bbed:before {
  content: "";
  display: table;
}
.search-d987.sidebar_3ad5 .pro-bbed:after {
  clear: both;
}
.search-d987.sidebar_3ad5 .pro-bbed > li {
  float: left;
}
.search-d987.sidebar_3ad5 .pro-bbed > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.search-d987.sidebar_3ad5 .pro-bbed > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.search-d987.sidebar_3ad5 .pro-bbed > li.content_c925 > a,
.search-d987.sidebar_3ad5 .pro-bbed > li.panel_4a30 > a {
  color: #fff;
  background-color: #1e4b75;
}
.search-d987.glass-3bac .pro-bbed > li > a .hovered_1039 {
  position: relative;
}
.search-d987.glass-3bac .pro-bbed > li > a .hovered_1039: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;
}
.search-d987.glass-3bac
  .pro-bbed
  > li:focus
  > a
  .hovered_1039:before,
.search-d987.glass-3bac
  .pro-bbed
  > li:hover
  > a
  .hovered_1039:before {
  width: 100%;
  background-color: currentColor;
}
.search-d987.glass-3bac
  .pro-bbed
  > li.content_c925
  > a
  .hovered_1039:before,
.search-d987.glass-3bac
  .pro-bbed
  > li.sidebar-3ab1
  > a
  .hovered_1039:before {
  width: 100%;
  background-color: currentColor;
}
.search-d987.gradient_top_deea .pro-bbed > li > a .hovered_1039 {
  position: relative;
}
.search-d987.gradient_top_deea .pro-bbed > li > a .hovered_1039: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;
}
.search-d987.gradient_top_deea .pro-bbed > li:focus > a .hovered_1039:before,
.search-d987.gradient_top_deea
  .pro-bbed
  > li:hover
  > a
  .hovered_1039:before {
  width: 100%;
  background-color: currentColor;
}
.search-d987.gradient_top_deea
  .pro-bbed
  > li.content_c925
  > a
  .hovered_1039:before,
.search-d987.gradient_top_deea
  .pro-bbed
  > li.sidebar-3ab1
  > a
  .hovered_1039:before {
  width: 100%;
  background-color: currentColor;
}
.form-upper-6d23 .gas-8493 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-upper-6d23 .gas-8493 li:first-child > a {
  border-top: none;
}
.form-upper-6d23 .gas-8493 .preview-paper-6c1d > .hovered_1039 .feature_down_c8e8 {
  display: none;
}
.form-upper-6d23 .gas-8493 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.form-upper-6d23 .gas-8493 li:last-child {
  border: none;
}
.form-upper-6d23 .gas-8493 li.steel_0e7b > a {
  padding-right: 45px !important;
}
.form-upper-6d23 .gas-8493 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.form-upper-6d23 .gas-8493 li a:focus,
.form-upper-6d23 .gas-8493 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.form-upper-6d23 .gas-8493 li .green-08d7 {
  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;
}
.form-upper-6d23 .gas-8493 li .green-08d7:hover {
  box-shadow: none;
}
.form-upper-6d23 .gas-8493 li .green-08d7 .feature_down_c8e8 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.form-upper-6d23 .gas-8493 .outline_4a25 {
  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);
}
.form-upper-6d23 .gas-8493 .outline_4a25 li a {
  padding-left: 3em;
}
.form-upper-6d23 .gas-8493 .outline_hard_d9e9 > a .green-08d7 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-upper-6d23 .gas-8493 .outline_hard_d9e9 > .outline_4a25 {
  display: block;
  opacity: 1;
}
.modal_b081 {
  max-width: 100%;
}
.down-d806 {
  line-height: 0;
  cursor: pointer;
}
.hidden-1d02 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.hidden-1d02:hover {
  box-shadow: none;
  color: currentColor;
}
.hidden-1d02 svg {
  width: 18px;
  height: 18px;
}
.hidden-1d02 .iron-6457 {
  display: none;
}
.surface-fd69 {
  position: relative;
}
.surface-fd69.fn-active-7bd8 .hidden-1d02 .warm-7011 {
  display: none;
}
.surface-fd69.fn-active-7bd8 .hidden-1d02 .iron-6457 {
  display: inline-block;
}
.surface-fd69 .under-6654 {
  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);
}
.surface-fd69.header-under-790b .under-6654 {
  left: auto;
  right: -0.9em;
}
.surface-fd69.header-under-790b .paper_cdbf::before {
  left: auto;
  right: 15px;
}
.surface-fd69.fn-active-7bd8 .under-6654 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.first-b291 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.first-b291 label {
  flex-basis: 100%;
}
.first-b291 .center-4ebb {
  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;
}
.first-b291 .main-liquid-91da {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.first-b291 .main-liquid-91da:focus {
  background-color: transparent;
}
.first-b291 button.caption-14d4 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.first-b291 button.caption-14d4:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.first-b291 button.caption-14d4 svg {
  width: 18px;
  height: 18px;
}
.first-b291 input[type="submit"] {
  min-height: auto;
}
.dropdown-fluid-1a6a .first-b291 .main-liquid-91da {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.paper_cdbf {
  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) {
  .paper_cdbf {
    width: 220px;
  }
}
.paper_cdbf label {
  flex-basis: 100%;
}
.paper_cdbf::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;
}
.disabled_2deb .dropdown-fluid-1a6a .first-b291 {
  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;
}
.disabled_2deb
  .dropdown-fluid-1a6a
  .first-b291
  .center-4ebb {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.disabled_2deb .dropdown-fluid-1a6a .first-b291 .main-liquid-91da {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.disabled_2deb
  .dropdown-fluid-1a6a
  .first-b291
  .main-liquid-91da:focus {
  background: 0 0;
}
.disabled_2deb
  .dropdown-fluid-1a6a
  .first-b291
  .chip-large-2ddc {
  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;
}
.progress_fbbf {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.progress_fbbf li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.progress_fbbf li:last-child {
  margin-right: 0;
}
.progress_fbbf li:first-child {
  margin-left: 0;
}
.progress_fbbf.avatar_inner_03c7 a {
  color: #fff;
}
.progress_fbbf.avatar_inner_03c7 a:hover {
  color: #fff;
}
.progress_fbbf a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.progress_fbbf a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.progress_fbbf a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.progress_fbbf a:hover {
  opacity: 0.9;
  color: inherit;
}
.progress_fbbf [class*="social-icon-apple"] {
  background-color: #999;
}
.progress_fbbf [class*="social-icon-apple"].over-88cb {
  background-color: transparent;
  color: #999;
}
.progress_fbbf [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.progress_fbbf [class*="social-icon-behance"].over-88cb {
  background-color: transparent;
  color: #1769ff;
}
.progress_fbbf [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.progress_fbbf [class*="social-icon-bitbucket"].over-88cb {
  background-color: transparent;
  color: #205081;
}
.progress_fbbf [class*="social-icon-codepen"] {
  background-color: #000;
}
.progress_fbbf [class*="social-icon-codepen"].over-88cb {
  background-color: transparent;
  color: #000;
}
.progress_fbbf [class*="social-icon-delicious"] {
  background-color: #39f;
}
.progress_fbbf [class*="social-icon-delicious"].over-88cb {
  background-color: transparent;
  color: #39f;
}
.progress_fbbf [class*="social-icon-digg"] {
  background-color: #005be2;
}
.progress_fbbf [class*="social-icon-digg"].over-88cb {
  background-color: transparent;
  color: #005be2;
}
.progress_fbbf [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.progress_fbbf [class*="social-icon-dribbble"].over-88cb {
  background-color: transparent;
  color: #ea4c89;
}
.progress_fbbf [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.progress_fbbf [class*="social-icon-envelope"].over-88cb {
  background-color: transparent;
  color: #ea4335;
}
.progress_fbbf [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.progress_fbbf [class*="social-icon-facebook"].over-88cb {
  background-color: transparent;
  color: #3b5998;
}
.progress_fbbf [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.progress_fbbf [class*="social-icon-flickr"].over-88cb {
  background-color: transparent;
  color: #0063dc;
}
.progress_fbbf [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.progress_fbbf [class*="social-icon-foursquare"].over-88cb {
  background-color: transparent;
  color: #2d5be3;
}
.progress_fbbf [class*="social-icon-github"] {
  background-color: #333;
}
.progress_fbbf [class*="social-icon-github"].over-88cb {
  background-color: transparent;
  color: #333;
}
.progress_fbbf [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.progress_fbbf [class*="social-icon-google-plus"].over-88cb {
  background-color: transparent;
  color: #dd4b39;
}
.progress_fbbf [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.progress_fbbf [class*="social-icon-houzz"].over-88cb {
  background-color: transparent;
  color: #7ac142;
}
.progress_fbbf [class*="social-icon-instagram"] {
  background-color: #262626;
}
.progress_fbbf [class*="social-icon-instagram"].over-88cb {
  background-color: transparent;
  color: #262626;
}
.progress_fbbf [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.progress_fbbf [class*="social-icon-jsfiddle"].over-88cb {
  background-color: transparent;
  color: #487aa2;
}
.progress_fbbf [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.progress_fbbf [class*="social-icon-linkedin"].over-88cb {
  background-color: transparent;
  color: #0077b5;
}
.progress_fbbf [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.progress_fbbf [class*="social-icon-medium"].over-88cb {
  background-color: transparent;
  color: #00ab6b;
}
.progress_fbbf [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.progress_fbbf
  [class*="social-icon-odnoklassniki"].over-88cb {
  background-color: transparent;
  color: #f4731c;
}
.progress_fbbf [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.progress_fbbf [class*="social-icon-meetup"].over-88cb {
  background-color: transparent;
  color: #ec1c40;
}
.progress_fbbf [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.progress_fbbf [class*="social-icon-pinterest"].over-88cb {
  background-color: transparent;
  color: #bd081c;
}
.progress_fbbf [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.progress_fbbf [class*="social-icon-product-hunt"].over-88cb {
  background-color: transparent;
  color: #da552f;
}
.progress_fbbf [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.progress_fbbf [class*="social-icon-reddit"].over-88cb {
  background-color: transparent;
  color: #ff4500;
}
.progress_fbbf [class*="social-icon-rss"] {
  background-color: #f26522;
}
.progress_fbbf [class*="social-icon-rss"].over-88cb {
  background-color: transparent;
  color: #f26522;
}
.progress_fbbf [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.progress_fbbf
  [class*="social-icon-shopping-cart"].over-88cb {
  background-color: transparent;
  color: #4caf50;
}
.progress_fbbf [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.progress_fbbf [class*="social-icon-skype"].over-88cb {
  background-color: transparent;
  color: #00aff0;
}
.progress_fbbf [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.progress_fbbf [class*="social-icon-slideshare"].over-88cb {
  background-color: transparent;
  color: #0077b5;
}
.progress_fbbf [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.progress_fbbf [class*="social-icon-snapchat"].over-88cb {
  background-color: transparent;
  color: #fffc00;
}
.progress_fbbf [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.progress_fbbf [class*="social-icon-soundcloud"].over-88cb {
  background-color: transparent;
  color: #f80;
}
.progress_fbbf [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.progress_fbbf [class*="social-icon-spotify"].over-88cb {
  background-color: transparent;
  color: #2ebd59;
}
.progress_fbbf [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.progress_fbbf
  [class*="social-icon-stack-overflow"].over-88cb {
  background-color: transparent;
  color: #fe7a15;
}
.progress_fbbf [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.progress_fbbf [class*="social-icon-maldkfgram"].over-88cb {
  background-color: transparent;
  color: #2ca5e0;
}
.progress_fbbf [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.progress_fbbf [class*="social-icon-tripadvisor"].over-88cb {
  background-color: transparent;
  color: #589442;
}
.progress_fbbf [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.progress_fbbf [class*="social-icon-tumblr"].over-88cb {
  background-color: transparent;
  color: #35465c;
}
.progress_fbbf [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.progress_fbbf [class*="social-icon-twitch"].over-88cb {
  background-color: transparent;
  color: #6441a5;
}
.progress_fbbf [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.progress_fbbf [class*="social-icon-twitter"].over-88cb {
  background-color: transparent;
  color: #1da1f2;
}
.progress_fbbf [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.progress_fbbf [class*="social-icon-vimeo"].over-88cb {
  background-color: transparent;
  color: #1ab7ea;
}
.progress_fbbf [class*="social-icon-vk"] {
  background-color: #45668e;
}
.progress_fbbf [class*="social-icon-vk"].over-88cb {
  background-color: transparent;
  color: #45668e;
}
.progress_fbbf [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.progress_fbbf [class*="social-icon-weibo"].over-88cb {
  background-color: transparent;
  color: #df2029;
}
.progress_fbbf [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.progress_fbbf [class*="social-icon-weixin"].over-88cb {
  background-color: transparent;
  color: #7bb32e;
}
.progress_fbbf [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.progress_fbbf [class*="social-icon-whatsapp"].over-88cb {
  background-color: transparent;
  color: #25d366;
}
.progress_fbbf [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.progress_fbbf [class*="social-icon-wordpress"].over-88cb {
  background-color: transparent;
  color: #21759b;
}
.progress_fbbf [class*="social-icon-xing"] {
  background-color: #026466;
}
.progress_fbbf [class*="social-icon-xing"].over-88cb {
  background-color: transparent;
  color: #026466;
}
.progress_fbbf [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.progress_fbbf [class*="social-icon-yelp"].over-88cb {
  background-color: transparent;
  color: #af0606;
}
.progress_fbbf [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.progress_fbbf [class*="social-icon-youtube"].over-88cb {
  background-color: transparent;
  color: #cd201f;
}
.large_fe9c {
  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;
}
.large_fe9c:hover {
  box-shadow: none;
  background: 0 0;
}
.solid_a62c {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.mask_905f {
  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;
}
.container_red_025f {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.form-stone-8c72 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.form-stone-8c72,
.form-stone-8c72::after,
.form-stone-8c72::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;
}
.form-stone-8c72::after,
.form-stone-8c72::before {
  content: "";
  display: block;
  background-color: inherit;
}
.gold-c248 .mask_905f .container_red_025f {
  margin-top: -2px;
  width: 19px;
}
.gold-c248 .mask_905f .form-stone-8c72 {
  margin-top: -1px;
}
.gold-c248 .mask_905f .form-stone-8c72,
.gold-c248 .mask_905f .form-stone-8c72::after,
.gold-c248 .mask_905f .form-stone-8c72::before {
  width: 19px;
  height: 2px;
}
.gold-c248 .mask_905f .form-stone-8c72::before {
  top: -6px;
}
.gold-c248 .mask_905f .form-stone-8c72::after {
  bottom: -6px;
}
.progress-lite-a8f3 .mask_905f .container_red_025f {
  margin-top: -2px;
  width: 22px;
}
.progress-lite-a8f3 .mask_905f .form-stone-8c72 {
  margin-top: -1px;
}
.progress-lite-a8f3 .mask_905f .form-stone-8c72,
.progress-lite-a8f3 .mask_905f .form-stone-8c72::after,
.progress-lite-a8f3 .mask_905f .form-stone-8c72::before {
  width: 22px;
  height: 2px;
}
.progress-lite-a8f3 .mask_905f .form-stone-8c72::before {
  top: -7px;
}
.progress-lite-a8f3 .mask_905f .form-stone-8c72::after {
  bottom: -7px;
}
.lite-4fad .mask_905f .container_red_025f {
  margin-top: -2px;
  width: 31px;
}
.lite-4fad .mask_905f .form-stone-8c72 {
  margin-top: -1.5px;
}
.lite-4fad .mask_905f .form-stone-8c72,
.lite-4fad .mask_905f .form-stone-8c72::after,
.lite-4fad .mask_905f .form-stone-8c72::before {
  width: 31px;
  height: 3px;
}
.lite-4fad .mask_905f .form-stone-8c72::before {
  top: -9px;
}
.lite-4fad .mask_905f .form-stone-8c72::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .over_8860 .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 19px;
  }
  .over_8860 .mask_905f .form-stone-8c72 {
    margin-top: -1px;
  }
  .over_8860 .mask_905f .form-stone-8c72,
  .over_8860 .mask_905f .form-stone-8c72::after,
  .over_8860 .mask_905f .form-stone-8c72::before {
    width: 19px;
    height: 2px;
  }
  .over_8860 .mask_905f .form-stone-8c72::before {
    top: -6px;
  }
  .over_8860 .mask_905f .form-stone-8c72::after {
    bottom: -6px;
  }
  .up_28f7 .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 22px;
  }
  .up_28f7 .mask_905f .form-stone-8c72 {
    margin-top: -1px;
  }
  .up_28f7 .mask_905f .form-stone-8c72,
  .up_28f7 .mask_905f .form-stone-8c72::after,
  .up_28f7 .mask_905f .form-stone-8c72::before {
    width: 22px;
    height: 2px;
  }
  .up_28f7 .mask_905f .form-stone-8c72::before {
    top: -7px;
  }
  .up_28f7 .mask_905f .form-stone-8c72::after {
    bottom: -7px;
  }
  .silver_8524 .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 31px;
  }
  .silver_8524 .mask_905f .form-stone-8c72 {
    margin-top: -1.5px;
  }
  .silver_8524 .mask_905f .form-stone-8c72,
  .silver_8524 .mask_905f .form-stone-8c72::after,
  .silver_8524 .mask_905f .form-stone-8c72::before {
    width: 31px;
    height: 3px;
  }
  .silver_8524 .mask_905f .form-stone-8c72::before {
    top: -9px;
  }
  .silver_8524 .mask_905f .form-stone-8c72::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .summary-a82d .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 19px;
  }
  .summary-a82d .mask_905f .form-stone-8c72 {
    margin-top: -1px;
  }
  .summary-a82d .mask_905f .form-stone-8c72,
  .summary-a82d .mask_905f .form-stone-8c72::after,
  .summary-a82d .mask_905f .form-stone-8c72::before {
    width: 19px;
    height: 2px;
  }
  .summary-a82d .mask_905f .form-stone-8c72::before {
    top: -6px;
  }
  .summary-a82d .mask_905f .form-stone-8c72::after {
    bottom: -6px;
  }
  .active-3b34 .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 22px;
  }
  .active-3b34 .mask_905f .form-stone-8c72 {
    margin-top: -1px;
  }
  .active-3b34 .mask_905f .form-stone-8c72,
  .active-3b34 .mask_905f .form-stone-8c72::after,
  .active-3b34 .mask_905f .form-stone-8c72::before {
    width: 22px;
    height: 2px;
  }
  .active-3b34 .mask_905f .form-stone-8c72::before {
    top: -7px;
  }
  .active-3b34 .mask_905f .form-stone-8c72::after {
    bottom: -7px;
  }
  .status-09fb .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 31px;
  }
  .status-09fb .mask_905f .form-stone-8c72 {
    margin-top: -1.5px;
  }
  .status-09fb .mask_905f .form-stone-8c72,
  .status-09fb .mask_905f .form-stone-8c72::after,
  .status-09fb .mask_905f .form-stone-8c72::before {
    width: 31px;
    height: 3px;
  }
  .status-09fb .mask_905f .form-stone-8c72::before {
    top: -9px;
  }
  .status-09fb .mask_905f .form-stone-8c72::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .gold-a776 .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 19px;
  }
  .gold-a776 .mask_905f .form-stone-8c72 {
    margin-top: -1px;
  }
  .gold-a776 .mask_905f .form-stone-8c72,
  .gold-a776 .mask_905f .form-stone-8c72::after,
  .gold-a776 .mask_905f .form-stone-8c72::before {
    width: 19px;
    height: 2px;
  }
  .gold-a776 .mask_905f .form-stone-8c72::before {
    top: -6px;
  }
  .gold-a776 .mask_905f .form-stone-8c72::after {
    bottom: -6px;
  }
  .hard-859a .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 22px;
  }
  .hard-859a .mask_905f .form-stone-8c72 {
    margin-top: -1px;
  }
  .hard-859a .mask_905f .form-stone-8c72,
  .hard-859a .mask_905f .form-stone-8c72::after,
  .hard-859a .mask_905f .form-stone-8c72::before {
    width: 22px;
    height: 2px;
  }
  .hard-859a .mask_905f .form-stone-8c72::before {
    top: -7px;
  }
  .hard-859a .mask_905f .form-stone-8c72::after {
    bottom: -7px;
  }
  .notice_bb9d .mask_905f .container_red_025f {
    margin-top: -2px;
    width: 31px;
  }
  .notice_bb9d .mask_905f .form-stone-8c72 {
    margin-top: -1.5px;
  }
  .notice_bb9d .mask_905f .form-stone-8c72,
  .notice_bb9d .mask_905f .form-stone-8c72::after,
  .notice_bb9d .mask_905f .form-stone-8c72::before {
    width: 31px;
    height: 3px;
  }
  .notice_bb9d .mask_905f .form-stone-8c72::before {
    top: -9px;
  }
  .notice_bb9d .mask_905f .form-stone-8c72::after {
    bottom: -9px;
  }
}
.column-middle-48c9 .form-stone-8c72 {
  -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);
}
.column-middle-48c9 .form-stone-8c72::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.column-middle-48c9 .form-stone-8c72::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);
}
.column-middle-48c9.middle_1806 .form-stone-8c72 {
  -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);
}
.column-middle-48c9.middle_1806 .form-stone-8c72::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.column-middle-48c9.middle_1806 .form-stone-8c72::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);
}
.layout_bcea {
  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.dirty-02a2:before {
  display: none;
}
.hovered-5431 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.hovered-5431 .heading-7a04 {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.hovered-5431 .heading-7a04:last-of-type {
  border-bottom: none;
}
.hovered-5431 .heading-7a04.row_96d3,
.hovered-5431 .heading-7a04.simple-cc27,
.hovered-5431 .heading-7a04.paragraph-fff6 {
  padding: 0;
}
.hovered-5431 .form-upper-6d23 .green-08d7 {
  color: currentColor;
}
.hovered-5431 .form-upper-6d23 .green-08d7:focus,
.hovered-5431 .form-upper-6d23 .green-08d7:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hovered-5431.thumbnail_left_c94b .button-fast-d5b2,
.hovered-5431.thumbnail_left_c94b .east_c93f a,
.hovered-5431.thumbnail_left_c94b .pro-bbed a,
.hovered-5431.thumbnail_left_c94b .outline_4a25 a {
  color: rgba(0, 0, 0, 0.55);
}
.hovered-5431.thumbnail_left_c94b .button-fast-d5b2:hover,
.hovered-5431.thumbnail_left_c94b .east_c93f a:hover,
.hovered-5431.thumbnail_left_c94b .pro-bbed a:hover,
.hovered-5431.thumbnail_left_c94b .outline_4a25 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.hovered-5431.thumbnail_left_c94b .shadow-839b {
  color: rgba(0, 0, 0, 0.8);
}
.hovered-5431.thumbnail_left_c94b .heading-7a04 {
  border-color: rgba(0, 0, 0, 0.08);
}
.hovered-5431.thumbnail_left_c94b .heading-7a04:before {
  background: rgba(0, 0, 0, 0.08);
}
.hovered-5431.thumbnail_left_c94b .gradient_9b12:before {
  background: rgba(255, 255, 255, 0.9);
}
.hovered-5431.thumbnail_left_c94b .form-upper-6d23 .gas-8493 li a,
.hovered-5431.thumbnail_left_c94b .form-upper-6d23 .green-08d7,
.hovered-5431.thumbnail_left_c94b .outline_4a25 {
  border-color: rgba(0, 0, 0, 0.08);
}
.hovered-5431.thumbnail_left_c94b .form-upper-6d23 .green-08d7:focus,
.hovered-5431.thumbnail_left_c94b .form-upper-6d23 .green-08d7:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hovered-5431.thumbnail_left_c94b .gas-8493 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.hovered-5431.secondary-cold-105c .button-fast-d5b2,
.hovered-5431.secondary-cold-105c .east_c93f a,
.hovered-5431.secondary-cold-105c .pro-bbed .green-08d7,
.hovered-5431.secondary-cold-105c .pro-bbed a,
.hovered-5431.secondary-cold-105c .outline_4a25 a {
  color: rgba(255, 255, 255, 0.79);
}
.hovered-5431.secondary-cold-105c .button-fast-d5b2:hover,
.hovered-5431.secondary-cold-105c .east_c93f a:hover,
.hovered-5431.secondary-cold-105c .pro-bbed .green-08d7:hover,
.hovered-5431.secondary-cold-105c .pro-bbed a:hover,
.hovered-5431.secondary-cold-105c .outline_4a25 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.hovered-5431.secondary-cold-105c .shadow-839b {
  color: rgba(255, 255, 255, 0.99);
}
.hovered-5431.secondary-cold-105c .heading-7a04 {
  border-color: rgba(255, 255, 255, 0.08);
}
.hovered-5431.secondary-cold-105c .heading-7a04:before {
  background: rgba(255, 255, 255, 0.08);
}
.hovered-5431.secondary-cold-105c .gradient_9b12:before {
  background: rgba(0, 0, 0, 0.9);
}
.hovered-5431.secondary-cold-105c .form-upper-6d23 .gas-8493 li a,
.hovered-5431.secondary-cold-105c .form-upper-6d23 .green-08d7,
.hovered-5431.secondary-cold-105c .outline_4a25 {
  border-color: rgba(255, 255, 255, 0.08);
}
.hovered-5431.secondary-cold-105c .form-upper-6d23 .green-08d7:focus,
.hovered-5431.secondary-cold-105c .form-upper-6d23 .green-08d7:hover {
  background: rgba(0, 0, 0, 0.01);
}
.hovered-5431.secondary-cold-105c .gas-8493 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.gradient_9b12 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.gradient_9b12:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.status-lower-0237 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.accent_brown_3ea9 .hovered-5431 {
  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;
}
.accent_brown_3ea9 .heading-7a04 {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.accent_brown_3ea9 .heading-7a04: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) {
  .accent_brown_3ea9 .heading-7a04:before {
    width: 16%;
    left: 42%;
  }
}
.accent_brown_3ea9 .heading-7a04:last-child:before {
  content: none;
}
.accent_brown_3ea9 .heading-7a04[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.accent_brown_3ea9 .form-upper-6d23 .gas-8493 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.accent_brown_3ea9 .form-upper-6d23 .gas-8493 li a .green-08d7 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.accent_brown_3ea9 .form-upper-6d23 .outline_4a25 {
  border: none;
}
.accent_brown_3ea9 .form-upper-6d23 .outline_4a25 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.accent_brown_3ea9 .gradient_9b12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.accent_brown_3ea9 .status-lower-0237 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.accent_brown_3ea9 .secondary-cold-105c .gradient_9b12:before {
  background: rgba(0, 0, 0, 0.9);
}
.accent_brown_3ea9 .thumbnail_left_c94b.frame-1d8d .form-stone-8c72 {
  background: rgba(0, 0, 0, 0.6);
}
.accent_brown_3ea9
  .thumbnail_left_c94b.frame-1d8d
  .form-stone-8c72::after,
.accent_brown_3ea9
  .thumbnail_left_c94b.frame-1d8d
  .form-stone-8c72:before {
  background: inherit;
}
.accent_brown_3ea9
  .thumbnail_left_c94b.frame-1d8d:hover
  .form-stone-8c72 {
  background: rgba(0, 0, 0, 0.8);
}
.first-5a6e .hovered-5431 {
  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) {
  .first-5a6e .hovered-5431 {
    width: auto;
    right: 45px;
  }
}
.basic-e619 .hovered-5431 {
  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) {
  .basic-e619 .hovered-5431 {
    width: auto;
    left: 45px;
  }
}
.dirty-02a2 .hovered-5431 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.dirty-02a2 .status-lower-0237 {
  max-width: 48em;
  margin: 0 auto;
}
.dirty-02a2 .gradient_9b12:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.in_f473 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.in_f473.accent_brown_3ea9 .hovered-5431 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.in_f473.first-5a6e .hovered-5431 {
  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);
}
.in_f473 .hovered-5431 {
  visibility: visible;
}
.in_f473.basic-e619 .hovered-5431 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.preview_outer_c599,
.south_2efa {
  overflow-x: hidden;
}
.preview_outer_c599 .hovered-5431 {
  overflow: auto;
}
.preview_outer_c599.accent_brown_3ea9 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview_outer_c599.accent_brown_3ea9 .hovered-5431 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.preview_outer_c599.accent_brown_3ea9 .large_fe9c {
  opacity: 0;
}
.preview_outer_c599.first-5a6e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview_outer_c599.first-5a6e .hovered-5431 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.preview_outer_c599.first-5a6e .large_fe9c {
  opacity: 0;
}
.preview_outer_c599.basic-e619 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview_outer_c599.basic-e619 .hovered-5431 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.preview_outer_c599.basic-e619 .large_fe9c {
  opacity: 0;
}
.preview_outer_c599.dirty-02a2 .hovered-5431 {
  z-index: 10;
  visibility: visible;
}
.frame-1d8d {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.frame-1d8d .form-stone-8c72 {
  background: rgba(255, 255, 255, 0.99);
}
.frame-1d8d .form-stone-8c72::after,
.frame-1d8d .form-stone-8c72:before {
  background: inherit;
}
.frame-1d8d:hover .form-stone-8c72 {
  background: rgba(255, 255, 255, 0.99);
}
.basic-e619 .frame-1d8d {
  top: 10px;
  right: auto;
  left: 12px;
}
.dirty-02a2 .frame-1d8d {
  display: none !important;
}
.preview_outer_c599:before,
.south_2efa:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.preview_outer_c599 .frame-1d8d,
.south_2efa .frame-1d8d {
  display: inline-block;
}
.hovered-5431 .plasma_3566 {
  -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;
}
.preview_outer_c599 .hovered-5431 .plasma_3566,
.south_2efa .hovered-5431 .plasma_3566 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hidden_a10b .center-4ebb {
  width: 100%;
}
.form_9191 {
  padding: 0 0.5em 0;
}
.form_9191 [class*="customify-col-"],
.form_9191 [class*="customify-col_"],
.form_9191 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.slow_6d58 .form_9191 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .liquid-ebdd .top_9183,
  .top_9183 {
    display: none;
  }
  .pattern-f95c {
    text-align: left;
  }
  .highlight-inner-2af9 {
    text-align: center;
  }
  .panel-stone-fa2e {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .liquid-ebdd .nav-fb0a,
  .nav-fb0a {
    display: none;
  }
  .fixed_4920 {
    text-align: left;
  }
  .tooltip_green_8e92 {
    text-align: center;
  }
  .main-glass-f11a {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .liquid-ebdd .huge-1ed5,
  .huge-1ed5 {
    display: none;
  }
  .grid_7ca8 {
    text-align: left;
  }
  .detail_25fa {
    text-align: center;
  }
  .banner-9f06 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.mask_ad96 {
  box-shadow: none !important;
}
.outline-d82f .input-up-4e47,
.pattern_7157 .input-up-4e47 {
  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;
}
.pattern_7157 .input-up-4e47 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.black_9f21 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.black_9f21:after,
.black_9f21:before {
  content: "";
  display: table;
}
.black_9f21:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .black_9f21 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.black_9f21,
.wrapper_a05b {
  max-width: 1248px;
  margin: 0 auto;
}

.heading_fc35.avatar-49fb .black_9f21 {
  max-width: 100%;
}
.heading_fc35.popup_hard_7b51 {
  max-width: 1200px;
  margin: 0 auto;
}
.heading_fc35.avatar-6caf .black_9f21 {
  max-width: 100%;
}
.heading_fc35.avatar-6caf > .black_9f21 {
  padding-left: 0;
  padding-right: 0;
}
.heading_fc35.avatar-6caf > .black_9f21 .liquid-ebdd {
  margin: 0;
}
.heading_fc35.avatar-6caf
  > .black_9f21
  .mini-ff93.row-7666 {
  margin-right: 0;
  margin-left: 0;
}
.heading_fc35.avatar-6caf #main.row-7666 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .gradient-under-52e7 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .gradient-under-52e7 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .outer-2a5b .alert-light-6e45 {
    padding-right: 1em;
  }
  .outer-2a5b.logo-75f1 .mini-ff93 {
    border-right: 1px solid #eaecee;
  }
  .outer-2a5b.logo-75f1 .alert-light-6e45 {
    padding-right: 1em;
  }
  .outer-2a5b.logo-75f1 .dropdown_aca2 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .mask_middle_6a98 .alert-light-6e45 {
    padding-left: 1em;
  }
  .mask_middle_6a98.logo-75f1 .mini-ff93 {
    border-left: 1px solid #eaecee;
  }
  .mask_middle_6a98.logo-75f1 .alert-light-6e45 {
    padding-left: 1em;
  }
  .mask_middle_6a98.logo-75f1 .dropdown_aca2 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .full_5e10 .alert-light-6e45 {
    padding-left: 1em;
  }
  .full_5e10.logo-75f1 .hero-a237 {
    border-right: 1px solid #eaecee;
  }
  .full_5e10.logo-75f1 .focus_advanced_ccd1 {
    border-right: 1px solid #eaecee;
  }
  .full_5e10.logo-75f1 .alert-light-6e45 {
    padding-left: 1em;
  }
  .full_5e10.logo-75f1 .dropdown_aca2 {
    padding-right: 1em;
  }
  .full_5e10.logo-75f1 .small_4685 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .link-clean-aecb .alert-light-6e45 {
    padding-right: 1em;
  }
  .link-clean-aecb.logo-75f1 .hero-a237 {
    border-left: 1px solid #eaecee;
  }
  .link-clean-aecb.logo-75f1 .focus_advanced_ccd1 {
    border-left: 1px solid #eaecee;
  }
  .link-clean-aecb.logo-75f1 .alert-light-6e45 {
    padding-right: 1em;
  }
  .link-clean-aecb.logo-75f1 .dropdown_aca2 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .link-clean-aecb.logo-75f1 .small_4685 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .gradient-under-52e7 .alert-light-6e45 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gradient-under-52e7.logo-75f1 .mini-ff93 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .gradient-under-52e7.logo-75f1 .alert-light-6e45 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .gradient-under-52e7.logo-75f1 .dropdown_aca2 {
    padding-left: 1em;
  }
  .gradient-under-52e7.logo-75f1 .small_4685 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .gradient-under-52e7.logo-75f1 .alert-light-6e45 {
    padding-left: 0;
  }
}
.plasma-f970 .detail-f9a2 {
  display: inline-block;
}
.fixed_3b11 {
  display: inline-block;
}
.popup-10ab {
  word-con: break-word;
}
.hidden-selected-a6fc > span {
  display: inline-block;
  padding: 5px 0;
}
.hidden-selected-a6fc .heading_paper_ba48 {
  margin-left: 8px;
  margin-right: 8px;
}
.hidden-selected-a6fc .texture_easy_5f06 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.layout-in-94ab .upper_4e4c {
  margin-bottom: 2em;
}
.layout-in-94ab .panel-middle-6dbb {
  margin-bottom: 15px;
}
.layout-in-94ab .panel-middle-6dbb:last-child {
  margin-bottom: 0;
}
.layout-in-94ab .article-upper-31c0 {
  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) {
  .layout-in-94ab .article-upper-31c0 {
    display: block;
  }
}
.layout-in-94ab .backdrop-8a65 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .layout-in-94ab .backdrop-8a65 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.layout-in-94ab .left-1f81 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.layout-in-94ab .left-1f81 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.layout-in-94ab .left-1f81 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.layout-in-94ab .popup-10ab {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.layout-in-94ab .popup-10ab a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.layout-in-94ab .aside-53d9 p:last-child {
  margin-bottom: 0;
}
.layout-in-94ab .center_05c5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.layout-in-94ab .carousel-pressed-4b01 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.layout-in-94ab .tertiary-8665 {
  margin-top: 1em;
}
.layout-in-94ab .tag_4d89 {
  top: 0;
  display: block;
}
.layout-in-94ab .tag_4d89 a {
  color: inherit;
}
.layout-in-94ab .tag_4d89 a:hover {
  color: inherit;
}
.layout-in-94ab .current_3971 {
  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;
}
.layout-in-94ab .current_3971:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.layout-in-94ab .carousel-pressed-4b01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.layout-in-94ab .active-001e {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.layout-in-94ab .active-001e:first-child {
  margin-top: 0;
}
.layout-in-94ab .active-001e.module-east-2767 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layout-in-94ab .active-001e.hidden-fixed-1f95 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.layout-in-94ab
  .active-001e.hidden-fixed-1f95.highlight-af63
  .tertiary-8665 {
  width: 100%;
}
.layout-in-94ab .hidden-fixed-1f95 {
  -webkit-box-align: center;
  align-items: center;
}
.layout-in-94ab .hidden-fixed-1f95 .hidden-selected-a6fc,
.layout-in-94ab .hidden-fixed-1f95 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.layout-in-94ab .left-1f81 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.layout-in-94ab .left-1f81 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.layout-in-94ab .left-1f81: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;
}
.layout-in-94ab .module-east-2767 {
  z-index: 5;
}
.layout-in-94ab .block-active-5200 .link_ae5f {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.layout-in-94ab .heading-tall-cc7f .link_ae5f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.layout-in-94ab .summary_bronze_df45 .link_ae5f {
  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;
}
.layout-in-94ab.overlay-warm-9a11 .article-upper-31c0,
.layout-in-94ab.dirty-254e .article-upper-31c0 {
  display: block;
}
.layout-in-94ab.overlay-warm-9a11 .article-upper-31c0 .component_f7b6,
.layout-in-94ab.overlay-warm-9a11 .article-upper-31c0 .carousel-pressed-4b01,
.layout-in-94ab.dirty-254e .article-upper-31c0 .component_f7b6,
.layout-in-94ab.dirty-254e .article-upper-31c0 .carousel-pressed-4b01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.layout-in-94ab.paper_90bd .backdrop-8a65 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .layout-in-94ab.paper_90bd .backdrop-8a65 {
    margin-right: 0;
  }
}
.layout-in-94ab.overlay-warm-9a11 .backdrop-8a65,
.layout-in-94ab.dirty-254e .backdrop-8a65 {
  padding-top: 40%;
}
.layout-in-94ab.overlay-warm-9a11 .upper_4e4c,
.layout-in-94ab.dirty-254e .upper_4e4c {
  display: block;
}
.layout-in-94ab.overlay-warm-9a11 .fn-sticky-7bd8 .carousel-pressed-4b01,
.layout-in-94ab.dirty-254e .fn-sticky-7bd8 .carousel-pressed-4b01 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.layout-in-94ab.overlay-warm-9a11 .backdrop-8a65,
.layout-in-94ab.dirty-254e .backdrop-8a65 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.layout-in-94ab.overlay-warm-9a11 .carousel-pressed-4b01 {
  padding: 1em;
}
.prev-4f16 {
  margin: 30px auto;
  display: block;
}
.prev-4f16 .modal-top-3eb6 > * {
  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;
}
.prev-4f16 .modal-top-3eb6 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.prev-4f16 .modal-top-3eb6 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.border_over_58e8 .hidden-selected-a6fc {
  margin-bottom: 1.41575em;
}
.border_over_58e8 .description_prev_84ca {
  margin-bottom: 1.618em;
}
.pattern_east_96db .disabled-720d {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.pattern_east_96db .disabled-720d a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.pattern_east_96db .link-pro-8593 {
  max-width: 100%;
  overflow: auto;
}
.menu-silver-36a7 .pattern_east_96db a:hover {
  text-decoration: underline;
}
.text-3673 .panel-middle-6dbb:not(.popup-10ab),
.text-3673 .left-1f81 {
  margin-bottom: 1.41575em;
}
.text-3673 .panel-middle-6dbb:not(.popup-10ab):last-child,
.text-3673 .left-1f81:last-child {
  margin-bottom: 0;
}
.text-3673 .panel-middle-6dbb.narrow-d9a9 {
  margin-bottom: 0.41575em;
}
.text-3673 .link-f73a:before,
.text-3673 .search-f7ac:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.text-3673 .link-f73a:before {
  content: "\f115";
}
.text-3673 .search-f7ac:before {
  content: "\f02c";
}
.text-3673 .static-7b33 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.text-3673 .static-7b33 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.tooltip-soft-b4dc {
  display: -webkit-box;
  display: flex;
}
.tooltip-soft-b4dc .fresh_b4c8 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .tooltip-soft-b4dc .fresh_b4c8 {
    flex-basis: 90px;
  }
}
.tooltip-soft-b4dc .medium_0117 {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .tooltip-soft-b4dc .medium_0117 {
    flex-basis: calc(100% - 50px);
  }
}
.tooltip-soft-b4dc .overlay_e663 p:last-child {
  margin-bottom: 0.72em;
}
.icon_pink_1c10 .modal-top-3eb6 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.icon_pink_1c10 .modal-top-3eb6:after,
.icon_pink_1c10 .modal-top-3eb6:before {
  content: "";
  display: table;
}
.icon_pink_1c10 .modal-top-3eb6:after {
  clear: both;
}
.icon_pink_1c10 .modal-top-3eb6 .plasma_c203,
.icon_pink_1c10 .modal-top-3eb6 .alert_17f7 {
  width: 49%;
}
.icon_pink_1c10 .modal-top-3eb6 .plasma_c203 a span.badge_d698,
.icon_pink_1c10 .modal-top-3eb6 .alert_17f7 a span.badge_d698 {
  display: block;
  margin-bottom: 5px;
}
.icon_pink_1c10 .modal-top-3eb6 .alert_17f7 {
  float: left;
  text-align: left;
}
.icon_pink_1c10 .modal-top-3eb6 .plasma_c203 {
  float: right;
  text-align: right;
}
.focus_8c7b {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .focus_8c7b {
    margin-bottom: 0;
  }
}
.form_fluid_3814 {
  margin-bottom: 1em;
}
.form_fluid_3814 .popup-10ab {
  font-size: 1.1em;
  line-height: 1.3;
}
.block_paper_729e a {
  display: block;
  line-height: 0;
  position: relative;
}
.tall-e77e .form_fluid_3814,
.fixed-a454 .form_fluid_3814 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .tall-e77e .form_fluid_3814,
  .fixed-a454 .form_fluid_3814 {
    display: block;
  }
}
.tall-e77e .block_paper_729e,
.fixed-a454 .block_paper_729e {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .tall-e77e .block_paper_729e,
  .fixed-a454 .block_paper_729e {
    margin-bottom: 1em;
  }
}
.tall-e77e .block_paper_729e img,
.fixed-a454 .block_paper_729e img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.tall-e77e .hero-advanced-5664,
.fixed-a454 .hero-advanced-5664 {
  flex-basis: calc(100% - 160px);
}
.tall-e77e .hero-advanced-5664 p,
.fixed-a454 .hero-advanced-5664 p {
  margin-bottom: 0;
}
.tall-e77e .hero-advanced-5664 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .tall-e77e .hero-advanced-5664 {
    padding-left: 0;
  }
}
.fixed-a454 .hero-advanced-5664 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .fixed-a454 .hero-advanced-5664 {
    padding-right: 0;
  }
}
.fixed-a454 .block_paper_729e {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.hover-72fd .block_paper_729e {
  margin-bottom: 0.5em;
}
.hover-72fd .block_paper_729e img {
  width: 100%;
}
.static-17d6 .notification-f693,
.copper_d3dc .notification-f693 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.copper_d3dc .mini-ff93 .wood_de5d p:last-child {
  margin-bottom: 0;
}
.logo_f00f {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.iron_89eb .content_a219 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .iron_89eb .content_a219:last-of-type {
    margin-bottom: 0;
  }
}
.iron_89eb .content_a219 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iron_89eb .content_a219 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.iron_89eb .content_a219 ul li {
  margin: 0 0 0.6em;
}
.iron_89eb .content_a219 ul li.logo_easy_b2dc,
.iron_89eb .content_a219 ul li.header_rough_4e9f {
  position: relative;
}
.iron_89eb .content_a219 ul li.logo_easy_b2dc .popup-6f2c,
.iron_89eb .content_a219 ul li.header_rough_4e9f .popup-6f2c {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.iron_89eb .content_a219 ul li.logo_easy_b2dc:after:after,
.iron_89eb .content_a219 ul li.logo_easy_b2dc:after:before,
.iron_89eb
  .content_a219
  ul
  li.header_rough_4e9f:after:after,
.iron_89eb
  .content_a219
  ul
  li.header_rough_4e9f:after:before {
  content: "";
  display: table;
}
.iron_89eb .content_a219 ul li.logo_easy_b2dc:after:after,
.iron_89eb
  .content_a219
  ul
  li.header_rough_4e9f:after:after {
  clear: both;
}
.iron_89eb .content_a219 a.bottom-e2a2:hover {
  text-decoration: none;
}
.iron_89eb .content_a219 select {
  max-width: 100%;
}
.iron_89eb .content_a219 table {
  font-size: 85%;
}
.iron_89eb .content_a219 table td,
.iron_89eb .content_a219 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.iron_89eb .content_a219 table tfoot td {
  text-align: left;
}
.iron_89eb .content_a219 :last-child {
  margin-bottom: 0;
}
.iron_89eb .content_a219 .picture_5c7d {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.iron_89eb .content_a219 .picture_5c7d label {
  width: 100%;
}
.iron_89eb .content_a219 .picture_5c7d .main-liquid-91da {
  width: 100%;
  display: block;
}
.iron_89eb .content_a219 .picture_5c7d .caption-14d4 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.iron_89eb .content_a219 .picture_5c7d .caption-14d4:hover svg #svg-search {
  fill: #444;
}
.iron_89eb .content_a219 .picture_5c7d .caption-14d4 svg {
  width: 18px;
  height: 18px;
}
.iron_89eb .element-2d54 ul ul,
.iron_89eb .header_south_d713 ul ul,
.iron_89eb .main-liquid-19f0 ul ul,
.iron_89eb .detail_b6da ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.iron_89eb .element-2d54 .steel_0e7b > a,
.iron_89eb .header_south_d713 .steel_0e7b > a,
.iron_89eb .main-liquid-19f0 .steel_0e7b > a,
.iron_89eb .detail_b6da .steel_0e7b > a {
  margin-bottom: 0;
}
.iron_89eb .heading-53c5 li,
.iron_89eb .element-2d54 li,
.iron_89eb .sidebar-prev-2539 li,
.iron_89eb .header_south_d713 li,
.iron_89eb .main-liquid-19f0 li,
.iron_89eb .detail_b6da li,
.iron_89eb .tiny_bba1 li,
.iron_89eb .accordion-38e4 li {
  display: block;
  position: relative;
}
.iron_89eb .heading-53c5 li:last-child,
.iron_89eb .element-2d54 li:last-child,
.iron_89eb .sidebar-prev-2539 li:last-child,
.iron_89eb .header_south_d713 li:last-child,
.iron_89eb .main-liquid-19f0 li:last-child,
.iron_89eb .detail_b6da li:last-child,
.iron_89eb .tiny_bba1 li:last-child,
.iron_89eb .accordion-38e4 li:last-child {
  border: none;
}
.iron_89eb .heading-53c5 li a,
.iron_89eb .element-2d54 li a,
.iron_89eb .sidebar-prev-2539 li a,
.iron_89eb .header_south_d713 li a,
.iron_89eb .main-liquid-19f0 li a,
.iron_89eb .detail_b6da li a,
.iron_89eb .tiny_bba1 li a,
.iron_89eb .accordion-38e4 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.iron_89eb .heading-53c5 li ul li::before,
.iron_89eb .element-2d54 li ul li::before,
.iron_89eb .sidebar-prev-2539 li ul li::before,
.iron_89eb .header_south_d713 li ul li::before,
.iron_89eb .main-liquid-19f0 li ul li::before,
.iron_89eb .detail_b6da li ul li::before,
.iron_89eb .tiny_bba1 li ul li::before,
.iron_89eb .accordion-38e4 li ul li::before {
  left: 15px;
}
.iron_89eb .heading-53c5 li ul a,
.iron_89eb .element-2d54 li ul a,
.iron_89eb .sidebar-prev-2539 li ul a,
.iron_89eb .header_south_d713 li ul a,
.iron_89eb .main-liquid-19f0 li ul a,
.iron_89eb .detail_b6da li ul a,
.iron_89eb .tiny_bba1 li ul a,
.iron_89eb .accordion-38e4 li ul a {
  padding-left: 20px;
}
.iron_89eb .heading-53c5 li ul ul li::before,
.iron_89eb .element-2d54 li ul ul li::before,
.iron_89eb .sidebar-prev-2539 li ul ul li::before,
.iron_89eb .header_south_d713 li ul ul li::before,
.iron_89eb .main-liquid-19f0 li ul ul li::before,
.iron_89eb .detail_b6da li ul ul li::before,
.iron_89eb .tiny_bba1 li ul ul li::before,
.iron_89eb .accordion-38e4 li ul ul li::before {
  left: 30px;
}
.iron_89eb .heading-53c5 li ul ul a,
.iron_89eb .element-2d54 li ul ul a,
.iron_89eb .sidebar-prev-2539 li ul ul a,
.iron_89eb .header_south_d713 li ul ul a,
.iron_89eb .main-liquid-19f0 li ul ul a,
.iron_89eb .detail_b6da li ul ul a,
.iron_89eb .tiny_bba1 li ul ul a,
.iron_89eb .accordion-38e4 li ul ul a {
  padding-left: 40px;
}
.iron_89eb .message_5d38 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.iron_89eb .accordion-38e4 ul li {
  margin-bottom: 1.41575em;
}
.iron_89eb .accordion-38e4 ul li .section-fde9 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.iron_89eb .accordion-38e4 ul li .shadow_thick_d7a0 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.secondary-cold-105c .heading-53c5 li a,
.secondary-cold-105c .element-2d54 li a,
.secondary-cold-105c .sidebar-prev-2539 li a,
.secondary-cold-105c .header_south_d713 li a,
.secondary-cold-105c .main-liquid-19f0 li a,
.secondary-cold-105c .detail_b6da li a,
.secondary-cold-105c .tiny_bba1 li a,
.secondary-cold-105c .accordion-38e4 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.secondary-cold-105c .message_5d38 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.secondary-cold-105c .content_a219 ul li.logo_easy_b2dc .popup-6f2c,
.secondary-cold-105c .content_a219 ul li.header_rough_4e9f .popup-6f2c {
  background: rgba(0, 0, 0, 0.2);
}
.secondary-cold-105c .iron_89eb .content_a219 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.heading_fc35 .iron_89eb .gas-8493 li {
  margin: 0;
}
.heading_fc35 .iron_89eb .gas-8493 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.heading_fc35 .iron_89eb .gas-8493 li ul {
  margin: 0;
}
.heading_fc35 .iron_89eb .gas-8493 li ul li a {
  padding-left: 15px;
}
.heading_fc35 .iron_89eb .gas-8493 li ul li li a {
  padding-left: 30px;
}
.heading_fc35 .iron_89eb .gas-8493 li.panel_4a30 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.heading_fc35 .iron_89eb .gas-8493 li.panel_4a30 > 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;
}
.heading_fc35 .iron_89eb .gas-8493 li.panel_4a30 > 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;
}
.red-afdc a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.aside-ebf7 {
  position: relative;
  z-index: 10;
}
.aside-ebf7 .plasma_3566 {
  width: 100%;
  max-width: 100%;
}
.shadow_f054 .item_e395 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.shadow_f054 .thumbnail_left_c94b {
}
.shadow_f054 .secondary-cold-105c {
  background: #292929;
}
.selected-e113 .item_e395 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.selected-e113 .thumbnail_left_c94b {
  background: #f9f9f9;
}
.selected-e113 .secondary-cold-105c {
  background: #303030;
}
.plasma-b0c3 .item_e395 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .plasma-b0c3 .detail-f9a2 {
    margin-bottom: 1em;
  }
  .plasma-b0c3 .detail-f9a2:last-child {
    margin-bottom: 0;
  }
}
.plasma-b0c3 .thumbnail_left_c94b {
  background: #ededed;
}
.plasma-b0c3 .secondary-cold-105c {
  background: #1a1a1a;
}
.item_e395.thumbnail_left_c94b {
  color: rgba(0, 0, 0, 0.6);
}
.item_e395.thumbnail_left_c94b .filter-4619 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.item_e395.secondary-cold-105c {
  color: rgba(255, 255, 255, 0.99);
}
.item_e395.secondary-cold-105c a:not(.bottom-e2a2) {
  color: rgba(255, 255, 255, 0.79);
}
.item_e395.secondary-cold-105c a:not(.bottom-e2a2):hover {
  color: rgba(255, 255, 255, 0.99);
}
.item_e395.secondary-cold-105c .filter-4619 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.item_e395.secondary-cold-105c table tbody td,
.item_e395.secondary-cold-105c table th {
  background: rgba(0, 0, 0, 0.08);
}
.button_4f98.wide-bf67 .black_9f21 {
  max-width: initial;
}
.button_4f98 .menu-cc11 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.button_4f98 .menu-cc11 .plasma_3566 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .button_4f98 .menu-cc11 .plasma_3566 {
    display: block;
    margin-bottom: 2em;
  }
  .button_4f98 .menu-cc11 .plasma_3566:last-child {
    margin-bottom: 0;
  }
}
.plasma-b0c3 .detail-f9a2:last-child,
.selected-e113 .detail-f9a2:last-child,
.shadow_f054 .detail-f9a2:last-child {
  margin-bottom: 0;
}
.plasma-b0c3 .detail-f9a2 .iron_89eb .content_a219:last-child,
.selected-e113 .detail-f9a2 .iron_89eb .content_a219:last-child,
.shadow_f054 .detail-f9a2 .iron_89eb .content_a219:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .plasma-b0c3 .background-lite-cd5e,
  .plasma-b0c3 .medium_574a,
  .selected-e113 .background-lite-cd5e,
  .selected-e113 .medium_574a,
  .shadow_f054 .background-lite-cd5e,
  .shadow_f054 .medium_574a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .aside-ebf7 .detail-f9a2 {
    margin-bottom: 2em;
  }
}
.aside-ebf7 p:last-child {
  margin-bottom: 0;
}
.aside-ebf7 li,
.aside-ebf7 ul {
  list-style: none;
  margin: 0;
}
.aside-ebf7 ul ul {
  margin-left: 2.617924em;
}
.table-outer-c367 {
  font-size: 0.875em;
}

/* css-noise: 97b1 */
.promo-block-g5 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
