/*!
Theme Name: Customify
Theme URI: https://pressmaximum.module_2f3c/customify
Author: WPCustomify
Author URI: https://pressmaximum.module_2f3c
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.module_2f3c/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.sidebar-8903.simple-34e1/licenses/gpl-2.0.upper-d60c
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.pink-7bbd/, (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.widget_old_2358.south-4489/normalize.preview_iron_2c5f/
 ======
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.preview_iron_2c5f v7.0.0 | MIT License | github.module_2f3c/necolas/normalize.preview_iron_2c5f */
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;
}
.mask_2561 .gold-53b0,
.block_35f9,
.green_f2e2,
.column_dynamic_af41,
.panel-787e,
.down_b8de,
.button-thick-00cb,
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;
}
.block_35f9,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .block_35f9,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .block_35f9,
  h1 {
    font-size: 1.8em;
  }
}
.green_f2e2,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.green_f2e2 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .green_f2e2,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .green_f2e2,
  h2 {
    font-size: 1.7em;
  }
}
.column_dynamic_af41,
h3 {
  font-size: 1.618em;
}
.mask_2561 .gold-53b0,
.panel-787e,
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.pagination-15dc {
  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;
}
.hard-346c:after,
.hard-346c:before,
.border-a22d:after,
.border-a22d:before {
  content: "";
  display: table;
}
.hard-346c:after,
.border-a22d:after {
  clear: both;
}
.section-motion-5ec2 {
  float: right;
  margin-right: 0;
}
.icon-14c1 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.video_down_b909 .fluid-ad41,
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;
}
.video_down_b909 .fluid-ad41: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;
}
.white_e23e .fluid-ad41 {
  box-shadow: none;
}
.white_e23e
  .fluid-ad41
  .wrapper_static_6aea {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.white_e23e .fluid-ad41 .green_7826 {
  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;
}
.white_e23e
  .fluid-ad41
  .green_7826
  b {
  display: none;
}
.white_e23e .easy_10c1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.media_brown_1b96:not(.message_7178):not(.status_upper_f9fb),
button:not(.message_7178):not(.status_upper_f9fb),
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ),
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ),
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ) {
  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;
}
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ):hover,
button:not(.message_7178):not(
    .status_upper_f9fb
  ):hover,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ):hover,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ):hover,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ):active,
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
button:not(.message_7178):not(
    .status_upper_f9fb
  ):active,
button:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ):active,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ):active,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ):active,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ):focus {
  outline: 0;
}
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c {
  position: relative;
}
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .upper_8b7a,
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .avatar_dim_c203,
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .accent_green_fa70,
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  i,
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  svg,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .upper_8b7a,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .avatar_dim_c203,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .accent_green_fa70,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  i,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  svg,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .upper_8b7a,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .avatar_dim_c203,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .accent_green_fa70,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  i,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  svg,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .upper_8b7a,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .avatar_dim_c203,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .accent_green_fa70,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  i,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  svg,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .upper_8b7a,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .avatar_dim_c203,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  .accent_green_fa70,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  i,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c
  svg {
  visibility: hidden;
}
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c:after,
button:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c:after,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c:after,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c:after,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ).fn-loading-b97c: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;
}
.media_brown_1b96:not(.message_7178):not(.status_upper_f9fb),
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ),
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ),
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ) {
  color: #fff;
  background: #235787;
}
.media_brown_1b96:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
input[type="button"]:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
input[type="reset"]:not(.message_7178):not(
    .status_upper_f9fb
  ):focus,
input[type="submit"]:not(.message_7178):not(
    .status_upper_f9fb
  ):focus {
  color: #fff;
}
.media_brown_1b96.fn-disabled-b97c:not(.message_7178):not(
    .status_upper_f9fb
  ),
.media_brown_1b96[disabled]:not(.message_7178):not(
    .status_upper_f9fb
  ),
button.fn-disabled-b97c:not(.message_7178):not(
    .status_upper_f9fb
  ),
button[disabled]:not(.message_7178):not(
    .status_upper_f9fb
  ) {
  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;
}
.south-a854 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.south-a854: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;
}
.in_52c7 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.alert_orange_f14b {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.clean_4319 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.hard-346c:after,
.hard-346c:before,
.accordion_4444:after,
.accordion_4444:before,
.input_south_f467:after,
.input_south_f467:before,
.outer_48a8:after,
.outer_48a8:before,
.nav_36b3:after,
.nav_36b3:before,
.photo_9b73:after,
.photo_9b73:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.hard-346c:after,
.accordion_4444:after,
.input_south_f467:after,
.outer_48a8:after,
.nav_36b3:after,
.photo_9b73:after {
  clear: both;
}
.accordion_4444 .title-current-2e8d,
.input_south_f467 .title-current-2e8d,
.stone_379d .title-current-2e8d {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.dirty_a348 {
  display: inline-block;
}
.up_e0ec {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.up_e0ec img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.up_e0ec .component-hot-41e8 {
  padding: 1em 0;
  font-size: 85%;
}
.component-hot-41e8 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.focus_small_2880 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.focus_small_2880:after,
.focus_small_2880:before {
  content: "";
  display: table;
}
.focus_small_2880:after {
  clear: both;
}
.surface_52b7 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.yellow_e7b5 .surface_52b7 {
  max-width: 50%;
}
.solid_2380 .surface_52b7 {
  max-width: 33.33%;
}
.input-bc00 .surface_52b7 {
  max-width: 25%;
}
.surface_pro_076e .surface_52b7 {
  max-width: 20%;
}
.photo-hot-1430 .surface_52b7 {
  max-width: 16.66%;
}
.surface_66b6 .surface_52b7 {
  max-width: 14.28%;
}
.button_current_e87e .surface_52b7 {
  max-width: 12.5%;
}
.highlight-6855 .surface_52b7 {
  max-width: 11.11%;
}
.simple-39b1 {
  display: block;
}
.mask_2561 .video_cold_5b12 label,
.mask_2561 .slider_5ad6 label,
.mask_2561 .description-8e33 label,
.mask_2561 .stale-2c6a label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.notice-ad57 {
  list-style: none;
  margin: 0;
}
.notice-ad57 article.carousel_center_039d {
  margin-bottom: 0;
}
.notice-ad57 ul {
  list-style: none;
  margin: 0;
}
.notice-ad57 .mask_abe7 li.carousel_center_039d {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .notice-ad57 .mask_abe7 li.carousel_center_039d {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .notice-ad57 .mask_abe7 li.carousel_center_039d: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) {
  .notice-ad57 .mask_abe7 li.carousel_center_039d li.carousel_center_039d li.carousel_center_039d li.carousel_center_039d {
    padding-left: 0;
  }
}
article.carousel_center_039d {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.carousel_center_039d .accordion_4444 p:last-of-type {
  margin-bottom: 0;
}
article.carousel_center_039d .filter_bronze_0ab1 {
  float: left;
}
article.carousel_center_039d .text-a561 {
  margin-left: 85px;
}
article.carousel_center_039d .status-ee83 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.carousel_center_039d .status-ee83 .plasma-73ce {
  margin-left: 10px;
}
article.carousel_center_039d .liquid-88aa {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.carousel_center_039d .middle-73f5 {
  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 .video_cold_5b12,
  #respond .description-8e33,
  #respond .stale-2c6a {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .video_cold_5b12 input,
#respond .description-8e33 input,
#respond .stale-2c6a input {
  width: 100%;
}
#respond .stale-2c6a {
  margin-right: 0;
}
#respond .panel-gold-26b4 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.pink-4c03 {
  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;
}
.pink-4c03.red-df6f {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.pink-4c03 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%);
}
.pink-4c03:focus,
.pink-4c03: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);
}
.stone-3e46 {
  border-radius: 10%;
}
.banner_44c6 {
  border-radius: 50%;
}
.full-3f7f {
  font-size: 0.72em;
}
.complex_f5b6 {
  font-size: 0.875em;
}
.over_22ad {
  font-size: 1.1em;
}
.inner_fa54 {
  text-transform: uppercase;
  line-height: 1.2;
}
.inner_fa54.full-3f7f {
  letter-spacing: 0.5px;
}
.header-copper-a3a6,
.header-copper-a3a6 a {
  color: #6d6d6d;
}
.header-copper-a3a6 a:hover {
  color: #111;
}
.modal-4210 {
  color: #6d6d6d;
}
.focus-tall-f9d5 {
  overflow-x: hidden;
}
.focus-tall-f9d5 .outline_f920.progress-center-61c7 {
  position: relative;
}
.focus-tall-f9d5 .outline_f920.progress-center-61c7.content-2d5f {
  position: initial;
}
.focus-tall-f9d5
  .outline_f920.progress-center-61c7.content-2d5f
  .feature-088e {
  left: auto;
}
.focus-tall-f9d5 .outline_f920 .feature-088e {
  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;
}
.focus-tall-f9d5 .outline_f920:hover.progress-center-61c7 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.focus-tall-f9d5
  .outline_f920:hover.progress-center-61c7
  .feature-088e {
  display: block;
  z-index: 9999999;
}
.focus-tall-f9d5 .article-over-f8a7 .highlight_0a8e,
.focus-tall-f9d5 .yellow-b07b .highlight_0a8e {
  display: none;
}
.focus-tall-f9d5 .gradient_light_290c .outline_f920:hover.progress-center-61c7 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.mask_2561 .video_cold_5b12 label,
.mask_2561 .slider_5ad6 label,
.mask_2561 .description-8e33 label,
.mask_2561 .stale-2c6a label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.notice-ad57 {
  list-style: none;
  margin: 0;
}
.notice-ad57 article.carousel_center_039d {
  margin-bottom: 0;
}
.notice-ad57 ul {
  list-style: none;
  margin: 0;
}
.notice-ad57 .mask_abe7 li.carousel_center_039d {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .notice-ad57 .mask_abe7 li.carousel_center_039d {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .notice-ad57 .mask_abe7 li.carousel_center_039d: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) {
  .notice-ad57 .mask_abe7 li.carousel_center_039d li.carousel_center_039d li.carousel_center_039d li.carousel_center_039d {
    padding-left: 0;
  }
}
article.carousel_center_039d {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.carousel_center_039d .accordion_4444 p:last-of-type {
  margin-bottom: 0;
}
article.carousel_center_039d .filter_bronze_0ab1 {
  float: left;
}
article.carousel_center_039d .text-a561 {
  margin-left: 85px;
}
article.carousel_center_039d .status-ee83 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.carousel_center_039d .status-ee83 .plasma-73ce {
  margin-left: 10px;
}
article.carousel_center_039d .liquid-88aa {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.carousel_center_039d .middle-73f5 {
  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 .video_cold_5b12,
  #respond .description-8e33,
  #respond .stale-2c6a {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .video_cold_5b12 input,
#respond .description-8e33 input,
#respond .stale-2c6a input {
  width: 100%;
}
#respond .stale-2c6a {
  margin-right: 0;
}
#respond .panel-gold-26b4 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.article-over-f8a7 .fresh-0fb8 {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.fresh-0fb8 .basic_1a14.texture_9858 .layout-b96c > li > a:focus,
.fresh-0fb8 .basic_1a14.texture_9858 .layout-b96c > li > a:hover,
.fresh-0fb8 .basic_1a14.background_up_2e70 .layout-b96c > li > a:focus,
.fresh-0fb8 .basic_1a14.background_up_2e70 .layout-b96c > li > a:hover,
.fresh-0fb8 .basic_1a14.clean-1ab1 .layout-b96c > li > a:focus,
.fresh-0fb8 .basic_1a14.clean-1ab1 .layout-b96c > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.fresh-0fb8
  .basic_1a14.texture_9858
  .layout-b96c
  > li.huge_36ee
  > a,
.fresh-0fb8
  .basic_1a14.texture_9858
  .layout-b96c
  > li.nav-90ab
  > a,
.fresh-0fb8
  .basic_1a14.background_up_2e70
  .layout-b96c
  > li.huge_36ee
  > a,
.fresh-0fb8
  .basic_1a14.background_up_2e70
  .layout-b96c
  > li.nav-90ab
  > a,
.fresh-0fb8
  .basic_1a14.clean-1ab1
  .layout-b96c
  > li.huge_36ee
  > a,
.fresh-0fb8 .basic_1a14.clean-1ab1 .layout-b96c > li.preview_abe3 > a {
  color: rgba(255, 255, 255, 0.99);
}
.fresh-0fb8 .east-0974,
.fresh-0fb8 .east-0974 a {
  color: rgba(255, 255, 255, 0.99);
}
.fresh-0fb8 .soft-4ee2.badge_e5e3 li a,
.fresh-0fb8 .middle-89dd a,
.fresh-0fb8 .tag-17dc,
.fresh-0fb8 .layout-b96c > li > a,
.fresh-0fb8 .form_d6ff {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8 .soft-4ee2.badge_e5e3 li a:hover,
.fresh-0fb8 .middle-89dd a:hover,
.fresh-0fb8 .tag-17dc:hover,
.fresh-0fb8 .layout-b96c > li > a:hover,
.fresh-0fb8 .form_d6ff:hover {
  color: rgba(255, 255, 255, 0.99);
}
.fresh-0fb8 .dropdown_clean_3220 {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8 .dropdown_clean_3220 .sort_action_f054 {
  color: rgba(255, 255, 255, 0.99);
}
.fresh-0fb8 .dropdown_clean_3220:hover {
  color: rgba(255, 255, 255, 0.99);
}
.fresh-0fb8 .hovered_2936 .picture_2f67 {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8 .hovered_2936 .picture_2f67 .box-gas-3d18 {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8
  .hovered_2936
  .picture_2f67
  .box-gas-3d18::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8
  .hovered_2936
  .picture_2f67
  .box-gas-3d18:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8
  .hovered_2936
  .picture_2f67
  .box-gas-3d18::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8
  .hovered_2936
  .picture_2f67
  .box-gas-3d18::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8 .hovered_2936 .shade_purple_ea1d {
  color: rgba(255, 255, 255, 0.79);
}
.fresh-0fb8 .hovered_2936 .shade_purple_ea1d:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tertiary-south-f87b
  .fresh-0fb8
  .hovered_2936
  .button-pressed-b78d
  .hidden-narrow-71f9 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tertiary-south-f87b
  .fresh-0fb8
  .hovered_2936
  .button-pressed-b78d
  .box-gas-3d18 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.article-over-f8a7 .left-0ace {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.left-0ace .basic_1a14.texture_9858 .layout-b96c > li > a:focus,
.left-0ace .basic_1a14.texture_9858 .layout-b96c > li > a:hover,
.left-0ace .basic_1a14.background_up_2e70 .layout-b96c > li > a:focus,
.left-0ace .basic_1a14.background_up_2e70 .layout-b96c > li > a:hover,
.left-0ace .basic_1a14.clean-1ab1 .layout-b96c > li > a:focus,
.left-0ace .basic_1a14.clean-1ab1 .layout-b96c > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.left-0ace
  .basic_1a14.texture_9858
  .layout-b96c
  > li.huge_36ee
  > a,
.left-0ace
  .basic_1a14.texture_9858
  .layout-b96c
  > li.nav-90ab
  > a,
.left-0ace
  .basic_1a14.background_up_2e70
  .layout-b96c
  > li.huge_36ee
  > a,
.left-0ace
  .basic_1a14.background_up_2e70
  .layout-b96c
  > li.nav-90ab
  > a,
.left-0ace
  .basic_1a14.clean-1ab1
  .layout-b96c
  > li.huge_36ee
  > a,
.left-0ace .basic_1a14.clean-1ab1 .layout-b96c > li.preview_abe3 > a {
  color: rgba(0, 0, 0, 0.8);
}
.left-0ace .east-0974,
.left-0ace .east-0974 a {
  color: rgba(0, 0, 0, 0.8);
}
.left-0ace .soft-4ee2.badge_e5e3 li a,
.left-0ace .middle-89dd a,
.left-0ace .tag-17dc,
.left-0ace .layout-b96c > li > a,
.left-0ace .form_d6ff {
  color: rgba(0, 0, 0, 0.55);
}
.left-0ace .soft-4ee2.badge_e5e3 li a:hover,
.left-0ace .middle-89dd a:hover,
.left-0ace .tag-17dc:hover,
.left-0ace .layout-b96c > li > a:hover,
.left-0ace .form_d6ff:hover {
  color: rgba(0, 0, 0, 0.8);
}
.left-0ace .dropdown_clean_3220 {
  color: rgba(0, 0, 0, 0.55);
}
.left-0ace .dropdown_clean_3220 .sort_action_f054 {
  color: rgba(0, 0, 0, 0.8);
}
.left-0ace .dropdown_clean_3220:hover {
  color: rgba(0, 0, 0, 0.8);
}
.video-17f7 .tertiary-last-e0c1 {
  margin-left: auto;
  margin-right: auto;
}
.input_south_f467 > * {
  margin-left: auto;
  margin-right: auto;
}
.input_south_f467 .in_52c7 {
  margin-right: 1.41575em;
}
.icon_f5aa .input_south_f467 > .table_pink_9508 {
  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;
}
.icon_f5aa .input_south_f467 > .highlight-over-4c65 {
  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;
}
.gold-7866.video-17f7 .tertiary-last-e0c1,
.caption_narrow_97d8.video-17f7 .tertiary-last-e0c1 {
  margin-left: 0;
}
.sort-small-314e.video-17f7 .tertiary-last-e0c1,
.panel-6073.video-17f7 .tertiary-last-e0c1 {
  margin-right: 0;
}
.input_south_f467 ol,
.input_south_f467 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.text_outer_ecad video {
  max-width: 100%;
}
.notice_1826 img {
  display: block;
}
.notice_1826.in_52c7,
.notice_1826.alert_orange_f14b {
  width: 100%;
}
.notice_1826.highlight-over-4c65 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.prev-3c37:not(.column_rough_b98c) {
  margin: 1.5em auto;
}
.notification-iron-babe p {
  padding: 1.5em 14px;
}
ul.gas_e2aa.highlight-over-4c65,
ul.gas_e2aa.table_pink_9508,
ul.gas_e2aa.yellow_7e29.table_pink_9508 {
  padding: 0 14px;
}
.widget_north_2f51 {
  display: block;
  overflow-x: auto;
}
.widget_north_2f51 table {
  border-collapse: collapse;
  width: 100%;
}
.widget_north_2f51 td,
.widget_north_2f51 th {
  padding: 0.5em;
}
.input_south_f467 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.input_south_f467 ol ol,
.input_south_f467 ol ul,
.input_south_f467 ul ol,
.input_south_f467 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.input_south_f467 ol ol li,
.input_south_f467 ol ul li,
.input_south_f467 ul ol li,
.input_south_f467 ul ul li {
  margin-left: 0;
}
.pro_3b98.section_0cb2 > .carousel-899b {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.pro_3b98.section_0cb2 > .carousel-899b iframe,
.pro_3b98.section_0cb2 > .carousel-899b > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.background-full-47e6 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.background-full-47e6.progress-0afe {
  padding: 0;
}
.background-full-47e6.progress-0afe cite {
  font-size: 13px;
}
.background-full-47e6 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.background-full-47e6 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.alert-07d5 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.alert-07d5 > p:first-child {
  margin-top: 0;
}
.alert-07d5 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.alert-07d5 blockquote {
  border-left: 0;
}
.text_large_c8dd {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.text_large_c8dd:not(.paragraph-0ea1) {
  max-width: 100px;
}
.text_large_c8dd.lite_ffb0 {
  border-bottom: none !important;
  text-align: center;
}
.text_large_c8dd.lite_ffb0::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .notification-iron-babe p {
    padding: 1.5em 0;
  }
}
.button_d632 {
  color: #0073aa;
}
.top-5c35 {
  background-color: #0073aa;
}
.hot-e9bd {
  color: #229fd8;
}
.grid_b956 {
  background-color: #229fd8;
}
.title-in-b6eb {
  color: #eee;
}
.tertiary-gold-f395 {
  background-color: #eee;
}
.accent_220a {
  color: #444;
}
.notice_af6b {
  background-color: #444;
}
.pressed-3550 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.pressed-3550 .preview_basic_aeff .middle-89dd {
  font-size: 15px;
}
.pressed-3550 .middle-89dd {
  line-height: 1.3;
}
.pressed-3550 .left-0ace {
}
.pressed-3550 .fresh-0fb8 {
  background: #235787;
}
.card-full-96ab {
  padding: 0;
}
.card-full-96ab .fresh-0fb8 {
  background: #1a1a1a;
}
.card-full-96ab .left-0ace {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.gold_2ead {
  padding: 0;
  border-left: none;
  border-right: none;
}
.gold_2ead .left-0ace {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.gold_2ead .fresh-0fb8 {
  background: #303030;
}
.photo_9b73 {
  position: relative;
  z-index: 10;
}
.photo_9b73 .section-d769 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.progress-61e4 .progress-center-61c7 {
  display: inline-block;
  vertical-align: middle;
}
.progress-61e4.breadcrumb_right_39d1 .progress-center-61c7 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .progress-61e4.breadcrumb_right_39d1 .progress-center-61c7 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .progress-61e4.breadcrumb_right_39d1 .progress-center-61c7 {
    margin-right: 0.4em;
  }
}
.progress-61e4.breadcrumb_right_39d1 .progress-center-61c7:last-child {
  margin-right: 0;
}
.accent-red-eb2c .section-d769 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .article-over-f8a7 .preview_basic_aeff {
    margin: 0 -0.5em;
  }
  .article-over-f8a7 .preview_basic_aeff [class*="customify-col-"],
  .article-over-f8a7 .preview_basic_aeff [class*="customify-col_"],
  .article-over-f8a7 .preview_basic_aeff [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.article-over-f8a7.fast-375d .section-d769 {
  background: 0 0 !important;
}
.article-over-f8a7.fast-375d .section-d769,
.article-over-f8a7.accent-red-eb2c .section-d769 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .article-over-f8a7.shade_f06f {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.article-over-f8a7.accent-red-eb2c .section-d769 {
  box-shadow: none !important;
}
.accent-3921 {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .accent-3921 {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .accent-3921 {
    padding: 18px 0 20px;
  }
}
.accent-3921 .accent_8fcf {
  width: 100%;
}
.accent-3921 .label-bd4c {
  margin-bottom: 0;
}
.accent-3921 .active_prev_691e {
  margin-top: 5px;
  font-size: 0.875em;
}
.border_c7ee {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.border_c7ee .highlight_647a {
  width: 100%;
}
.blue_322a {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.blue_322a li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.blue_322a 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;
}
.blue_322a li:last-child:after {
  display: none;
}
.blue_322a li a {
  font-weight: 500;
  margin-right: 10px;
}
.block_1994 .highlight_0a8e button,
.accent-3921 .highlight_0a8e button {
  left: 0;
}
.block_1994 .highlight_647a,
.accent-3921 .highlight_647a {
  padding-left: 0;
  padding-right: 0;
}
.block_1994 .border_c7ee,
.accent-3921 .border_c7ee {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.block_1994 {
  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;
}
.block_1994: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;
}
.block_1994 .overlay-7900 {
  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) {
  .block_1994 .overlay-7900 {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .block_1994 .overlay-7900 {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .block_1994 .overlay-7900 {
    min-height: 200px;
  }
}
.block_1994 .blue_322a {
  color: rgba(255, 255, 255, 0.8);
}
.block_1994 .blue_322a a,
.block_1994 .blue_322a li:after {
  color: inherit;
}
.block_1994 .blue_322a a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.stone-6c53 {
  margin-bottom: 0.5em;
}
.link-narrow-243b {
  margin-bottom: 1.2em;
}
.link-narrow-243b,
.stone-6c53 {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.link-narrow-243b p:last-child,
.stone-6c53 p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .highlight_0a8e,
#masthead .highlight_0a8e {
  display: none;
}
#masthead
  > .highlight_0a8e.under-b1b3 {
  display: none;
}
#masthead > .highlight_0a8e button {
  left: 0;
}
.hard_be5d {
  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%;
}
.hard_be5d .progress-center-61c7 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.hard_be5d .button_upper_9eeb {
  display: -webkit-box;
  display: flex;
}
.hard_be5d .button_upper_9eeb.pro-ccb7 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.hard_be5d .button_upper_9eeb.next_0153 {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hard_be5d .button_upper_9eeb.section-full-8f6f {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hard_be5d.info_huge_c304.image_45ad .button_upper_9eeb.pro-ccb7 {
  flex-basis: 100%;
}
.hard_be5d.brown_7f7f .button_upper_9eeb.next_0153 {
  -webkit-box-flex: 1;
  flex: auto;
}
.hard_be5d.brown_7f7f .button_upper_9eeb.section-full-8f6f {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .highlight_0a8e.under-b1b3 {
  display: none;
}
#masthead > .highlight_0a8e button {
  left: 0;
}
.paragraph-stone-ae15 {
  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;
}
.paragraph-stone-ae15:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.paragraph-stone-ae15.gold-2b21 i {
  margin-right: 4px;
}
.paragraph-stone-ae15.carousel-b184 i {
  margin-left: 5px;
}
.middle-89dd p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.middle-89dd p:last-child {
  margin-bottom: 0;
}
.static_5b6e {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.static_5b6e a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.static_5b6e img {
  display: block;
  width: auto;
  line-height: 1;
}
.static_5b6e .east-0974 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.static_5b6e .bright_8cf1 {
  margin: 5px 0 7px 0;
}
.static_5b6e.texture_a932 .disabled-large-0b4d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.static_5b6e.texture_a932 .active_next_beab {
  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;
}
.static_5b6e.sidebar_4b7c {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.static_5b6e.sidebar_4b7c .disabled-large-0b4d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.static_5b6e.sidebar_4b7c .active_next_beab {
  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;
}
.static_5b6e.gallery-dirty-6636 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.static_5b6e.modal_45c9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.static_5b6e.modal_45c9 .active_next_beab {
  margin-top: 7px;
}
.easy_0297 {
  display: inline-block;
}
.photo_9b73 .mask-1099 .static_5b6e img {
  max-width: 100%;
}
.basic_1a14 .shadow_5196.medium-c1b7,
.west_b4d6 .shadow_5196.medium-c1b7 {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.basic_1a14 .link_b45b,
.west_b4d6 .link_b45b {
  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%);
}
.basic_1a14 .link_b45b {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.basic_1a14.lower-d784 .link_b45b {
  display: none;
}
.basic_1a14 .carousel-clean-aecb {
  list-style: none;
  padding: 0;
  margin: 0;
}
.basic_1a14 .carousel-clean-aecb li {
  display: inline-block;
  position: relative;
}
.basic_1a14 .carousel-clean-aecb li:last-child {
  margin-right: 0;
}
.basic_1a14 .carousel-clean-aecb 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;
}
.basic_1a14 .carousel-clean-aecb li.preview_abe3 > a {
  color: rgba(0, 0, 0, 0.9);
}
.basic_1a14 .carousel-clean-aecb > 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;
}
.basic_1a14 .carousel-clean-aecb > li > a i {
  line-height: 0;
}
.basic_1a14 .carousel-clean-aecb > li.fast-90c7 > a .link_b45b {
  margin-left: 4px;
  line-height: 0;
}
.basic_1a14 .carousel-clean-aecb .media-6b85 li.fast-90c7 > a {
  position: relative;
}
.basic_1a14 .carousel-clean-aecb .media-6b85 li.fast-90c7 > a:after,
.basic_1a14 .carousel-clean-aecb .media-6b85 li.fast-90c7 > a:before {
  content: "";
  display: table;
}
.basic_1a14 .carousel-clean-aecb .media-6b85 li.fast-90c7 > a:after {
  clear: both;
}
.basic_1a14 .carousel-clean-aecb .media-6b85 li.fast-90c7 > a .link_b45b {
  margin-left: 5px;
  float: right;
}
.basic_1a14 .article-a131,
.basic_1a14 .media-6b85 {
  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;
}
.basic_1a14 .media-6b85 {
  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;
}
.basic_1a14 .media-6b85 .medium-c1b7 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.basic_1a14 .media-6b85 .link_b45b {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.basic_1a14 .media-6b85 li {
  display: block;
  margin: 0;
  padding: 0;
}
.basic_1a14 .media-6b85 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;
}
.basic_1a14 .media-6b85 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.basic_1a14 .media-6b85 .media-6b85 {
  top: 0;
  left: 100%;
}
.basic_1a14 .aside_medium_e270.fn-focus-b97c > .article-a131,
.basic_1a14 .aside_medium_e270.fn-focus-b97c > .media-6b85,
.basic_1a14 .aside_medium_e270:focus > .article-a131,
.basic_1a14 .aside_medium_e270:focus > .media-6b85,
.basic_1a14 .aside_medium_e270:hover > .article-a131,
.basic_1a14 .aside_medium_e270:hover > .media-6b85 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.basic_1a14.clean-1ab1 .layout-b96c:after,
.basic_1a14.clean-1ab1 .layout-b96c:before {
  content: "";
  display: table;
}
.basic_1a14.clean-1ab1 .layout-b96c:after {
  clear: both;
}
.basic_1a14.clean-1ab1 .layout-b96c > li {
  float: left;
}
.basic_1a14.liquid-a511 .layout-b96c:after,
.basic_1a14.liquid-a511 .layout-b96c:before {
  content: "";
  display: table;
}
.basic_1a14.liquid-a511 .layout-b96c:after {
  clear: both;
}
.basic_1a14.liquid-a511 .layout-b96c > li {
  float: left;
}
.basic_1a14.liquid-a511 .layout-b96c > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.basic_1a14.liquid-a511 .layout-b96c > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.basic_1a14.liquid-a511 .layout-b96c > li.huge_36ee > a,
.basic_1a14.liquid-a511 .layout-b96c > li.preview_abe3 > a {
  color: #fff;
  background-color: #1e4b75;
}
.basic_1a14.texture_9858 .layout-b96c > li > a .medium-c1b7 {
  position: relative;
}
.basic_1a14.texture_9858 .layout-b96c > li > a .medium-c1b7: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;
}
.basic_1a14.texture_9858
  .layout-b96c
  > li:focus
  > a
  .medium-c1b7:before,
.basic_1a14.texture_9858
  .layout-b96c
  > li:hover
  > a
  .medium-c1b7:before {
  width: 100%;
  background-color: currentColor;
}
.basic_1a14.texture_9858
  .layout-b96c
  > li.huge_36ee
  > a
  .medium-c1b7:before,
.basic_1a14.texture_9858
  .layout-b96c
  > li.nav-90ab
  > a
  .medium-c1b7:before {
  width: 100%;
  background-color: currentColor;
}
.basic_1a14.background_up_2e70 .layout-b96c > li > a .medium-c1b7 {
  position: relative;
}
.basic_1a14.background_up_2e70 .layout-b96c > li > a .medium-c1b7: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;
}
.basic_1a14.background_up_2e70 .layout-b96c > li:focus > a .medium-c1b7:before,
.basic_1a14.background_up_2e70
  .layout-b96c
  > li:hover
  > a
  .medium-c1b7:before {
  width: 100%;
  background-color: currentColor;
}
.basic_1a14.background_up_2e70
  .layout-b96c
  > li.huge_36ee
  > a
  .medium-c1b7:before,
.basic_1a14.background_up_2e70
  .layout-b96c
  > li.nav-90ab
  > a
  .medium-c1b7:before {
  width: 100%;
  background-color: currentColor;
}
.west_b4d6 .carousel-clean-aecb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.west_b4d6 .carousel-clean-aecb li:first-child > a {
  border-top: none;
}
.west_b4d6 .carousel-clean-aecb .input_f47d > .medium-c1b7 .link_b45b {
  display: none;
}
.west_b4d6 .carousel-clean-aecb li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.west_b4d6 .carousel-clean-aecb li:last-child {
  border: none;
}
.west_b4d6 .carousel-clean-aecb li.fast-90c7 > a {
  padding-right: 45px !important;
}
.west_b4d6 .carousel-clean-aecb li a {
  display: block;
  padding: 0.55em 1.5em;
}
.west_b4d6 .carousel-clean-aecb li a:focus,
.west_b4d6 .carousel-clean-aecb li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.west_b4d6 .carousel-clean-aecb li .purple_3868 {
  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;
}
.west_b4d6 .carousel-clean-aecb li .purple_3868:hover {
  box-shadow: none;
}
.west_b4d6 .carousel-clean-aecb li .purple_3868 .link_b45b {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.west_b4d6 .carousel-clean-aecb .media-6b85 {
  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);
}
.west_b4d6 .carousel-clean-aecb .media-6b85 li a {
  padding-left: 3em;
}
.west_b4d6 .carousel-clean-aecb .cool-57d3 > a .purple_3868 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.west_b4d6 .carousel-clean-aecb .cool-57d3 > .media-6b85 {
  display: block;
  opacity: 1;
}
.sidebar-a69b {
  max-width: 100%;
}
.card-next-c918 {
  line-height: 0;
  cursor: pointer;
}
.form_d6ff {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.form_d6ff:hover {
  box-shadow: none;
  color: currentColor;
}
.form_d6ff svg {
  width: 18px;
  height: 18px;
}
.form_d6ff .texture-2739 {
  display: none;
}
.progress-4334 {
  position: relative;
}
.progress-4334.fn-active-b97c .form_d6ff .prev-fc65 {
  display: none;
}
.progress-4334.fn-active-b97c .form_d6ff .texture-2739 {
  display: inline-block;
}
.progress-4334 .active-812d {
  position: absolute;
  top: 100%;
  left: -0.9em;
  height: 0;
  overflow: hidden;
  display: block;
  margin-top: -1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.progress-4334.wrapper-5c0a .active-812d {
  left: auto;
  right: -0.9em;
}
.progress-4334.wrapper-5c0a .button-3ca7::before {
  left: auto;
  right: 15px;
}
.progress-4334.fn-active-b97c .active-812d {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.button-pressed-b78d {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.button-pressed-b78d label {
  flex-basis: 100%;
}
.button-pressed-b78d .picture_2f67 {
  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;
}
.button-pressed-b78d .box-gas-3d18 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.button-pressed-b78d .box-gas-3d18:focus {
  background-color: transparent;
}
.button-pressed-b78d button.shade_purple_ea1d {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.button-pressed-b78d button.shade_purple_ea1d:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.button-pressed-b78d button.shade_purple_ea1d svg {
  width: 18px;
  height: 18px;
}
.button-pressed-b78d input[type="submit"] {
  min-height: auto;
}
.hovered_2936 .button-pressed-b78d .box-gas-3d18 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.button-3ca7 {
  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) {
  .button-3ca7 {
    width: 220px;
  }
}
.button-3ca7 label {
  flex-basis: 100%;
}
.button-3ca7::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;
}
.tertiary-south-f87b .hovered_2936 .button-pressed-b78d {
  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;
}
.tertiary-south-f87b
  .hovered_2936
  .button-pressed-b78d
  .picture_2f67 {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.tertiary-south-f87b .hovered_2936 .button-pressed-b78d .box-gas-3d18 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.tertiary-south-f87b
  .hovered_2936
  .button-pressed-b78d
  .box-gas-3d18:focus {
  background: 0 0;
}
.tertiary-south-f87b
  .hovered_2936
  .button-pressed-b78d
  .hidden-narrow-71f9 {
  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;
}
.soft-4ee2 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.soft-4ee2 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.soft-4ee2 li:last-child {
  margin-right: 0;
}
.soft-4ee2 li:first-child {
  margin-left: 0;
}
.soft-4ee2.accent_cold_22d8 a {
  color: #fff;
}
.soft-4ee2.accent_cold_22d8 a:hover {
  color: #fff;
}
.soft-4ee2 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.soft-4ee2 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.soft-4ee2 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.soft-4ee2 a:hover {
  opacity: 0.9;
  color: inherit;
}
.soft-4ee2 [class*="social-icon-apple"] {
  background-color: #999;
}
.soft-4ee2 [class*="social-icon-apple"].border-f045 {
  background-color: transparent;
  color: #999;
}
.soft-4ee2 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.soft-4ee2 [class*="social-icon-behance"].border-f045 {
  background-color: transparent;
  color: #1769ff;
}
.soft-4ee2 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.soft-4ee2 [class*="social-icon-bitbucket"].border-f045 {
  background-color: transparent;
  color: #205081;
}
.soft-4ee2 [class*="social-icon-codepen"] {
  background-color: #000;
}
.soft-4ee2 [class*="social-icon-codepen"].border-f045 {
  background-color: transparent;
  color: #000;
}
.soft-4ee2 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.soft-4ee2 [class*="social-icon-delicious"].border-f045 {
  background-color: transparent;
  color: #39f;
}
.soft-4ee2 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.soft-4ee2 [class*="social-icon-digg"].border-f045 {
  background-color: transparent;
  color: #005be2;
}
.soft-4ee2 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.soft-4ee2 [class*="social-icon-dribbble"].border-f045 {
  background-color: transparent;
  color: #ea4c89;
}
.soft-4ee2 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.soft-4ee2 [class*="social-icon-envelope"].border-f045 {
  background-color: transparent;
  color: #ea4335;
}
.soft-4ee2 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.soft-4ee2 [class*="social-icon-facebook"].border-f045 {
  background-color: transparent;
  color: #3b5998;
}
.soft-4ee2 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.soft-4ee2 [class*="social-icon-flickr"].border-f045 {
  background-color: transparent;
  color: #0063dc;
}
.soft-4ee2 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.soft-4ee2 [class*="social-icon-foursquare"].border-f045 {
  background-color: transparent;
  color: #2d5be3;
}
.soft-4ee2 [class*="social-icon-github"] {
  background-color: #333;
}
.soft-4ee2 [class*="social-icon-github"].border-f045 {
  background-color: transparent;
  color: #333;
}
.soft-4ee2 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.soft-4ee2 [class*="social-icon-google-plus"].border-f045 {
  background-color: transparent;
  color: #dd4b39;
}
.soft-4ee2 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.soft-4ee2 [class*="social-icon-houzz"].border-f045 {
  background-color: transparent;
  color: #7ac142;
}
.soft-4ee2 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.soft-4ee2 [class*="social-icon-instagram"].border-f045 {
  background-color: transparent;
  color: #262626;
}
.soft-4ee2 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.soft-4ee2 [class*="social-icon-jsfiddle"].border-f045 {
  background-color: transparent;
  color: #487aa2;
}
.soft-4ee2 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.soft-4ee2 [class*="social-icon-linkedin"].border-f045 {
  background-color: transparent;
  color: #0077b5;
}
.soft-4ee2 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.soft-4ee2 [class*="social-icon-medium"].border-f045 {
  background-color: transparent;
  color: #00ab6b;
}
.soft-4ee2 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.soft-4ee2
  [class*="social-icon-odnoklassniki"].border-f045 {
  background-color: transparent;
  color: #f4731c;
}
.soft-4ee2 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.soft-4ee2 [class*="social-icon-meetup"].border-f045 {
  background-color: transparent;
  color: #ec1c40;
}
.soft-4ee2 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.soft-4ee2 [class*="social-icon-pinterest"].border-f045 {
  background-color: transparent;
  color: #bd081c;
}
.soft-4ee2 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.soft-4ee2 [class*="social-icon-product-hunt"].border-f045 {
  background-color: transparent;
  color: #da552f;
}
.soft-4ee2 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.soft-4ee2 [class*="social-icon-reddit"].border-f045 {
  background-color: transparent;
  color: #ff4500;
}
.soft-4ee2 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.soft-4ee2 [class*="social-icon-rss"].border-f045 {
  background-color: transparent;
  color: #f26522;
}
.soft-4ee2 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.soft-4ee2
  [class*="social-icon-shopping-cart"].border-f045 {
  background-color: transparent;
  color: #4caf50;
}
.soft-4ee2 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.soft-4ee2 [class*="social-icon-skype"].border-f045 {
  background-color: transparent;
  color: #00aff0;
}
.soft-4ee2 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.soft-4ee2 [class*="social-icon-slideshare"].border-f045 {
  background-color: transparent;
  color: #0077b5;
}
.soft-4ee2 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.soft-4ee2 [class*="social-icon-snapchat"].border-f045 {
  background-color: transparent;
  color: #fffc00;
}
.soft-4ee2 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.soft-4ee2 [class*="social-icon-soundcloud"].border-f045 {
  background-color: transparent;
  color: #f80;
}
.soft-4ee2 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.soft-4ee2 [class*="social-icon-spotify"].border-f045 {
  background-color: transparent;
  color: #2ebd59;
}
.soft-4ee2 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.soft-4ee2
  [class*="social-icon-stack-overflow"].border-f045 {
  background-color: transparent;
  color: #fe7a15;
}
.soft-4ee2 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.soft-4ee2 [class*="social-icon-maldkfgram"].border-f045 {
  background-color: transparent;
  color: #2ca5e0;
}
.soft-4ee2 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.soft-4ee2 [class*="social-icon-tripadvisor"].border-f045 {
  background-color: transparent;
  color: #589442;
}
.soft-4ee2 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.soft-4ee2 [class*="social-icon-tumblr"].border-f045 {
  background-color: transparent;
  color: #35465c;
}
.soft-4ee2 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.soft-4ee2 [class*="social-icon-twitch"].border-f045 {
  background-color: transparent;
  color: #6441a5;
}
.soft-4ee2 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.soft-4ee2 [class*="social-icon-twitter"].border-f045 {
  background-color: transparent;
  color: #1da1f2;
}
.soft-4ee2 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.soft-4ee2 [class*="social-icon-vimeo"].border-f045 {
  background-color: transparent;
  color: #1ab7ea;
}
.soft-4ee2 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.soft-4ee2 [class*="social-icon-vk"].border-f045 {
  background-color: transparent;
  color: #45668e;
}
.soft-4ee2 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.soft-4ee2 [class*="social-icon-weibo"].border-f045 {
  background-color: transparent;
  color: #df2029;
}
.soft-4ee2 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.soft-4ee2 [class*="social-icon-weixin"].border-f045 {
  background-color: transparent;
  color: #7bb32e;
}
.soft-4ee2 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.soft-4ee2 [class*="social-icon-whatsapp"].border-f045 {
  background-color: transparent;
  color: #25d366;
}
.soft-4ee2 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.soft-4ee2 [class*="social-icon-wordpress"].border-f045 {
  background-color: transparent;
  color: #21759b;
}
.soft-4ee2 [class*="social-icon-xing"] {
  background-color: #026466;
}
.soft-4ee2 [class*="social-icon-xing"].border-f045 {
  background-color: transparent;
  color: #026466;
}
.soft-4ee2 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.soft-4ee2 [class*="social-icon-yelp"].border-f045 {
  background-color: transparent;
  color: #af0606;
}
.soft-4ee2 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.soft-4ee2 [class*="social-icon-youtube"].border-f045 {
  background-color: transparent;
  color: #cd201f;
}
.tag-17dc {
  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;
}
.tag-17dc:hover {
  box-shadow: none;
  background: 0 0;
}
.icon-gas-6488 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.summary-copper-f87e {
  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;
}
.east_2e5c {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.breadcrumb_focused_a161 {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.breadcrumb_focused_a161,
.breadcrumb_focused_a161::after,
.breadcrumb_focused_a161::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;
}
.breadcrumb_focused_a161::after,
.breadcrumb_focused_a161::before {
  content: "";
  display: block;
  background-color: inherit;
}
.popup_12a9 .summary-copper-f87e .east_2e5c {
  margin-top: -2px;
  width: 19px;
}
.popup_12a9 .summary-copper-f87e .breadcrumb_focused_a161 {
  margin-top: -1px;
}
.popup_12a9 .summary-copper-f87e .breadcrumb_focused_a161,
.popup_12a9 .summary-copper-f87e .breadcrumb_focused_a161::after,
.popup_12a9 .summary-copper-f87e .breadcrumb_focused_a161::before {
  width: 19px;
  height: 2px;
}
.popup_12a9 .summary-copper-f87e .breadcrumb_focused_a161::before {
  top: -6px;
}
.popup_12a9 .summary-copper-f87e .breadcrumb_focused_a161::after {
  bottom: -6px;
}
.heading-24b8 .summary-copper-f87e .east_2e5c {
  margin-top: -2px;
  width: 22px;
}
.heading-24b8 .summary-copper-f87e .breadcrumb_focused_a161 {
  margin-top: -1px;
}
.heading-24b8 .summary-copper-f87e .breadcrumb_focused_a161,
.heading-24b8 .summary-copper-f87e .breadcrumb_focused_a161::after,
.heading-24b8 .summary-copper-f87e .breadcrumb_focused_a161::before {
  width: 22px;
  height: 2px;
}
.heading-24b8 .summary-copper-f87e .breadcrumb_focused_a161::before {
  top: -7px;
}
.heading-24b8 .summary-copper-f87e .breadcrumb_focused_a161::after {
  bottom: -7px;
}
.sidebar_00ab .summary-copper-f87e .east_2e5c {
  margin-top: -2px;
  width: 31px;
}
.sidebar_00ab .summary-copper-f87e .breadcrumb_focused_a161 {
  margin-top: -1.5px;
}
.sidebar_00ab .summary-copper-f87e .breadcrumb_focused_a161,
.sidebar_00ab .summary-copper-f87e .breadcrumb_focused_a161::after,
.sidebar_00ab .summary-copper-f87e .breadcrumb_focused_a161::before {
  width: 31px;
  height: 3px;
}
.sidebar_00ab .summary-copper-f87e .breadcrumb_focused_a161::before {
  top: -9px;
}
.sidebar_00ab .summary-copper-f87e .breadcrumb_focused_a161::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .overlay_4216 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 19px;
  }
  .overlay_4216 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1px;
  }
  .overlay_4216 .summary-copper-f87e .breadcrumb_focused_a161,
  .overlay_4216 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .overlay_4216 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 19px;
    height: 2px;
  }
  .overlay_4216 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -6px;
  }
  .overlay_4216 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -6px;
  }
  .section_56df .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 22px;
  }
  .section_56df .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1px;
  }
  .section_56df .summary-copper-f87e .breadcrumb_focused_a161,
  .section_56df .summary-copper-f87e .breadcrumb_focused_a161::after,
  .section_56df .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 22px;
    height: 2px;
  }
  .section_56df .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -7px;
  }
  .section_56df .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -7px;
  }
  .frame_8511 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 31px;
  }
  .frame_8511 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1.5px;
  }
  .frame_8511 .summary-copper-f87e .breadcrumb_focused_a161,
  .frame_8511 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .frame_8511 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 31px;
    height: 3px;
  }
  .frame_8511 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -9px;
  }
  .frame_8511 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .lite-c949 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 19px;
  }
  .lite-c949 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1px;
  }
  .lite-c949 .summary-copper-f87e .breadcrumb_focused_a161,
  .lite-c949 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .lite-c949 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 19px;
    height: 2px;
  }
  .lite-c949 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -6px;
  }
  .lite-c949 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -6px;
  }
  .first-a971 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 22px;
  }
  .first-a971 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1px;
  }
  .first-a971 .summary-copper-f87e .breadcrumb_focused_a161,
  .first-a971 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .first-a971 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 22px;
    height: 2px;
  }
  .first-a971 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -7px;
  }
  .first-a971 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -7px;
  }
  .chip-fast-1add .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 31px;
  }
  .chip-fast-1add .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1.5px;
  }
  .chip-fast-1add .summary-copper-f87e .breadcrumb_focused_a161,
  .chip-fast-1add .summary-copper-f87e .breadcrumb_focused_a161::after,
  .chip-fast-1add .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 31px;
    height: 3px;
  }
  .chip-fast-1add .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -9px;
  }
  .chip-fast-1add .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .component-2961 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 19px;
  }
  .component-2961 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1px;
  }
  .component-2961 .summary-copper-f87e .breadcrumb_focused_a161,
  .component-2961 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .component-2961 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 19px;
    height: 2px;
  }
  .component-2961 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -6px;
  }
  .component-2961 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -6px;
  }
  .list_slow_4000 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 22px;
  }
  .list_slow_4000 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1px;
  }
  .list_slow_4000 .summary-copper-f87e .breadcrumb_focused_a161,
  .list_slow_4000 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .list_slow_4000 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 22px;
    height: 2px;
  }
  .list_slow_4000 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -7px;
  }
  .list_slow_4000 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -7px;
  }
  .blue_d742 .summary-copper-f87e .east_2e5c {
    margin-top: -2px;
    width: 31px;
  }
  .blue_d742 .summary-copper-f87e .breadcrumb_focused_a161 {
    margin-top: -1.5px;
  }
  .blue_d742 .summary-copper-f87e .breadcrumb_focused_a161,
  .blue_d742 .summary-copper-f87e .breadcrumb_focused_a161::after,
  .blue_d742 .summary-copper-f87e .breadcrumb_focused_a161::before {
    width: 31px;
    height: 3px;
  }
  .blue_d742 .summary-copper-f87e .breadcrumb_focused_a161::before {
    top: -9px;
  }
  .blue_d742 .summary-copper-f87e .breadcrumb_focused_a161::after {
    bottom: -9px;
  }
}
.accent-steel-e83a .breadcrumb_focused_a161 {
  -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);
}
.accent-steel-e83a .breadcrumb_focused_a161::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.accent-steel-e83a .breadcrumb_focused_a161::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);
}
.accent-steel-e83a.west_539d .breadcrumb_focused_a161 {
  -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);
}
.accent-steel-e83a.west_539d .breadcrumb_focused_a161::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.accent-steel-e83a.west_539d .breadcrumb_focused_a161::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);
}
.status-yellow-5664 {
  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.surface_inner_9858:before {
  display: none;
}
.yellow-b07b {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.yellow-b07b .footer_98cb {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.yellow-b07b .footer_98cb:last-of-type {
  border-bottom: none;
}
.yellow-b07b .footer_98cb.bronze-4b44,
.yellow-b07b .footer_98cb.tooltip-yellow-14d7,
.yellow-b07b .footer_98cb.search-iron-f0ec {
  padding: 0;
}
.yellow-b07b .west_b4d6 .purple_3868 {
  color: currentColor;
}
.yellow-b07b .west_b4d6 .purple_3868:focus,
.yellow-b07b .west_b4d6 .purple_3868:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow-b07b.left-0ace .dropdown_clean_3220,
.yellow-b07b.left-0ace .middle-89dd a,
.yellow-b07b.left-0ace .layout-b96c a,
.yellow-b07b.left-0ace .media-6b85 a {
  color: rgba(0, 0, 0, 0.55);
}
.yellow-b07b.left-0ace .dropdown_clean_3220:hover,
.yellow-b07b.left-0ace .middle-89dd a:hover,
.yellow-b07b.left-0ace .layout-b96c a:hover,
.yellow-b07b.left-0ace .media-6b85 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.yellow-b07b.left-0ace .sort_action_f054 {
  color: rgba(0, 0, 0, 0.8);
}
.yellow-b07b.left-0ace .footer_98cb {
  border-color: rgba(0, 0, 0, 0.08);
}
.yellow-b07b.left-0ace .footer_98cb:before {
  background: rgba(0, 0, 0, 0.08);
}
.yellow-b07b.left-0ace .accordion-27eb:before {
  background: rgba(255, 255, 255, 0.9);
}
.yellow-b07b.left-0ace .west_b4d6 .carousel-clean-aecb li a,
.yellow-b07b.left-0ace .west_b4d6 .purple_3868,
.yellow-b07b.left-0ace .media-6b85 {
  border-color: rgba(0, 0, 0, 0.08);
}
.yellow-b07b.left-0ace .west_b4d6 .purple_3868:focus,
.yellow-b07b.left-0ace .west_b4d6 .purple_3868:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow-b07b.left-0ace .carousel-clean-aecb li {
  border-color: rgba(0, 0, 0, 0.08);
}
.yellow-b07b.fresh-0fb8 .dropdown_clean_3220,
.yellow-b07b.fresh-0fb8 .middle-89dd a,
.yellow-b07b.fresh-0fb8 .layout-b96c .purple_3868,
.yellow-b07b.fresh-0fb8 .layout-b96c a,
.yellow-b07b.fresh-0fb8 .media-6b85 a {
  color: rgba(255, 255, 255, 0.79);
}
.yellow-b07b.fresh-0fb8 .dropdown_clean_3220:hover,
.yellow-b07b.fresh-0fb8 .middle-89dd a:hover,
.yellow-b07b.fresh-0fb8 .layout-b96c .purple_3868:hover,
.yellow-b07b.fresh-0fb8 .layout-b96c a:hover,
.yellow-b07b.fresh-0fb8 .media-6b85 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.yellow-b07b.fresh-0fb8 .sort_action_f054 {
  color: rgba(255, 255, 255, 0.99);
}
.yellow-b07b.fresh-0fb8 .footer_98cb {
  border-color: rgba(255, 255, 255, 0.08);
}
.yellow-b07b.fresh-0fb8 .footer_98cb:before {
  background: rgba(255, 255, 255, 0.08);
}
.yellow-b07b.fresh-0fb8 .accordion-27eb:before {
  background: rgba(0, 0, 0, 0.9);
}
.yellow-b07b.fresh-0fb8 .west_b4d6 .carousel-clean-aecb li a,
.yellow-b07b.fresh-0fb8 .west_b4d6 .purple_3868,
.yellow-b07b.fresh-0fb8 .media-6b85 {
  border-color: rgba(255, 255, 255, 0.08);
}
.yellow-b07b.fresh-0fb8 .west_b4d6 .purple_3868:focus,
.yellow-b07b.fresh-0fb8 .west_b4d6 .purple_3868:hover {
  background: rgba(0, 0, 0, 0.01);
}
.yellow-b07b.fresh-0fb8 .carousel-clean-aecb li {
  border-color: rgba(255, 255, 255, 0.08);
}
.accordion-27eb {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.accordion-27eb:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.label-cool-056b {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.tag_4714 .yellow-b07b {
  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;
}
.tag_4714 .footer_98cb {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.tag_4714 .footer_98cb: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) {
  .tag_4714 .footer_98cb:before {
    width: 16%;
    left: 42%;
  }
}
.tag_4714 .footer_98cb:last-child:before {
  content: none;
}
.tag_4714 .footer_98cb[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.tag_4714 .west_b4d6 .carousel-clean-aecb li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.tag_4714 .west_b4d6 .carousel-clean-aecb li a .purple_3868 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.tag_4714 .west_b4d6 .media-6b85 {
  border: none;
}
.tag_4714 .west_b4d6 .media-6b85 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.tag_4714 .accordion-27eb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tag_4714 .label-cool-056b {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.tag_4714 .fresh-0fb8 .accordion-27eb:before {
  background: rgba(0, 0, 0, 0.9);
}
.tag_4714 .left-0ace.lower_6c35 .breadcrumb_focused_a161 {
  background: rgba(0, 0, 0, 0.6);
}
.tag_4714
  .left-0ace.lower_6c35
  .breadcrumb_focused_a161::after,
.tag_4714
  .left-0ace.lower_6c35
  .breadcrumb_focused_a161:before {
  background: inherit;
}
.tag_4714
  .left-0ace.lower_6c35:hover
  .breadcrumb_focused_a161 {
  background: rgba(0, 0, 0, 0.8);
}
.red-52f5 .yellow-b07b {
  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) {
  .red-52f5 .yellow-b07b {
    width: auto;
    right: 45px;
  }
}
.hovered_f37e .yellow-b07b {
  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) {
  .hovered_f37e .yellow-b07b {
    width: auto;
    left: 45px;
  }
}
.surface_inner_9858 .yellow-b07b {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.surface_inner_9858 .label-cool-056b {
  max-width: 48em;
  margin: 0 auto;
}
.surface_inner_9858 .accordion-27eb:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.short-6ba4 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.short-6ba4.tag_4714 .yellow-b07b {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.short-6ba4.red-52f5 .yellow-b07b {
  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);
}
.short-6ba4 .yellow-b07b {
  visibility: visible;
}
.short-6ba4.hovered_f37e .yellow-b07b {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.summary_7628,
.paragraph_560c {
  overflow-x: hidden;
}
.summary_7628 .yellow-b07b {
  overflow: auto;
}
.summary_7628.tag_4714 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.summary_7628.tag_4714 .yellow-b07b {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.summary_7628.tag_4714 .tag-17dc {
  opacity: 0;
}
.summary_7628.red-52f5 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.summary_7628.red-52f5 .yellow-b07b {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.summary_7628.red-52f5 .tag-17dc {
  opacity: 0;
}
.summary_7628.hovered_f37e {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.summary_7628.hovered_f37e .yellow-b07b {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.summary_7628.hovered_f37e .tag-17dc {
  opacity: 0;
}
.summary_7628.surface_inner_9858 .yellow-b07b {
  z-index: 10;
  visibility: visible;
}
.lower_6c35 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.lower_6c35 .breadcrumb_focused_a161 {
  background: rgba(255, 255, 255, 0.99);
}
.lower_6c35 .breadcrumb_focused_a161::after,
.lower_6c35 .breadcrumb_focused_a161:before {
  background: inherit;
}
.lower_6c35:hover .breadcrumb_focused_a161 {
  background: rgba(255, 255, 255, 0.99);
}
.hovered_f37e .lower_6c35 {
  top: 10px;
  right: auto;
  left: 12px;
}
.surface_inner_9858 .lower_6c35 {
  display: none !important;
}
.summary_7628:before,
.paragraph_560c:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.summary_7628 .lower_6c35,
.paragraph_560c .lower_6c35 {
  display: inline-block;
}
.yellow-b07b .progress-center-61c7 {
  -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;
}
.summary_7628 .yellow-b07b .progress-center-61c7,
.paragraph_560c .yellow-b07b .progress-center-61c7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.white-d107 .picture_2f67 {
  width: 100%;
}
.mask-1099 {
  padding: 0 0.5em 0;
}
.mask-1099 [class*="customify-col-"],
.mask-1099 [class*="customify-col_"],
.mask-1099 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.highlight_lite_41f8 .mask-1099 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .preview_basic_aeff .summary-lower-68a7,
  .summary-lower-68a7 {
    display: none;
  }
  .label_copper_ce22 {
    text-align: left;
  }
  .chip-bbea {
    text-align: center;
  }
  .pressed-83be {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .preview_basic_aeff .main-large-b19b,
  .main-large-b19b {
    display: none;
  }
  .sidebar-4df1 {
    text-align: left;
  }
  .pro_20af {
    text-align: center;
  }
  .orange-a8ce {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .preview_basic_aeff .breadcrumb-63c6,
  .breadcrumb-63c6 {
    display: none;
  }
  .selected-dbac {
    text-align: left;
  }
  .heading-lite-1a69 {
    text-align: center;
  }
  .wide_0f37 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.upper-d3b0 {
  box-shadow: none !important;
}
.badge_5229 .widget-thick-c7e6,
.paragraph-0908 .widget-thick-c7e6 {
  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;
}
.paragraph-0908 .widget-thick-c7e6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-d769 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.section-d769:after,
.section-d769:before {
  content: "";
  display: table;
}
.section-d769:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .section-d769 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.section-d769,
.shade_f06f {
  max-width: 1248px;
  margin: 0 auto;
}

.outer_48a8.popup-068e .section-d769 {
  max-width: 100%;
}
.outer_48a8.avatar_static_7ca3 {
  max-width: 1200px;
  margin: 0 auto;
}
.outer_48a8.motion-a7cc .section-d769 {
  max-width: 100%;
}
.outer_48a8.motion-a7cc > .section-d769 {
  padding-left: 0;
  padding-right: 0;
}
.outer_48a8.motion-a7cc > .section-d769 .preview_basic_aeff {
  margin: 0;
}
.outer_48a8.motion-a7cc
  > .section-d769
  .mini-5f99.gallery-7855 {
  margin-right: 0;
  margin-left: 0;
}
.outer_48a8.motion-a7cc #main.gallery-7855 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .out_4d15 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .out_4d15 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .basic_30af .tertiary-last-e0c1 {
    padding-right: 1em;
  }
  .basic_30af.tooltip-b4d1 .mini-5f99 {
    border-right: 1px solid #eaecee;
  }
  .basic_30af.tooltip-b4d1 .tertiary-last-e0c1 {
    padding-right: 1em;
  }
  .basic_30af.tooltip-b4d1 .primary_upper_25a8 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tall_2e09 .tertiary-last-e0c1 {
    padding-left: 1em;
  }
  .tall_2e09.tooltip-b4d1 .mini-5f99 {
    border-left: 1px solid #eaecee;
  }
  .tall_2e09.tooltip-b4d1 .tertiary-last-e0c1 {
    padding-left: 1em;
  }
  .tall_2e09.tooltip-b4d1 .primary_upper_25a8 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .notice-top-6abf .tertiary-last-e0c1 {
    padding-left: 1em;
  }
  .notice-top-6abf.tooltip-b4d1 .avatar_2495 {
    border-right: 1px solid #eaecee;
  }
  .notice-top-6abf.tooltip-b4d1 .selected_901a {
    border-right: 1px solid #eaecee;
  }
  .notice-top-6abf.tooltip-b4d1 .tertiary-last-e0c1 {
    padding-left: 1em;
  }
  .notice-top-6abf.tooltip-b4d1 .primary_upper_25a8 {
    padding-right: 1em;
  }
  .notice-top-6abf.tooltip-b4d1 .active_d253 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .card_4d08 .tertiary-last-e0c1 {
    padding-right: 1em;
  }
  .card_4d08.tooltip-b4d1 .avatar_2495 {
    border-left: 1px solid #eaecee;
  }
  .card_4d08.tooltip-b4d1 .selected_901a {
    border-left: 1px solid #eaecee;
  }
  .card_4d08.tooltip-b4d1 .tertiary-last-e0c1 {
    padding-right: 1em;
  }
  .card_4d08.tooltip-b4d1 .primary_upper_25a8 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .card_4d08.tooltip-b4d1 .active_d253 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .out_4d15 .tertiary-last-e0c1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .out_4d15.tooltip-b4d1 .mini-5f99 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .out_4d15.tooltip-b4d1 .tertiary-last-e0c1 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .out_4d15.tooltip-b4d1 .primary_upper_25a8 {
    padding-left: 1em;
  }
  .out_4d15.tooltip-b4d1 .active_d253 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .out_4d15.tooltip-b4d1 .tertiary-last-e0c1 {
    padding-left: 0;
  }
}
.shade-soft-0048 .progress-61e4 {
  display: inline-block;
}
.content-5011 {
  display: inline-block;
}
.text_e4c9 {
  word-con: break-word;
}
.inner_853a > span {
  display: inline-block;
  padding: 5px 0;
}
.inner_853a .layout_bronze_3bc4 {
  margin-left: 8px;
  margin-right: 8px;
}
.inner_853a .badge_9b19 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.gold-2ebd .east-ecfa {
  margin-bottom: 2em;
}
.gold-2ebd .west_34ca {
  margin-bottom: 15px;
}
.gold-2ebd .west_34ca:last-child {
  margin-bottom: 0;
}
.gold-2ebd .heading_small_416e {
  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) {
  .gold-2ebd .heading_small_416e {
    display: block;
  }
}
.gold-2ebd .input-motion-0ed5 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .gold-2ebd .input-motion-0ed5 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.gold-2ebd .current_6ecd {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.gold-2ebd .current_6ecd img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.gold-2ebd .current_6ecd a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.gold-2ebd .text_e4c9 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.gold-2ebd .text_e4c9 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.gold-2ebd .section_white_7eff p:last-child {
  margin-bottom: 0;
}
.gold-2ebd .tall_e98b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.gold-2ebd .narrow_9949 {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.gold-2ebd .shade-middle-fafb {
  margin-top: 1em;
}
.gold-2ebd .upper-f472 {
  top: 0;
  display: block;
}
.gold-2ebd .upper-f472 a {
  color: inherit;
}
.gold-2ebd .upper-f472 a:hover {
  color: inherit;
}
.gold-2ebd .wrapper_0287 {
  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;
}
.gold-2ebd .wrapper_0287:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.gold-2ebd .narrow_9949 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.gold-2ebd .down-43cb {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.gold-2ebd .down-43cb:first-child {
  margin-top: 0;
}
.gold-2ebd .down-43cb.filter-dark-2e7e {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gold-2ebd .down-43cb.static_ce06 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.gold-2ebd
  .down-43cb.static_ce06.selected_2b4c
  .shade-middle-fafb {
  width: 100%;
}
.gold-2ebd .static_ce06 {
  -webkit-box-align: center;
  align-items: center;
}
.gold-2ebd .static_ce06 .inner_853a,
.gold-2ebd .static_ce06 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.gold-2ebd .current_6ecd {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gold-2ebd .current_6ecd img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gold-2ebd .current_6ecd: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;
}
.gold-2ebd .filter-dark-2e7e {
  z-index: 5;
}
.gold-2ebd .hard-b0c0 .content_small_8a02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.gold-2ebd .main_tall_8e25 .content_small_8a02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.gold-2ebd .green_b931 .content_small_8a02 {
  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;
}
.gold-2ebd.disabled-pressed-4f79 .heading_small_416e,
.gold-2ebd.column-center-7a99 .heading_small_416e {
  display: block;
}
.gold-2ebd.disabled-pressed-4f79 .heading_small_416e .highlight_cool_e08d,
.gold-2ebd.disabled-pressed-4f79 .heading_small_416e .narrow_9949,
.gold-2ebd.column-center-7a99 .heading_small_416e .highlight_cool_e08d,
.gold-2ebd.column-center-7a99 .heading_small_416e .narrow_9949 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.gold-2ebd.shadow_fec2 .input-motion-0ed5 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .gold-2ebd.shadow_fec2 .input-motion-0ed5 {
    margin-right: 0;
  }
}
.gold-2ebd.disabled-pressed-4f79 .input-motion-0ed5,
.gold-2ebd.column-center-7a99 .input-motion-0ed5 {
  padding-top: 40%;
}
.gold-2ebd.disabled-pressed-4f79 .east-ecfa,
.gold-2ebd.column-center-7a99 .east-ecfa {
  display: block;
}
.gold-2ebd.disabled-pressed-4f79 .fn-sticky-b97c .narrow_9949,
.gold-2ebd.column-center-7a99 .fn-sticky-b97c .narrow_9949 {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.gold-2ebd.disabled-pressed-4f79 .input-motion-0ed5,
.gold-2ebd.column-center-7a99 .input-motion-0ed5 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.gold-2ebd.disabled-pressed-4f79 .narrow_9949 {
  padding: 1em;
}
.gold_95dc {
  margin: 30px auto;
  display: block;
}
.gold_95dc .cold-71bc > * {
  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;
}
.gold_95dc .cold-71bc > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.gold_95dc .cold-71bc span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.south-5c9c .inner_853a {
  margin-bottom: 1.41575em;
}
.south-5c9c .up_d95c {
  margin-bottom: 1.618em;
}
.input_south_f467 .status-pink-95c7 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.input_south_f467 .status-pink-95c7 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.input_south_f467 .active_ebdb {
  max-width: 100%;
  overflow: auto;
}
.video-17f7 .input_south_f467 a:hover {
  text-decoration: underline;
}
.prev_ef34 .west_34ca:not(.text_e4c9),
.prev_ef34 .current_6ecd {
  margin-bottom: 1.41575em;
}
.prev_ef34 .west_34ca:not(.text_e4c9):last-child,
.prev_ef34 .current_6ecd:last-child {
  margin-bottom: 0;
}
.prev_ef34 .west_34ca.input-pro-4753 {
  margin-bottom: 0.41575em;
}
.prev_ef34 .wrapper-paper-4c2a:before,
.prev_ef34 .tag_fc0a:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.prev_ef34 .wrapper-paper-4c2a:before {
  content: "\f115";
}
.prev_ef34 .tag_fc0a:before {
  content: "\f02c";
}
.prev_ef34 .widget_fe0f {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.prev_ef34 .widget_fe0f a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.primary-ebb3 {
  display: -webkit-box;
  display: flex;
}
.primary-ebb3 .short-cbc7 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .primary-ebb3 .short-cbc7 {
    flex-basis: 90px;
  }
}
.primary-ebb3 .dark_facf {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .primary-ebb3 .dark_facf {
    flex-basis: calc(100% - 50px);
  }
}
.primary-ebb3 .menu-25de p:last-child {
  margin-bottom: 0.72em;
}
.content-full-9448 .cold-71bc {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.content-full-9448 .cold-71bc:after,
.content-full-9448 .cold-71bc:before {
  content: "";
  display: table;
}
.content-full-9448 .cold-71bc:after {
  clear: both;
}
.content-full-9448 .cold-71bc .block_ed59,
.content-full-9448 .cold-71bc .content-motion-ad2c {
  width: 49%;
}
.content-full-9448 .cold-71bc .block_ed59 a span.heading-d7d7,
.content-full-9448 .cold-71bc .content-motion-ad2c a span.heading-d7d7 {
  display: block;
  margin-bottom: 5px;
}
.content-full-9448 .cold-71bc .content-motion-ad2c {
  float: left;
  text-align: left;
}
.content-full-9448 .cold-71bc .block_ed59 {
  float: right;
  text-align: right;
}
.hero-white-7e77 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .hero-white-7e77 {
    margin-bottom: 0;
  }
}
.paragraph_green_b85b {
  margin-bottom: 1em;
}
.paragraph_green_b85b .text_e4c9 {
  font-size: 1.1em;
  line-height: 1.3;
}
.thumbnail_hard_fa83 a {
  display: block;
  line-height: 0;
  position: relative;
}
.widget_5e26 .paragraph_green_b85b,
.component_4e1f .paragraph_green_b85b {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .widget_5e26 .paragraph_green_b85b,
  .component_4e1f .paragraph_green_b85b {
    display: block;
  }
}
.widget_5e26 .thumbnail_hard_fa83,
.component_4e1f .thumbnail_hard_fa83 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .widget_5e26 .thumbnail_hard_fa83,
  .component_4e1f .thumbnail_hard_fa83 {
    margin-bottom: 1em;
  }
}
.widget_5e26 .thumbnail_hard_fa83 img,
.component_4e1f .thumbnail_hard_fa83 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.widget_5e26 .pro-3545,
.component_4e1f .pro-3545 {
  flex-basis: calc(100% - 160px);
}
.widget_5e26 .pro-3545 p,
.component_4e1f .pro-3545 p {
  margin-bottom: 0;
}
.widget_5e26 .pro-3545 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .widget_5e26 .pro-3545 {
    padding-left: 0;
  }
}
.component_4e1f .pro-3545 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .component_4e1f .pro-3545 {
    padding-right: 0;
  }
}
.component_4e1f .thumbnail_hard_fa83 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.bottom-56bd .thumbnail_hard_fa83 {
  margin-bottom: 0.5em;
}
.bottom-56bd .thumbnail_hard_fa83 img {
  width: 100%;
}
.preview-middle-45cf .hot-8d24,
.warm-04ed .hot-8d24 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.warm-04ed .mini-5f99 .search-9dc6 p:last-child {
  margin-bottom: 0;
}
.column_6b40 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.paragraph-blue-7723 .list_stale_9128 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .paragraph-blue-7723 .list_stale_9128:last-of-type {
    margin-bottom: 0;
  }
}
.paragraph-blue-7723 .list_stale_9128 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.paragraph-blue-7723 .list_stale_9128 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.paragraph-blue-7723 .list_stale_9128 ul li {
  margin: 0 0 0.6em;
}
.paragraph-blue-7723 .list_stale_9128 ul li.gas-2e4d,
.paragraph-blue-7723 .list_stale_9128 ul li.chip-tiny-17a3 {
  position: relative;
}
.paragraph-blue-7723 .list_stale_9128 ul li.gas-2e4d .hover-active-e582,
.paragraph-blue-7723 .list_stale_9128 ul li.chip-tiny-17a3 .hover-active-e582 {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.paragraph-blue-7723 .list_stale_9128 ul li.gas-2e4d:after:after,
.paragraph-blue-7723 .list_stale_9128 ul li.gas-2e4d:after:before,
.paragraph-blue-7723
  .list_stale_9128
  ul
  li.chip-tiny-17a3:after:after,
.paragraph-blue-7723
  .list_stale_9128
  ul
  li.chip-tiny-17a3:after:before {
  content: "";
  display: table;
}
.paragraph-blue-7723 .list_stale_9128 ul li.gas-2e4d:after:after,
.paragraph-blue-7723
  .list_stale_9128
  ul
  li.chip-tiny-17a3:after:after {
  clear: both;
}
.paragraph-blue-7723 .list_stale_9128 a.media_brown_1b96:hover {
  text-decoration: none;
}
.paragraph-blue-7723 .list_stale_9128 select {
  max-width: 100%;
}
.paragraph-blue-7723 .list_stale_9128 table {
  font-size: 85%;
}
.paragraph-blue-7723 .list_stale_9128 table td,
.paragraph-blue-7723 .list_stale_9128 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.paragraph-blue-7723 .list_stale_9128 table tfoot td {
  text-align: left;
}
.paragraph-blue-7723 .list_stale_9128 :last-child {
  margin-bottom: 0;
}
.paragraph-blue-7723 .list_stale_9128 .image-thick-9325 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.paragraph-blue-7723 .list_stale_9128 .image-thick-9325 label {
  width: 100%;
}
.paragraph-blue-7723 .list_stale_9128 .image-thick-9325 .box-gas-3d18 {
  width: 100%;
  display: block;
}
.paragraph-blue-7723 .list_stale_9128 .image-thick-9325 .shade_purple_ea1d {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.paragraph-blue-7723 .list_stale_9128 .image-thick-9325 .shade_purple_ea1d:hover svg #svg-search {
  fill: #444;
}
.paragraph-blue-7723 .list_stale_9128 .image-thick-9325 .shade_purple_ea1d svg {
  width: 18px;
  height: 18px;
}
.paragraph-blue-7723 .shade-1a0f ul ul,
.paragraph-blue-7723 .hard-d976 ul ul,
.paragraph-blue-7723 .notice_be98 ul ul,
.paragraph-blue-7723 .form_6cab ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.paragraph-blue-7723 .shade-1a0f .fast-90c7 > a,
.paragraph-blue-7723 .hard-d976 .fast-90c7 > a,
.paragraph-blue-7723 .notice_be98 .fast-90c7 > a,
.paragraph-blue-7723 .form_6cab .fast-90c7 > a {
  margin-bottom: 0;
}
.paragraph-blue-7723 .carousel-fast-754d li,
.paragraph-blue-7723 .shade-1a0f li,
.paragraph-blue-7723 .carousel-d69b li,
.paragraph-blue-7723 .hard-d976 li,
.paragraph-blue-7723 .notice_be98 li,
.paragraph-blue-7723 .form_6cab li,
.paragraph-blue-7723 .active-current-ee90 li,
.paragraph-blue-7723 .summary_5a15 li {
  display: block;
  position: relative;
}
.paragraph-blue-7723 .carousel-fast-754d li:last-child,
.paragraph-blue-7723 .shade-1a0f li:last-child,
.paragraph-blue-7723 .carousel-d69b li:last-child,
.paragraph-blue-7723 .hard-d976 li:last-child,
.paragraph-blue-7723 .notice_be98 li:last-child,
.paragraph-blue-7723 .form_6cab li:last-child,
.paragraph-blue-7723 .active-current-ee90 li:last-child,
.paragraph-blue-7723 .summary_5a15 li:last-child {
  border: none;
}
.paragraph-blue-7723 .carousel-fast-754d li a,
.paragraph-blue-7723 .shade-1a0f li a,
.paragraph-blue-7723 .carousel-d69b li a,
.paragraph-blue-7723 .hard-d976 li a,
.paragraph-blue-7723 .notice_be98 li a,
.paragraph-blue-7723 .form_6cab li a,
.paragraph-blue-7723 .active-current-ee90 li a,
.paragraph-blue-7723 .summary_5a15 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.paragraph-blue-7723 .carousel-fast-754d li ul li::before,
.paragraph-blue-7723 .shade-1a0f li ul li::before,
.paragraph-blue-7723 .carousel-d69b li ul li::before,
.paragraph-blue-7723 .hard-d976 li ul li::before,
.paragraph-blue-7723 .notice_be98 li ul li::before,
.paragraph-blue-7723 .form_6cab li ul li::before,
.paragraph-blue-7723 .active-current-ee90 li ul li::before,
.paragraph-blue-7723 .summary_5a15 li ul li::before {
  left: 15px;
}
.paragraph-blue-7723 .carousel-fast-754d li ul a,
.paragraph-blue-7723 .shade-1a0f li ul a,
.paragraph-blue-7723 .carousel-d69b li ul a,
.paragraph-blue-7723 .hard-d976 li ul a,
.paragraph-blue-7723 .notice_be98 li ul a,
.paragraph-blue-7723 .form_6cab li ul a,
.paragraph-blue-7723 .active-current-ee90 li ul a,
.paragraph-blue-7723 .summary_5a15 li ul a {
  padding-left: 20px;
}
.paragraph-blue-7723 .carousel-fast-754d li ul ul li::before,
.paragraph-blue-7723 .shade-1a0f li ul ul li::before,
.paragraph-blue-7723 .carousel-d69b li ul ul li::before,
.paragraph-blue-7723 .hard-d976 li ul ul li::before,
.paragraph-blue-7723 .notice_be98 li ul ul li::before,
.paragraph-blue-7723 .form_6cab li ul ul li::before,
.paragraph-blue-7723 .active-current-ee90 li ul ul li::before,
.paragraph-blue-7723 .summary_5a15 li ul ul li::before {
  left: 30px;
}
.paragraph-blue-7723 .carousel-fast-754d li ul ul a,
.paragraph-blue-7723 .shade-1a0f li ul ul a,
.paragraph-blue-7723 .carousel-d69b li ul ul a,
.paragraph-blue-7723 .hard-d976 li ul ul a,
.paragraph-blue-7723 .notice_be98 li ul ul a,
.paragraph-blue-7723 .form_6cab li ul ul a,
.paragraph-blue-7723 .active-current-ee90 li ul ul a,
.paragraph-blue-7723 .summary_5a15 li ul ul a {
  padding-left: 40px;
}
.paragraph-blue-7723 .description-456e li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.paragraph-blue-7723 .summary_5a15 ul li {
  margin-bottom: 1.41575em;
}
.paragraph-blue-7723 .summary_5a15 ul li .shadow_first_54b9 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.paragraph-blue-7723 .summary_5a15 ul li .title_3b9a {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.fresh-0fb8 .carousel-fast-754d li a,
.fresh-0fb8 .shade-1a0f li a,
.fresh-0fb8 .carousel-d69b li a,
.fresh-0fb8 .hard-d976 li a,
.fresh-0fb8 .notice_be98 li a,
.fresh-0fb8 .form_6cab li a,
.fresh-0fb8 .active-current-ee90 li a,
.fresh-0fb8 .summary_5a15 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.fresh-0fb8 .description-456e li {
  border-color: rgba(255, 255, 255, 0.08);
}
.fresh-0fb8 .list_stale_9128 ul li.gas-2e4d .hover-active-e582,
.fresh-0fb8 .list_stale_9128 ul li.chip-tiny-17a3 .hover-active-e582 {
  background: rgba(0, 0, 0, 0.2);
}
.fresh-0fb8 .paragraph-blue-7723 .list_stale_9128 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li {
  margin: 0;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li ul {
  margin: 0;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li ul li a {
  padding-left: 15px;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li ul li li a {
  padding-left: 30px;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li.preview_abe3 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li.preview_abe3 > 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;
}
.outer_48a8 .paragraph-blue-7723 .carousel-clean-aecb li.preview_abe3 > 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;
}
.current_9599 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.nav_36b3 {
  position: relative;
  z-index: 10;
}
.nav_36b3 .progress-center-61c7 {
  width: 100%;
  max-width: 100%;
}
.detail-5172 .caption_60f0 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.detail-5172 .left-0ace {
}
.detail-5172 .fresh-0fb8 {
  background: #292929;
}
.secondary_hot_4561 .caption_60f0 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.secondary_hot_4561 .left-0ace {
  background: #f9f9f9;
}
.secondary_hot_4561 .fresh-0fb8 {
  background: #303030;
}
.stale-c284 .caption_60f0 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .stale-c284 .progress-61e4 {
    margin-bottom: 1em;
  }
  .stale-c284 .progress-61e4:last-child {
    margin-bottom: 0;
  }
}
.stale-c284 .left-0ace {
  background: #ededed;
}
.stale-c284 .fresh-0fb8 {
  background: #1a1a1a;
}
.caption_60f0.left-0ace {
  color: rgba(0, 0, 0, 0.6);
}
.caption_60f0.left-0ace .secondary-77b4 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.caption_60f0.fresh-0fb8 {
  color: rgba(255, 255, 255, 0.99);
}
.caption_60f0.fresh-0fb8 a:not(.media_brown_1b96) {
  color: rgba(255, 255, 255, 0.79);
}
.caption_60f0.fresh-0fb8 a:not(.media_brown_1b96):hover {
  color: rgba(255, 255, 255, 0.99);
}
.caption_60f0.fresh-0fb8 .secondary-77b4 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.caption_60f0.fresh-0fb8 table tbody td,
.caption_60f0.fresh-0fb8 table th {
  background: rgba(0, 0, 0, 0.08);
}
.gradient_light_290c.accent-red-eb2c .section-d769 {
  max-width: initial;
}
.gradient_light_290c .breadcrumb_right_39d1 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.gradient_light_290c .breadcrumb_right_39d1 .progress-center-61c7 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .gradient_light_290c .breadcrumb_right_39d1 .progress-center-61c7 {
    display: block;
    margin-bottom: 2em;
  }
  .gradient_light_290c .breadcrumb_right_39d1 .progress-center-61c7:last-child {
    margin-bottom: 0;
  }
}
.stale-c284 .progress-61e4:last-child,
.secondary_hot_4561 .progress-61e4:last-child,
.detail-5172 .progress-61e4:last-child {
  margin-bottom: 0;
}
.stale-c284 .progress-61e4 .paragraph-blue-7723 .list_stale_9128:last-child,
.secondary_hot_4561 .progress-61e4 .paragraph-blue-7723 .list_stale_9128:last-child,
.detail-5172 .progress-61e4 .paragraph-blue-7723 .list_stale_9128:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .stale-c284 .mask-left-3190,
  .stale-c284 .small_fb8a,
  .secondary_hot_4561 .mask-left-3190,
  .secondary_hot_4561 .small_fb8a,
  .detail-5172 .mask-left-3190,
  .detail-5172 .small_fb8a {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .nav_36b3 .progress-61e4 {
    margin-bottom: 2em;
  }
}
.nav_36b3 p:last-child {
  margin-bottom: 0;
}
.nav_36b3 li,
.nav_36b3 ul {
  list-style: none;
  margin: 0;
}
.nav_36b3 ul ul {
  margin-left: 2.617924em;
}
.wrapper_4854 {
  font-size: 0.875em;
}

/* css-noise: 92dd */
.promo-block-v2 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.3;
}
