/*!
Theme Name: Customify
Theme URI: https://pressmaximum.modal-b53a/customify
Author: WPCustomify
Author URI: https://pressmaximum.modal-b53a
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.modal-b53a/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.focus_52cb.pro_7b6c/licenses/gpl-2.0.narrow-bd1b
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.backdrop-hard-8880/, (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.surface_narrow_bc3b.breadcrumb-glass-d1c8/normalize.clean-d1ea/
 ======
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.clean-d1ea v7.0.0 | MIT License | github.modal-b53a/necolas/normalize.clean-d1ea */
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;
}
.text_e344 .bronze-143b,
.section-dynamic-18e3,
.hard_9081,
.item_green_2d89,
.hovered_e63c,
.silver_4e70,
.footer_2d63,
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;
}
.section-dynamic-18e3,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .section-dynamic-18e3,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .section-dynamic-18e3,
  h1 {
    font-size: 1.8em;
  }
}
.hard_9081,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.hard_9081 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .hard_9081,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .hard_9081,
  h2 {
    font-size: 1.7em;
  }
}
.item_green_2d89,
h3 {
  font-size: 1.618em;
}
.text_e344 .bronze-143b,
.hovered_e63c,
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.shadow_fluid_22e8 {
  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;
}
.top_911e:after,
.top_911e:before,
.panel_outer_257e:after,
.panel_outer_257e:before {
  content: "";
  display: table;
}
.top_911e:after,
.panel_outer_257e:after {
  clear: both;
}
.old-434d {
  float: right;
  margin-right: 0;
}
.disabled-f170 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.brown-e045 .gradient_1b97,
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;
}
.brown-e045 .gradient_1b97: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;
}
.focus-884c .gradient_1b97 {
  box-shadow: none;
}
.focus-884c
  .gradient_1b97
  .chip-gas-ce3c {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.focus-884c .gradient_1b97 .summary-526e {
  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;
}
.focus-884c
  .gradient_1b97
  .summary-526e
  b {
  display: none;
}
.focus-884c .active_950f {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(.table-out-e2f6),
button:not(.tag_action_7b3b):not(.table-out-e2f6),
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ) {
  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;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):hover,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):hover,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):hover,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):hover,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):active,
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):active,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):active,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):active,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):active,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus {
  outline: 0;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43 {
  position: relative;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .center_cdca,
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .card_a8b2,
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .badge_hovered_a9d0,
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  i,
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  svg,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .center_cdca,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .card_a8b2,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .badge_hovered_a9d0,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  i,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  svg,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .center_cdca,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .card_a8b2,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .badge_hovered_a9d0,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  i,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  svg,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .center_cdca,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .card_a8b2,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .badge_hovered_a9d0,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  i,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  svg,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .center_cdca,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .card_a8b2,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  .badge_hovered_a9d0,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  i,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43
  svg {
  visibility: hidden;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43:after,
button:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43:after,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43:after,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43:after,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ).fn-loading-1b43: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;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(.table-out-e2f6),
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ) {
  color: #fff;
  background: #235787;
}
.carousel_in_56eb:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
input[type="button"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
input[type="reset"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus,
input[type="submit"]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ):focus {
  color: #fff;
}
.carousel_in_56eb.fn-disabled-1b43:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
.carousel_in_56eb[disabled]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
button.fn-disabled-1b43:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ),
button[disabled]:not(.tag_action_7b3b):not(
    .table-out-e2f6
  ) {
  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;
}
.out_0571 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.out_0571: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;
}
.link-779d {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.label_dim_2a41 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.header-84b7 {
  clear: both;
  display: block;
  margin: 0 auto;
}
.top_911e:after,
.top_911e:before,
.chip_static_2a22:after,
.chip_static_2a22:before,
.paragraph-pink-675b:after,
.paragraph-pink-675b:before,
.row_f314:after,
.row_f314:before,
.description-first-09a4:after,
.description-first-09a4:before,
.modal_0dcc:after,
.modal_0dcc:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.top_911e:after,
.chip_static_2a22:after,
.paragraph-pink-675b:after,
.row_f314:after,
.description-first-09a4:after,
.modal_0dcc:after {
  clear: both;
}
.chip_static_2a22 .highlight-basic-1a5f,
.paragraph-pink-675b .highlight-basic-1a5f,
.out-ed30 .highlight-basic-1a5f {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.filter-medium-c61b {
  display: inline-block;
}
.middle_f2a9 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.middle_f2a9 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.middle_f2a9 .rough_3490 {
  padding: 1em 0;
  font-size: 85%;
}
.rough_3490 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.inner-6c6f {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.inner-6c6f:after,
.inner-6c6f:before {
  content: "";
  display: table;
}
.inner-6c6f:after {
  clear: both;
}
.liquid-0174 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.row-south-8972 .liquid-0174 {
  max-width: 50%;
}
.detail-large-2b43 .liquid-0174 {
  max-width: 33.33%;
}
.selected-0fdf .liquid-0174 {
  max-width: 25%;
}
.under-f994 .liquid-0174 {
  max-width: 20%;
}
.accordion_cool_cd5c .liquid-0174 {
  max-width: 16.66%;
}
.card_narrow_15ce .liquid-0174 {
  max-width: 14.28%;
}
.tiny-dd5d .liquid-0174 {
  max-width: 12.5%;
}
.backdrop-action-4cc1 .liquid-0174 {
  max-width: 11.11%;
}
.hero-e3fc {
  display: block;
}
.text_e344 .accordion_wood_ae55 label,
.text_e344 .notice-65c5 label,
.text_e344 .iron-730a label,
.text_e344 .selected_9db1 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.filter-4787 {
  list-style: none;
  margin: 0;
}
.filter-4787 article.breadcrumb_fc32 {
  margin-bottom: 0;
}
.filter-4787 ul {
  list-style: none;
  margin: 0;
}
.filter-4787 .old-5d8d li.breadcrumb_fc32 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .filter-4787 .old-5d8d li.breadcrumb_fc32 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .filter-4787 .old-5d8d li.breadcrumb_fc32: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) {
  .filter-4787 .old-5d8d li.breadcrumb_fc32 li.breadcrumb_fc32 li.breadcrumb_fc32 li.breadcrumb_fc32 {
    padding-left: 0;
  }
}
article.breadcrumb_fc32 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.breadcrumb_fc32 .chip_static_2a22 p:last-of-type {
  margin-bottom: 0;
}
article.breadcrumb_fc32 .banner_steel_6d4e {
  float: left;
}
article.breadcrumb_fc32 .next_851f {
  margin-left: 85px;
}
article.breadcrumb_fc32 .dirty_05ef {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.breadcrumb_fc32 .dirty_05ef .tooltip_liquid_a085 {
  margin-left: 10px;
}
article.breadcrumb_fc32 .form_current_cdaf {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.breadcrumb_fc32 .table_07fd {
  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 .accordion_wood_ae55,
  #respond .iron-730a,
  #respond .selected_9db1 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .accordion_wood_ae55 input,
#respond .iron-730a input,
#respond .selected_9db1 input {
  width: 100%;
}
#respond .selected_9db1 {
  margin-right: 0;
}
#respond .pro_691f #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.menu_glass_370a {
  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;
}
.menu_glass_370a.outer-7baf {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.menu_glass_370a 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%);
}
.menu_glass_370a:focus,
.menu_glass_370a: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);
}
.content_8933 {
  border-radius: 10%;
}
.menu_fb27 {
  border-radius: 50%;
}
.in-d9a1 {
  font-size: 0.72em;
}
.slider_red_f0cd {
  font-size: 0.875em;
}
.chip-4b33 {
  font-size: 1.1em;
}
.status_c3fe {
  text-transform: uppercase;
  line-height: 1.2;
}
.status_c3fe.in-d9a1 {
  letter-spacing: 0.5px;
}
.video-in-519c,
.video-in-519c a {
  color: #6d6d6d;
}
.video-in-519c a:hover {
  color: #111;
}
.container-cd13 {
  color: #6d6d6d;
}
.text_next_4280 {
  overflow-x: hidden;
}
.text_next_4280 .thick_b320.alert-gold-d3aa {
  position: relative;
}
.text_next_4280 .thick_b320.alert-gold-d3aa.accent_outer_5b14 {
  position: initial;
}
.text_next_4280
  .thick_b320.alert-gold-d3aa.accent_outer_5b14
  .hard-7b61 {
  left: auto;
}
.text_next_4280 .thick_b320 .hard-7b61 {
  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;
}
.text_next_4280 .thick_b320:hover.alert-gold-d3aa {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.text_next_4280
  .thick_b320:hover.alert-gold-d3aa
  .hard-7b61 {
  display: block;
  z-index: 9999999;
}
.text_next_4280 .search-copper-4909 .red-9d30,
.text_next_4280 .block_aea4 .red-9d30 {
  display: none;
}
.text_next_4280 .primary_bottom_5b1a .thick_b320:hover.alert-gold-d3aa {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.text_e344 .accordion_wood_ae55 label,
.text_e344 .notice-65c5 label,
.text_e344 .iron-730a label,
.text_e344 .selected_9db1 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.filter-4787 {
  list-style: none;
  margin: 0;
}
.filter-4787 article.breadcrumb_fc32 {
  margin-bottom: 0;
}
.filter-4787 ul {
  list-style: none;
  margin: 0;
}
.filter-4787 .old-5d8d li.breadcrumb_fc32 {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .filter-4787 .old-5d8d li.breadcrumb_fc32 {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .filter-4787 .old-5d8d li.breadcrumb_fc32: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) {
  .filter-4787 .old-5d8d li.breadcrumb_fc32 li.breadcrumb_fc32 li.breadcrumb_fc32 li.breadcrumb_fc32 {
    padding-left: 0;
  }
}
article.breadcrumb_fc32 {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.breadcrumb_fc32 .chip_static_2a22 p:last-of-type {
  margin-bottom: 0;
}
article.breadcrumb_fc32 .banner_steel_6d4e {
  float: left;
}
article.breadcrumb_fc32 .next_851f {
  margin-left: 85px;
}
article.breadcrumb_fc32 .dirty_05ef {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.breadcrumb_fc32 .dirty_05ef .tooltip_liquid_a085 {
  margin-left: 10px;
}
article.breadcrumb_fc32 .form_current_cdaf {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.breadcrumb_fc32 .table_07fd {
  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 .accordion_wood_ae55,
  #respond .iron-730a,
  #respond .selected_9db1 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .accordion_wood_ae55 input,
#respond .iron-730a input,
#respond .selected_9db1 input {
  width: 100%;
}
#respond .selected_9db1 {
  margin-right: 0;
}
#respond .pro_691f #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.search-copper-4909 .advanced-738d {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.advanced-738d .nav_9ff3.avatar_c2f8 .border-2f83 > li > a:focus,
.advanced-738d .nav_9ff3.avatar_c2f8 .border-2f83 > li > a:hover,
.advanced-738d .nav_9ff3.text-action-e107 .border-2f83 > li > a:focus,
.advanced-738d .nav_9ff3.text-action-e107 .border-2f83 > li > a:hover,
.advanced-738d .nav_9ff3.menu-south-4541 .border-2f83 > li > a:focus,
.advanced-738d .nav_9ff3.menu-south-4541 .border-2f83 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.advanced-738d
  .nav_9ff3.avatar_c2f8
  .border-2f83
  > li.info-ba4f
  > a,
.advanced-738d
  .nav_9ff3.avatar_c2f8
  .border-2f83
  > li.huge-5da0
  > a,
.advanced-738d
  .nav_9ff3.text-action-e107
  .border-2f83
  > li.info-ba4f
  > a,
.advanced-738d
  .nav_9ff3.text-action-e107
  .border-2f83
  > li.huge-5da0
  > a,
.advanced-738d
  .nav_9ff3.menu-south-4541
  .border-2f83
  > li.info-ba4f
  > a,
.advanced-738d .nav_9ff3.menu-south-4541 .border-2f83 > li.notification-2c5c > a {
  color: rgba(255, 255, 255, 0.99);
}
.advanced-738d .over-f630,
.advanced-738d .over-f630 a {
  color: rgba(255, 255, 255, 0.99);
}
.advanced-738d .black-55aa.notification-east-3108 li a,
.advanced-738d .module_f569 a,
.advanced-738d .menu-focused-5b1e,
.advanced-738d .border-2f83 > li > a,
.advanced-738d .accent-light-3e07 {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d .black-55aa.notification-east-3108 li a:hover,
.advanced-738d .module_f569 a:hover,
.advanced-738d .menu-focused-5b1e:hover,
.advanced-738d .border-2f83 > li > a:hover,
.advanced-738d .accent-light-3e07:hover {
  color: rgba(255, 255, 255, 0.99);
}
.advanced-738d .link_5326 {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d .link_5326 .info_right_0611 {
  color: rgba(255, 255, 255, 0.99);
}
.advanced-738d .link_5326:hover {
  color: rgba(255, 255, 255, 0.99);
}
.advanced-738d .tag_a87a .red_8f2a {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d .tag_a87a .red_8f2a .smooth-51a6 {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d
  .tag_a87a
  .red_8f2a
  .smooth-51a6::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d
  .tag_a87a
  .red_8f2a
  .smooth-51a6:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d
  .tag_a87a
  .red_8f2a
  .smooth-51a6::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d
  .tag_a87a
  .red_8f2a
  .smooth-51a6::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d .tag_a87a .blue_4bf3 {
  color: rgba(255, 255, 255, 0.79);
}
.advanced-738d .tag_a87a .blue_4bf3:hover {
  color: rgba(255, 255, 255, 0.99);
}
.tall-946a
  .advanced-738d
  .tag_a87a
  .container-5448
  .gallery-purple-6dc6 {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.tall-946a
  .advanced-738d
  .tag_a87a
  .container-5448
  .smooth-51a6 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.search-copper-4909 .section_8fc4 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.section_8fc4 .nav_9ff3.avatar_c2f8 .border-2f83 > li > a:focus,
.section_8fc4 .nav_9ff3.avatar_c2f8 .border-2f83 > li > a:hover,
.section_8fc4 .nav_9ff3.text-action-e107 .border-2f83 > li > a:focus,
.section_8fc4 .nav_9ff3.text-action-e107 .border-2f83 > li > a:hover,
.section_8fc4 .nav_9ff3.menu-south-4541 .border-2f83 > li > a:focus,
.section_8fc4 .nav_9ff3.menu-south-4541 .border-2f83 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.section_8fc4
  .nav_9ff3.avatar_c2f8
  .border-2f83
  > li.info-ba4f
  > a,
.section_8fc4
  .nav_9ff3.avatar_c2f8
  .border-2f83
  > li.huge-5da0
  > a,
.section_8fc4
  .nav_9ff3.text-action-e107
  .border-2f83
  > li.info-ba4f
  > a,
.section_8fc4
  .nav_9ff3.text-action-e107
  .border-2f83
  > li.huge-5da0
  > a,
.section_8fc4
  .nav_9ff3.menu-south-4541
  .border-2f83
  > li.info-ba4f
  > a,
.section_8fc4 .nav_9ff3.menu-south-4541 .border-2f83 > li.notification-2c5c > a {
  color: rgba(0, 0, 0, 0.8);
}
.section_8fc4 .over-f630,
.section_8fc4 .over-f630 a {
  color: rgba(0, 0, 0, 0.8);
}
.section_8fc4 .black-55aa.notification-east-3108 li a,
.section_8fc4 .module_f569 a,
.section_8fc4 .menu-focused-5b1e,
.section_8fc4 .border-2f83 > li > a,
.section_8fc4 .accent-light-3e07 {
  color: rgba(0, 0, 0, 0.55);
}
.section_8fc4 .black-55aa.notification-east-3108 li a:hover,
.section_8fc4 .module_f569 a:hover,
.section_8fc4 .menu-focused-5b1e:hover,
.section_8fc4 .border-2f83 > li > a:hover,
.section_8fc4 .accent-light-3e07:hover {
  color: rgba(0, 0, 0, 0.8);
}
.section_8fc4 .link_5326 {
  color: rgba(0, 0, 0, 0.55);
}
.section_8fc4 .link_5326 .info_right_0611 {
  color: rgba(0, 0, 0, 0.8);
}
.section_8fc4 .link_5326:hover {
  color: rgba(0, 0, 0, 0.8);
}
.modal-5c2d .warm-9671 {
  margin-left: auto;
  margin-right: auto;
}
.paragraph-pink-675b > * {
  margin-left: auto;
  margin-right: auto;
}
.paragraph-pink-675b .link-779d {
  margin-right: 1.41575em;
}
.sidebar_inner_ac73 .paragraph-pink-675b > .outer_d9ea {
  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;
}
.sidebar_inner_ac73 .paragraph-pink-675b > .card-thick-0972 {
  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;
}
.out_8c66.modal-5c2d .warm-9671,
.box-75b4.modal-5c2d .warm-9671 {
  margin-left: 0;
}
.button_b971.modal-5c2d .warm-9671,
.feature_3dea.modal-5c2d .warm-9671 {
  margin-right: 0;
}
.paragraph-pink-675b ol,
.paragraph-pink-675b ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.item-slow-5933 video {
  max-width: 100%;
}
.icon-6b28 img {
  display: block;
}
.icon-6b28.link-779d,
.icon-6b28.label_dim_2a41 {
  width: 100%;
}
.icon-6b28.card-thick-0972 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.row-747c:not(.image_4ea7) {
  margin: 1.5em auto;
}
.footer_3001 p {
  padding: 1.5em 14px;
}
ul.aside-89a6.card-thick-0972,
ul.aside-89a6.outer_d9ea,
ul.aside-89a6.preview-rough-6166.outer_d9ea {
  padding: 0 14px;
}
.liquid-7955 {
  display: block;
  overflow-x: auto;
}
.liquid-7955 table {
  border-collapse: collapse;
  width: 100%;
}
.liquid-7955 td,
.liquid-7955 th {
  padding: 0.5em;
}
.paragraph-pink-675b li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.paragraph-pink-675b ol ol,
.paragraph-pink-675b ol ul,
.paragraph-pink-675b ul ol,
.paragraph-pink-675b ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.paragraph-pink-675b ol ol li,
.paragraph-pink-675b ol ul li,
.paragraph-pink-675b ul ol li,
.paragraph-pink-675b ul ul li {
  margin-left: 0;
}
.narrow-f695.tiny-3277 > .pattern-fluid-8264 {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.narrow-f695.tiny-3277 > .pattern-fluid-8264 iframe,
.narrow-f695.tiny-3277 > .pattern-fluid-8264 > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.widget-c203 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.widget-c203.outline-basic-0a3d {
  padding: 0;
}
.widget-c203.outline-basic-0a3d cite {
  font-size: 13px;
}
.widget-c203 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.widget-c203 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.bronze-db72 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.bronze-db72 > p:first-child {
  margin-top: 0;
}
.bronze-db72 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.bronze-db72 blockquote {
  border-left: 0;
}
.alert_bc16 {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.alert_bc16:not(.top_6fc2) {
  max-width: 100px;
}
.alert_bc16.popup-efad {
  border-bottom: none !important;
  text-align: center;
}
.alert_bc16.popup-efad::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .footer_3001 p {
    padding: 1.5em 0;
  }
}
.badge-yellow-c3b2 {
  color: #0073aa;
}
.pagination_f1aa {
  background-color: #0073aa;
}
.disabled_red_4bea {
  color: #229fd8;
}
.panel_cool_f8e7 {
  background-color: #229fd8;
}
.west-7e0a {
  color: #eee;
}
.panel_6249 {
  background-color: #eee;
}
.overlay_17a7 {
  color: #444;
}
.first_b16b {
  background-color: #444;
}
.input_b92c {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.input_b92c .silver-edf2 .module_f569 {
  font-size: 15px;
}
.input_b92c .module_f569 {
  line-height: 1.3;
}
.input_b92c .section_8fc4 {
}
.input_b92c .advanced-738d {
  background: #235787;
}
.lite-482d {
  padding: 0;
}
.lite-482d .advanced-738d {
  background: #1a1a1a;
}
.lite-482d .section_8fc4 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.simple_a473 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.simple_a473 .section_8fc4 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.simple_a473 .advanced-738d {
  background: #303030;
}
.modal_0dcc {
  position: relative;
  z-index: 10;
}
.modal_0dcc .status_b103 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.paragraph_fluid_2792 .alert-gold-d3aa {
  display: inline-block;
  vertical-align: middle;
}
.paragraph_fluid_2792.right_d90f .alert-gold-d3aa {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .paragraph_fluid_2792.right_d90f .alert-gold-d3aa {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .paragraph_fluid_2792.right_d90f .alert-gold-d3aa {
    margin-right: 0.4em;
  }
}
.paragraph_fluid_2792.right_d90f .alert-gold-d3aa:last-child {
  margin-right: 0;
}
.new_de7e .status_b103 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .search-copper-4909 .silver-edf2 {
    margin: 0 -0.5em;
  }
  .search-copper-4909 .silver-edf2 [class*="customify-col-"],
  .search-copper-4909 .silver-edf2 [class*="customify-col_"],
  .search-copper-4909 .silver-edf2 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.search-copper-4909.breadcrumb_3a9c .status_b103 {
  background: 0 0 !important;
}
.search-copper-4909.breadcrumb_3a9c .status_b103,
.search-copper-4909.new_de7e .status_b103 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .search-copper-4909.red-2cf6 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.search-copper-4909.new_de7e .status_b103 {
  box-shadow: none !important;
}
.simple_2d8d {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .simple_2d8d {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .simple_2d8d {
    padding: 18px 0 20px;
  }
}
.simple_2d8d .frame_2931 {
  width: 100%;
}
.simple_2d8d .form-cold-da06 {
  margin-bottom: 0;
}
.simple_2d8d .up-a752 {
  margin-top: 5px;
  font-size: 0.875em;
}
.aside_simple_3914 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.aside_simple_3914 .new-9ef0 {
  width: 100%;
}
.list_c603 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.list_c603 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.list_c603 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;
}
.list_c603 li:last-child:after {
  display: none;
}
.list_c603 li a {
  font-weight: 500;
  margin-right: 10px;
}
.nav_80a7 .red-9d30 button,
.simple_2d8d .red-9d30 button {
  left: 0;
}
.nav_80a7 .new-9ef0,
.simple_2d8d .new-9ef0 {
  padding-left: 0;
  padding-right: 0;
}
.nav_80a7 .aside_simple_3914,
.simple_2d8d .aside_simple_3914 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.nav_80a7 {
  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;
}
.nav_80a7: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;
}
.nav_80a7 .text-clean-126a {
  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) {
  .nav_80a7 .text-clean-126a {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .nav_80a7 .text-clean-126a {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .nav_80a7 .text-clean-126a {
    min-height: 200px;
  }
}
.nav_80a7 .list_c603 {
  color: rgba(255, 255, 255, 0.8);
}
.nav_80a7 .list_c603 a,
.nav_80a7 .list_c603 li:after {
  color: inherit;
}
.nav_80a7 .list_c603 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.feature_stale_bd0e {
  margin-bottom: 0.5em;
}
.column_clean_6bd0 {
  margin-bottom: 1.2em;
}
.column_clean_6bd0,
.feature_stale_bd0e {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.column_clean_6bd0 p:last-child,
.feature_stale_bd0e p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .red-9d30,
#masthead .red-9d30 {
  display: none;
}
#masthead
  > .red-9d30.focus_thick_f459 {
  display: none;
}
#masthead > .red-9d30 button {
  left: 0;
}
.hidden-f0ea {
  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%;
}
.hidden-f0ea .alert-gold-d3aa {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.hidden-f0ea .video_liquid_33b6 {
  display: -webkit-box;
  display: flex;
}
.hidden-f0ea .video_liquid_33b6.banner-bottom-a84a {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.hidden-f0ea .video_liquid_33b6.large_4a9a {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hidden-f0ea .video_liquid_33b6.iron-a73d {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.hidden-f0ea.active_5f80.pro-12fb .video_liquid_33b6.banner-bottom-a84a {
  flex-basis: 100%;
}
.hidden-f0ea.message-58ee .video_liquid_33b6.large_4a9a {
  -webkit-box-flex: 1;
  flex: auto;
}
.hidden-f0ea.message-58ee .video_liquid_33b6.iron-a73d {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .red-9d30.focus_thick_f459 {
  display: none;
}
#masthead > .red-9d30 button {
  left: 0;
}
.banner-paper-7d9a {
  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;
}
.banner-paper-7d9a:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.banner-paper-7d9a.focus-e59f i {
  margin-right: 4px;
}
.banner-paper-7d9a.shadow-f766 i {
  margin-left: 5px;
}
.module_f569 p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.module_f569 p:last-child {
  margin-bottom: 0;
}
.feature-0d94 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.feature-0d94 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.feature-0d94 img {
  display: block;
  width: auto;
  line-height: 1;
}
.feature-0d94 .over-f630 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.feature-0d94 .logo-lower-7070 {
  margin: 5px 0 7px 0;
}
.feature-0d94.text-left-f018 .filter-pro-f78d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.feature-0d94.text-left-f018 .tabs-fresh-0aa5 {
  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;
}
.feature-0d94.item_49aa {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.feature-0d94.item_49aa .filter-pro-f78d {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.feature-0d94.item_49aa .tabs-fresh-0aa5 {
  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;
}
.feature-0d94.icon-down-446b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.feature-0d94.badge-fresh-b3a3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.feature-0d94.badge-fresh-b3a3 .tabs-fresh-0aa5 {
  margin-top: 7px;
}
.label_dirty_c15d {
  display: inline-block;
}
.modal_0dcc .block-dirty-a278 .feature-0d94 img {
  max-width: 100%;
}
.nav_9ff3 .image-plasma-4d8a.hidden_946d,
.sort_24e4 .image-plasma-4d8a.hidden_946d {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.nav_9ff3 .short_0b47,
.sort_24e4 .short_0b47 {
  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%);
}
.nav_9ff3 .short_0b47 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.nav_9ff3.pattern-59a8 .short_0b47 {
  display: none;
}
.nav_9ff3 .backdrop_6b45 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav_9ff3 .backdrop_6b45 li {
  display: inline-block;
  position: relative;
}
.nav_9ff3 .backdrop_6b45 li:last-child {
  margin-right: 0;
}
.nav_9ff3 .backdrop_6b45 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;
}
.nav_9ff3 .backdrop_6b45 li.notification-2c5c > a {
  color: rgba(0, 0, 0, 0.9);
}
.nav_9ff3 .backdrop_6b45 > 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;
}
.nav_9ff3 .backdrop_6b45 > li > a i {
  line-height: 0;
}
.nav_9ff3 .backdrop_6b45 > li.info_30e2 > a .short_0b47 {
  margin-left: 4px;
  line-height: 0;
}
.nav_9ff3 .backdrop_6b45 .hard_9a81 li.info_30e2 > a {
  position: relative;
}
.nav_9ff3 .backdrop_6b45 .hard_9a81 li.info_30e2 > a:after,
.nav_9ff3 .backdrop_6b45 .hard_9a81 li.info_30e2 > a:before {
  content: "";
  display: table;
}
.nav_9ff3 .backdrop_6b45 .hard_9a81 li.info_30e2 > a:after {
  clear: both;
}
.nav_9ff3 .backdrop_6b45 .hard_9a81 li.info_30e2 > a .short_0b47 {
  margin-left: 5px;
  float: right;
}
.nav_9ff3 .warm_6640,
.nav_9ff3 .hard_9a81 {
  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;
}
.nav_9ff3 .hard_9a81 {
  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;
}
.nav_9ff3 .hard_9a81 .hidden_946d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.nav_9ff3 .hard_9a81 .short_0b47 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.nav_9ff3 .hard_9a81 li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav_9ff3 .hard_9a81 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;
}
.nav_9ff3 .hard_9a81 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.nav_9ff3 .hard_9a81 .hard_9a81 {
  top: 0;
  left: 100%;
}
.nav_9ff3 .disabled-0ed5.fn-focus-1b43 > .warm_6640,
.nav_9ff3 .disabled-0ed5.fn-focus-1b43 > .hard_9a81,
.nav_9ff3 .disabled-0ed5:focus > .warm_6640,
.nav_9ff3 .disabled-0ed5:focus > .hard_9a81,
.nav_9ff3 .disabled-0ed5:hover > .warm_6640,
.nav_9ff3 .disabled-0ed5:hover > .hard_9a81 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.nav_9ff3.menu-south-4541 .border-2f83:after,
.nav_9ff3.menu-south-4541 .border-2f83:before {
  content: "";
  display: table;
}
.nav_9ff3.menu-south-4541 .border-2f83:after {
  clear: both;
}
.nav_9ff3.menu-south-4541 .border-2f83 > li {
  float: left;
}
.nav_9ff3.outline-b46c .border-2f83:after,
.nav_9ff3.outline-b46c .border-2f83:before {
  content: "";
  display: table;
}
.nav_9ff3.outline-b46c .border-2f83:after {
  clear: both;
}
.nav_9ff3.outline-b46c .border-2f83 > li {
  float: left;
}
.nav_9ff3.outline-b46c .border-2f83 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.nav_9ff3.outline-b46c .border-2f83 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.nav_9ff3.outline-b46c .border-2f83 > li.info-ba4f > a,
.nav_9ff3.outline-b46c .border-2f83 > li.notification-2c5c > a {
  color: #fff;
  background-color: #1e4b75;
}
.nav_9ff3.avatar_c2f8 .border-2f83 > li > a .hidden_946d {
  position: relative;
}
.nav_9ff3.avatar_c2f8 .border-2f83 > li > a .hidden_946d: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;
}
.nav_9ff3.avatar_c2f8
  .border-2f83
  > li:focus
  > a
  .hidden_946d:before,
.nav_9ff3.avatar_c2f8
  .border-2f83
  > li:hover
  > a
  .hidden_946d:before {
  width: 100%;
  background-color: currentColor;
}
.nav_9ff3.avatar_c2f8
  .border-2f83
  > li.info-ba4f
  > a
  .hidden_946d:before,
.nav_9ff3.avatar_c2f8
  .border-2f83
  > li.huge-5da0
  > a
  .hidden_946d:before {
  width: 100%;
  background-color: currentColor;
}
.nav_9ff3.text-action-e107 .border-2f83 > li > a .hidden_946d {
  position: relative;
}
.nav_9ff3.text-action-e107 .border-2f83 > li > a .hidden_946d: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;
}
.nav_9ff3.text-action-e107 .border-2f83 > li:focus > a .hidden_946d:before,
.nav_9ff3.text-action-e107
  .border-2f83
  > li:hover
  > a
  .hidden_946d:before {
  width: 100%;
  background-color: currentColor;
}
.nav_9ff3.text-action-e107
  .border-2f83
  > li.info-ba4f
  > a
  .hidden_946d:before,
.nav_9ff3.text-action-e107
  .border-2f83
  > li.huge-5da0
  > a
  .hidden_946d:before {
  width: 100%;
  background-color: currentColor;
}
.sort_24e4 .backdrop_6b45 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sort_24e4 .backdrop_6b45 li:first-child > a {
  border-top: none;
}
.sort_24e4 .backdrop_6b45 .simple-fd1d > .hidden_946d .short_0b47 {
  display: none;
}
.sort_24e4 .backdrop_6b45 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.sort_24e4 .backdrop_6b45 li:last-child {
  border: none;
}
.sort_24e4 .backdrop_6b45 li.info_30e2 > a {
  padding-right: 45px !important;
}
.sort_24e4 .backdrop_6b45 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.sort_24e4 .backdrop_6b45 li a:focus,
.sort_24e4 .backdrop_6b45 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.sort_24e4 .backdrop_6b45 li .title_1bdf {
  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;
}
.sort_24e4 .backdrop_6b45 li .title_1bdf:hover {
  box-shadow: none;
}
.sort_24e4 .backdrop_6b45 li .title_1bdf .short_0b47 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.sort_24e4 .backdrop_6b45 .hard_9a81 {
  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);
}
.sort_24e4 .backdrop_6b45 .hard_9a81 li a {
  padding-left: 3em;
}
.sort_24e4 .backdrop_6b45 .search-paper-ac9c > a .title_1bdf i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sort_24e4 .backdrop_6b45 .search-paper-ac9c > .hard_9a81 {
  display: block;
  opacity: 1;
}
.notification_selected_230c {
  max-width: 100%;
}
.next_a980 {
  line-height: 0;
  cursor: pointer;
}
.accent-light-3e07 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.accent-light-3e07:hover {
  box-shadow: none;
  color: currentColor;
}
.accent-light-3e07 svg {
  width: 18px;
  height: 18px;
}
.accent-light-3e07 .rough_c704 {
  display: none;
}
.bottom_1644 {
  position: relative;
}
.bottom_1644.fn-active-1b43 .accent-light-3e07 .cool-9fda {
  display: none;
}
.bottom_1644.fn-active-1b43 .accent-light-3e07 .rough_c704 {
  display: inline-block;
}
.bottom_1644 .lite_ab37 {
  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);
}
.bottom_1644.tooltip_first_8bac .lite_ab37 {
  left: auto;
  right: -0.9em;
}
.bottom_1644.tooltip_first_8bac .label-ab61::before {
  left: auto;
  right: 15px;
}
.bottom_1644.fn-active-1b43 .lite_ab37 {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.container-5448 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.container-5448 label {
  flex-basis: 100%;
}
.container-5448 .red_8f2a {
  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;
}
.container-5448 .smooth-51a6 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.container-5448 .smooth-51a6:focus {
  background-color: transparent;
}
.container-5448 button.blue_4bf3 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.container-5448 button.blue_4bf3:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.container-5448 button.blue_4bf3 svg {
  width: 18px;
  height: 18px;
}
.container-5448 input[type="submit"] {
  min-height: auto;
}
.tag_a87a .container-5448 .smooth-51a6 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.label-ab61 {
  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) {
  .label-ab61 {
    width: 220px;
  }
}
.label-ab61 label {
  flex-basis: 100%;
}
.label-ab61::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;
}
.tall-946a .tag_a87a .container-5448 {
  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;
}
.tall-946a
  .tag_a87a
  .container-5448
  .red_8f2a {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.tall-946a .tag_a87a .container-5448 .smooth-51a6 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.tall-946a
  .tag_a87a
  .container-5448
  .smooth-51a6:focus {
  background: 0 0;
}
.tall-946a
  .tag_a87a
  .container-5448
  .gallery-purple-6dc6 {
  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;
}
.black-55aa {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.black-55aa li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.black-55aa li:last-child {
  margin-right: 0;
}
.black-55aa li:first-child {
  margin-left: 0;
}
.black-55aa.brown_a55e a {
  color: #fff;
}
.black-55aa.brown_a55e a:hover {
  color: #fff;
}
.black-55aa a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.black-55aa a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.black-55aa a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.black-55aa a:hover {
  opacity: 0.9;
  color: inherit;
}
.black-55aa [class*="social-icon-apple"] {
  background-color: #999;
}
.black-55aa [class*="social-icon-apple"].picture-354a {
  background-color: transparent;
  color: #999;
}
.black-55aa [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.black-55aa [class*="social-icon-behance"].picture-354a {
  background-color: transparent;
  color: #1769ff;
}
.black-55aa [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.black-55aa [class*="social-icon-bitbucket"].picture-354a {
  background-color: transparent;
  color: #205081;
}
.black-55aa [class*="social-icon-codepen"] {
  background-color: #000;
}
.black-55aa [class*="social-icon-codepen"].picture-354a {
  background-color: transparent;
  color: #000;
}
.black-55aa [class*="social-icon-delicious"] {
  background-color: #39f;
}
.black-55aa [class*="social-icon-delicious"].picture-354a {
  background-color: transparent;
  color: #39f;
}
.black-55aa [class*="social-icon-digg"] {
  background-color: #005be2;
}
.black-55aa [class*="social-icon-digg"].picture-354a {
  background-color: transparent;
  color: #005be2;
}
.black-55aa [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.black-55aa [class*="social-icon-dribbble"].picture-354a {
  background-color: transparent;
  color: #ea4c89;
}
.black-55aa [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.black-55aa [class*="social-icon-envelope"].picture-354a {
  background-color: transparent;
  color: #ea4335;
}
.black-55aa [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.black-55aa [class*="social-icon-facebook"].picture-354a {
  background-color: transparent;
  color: #3b5998;
}
.black-55aa [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.black-55aa [class*="social-icon-flickr"].picture-354a {
  background-color: transparent;
  color: #0063dc;
}
.black-55aa [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.black-55aa [class*="social-icon-foursquare"].picture-354a {
  background-color: transparent;
  color: #2d5be3;
}
.black-55aa [class*="social-icon-github"] {
  background-color: #333;
}
.black-55aa [class*="social-icon-github"].picture-354a {
  background-color: transparent;
  color: #333;
}
.black-55aa [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.black-55aa [class*="social-icon-google-plus"].picture-354a {
  background-color: transparent;
  color: #dd4b39;
}
.black-55aa [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.black-55aa [class*="social-icon-houzz"].picture-354a {
  background-color: transparent;
  color: #7ac142;
}
.black-55aa [class*="social-icon-instagram"] {
  background-color: #262626;
}
.black-55aa [class*="social-icon-instagram"].picture-354a {
  background-color: transparent;
  color: #262626;
}
.black-55aa [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.black-55aa [class*="social-icon-jsfiddle"].picture-354a {
  background-color: transparent;
  color: #487aa2;
}
.black-55aa [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.black-55aa [class*="social-icon-linkedin"].picture-354a {
  background-color: transparent;
  color: #0077b5;
}
.black-55aa [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.black-55aa [class*="social-icon-medium"].picture-354a {
  background-color: transparent;
  color: #00ab6b;
}
.black-55aa [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.black-55aa
  [class*="social-icon-odnoklassniki"].picture-354a {
  background-color: transparent;
  color: #f4731c;
}
.black-55aa [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.black-55aa [class*="social-icon-meetup"].picture-354a {
  background-color: transparent;
  color: #ec1c40;
}
.black-55aa [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.black-55aa [class*="social-icon-pinterest"].picture-354a {
  background-color: transparent;
  color: #bd081c;
}
.black-55aa [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.black-55aa [class*="social-icon-product-hunt"].picture-354a {
  background-color: transparent;
  color: #da552f;
}
.black-55aa [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.black-55aa [class*="social-icon-reddit"].picture-354a {
  background-color: transparent;
  color: #ff4500;
}
.black-55aa [class*="social-icon-rss"] {
  background-color: #f26522;
}
.black-55aa [class*="social-icon-rss"].picture-354a {
  background-color: transparent;
  color: #f26522;
}
.black-55aa [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.black-55aa
  [class*="social-icon-shopping-cart"].picture-354a {
  background-color: transparent;
  color: #4caf50;
}
.black-55aa [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.black-55aa [class*="social-icon-skype"].picture-354a {
  background-color: transparent;
  color: #00aff0;
}
.black-55aa [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.black-55aa [class*="social-icon-slideshare"].picture-354a {
  background-color: transparent;
  color: #0077b5;
}
.black-55aa [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.black-55aa [class*="social-icon-snapchat"].picture-354a {
  background-color: transparent;
  color: #fffc00;
}
.black-55aa [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.black-55aa [class*="social-icon-soundcloud"].picture-354a {
  background-color: transparent;
  color: #f80;
}
.black-55aa [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.black-55aa [class*="social-icon-spotify"].picture-354a {
  background-color: transparent;
  color: #2ebd59;
}
.black-55aa [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.black-55aa
  [class*="social-icon-stack-overflow"].picture-354a {
  background-color: transparent;
  color: #fe7a15;
}
.black-55aa [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.black-55aa [class*="social-icon-maldkfgram"].picture-354a {
  background-color: transparent;
  color: #2ca5e0;
}
.black-55aa [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.black-55aa [class*="social-icon-tripadvisor"].picture-354a {
  background-color: transparent;
  color: #589442;
}
.black-55aa [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.black-55aa [class*="social-icon-tumblr"].picture-354a {
  background-color: transparent;
  color: #35465c;
}
.black-55aa [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.black-55aa [class*="social-icon-twitch"].picture-354a {
  background-color: transparent;
  color: #6441a5;
}
.black-55aa [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.black-55aa [class*="social-icon-twitter"].picture-354a {
  background-color: transparent;
  color: #1da1f2;
}
.black-55aa [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.black-55aa [class*="social-icon-vimeo"].picture-354a {
  background-color: transparent;
  color: #1ab7ea;
}
.black-55aa [class*="social-icon-vk"] {
  background-color: #45668e;
}
.black-55aa [class*="social-icon-vk"].picture-354a {
  background-color: transparent;
  color: #45668e;
}
.black-55aa [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.black-55aa [class*="social-icon-weibo"].picture-354a {
  background-color: transparent;
  color: #df2029;
}
.black-55aa [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.black-55aa [class*="social-icon-weixin"].picture-354a {
  background-color: transparent;
  color: #7bb32e;
}
.black-55aa [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.black-55aa [class*="social-icon-whatsapp"].picture-354a {
  background-color: transparent;
  color: #25d366;
}
.black-55aa [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.black-55aa [class*="social-icon-wordpress"].picture-354a {
  background-color: transparent;
  color: #21759b;
}
.black-55aa [class*="social-icon-xing"] {
  background-color: #026466;
}
.black-55aa [class*="social-icon-xing"].picture-354a {
  background-color: transparent;
  color: #026466;
}
.black-55aa [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.black-55aa [class*="social-icon-yelp"].picture-354a {
  background-color: transparent;
  color: #af0606;
}
.black-55aa [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.black-55aa [class*="social-icon-youtube"].picture-354a {
  background-color: transparent;
  color: #cd201f;
}
.menu-focused-5b1e {
  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;
}
.menu-focused-5b1e:hover {
  box-shadow: none;
  background: 0 0;
}
.module_motion_d928 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.sidebar_40f9 {
  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;
}
.chip_cool_a824 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.fast-b6ec {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.fast-b6ec,
.fast-b6ec::after,
.fast-b6ec::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;
}
.fast-b6ec::after,
.fast-b6ec::before {
  content: "";
  display: block;
  background-color: inherit;
}
.breadcrumb-yellow-be56 .sidebar_40f9 .chip_cool_a824 {
  margin-top: -2px;
  width: 19px;
}
.breadcrumb-yellow-be56 .sidebar_40f9 .fast-b6ec {
  margin-top: -1px;
}
.breadcrumb-yellow-be56 .sidebar_40f9 .fast-b6ec,
.breadcrumb-yellow-be56 .sidebar_40f9 .fast-b6ec::after,
.breadcrumb-yellow-be56 .sidebar_40f9 .fast-b6ec::before {
  width: 19px;
  height: 2px;
}
.breadcrumb-yellow-be56 .sidebar_40f9 .fast-b6ec::before {
  top: -6px;
}
.breadcrumb-yellow-be56 .sidebar_40f9 .fast-b6ec::after {
  bottom: -6px;
}
.message-hard-6868 .sidebar_40f9 .chip_cool_a824 {
  margin-top: -2px;
  width: 22px;
}
.message-hard-6868 .sidebar_40f9 .fast-b6ec {
  margin-top: -1px;
}
.message-hard-6868 .sidebar_40f9 .fast-b6ec,
.message-hard-6868 .sidebar_40f9 .fast-b6ec::after,
.message-hard-6868 .sidebar_40f9 .fast-b6ec::before {
  width: 22px;
  height: 2px;
}
.message-hard-6868 .sidebar_40f9 .fast-b6ec::before {
  top: -7px;
}
.message-hard-6868 .sidebar_40f9 .fast-b6ec::after {
  bottom: -7px;
}
.link-smooth-b97a .sidebar_40f9 .chip_cool_a824 {
  margin-top: -2px;
  width: 31px;
}
.link-smooth-b97a .sidebar_40f9 .fast-b6ec {
  margin-top: -1.5px;
}
.link-smooth-b97a .sidebar_40f9 .fast-b6ec,
.link-smooth-b97a .sidebar_40f9 .fast-b6ec::after,
.link-smooth-b97a .sidebar_40f9 .fast-b6ec::before {
  width: 31px;
  height: 3px;
}
.link-smooth-b97a .sidebar_40f9 .fast-b6ec::before {
  top: -9px;
}
.link-smooth-b97a .sidebar_40f9 .fast-b6ec::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .focus-hard-9e51 .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 19px;
  }
  .focus-hard-9e51 .sidebar_40f9 .fast-b6ec {
    margin-top: -1px;
  }
  .focus-hard-9e51 .sidebar_40f9 .fast-b6ec,
  .focus-hard-9e51 .sidebar_40f9 .fast-b6ec::after,
  .focus-hard-9e51 .sidebar_40f9 .fast-b6ec::before {
    width: 19px;
    height: 2px;
  }
  .focus-hard-9e51 .sidebar_40f9 .fast-b6ec::before {
    top: -6px;
  }
  .focus-hard-9e51 .sidebar_40f9 .fast-b6ec::after {
    bottom: -6px;
  }
  .prev_9ccd .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 22px;
  }
  .prev_9ccd .sidebar_40f9 .fast-b6ec {
    margin-top: -1px;
  }
  .prev_9ccd .sidebar_40f9 .fast-b6ec,
  .prev_9ccd .sidebar_40f9 .fast-b6ec::after,
  .prev_9ccd .sidebar_40f9 .fast-b6ec::before {
    width: 22px;
    height: 2px;
  }
  .prev_9ccd .sidebar_40f9 .fast-b6ec::before {
    top: -7px;
  }
  .prev_9ccd .sidebar_40f9 .fast-b6ec::after {
    bottom: -7px;
  }
  .pattern_12b4 .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 31px;
  }
  .pattern_12b4 .sidebar_40f9 .fast-b6ec {
    margin-top: -1.5px;
  }
  .pattern_12b4 .sidebar_40f9 .fast-b6ec,
  .pattern_12b4 .sidebar_40f9 .fast-b6ec::after,
  .pattern_12b4 .sidebar_40f9 .fast-b6ec::before {
    width: 31px;
    height: 3px;
  }
  .pattern_12b4 .sidebar_40f9 .fast-b6ec::before {
    top: -9px;
  }
  .pattern_12b4 .sidebar_40f9 .fast-b6ec::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .avatar_paper_dcc4 .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 19px;
  }
  .avatar_paper_dcc4 .sidebar_40f9 .fast-b6ec {
    margin-top: -1px;
  }
  .avatar_paper_dcc4 .sidebar_40f9 .fast-b6ec,
  .avatar_paper_dcc4 .sidebar_40f9 .fast-b6ec::after,
  .avatar_paper_dcc4 .sidebar_40f9 .fast-b6ec::before {
    width: 19px;
    height: 2px;
  }
  .avatar_paper_dcc4 .sidebar_40f9 .fast-b6ec::before {
    top: -6px;
  }
  .avatar_paper_dcc4 .sidebar_40f9 .fast-b6ec::after {
    bottom: -6px;
  }
  .status-prev-e0be .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 22px;
  }
  .status-prev-e0be .sidebar_40f9 .fast-b6ec {
    margin-top: -1px;
  }
  .status-prev-e0be .sidebar_40f9 .fast-b6ec,
  .status-prev-e0be .sidebar_40f9 .fast-b6ec::after,
  .status-prev-e0be .sidebar_40f9 .fast-b6ec::before {
    width: 22px;
    height: 2px;
  }
  .status-prev-e0be .sidebar_40f9 .fast-b6ec::before {
    top: -7px;
  }
  .status-prev-e0be .sidebar_40f9 .fast-b6ec::after {
    bottom: -7px;
  }
  .logo_bronze_3e2d .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 31px;
  }
  .logo_bronze_3e2d .sidebar_40f9 .fast-b6ec {
    margin-top: -1.5px;
  }
  .logo_bronze_3e2d .sidebar_40f9 .fast-b6ec,
  .logo_bronze_3e2d .sidebar_40f9 .fast-b6ec::after,
  .logo_bronze_3e2d .sidebar_40f9 .fast-b6ec::before {
    width: 31px;
    height: 3px;
  }
  .logo_bronze_3e2d .sidebar_40f9 .fast-b6ec::before {
    top: -9px;
  }
  .logo_bronze_3e2d .sidebar_40f9 .fast-b6ec::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .image_934d .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 19px;
  }
  .image_934d .sidebar_40f9 .fast-b6ec {
    margin-top: -1px;
  }
  .image_934d .sidebar_40f9 .fast-b6ec,
  .image_934d .sidebar_40f9 .fast-b6ec::after,
  .image_934d .sidebar_40f9 .fast-b6ec::before {
    width: 19px;
    height: 2px;
  }
  .image_934d .sidebar_40f9 .fast-b6ec::before {
    top: -6px;
  }
  .image_934d .sidebar_40f9 .fast-b6ec::after {
    bottom: -6px;
  }
  .layout_stale_58e3 .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 22px;
  }
  .layout_stale_58e3 .sidebar_40f9 .fast-b6ec {
    margin-top: -1px;
  }
  .layout_stale_58e3 .sidebar_40f9 .fast-b6ec,
  .layout_stale_58e3 .sidebar_40f9 .fast-b6ec::after,
  .layout_stale_58e3 .sidebar_40f9 .fast-b6ec::before {
    width: 22px;
    height: 2px;
  }
  .layout_stale_58e3 .sidebar_40f9 .fast-b6ec::before {
    top: -7px;
  }
  .layout_stale_58e3 .sidebar_40f9 .fast-b6ec::after {
    bottom: -7px;
  }
  .avatar_9677 .sidebar_40f9 .chip_cool_a824 {
    margin-top: -2px;
    width: 31px;
  }
  .avatar_9677 .sidebar_40f9 .fast-b6ec {
    margin-top: -1.5px;
  }
  .avatar_9677 .sidebar_40f9 .fast-b6ec,
  .avatar_9677 .sidebar_40f9 .fast-b6ec::after,
  .avatar_9677 .sidebar_40f9 .fast-b6ec::before {
    width: 31px;
    height: 3px;
  }
  .avatar_9677 .sidebar_40f9 .fast-b6ec::before {
    top: -9px;
  }
  .avatar_9677 .sidebar_40f9 .fast-b6ec::after {
    bottom: -9px;
  }
}
.outer_e2e6 .fast-b6ec {
  -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);
}
.outer_e2e6 .fast-b6ec::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.outer_e2e6 .fast-b6ec::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);
}
.outer_e2e6.module-242f .fast-b6ec {
  -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);
}
.outer_e2e6.module-242f .fast-b6ec::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.outer_e2e6.module-242f .fast-b6ec::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);
}
.gallery-lite-d09b {
  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.container_fresh_a237:before {
  display: none;
}
.block_aea4 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.block_aea4 .down_78bf {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.block_aea4 .down_78bf:last-of-type {
  border-bottom: none;
}
.block_aea4 .down_78bf.progress_current_8506,
.block_aea4 .down_78bf.mini-5df7,
.block_aea4 .down_78bf.hard_df3c {
  padding: 0;
}
.block_aea4 .sort_24e4 .title_1bdf {
  color: currentColor;
}
.block_aea4 .sort_24e4 .title_1bdf:focus,
.block_aea4 .sort_24e4 .title_1bdf:hover {
  background: rgba(0, 0, 0, 0.01);
}
.block_aea4.section_8fc4 .link_5326,
.block_aea4.section_8fc4 .module_f569 a,
.block_aea4.section_8fc4 .border-2f83 a,
.block_aea4.section_8fc4 .hard_9a81 a {
  color: rgba(0, 0, 0, 0.55);
}
.block_aea4.section_8fc4 .link_5326:hover,
.block_aea4.section_8fc4 .module_f569 a:hover,
.block_aea4.section_8fc4 .border-2f83 a:hover,
.block_aea4.section_8fc4 .hard_9a81 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.block_aea4.section_8fc4 .info_right_0611 {
  color: rgba(0, 0, 0, 0.8);
}
.block_aea4.section_8fc4 .down_78bf {
  border-color: rgba(0, 0, 0, 0.08);
}
.block_aea4.section_8fc4 .down_78bf:before {
  background: rgba(0, 0, 0, 0.08);
}
.block_aea4.section_8fc4 .status-active-8bd3:before {
  background: rgba(255, 255, 255, 0.9);
}
.block_aea4.section_8fc4 .sort_24e4 .backdrop_6b45 li a,
.block_aea4.section_8fc4 .sort_24e4 .title_1bdf,
.block_aea4.section_8fc4 .hard_9a81 {
  border-color: rgba(0, 0, 0, 0.08);
}
.block_aea4.section_8fc4 .sort_24e4 .title_1bdf:focus,
.block_aea4.section_8fc4 .sort_24e4 .title_1bdf:hover {
  background: rgba(0, 0, 0, 0.01);
}
.block_aea4.section_8fc4 .backdrop_6b45 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.block_aea4.advanced-738d .link_5326,
.block_aea4.advanced-738d .module_f569 a,
.block_aea4.advanced-738d .border-2f83 .title_1bdf,
.block_aea4.advanced-738d .border-2f83 a,
.block_aea4.advanced-738d .hard_9a81 a {
  color: rgba(255, 255, 255, 0.79);
}
.block_aea4.advanced-738d .link_5326:hover,
.block_aea4.advanced-738d .module_f569 a:hover,
.block_aea4.advanced-738d .border-2f83 .title_1bdf:hover,
.block_aea4.advanced-738d .border-2f83 a:hover,
.block_aea4.advanced-738d .hard_9a81 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.block_aea4.advanced-738d .info_right_0611 {
  color: rgba(255, 255, 255, 0.99);
}
.block_aea4.advanced-738d .down_78bf {
  border-color: rgba(255, 255, 255, 0.08);
}
.block_aea4.advanced-738d .down_78bf:before {
  background: rgba(255, 255, 255, 0.08);
}
.block_aea4.advanced-738d .status-active-8bd3:before {
  background: rgba(0, 0, 0, 0.9);
}
.block_aea4.advanced-738d .sort_24e4 .backdrop_6b45 li a,
.block_aea4.advanced-738d .sort_24e4 .title_1bdf,
.block_aea4.advanced-738d .hard_9a81 {
  border-color: rgba(255, 255, 255, 0.08);
}
.block_aea4.advanced-738d .sort_24e4 .title_1bdf:focus,
.block_aea4.advanced-738d .sort_24e4 .title_1bdf:hover {
  background: rgba(0, 0, 0, 0.01);
}
.block_aea4.advanced-738d .backdrop_6b45 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.status-active-8bd3 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.status-active-8bd3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.primary_eaa6 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.summary-hot-5dda .block_aea4 {
  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;
}
.summary-hot-5dda .down_78bf {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.summary-hot-5dda .down_78bf: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) {
  .summary-hot-5dda .down_78bf:before {
    width: 16%;
    left: 42%;
  }
}
.summary-hot-5dda .down_78bf:last-child:before {
  content: none;
}
.summary-hot-5dda .down_78bf[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.summary-hot-5dda .sort_24e4 .backdrop_6b45 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.summary-hot-5dda .sort_24e4 .backdrop_6b45 li a .title_1bdf {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.summary-hot-5dda .sort_24e4 .hard_9a81 {
  border: none;
}
.summary-hot-5dda .sort_24e4 .hard_9a81 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.summary-hot-5dda .status-active-8bd3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.summary-hot-5dda .primary_eaa6 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.summary-hot-5dda .advanced-738d .status-active-8bd3:before {
  background: rgba(0, 0, 0, 0.9);
}
.summary-hot-5dda .section_8fc4.avatar-d7e4 .fast-b6ec {
  background: rgba(0, 0, 0, 0.6);
}
.summary-hot-5dda
  .section_8fc4.avatar-d7e4
  .fast-b6ec::after,
.summary-hot-5dda
  .section_8fc4.avatar-d7e4
  .fast-b6ec:before {
  background: inherit;
}
.summary-hot-5dda
  .section_8fc4.avatar-d7e4:hover
  .fast-b6ec {
  background: rgba(0, 0, 0, 0.8);
}
.shade-short-2633 .block_aea4 {
  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) {
  .shade-short-2633 .block_aea4 {
    width: auto;
    right: 45px;
  }
}
.form_lower_4cf3 .block_aea4 {
  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) {
  .form_lower_4cf3 .block_aea4 {
    width: auto;
    left: 45px;
  }
}
.container_fresh_a237 .block_aea4 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.container_fresh_a237 .primary_eaa6 {
  max-width: 48em;
  margin: 0 auto;
}
.container_fresh_a237 .status-active-8bd3:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.block_03a9 {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.block_03a9.summary-hot-5dda .block_aea4 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.block_03a9.shade-short-2633 .block_aea4 {
  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);
}
.block_03a9 .block_aea4 {
  visibility: visible;
}
.block_03a9.form_lower_4cf3 .block_aea4 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.carousel-a42f,
.aside-281f {
  overflow-x: hidden;
}
.carousel-a42f .block_aea4 {
  overflow: auto;
}
.carousel-a42f.summary-hot-5dda {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.carousel-a42f.summary-hot-5dda .block_aea4 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.carousel-a42f.summary-hot-5dda .menu-focused-5b1e {
  opacity: 0;
}
.carousel-a42f.shade-short-2633 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.carousel-a42f.shade-short-2633 .block_aea4 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.carousel-a42f.shade-short-2633 .menu-focused-5b1e {
  opacity: 0;
}
.carousel-a42f.form_lower_4cf3 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.carousel-a42f.form_lower_4cf3 .block_aea4 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.carousel-a42f.form_lower_4cf3 .menu-focused-5b1e {
  opacity: 0;
}
.carousel-a42f.container_fresh_a237 .block_aea4 {
  z-index: 10;
  visibility: visible;
}
.avatar-d7e4 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.avatar-d7e4 .fast-b6ec {
  background: rgba(255, 255, 255, 0.99);
}
.avatar-d7e4 .fast-b6ec::after,
.avatar-d7e4 .fast-b6ec:before {
  background: inherit;
}
.avatar-d7e4:hover .fast-b6ec {
  background: rgba(255, 255, 255, 0.99);
}
.form_lower_4cf3 .avatar-d7e4 {
  top: 10px;
  right: auto;
  left: 12px;
}
.container_fresh_a237 .avatar-d7e4 {
  display: none !important;
}
.carousel-a42f:before,
.aside-281f:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.carousel-a42f .avatar-d7e4,
.aside-281f .avatar-d7e4 {
  display: inline-block;
}
.block_aea4 .alert-gold-d3aa {
  -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;
}
.carousel-a42f .block_aea4 .alert-gold-d3aa,
.aside-281f .block_aea4 .alert-gold-d3aa {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main_e0e1 .red_8f2a {
  width: 100%;
}
.block-dirty-a278 {
  padding: 0 0.5em 0;
}
.block-dirty-a278 [class*="customify-col-"],
.block-dirty-a278 [class*="customify-col_"],
.block-dirty-a278 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.full_47bd .block-dirty-a278 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .silver-edf2 .pressed_7302,
  .pressed_7302 {
    display: none;
  }
  .logo_d4f1 {
    text-align: left;
  }
  .heading_46af {
    text-align: center;
  }
  .main-next-a1c2 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .silver-edf2 .last_9020,
  .last_9020 {
    display: none;
  }
  .thumbnail_1840 {
    text-align: left;
  }
  .fluid_3f7b {
    text-align: center;
  }
  .under_4923 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .silver-edf2 .north-da57,
  .north-da57 {
    display: none;
  }
  .simple_070a {
    text-align: left;
  }
  .static-d658 {
    text-align: center;
  }
  .text-light-4434 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.widget-steel-2375 {
  box-shadow: none !important;
}
.over-988a .gold-588d,
.banner_blue_aed1 .gold-588d {
  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;
}
.banner_blue_aed1 .gold-588d {
  margin-top: 30px;
  margin-bottom: 30px;
}
.status_b103 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.status_b103:after,
.status_b103:before {
  content: "";
  display: table;
}
.status_b103:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .status_b103 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.status_b103,
.red-2cf6 {
  max-width: 1248px;
  margin: 0 auto;
}

.row_f314.red-b8ec .status_b103 {
  max-width: 100%;
}
.row_f314.cool_22e6 {
  max-width: 1200px;
  margin: 0 auto;
}
.row_f314.panel_thick_6a06 .status_b103 {
  max-width: 100%;
}
.row_f314.panel_thick_6a06 > .status_b103 {
  padding-left: 0;
  padding-right: 0;
}
.row_f314.panel_thick_6a06 > .status_b103 .silver-edf2 {
  margin: 0;
}
.row_f314.panel_thick_6a06
  > .status_b103
  .slider-wood-1524.next-3526 {
  margin-right: 0;
  margin-left: 0;
}
.row_f314.panel_thick_6a06 #main.next-3526 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .notice_last_0a54 #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .notice_last_0a54 #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .component-in-3f03 .warm-9671 {
    padding-right: 1em;
  }
  .component-in-3f03.avatar-ae65 .slider-wood-1524 {
    border-right: 1px solid #eaecee;
  }
  .component-in-3f03.avatar-ae65 .warm-9671 {
    padding-right: 1em;
  }
  .component-in-3f03.avatar-ae65 .carousel-b0ea {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .link_0f8d .warm-9671 {
    padding-left: 1em;
  }
  .link_0f8d.avatar-ae65 .slider-wood-1524 {
    border-left: 1px solid #eaecee;
  }
  .link_0f8d.avatar-ae65 .warm-9671 {
    padding-left: 1em;
  }
  .link_0f8d.avatar-ae65 .carousel-b0ea {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .inner-5df0 .warm-9671 {
    padding-left: 1em;
  }
  .inner-5df0.avatar-ae65 .notification-fddb {
    border-right: 1px solid #eaecee;
  }
  .inner-5df0.avatar-ae65 .shadow-short-e95c {
    border-right: 1px solid #eaecee;
  }
  .inner-5df0.avatar-ae65 .warm-9671 {
    padding-left: 1em;
  }
  .inner-5df0.avatar-ae65 .carousel-b0ea {
    padding-right: 1em;
  }
  .inner-5df0.avatar-ae65 .item-0656 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .sidebar_ebb8 .warm-9671 {
    padding-right: 1em;
  }
  .sidebar_ebb8.avatar-ae65 .notification-fddb {
    border-left: 1px solid #eaecee;
  }
  .sidebar_ebb8.avatar-ae65 .shadow-short-e95c {
    border-left: 1px solid #eaecee;
  }
  .sidebar_ebb8.avatar-ae65 .warm-9671 {
    padding-right: 1em;
  }
  .sidebar_ebb8.avatar-ae65 .carousel-b0ea {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sidebar_ebb8.avatar-ae65 .item-0656 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .notice_last_0a54 .warm-9671 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .notice_last_0a54.avatar-ae65 .slider-wood-1524 {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .notice_last_0a54.avatar-ae65 .warm-9671 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .notice_last_0a54.avatar-ae65 .carousel-b0ea {
    padding-left: 1em;
  }
  .notice_last_0a54.avatar-ae65 .item-0656 {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .notice_last_0a54.avatar-ae65 .warm-9671 {
    padding-left: 0;
  }
}
.outline-0f07 .paragraph_fluid_2792 {
  display: inline-block;
}
.dynamic_f112 {
  display: inline-block;
}
.content-wide-3080 {
  word-con: break-word;
}
.east_4338 > span {
  display: inline-block;
  padding: 5px 0;
}
.east_4338 .input-down-2244 {
  margin-left: 8px;
  margin-right: 8px;
}
.east_4338 .warm-ffac img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.list-top-cd16 .gradient-58c6 {
  margin-bottom: 2em;
}
.list-top-cd16 .logo_bright_ba91 {
  margin-bottom: 15px;
}
.list-top-cd16 .logo_bright_ba91:last-child {
  margin-bottom: 0;
}
.list-top-cd16 .hover-849d {
  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) {
  .list-top-cd16 .hover-849d {
    display: block;
  }
}
.list-top-cd16 .panel-rough-cdb3 {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .list-top-cd16 .panel-rough-cdb3 {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.list-top-cd16 .bright-2d0f {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.list-top-cd16 .bright-2d0f img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.list-top-cd16 .bright-2d0f a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.list-top-cd16 .content-wide-3080 {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.list-top-cd16 .content-wide-3080 a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.list-top-cd16 .article_hard_414b p:last-child {
  margin-bottom: 0;
}
.list-top-cd16 .sort-gold-44fc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.list-top-cd16 .badge-93ee {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.list-top-cd16 .mask_iron_d4c4 {
  margin-top: 1em;
}
.list-top-cd16 .new-7fa2 {
  top: 0;
  display: block;
}
.list-top-cd16 .new-7fa2 a {
  color: inherit;
}
.list-top-cd16 .new-7fa2 a:hover {
  color: inherit;
}
.list-top-cd16 .column_center_00cf {
  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;
}
.list-top-cd16 .column_center_00cf:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.list-top-cd16 .badge-93ee {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.list-top-cd16 .texture_medium_add4 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.list-top-cd16 .texture_medium_add4:first-child {
  margin-top: 0;
}
.list-top-cd16 .texture_medium_add4.accent_de67 {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-top-cd16 .texture_medium_add4.notice_4fc2 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.list-top-cd16
  .texture_medium_add4.notice_4fc2.notice-e24b
  .mask_iron_d4c4 {
  width: 100%;
}
.list-top-cd16 .notice_4fc2 {
  -webkit-box-align: center;
  align-items: center;
}
.list-top-cd16 .notice_4fc2 .east_4338,
.list-top-cd16 .notice_4fc2 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.list-top-cd16 .bright-2d0f {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-top-cd16 .bright-2d0f img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.list-top-cd16 .bright-2d0f: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;
}
.list-top-cd16 .accent_de67 {
  z-index: 5;
}
.list-top-cd16 .item_5b46 .form-old-5b55 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.list-top-cd16 .caption_pressed_72f8 .form-old-5b55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.list-top-cd16 .border_gold_5c94 .form-old-5b55 {
  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;
}
.list-top-cd16.aside_fixed_73e7 .hover-849d,
.list-top-cd16.focus_e808 .hover-849d {
  display: block;
}
.list-top-cd16.aside_fixed_73e7 .hover-849d .hot-fdac,
.list-top-cd16.aside_fixed_73e7 .hover-849d .badge-93ee,
.list-top-cd16.focus_e808 .hover-849d .hot-fdac,
.list-top-cd16.focus_e808 .hover-849d .badge-93ee {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.list-top-cd16.soft_4326 .panel-rough-cdb3 {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .list-top-cd16.soft_4326 .panel-rough-cdb3 {
    margin-right: 0;
  }
}
.list-top-cd16.aside_fixed_73e7 .panel-rough-cdb3,
.list-top-cd16.focus_e808 .panel-rough-cdb3 {
  padding-top: 40%;
}
.list-top-cd16.aside_fixed_73e7 .gradient-58c6,
.list-top-cd16.focus_e808 .gradient-58c6 {
  display: block;
}
.list-top-cd16.aside_fixed_73e7 .fn-sticky-1b43 .badge-93ee,
.list-top-cd16.focus_e808 .fn-sticky-1b43 .badge-93ee {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.list-top-cd16.aside_fixed_73e7 .panel-rough-cdb3,
.list-top-cd16.focus_e808 .panel-rough-cdb3 {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.list-top-cd16.aside_fixed_73e7 .badge-93ee {
  padding: 1em;
}
.surface-3385 {
  margin: 30px auto;
  display: block;
}
.surface-3385 .caption_47c8 > * {
  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;
}
.surface-3385 .caption_47c8 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.surface-3385 .caption_47c8 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.title_ec8e .east_4338 {
  margin-bottom: 1.41575em;
}
.title_ec8e .gradient_dim_6871 {
  margin-bottom: 1.618em;
}
.paragraph-pink-675b .panel_8524 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.paragraph-pink-675b .panel_8524 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.paragraph-pink-675b .backdrop_4486 {
  max-width: 100%;
  overflow: auto;
}
.modal-5c2d .paragraph-pink-675b a:hover {
  text-decoration: underline;
}
.input_last_b8c4 .logo_bright_ba91:not(.content-wide-3080),
.input_last_b8c4 .bright-2d0f {
  margin-bottom: 1.41575em;
}
.input_last_b8c4 .logo_bright_ba91:not(.content-wide-3080):last-child,
.input_last_b8c4 .bright-2d0f:last-child {
  margin-bottom: 0;
}
.input_last_b8c4 .logo_bright_ba91.menu_5aac {
  margin-bottom: 0.41575em;
}
.input_last_b8c4 .tall-3347:before,
.input_last_b8c4 .row_92ad:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.input_last_b8c4 .tall-3347:before {
  content: "\f115";
}
.input_last_b8c4 .row_92ad:before {
  content: "\f02c";
}
.input_last_b8c4 .accent-solid-7b5c {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.input_last_b8c4 .accent-solid-7b5c a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.out_0dc2 {
  display: -webkit-box;
  display: flex;
}
.out_0dc2 .wide-fead {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .out_0dc2 .wide-fead {
    flex-basis: 90px;
  }
}
.out_0dc2 .preview_0bbe {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .out_0dc2 .preview_0bbe {
    flex-basis: calc(100% - 50px);
  }
}
.out_0dc2 .panel-selected-3116 p:last-child {
  margin-bottom: 0.72em;
}
.tiny_09cd .caption_47c8 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.tiny_09cd .caption_47c8:after,
.tiny_09cd .caption_47c8:before {
  content: "";
  display: table;
}
.tiny_09cd .caption_47c8:after {
  clear: both;
}
.tiny_09cd .caption_47c8 .new-91a9,
.tiny_09cd .caption_47c8 .title-soft-ae18 {
  width: 49%;
}
.tiny_09cd .caption_47c8 .new-91a9 a span.shadow-c3ea,
.tiny_09cd .caption_47c8 .title-soft-ae18 a span.shadow-c3ea {
  display: block;
  margin-bottom: 5px;
}
.tiny_09cd .caption_47c8 .title-soft-ae18 {
  float: left;
  text-align: left;
}
.tiny_09cd .caption_47c8 .new-91a9 {
  float: right;
  text-align: right;
}
.brown_8292 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .brown_8292 {
    margin-bottom: 0;
  }
}
.new_6734 {
  margin-bottom: 1em;
}
.new_6734 .content-wide-3080 {
  font-size: 1.1em;
  line-height: 1.3;
}
.shadow-motion-1ee1 a {
  display: block;
  line-height: 0;
  position: relative;
}
.copper-258f .new_6734,
.wood-65f3 .new_6734 {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .copper-258f .new_6734,
  .wood-65f3 .new_6734 {
    display: block;
  }
}
.copper-258f .shadow-motion-1ee1,
.wood-65f3 .shadow-motion-1ee1 {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .copper-258f .shadow-motion-1ee1,
  .wood-65f3 .shadow-motion-1ee1 {
    margin-bottom: 1em;
  }
}
.copper-258f .shadow-motion-1ee1 img,
.wood-65f3 .shadow-motion-1ee1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.copper-258f .tabs_a3f6,
.wood-65f3 .tabs_a3f6 {
  flex-basis: calc(100% - 160px);
}
.copper-258f .tabs_a3f6 p,
.wood-65f3 .tabs_a3f6 p {
  margin-bottom: 0;
}
.copper-258f .tabs_a3f6 {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .copper-258f .tabs_a3f6 {
    padding-left: 0;
  }
}
.wood-65f3 .tabs_a3f6 {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .wood-65f3 .tabs_a3f6 {
    padding-right: 0;
  }
}
.wood-65f3 .shadow-motion-1ee1 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.motion-3dc8 .shadow-motion-1ee1 {
  margin-bottom: 0.5em;
}
.motion-3dc8 .shadow-motion-1ee1 img {
  width: 100%;
}
.message-00b2 .paragraph_bb77,
.hot-206f .paragraph_bb77 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.hot-206f .slider-wood-1524 .icon-4fa7 p:last-child {
  margin-bottom: 0;
}
.dark-3d31 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.message_20d8 .element-99be {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .message_20d8 .element-99be:last-of-type {
    margin-bottom: 0;
  }
}
.message_20d8 .element-99be ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.message_20d8 .element-99be ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.message_20d8 .element-99be ul li {
  margin: 0 0 0.6em;
}
.message_20d8 .element-99be ul li.focused-8a26,
.message_20d8 .element-99be ul li.short_6c9d {
  position: relative;
}
.message_20d8 .element-99be ul li.focused-8a26 .article_thick_dc0e,
.message_20d8 .element-99be ul li.short_6c9d .article_thick_dc0e {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.message_20d8 .element-99be ul li.focused-8a26:after:after,
.message_20d8 .element-99be ul li.focused-8a26:after:before,
.message_20d8
  .element-99be
  ul
  li.short_6c9d:after:after,
.message_20d8
  .element-99be
  ul
  li.short_6c9d:after:before {
  content: "";
  display: table;
}
.message_20d8 .element-99be ul li.focused-8a26:after:after,
.message_20d8
  .element-99be
  ul
  li.short_6c9d:after:after {
  clear: both;
}
.message_20d8 .element-99be a.carousel_in_56eb:hover {
  text-decoration: none;
}
.message_20d8 .element-99be select {
  max-width: 100%;
}
.message_20d8 .element-99be table {
  font-size: 85%;
}
.message_20d8 .element-99be table td,
.message_20d8 .element-99be table th {
  padding: 0.2360828548em;
  text-align: center;
}
.message_20d8 .element-99be table tfoot td {
  text-align: left;
}
.message_20d8 .element-99be :last-child {
  margin-bottom: 0;
}
.message_20d8 .element-99be .primary-hard-b01e {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.message_20d8 .element-99be .primary-hard-b01e label {
  width: 100%;
}
.message_20d8 .element-99be .primary-hard-b01e .smooth-51a6 {
  width: 100%;
  display: block;
}
.message_20d8 .element-99be .primary-hard-b01e .blue_4bf3 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.message_20d8 .element-99be .primary-hard-b01e .blue_4bf3:hover svg #svg-search {
  fill: #444;
}
.message_20d8 .element-99be .primary-hard-b01e .blue_4bf3 svg {
  width: 18px;
  height: 18px;
}
.message_20d8 .bronze-5562 ul ul,
.message_20d8 .breadcrumb_copper_a930 ul ul,
.message_20d8 .gradient-down-6aaa ul ul,
.message_20d8 .top-bba0 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.message_20d8 .bronze-5562 .info_30e2 > a,
.message_20d8 .breadcrumb_copper_a930 .info_30e2 > a,
.message_20d8 .gradient-down-6aaa .info_30e2 > a,
.message_20d8 .top-bba0 .info_30e2 > a {
  margin-bottom: 0;
}
.message_20d8 .block_black_de43 li,
.message_20d8 .bronze-5562 li,
.message_20d8 .container_steel_24bd li,
.message_20d8 .breadcrumb_copper_a930 li,
.message_20d8 .gradient-down-6aaa li,
.message_20d8 .top-bba0 li,
.message_20d8 .out-1ce1 li,
.message_20d8 .filter-large-7926 li {
  display: block;
  position: relative;
}
.message_20d8 .block_black_de43 li:last-child,
.message_20d8 .bronze-5562 li:last-child,
.message_20d8 .container_steel_24bd li:last-child,
.message_20d8 .breadcrumb_copper_a930 li:last-child,
.message_20d8 .gradient-down-6aaa li:last-child,
.message_20d8 .top-bba0 li:last-child,
.message_20d8 .out-1ce1 li:last-child,
.message_20d8 .filter-large-7926 li:last-child {
  border: none;
}
.message_20d8 .block_black_de43 li a,
.message_20d8 .bronze-5562 li a,
.message_20d8 .container_steel_24bd li a,
.message_20d8 .breadcrumb_copper_a930 li a,
.message_20d8 .gradient-down-6aaa li a,
.message_20d8 .top-bba0 li a,
.message_20d8 .out-1ce1 li a,
.message_20d8 .filter-large-7926 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.message_20d8 .block_black_de43 li ul li::before,
.message_20d8 .bronze-5562 li ul li::before,
.message_20d8 .container_steel_24bd li ul li::before,
.message_20d8 .breadcrumb_copper_a930 li ul li::before,
.message_20d8 .gradient-down-6aaa li ul li::before,
.message_20d8 .top-bba0 li ul li::before,
.message_20d8 .out-1ce1 li ul li::before,
.message_20d8 .filter-large-7926 li ul li::before {
  left: 15px;
}
.message_20d8 .block_black_de43 li ul a,
.message_20d8 .bronze-5562 li ul a,
.message_20d8 .container_steel_24bd li ul a,
.message_20d8 .breadcrumb_copper_a930 li ul a,
.message_20d8 .gradient-down-6aaa li ul a,
.message_20d8 .top-bba0 li ul a,
.message_20d8 .out-1ce1 li ul a,
.message_20d8 .filter-large-7926 li ul a {
  padding-left: 20px;
}
.message_20d8 .block_black_de43 li ul ul li::before,
.message_20d8 .bronze-5562 li ul ul li::before,
.message_20d8 .container_steel_24bd li ul ul li::before,
.message_20d8 .breadcrumb_copper_a930 li ul ul li::before,
.message_20d8 .gradient-down-6aaa li ul ul li::before,
.message_20d8 .top-bba0 li ul ul li::before,
.message_20d8 .out-1ce1 li ul ul li::before,
.message_20d8 .filter-large-7926 li ul ul li::before {
  left: 30px;
}
.message_20d8 .block_black_de43 li ul ul a,
.message_20d8 .bronze-5562 li ul ul a,
.message_20d8 .container_steel_24bd li ul ul a,
.message_20d8 .breadcrumb_copper_a930 li ul ul a,
.message_20d8 .gradient-down-6aaa li ul ul a,
.message_20d8 .top-bba0 li ul ul a,
.message_20d8 .out-1ce1 li ul ul a,
.message_20d8 .filter-large-7926 li ul ul a {
  padding-left: 40px;
}
.message_20d8 .new-1d6a li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.message_20d8 .filter-large-7926 ul li {
  margin-bottom: 1.41575em;
}
.message_20d8 .filter-large-7926 ul li .video_wide_39ce {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.message_20d8 .filter-large-7926 ul li .dark-9624 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.advanced-738d .block_black_de43 li a,
.advanced-738d .bronze-5562 li a,
.advanced-738d .container_steel_24bd li a,
.advanced-738d .breadcrumb_copper_a930 li a,
.advanced-738d .gradient-down-6aaa li a,
.advanced-738d .top-bba0 li a,
.advanced-738d .out-1ce1 li a,
.advanced-738d .filter-large-7926 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.advanced-738d .new-1d6a li {
  border-color: rgba(255, 255, 255, 0.08);
}
.advanced-738d .element-99be ul li.focused-8a26 .article_thick_dc0e,
.advanced-738d .element-99be ul li.short_6c9d .article_thick_dc0e {
  background: rgba(0, 0, 0, 0.2);
}
.advanced-738d .message_20d8 .element-99be select {
  border-color: rgba(255, 255, 255, 0.08);
}
.row_f314 .message_20d8 .backdrop_6b45 li {
  margin: 0;
}
.row_f314 .message_20d8 .backdrop_6b45 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.row_f314 .message_20d8 .backdrop_6b45 li ul {
  margin: 0;
}
.row_f314 .message_20d8 .backdrop_6b45 li ul li a {
  padding-left: 15px;
}
.row_f314 .message_20d8 .backdrop_6b45 li ul li li a {
  padding-left: 30px;
}
.row_f314 .message_20d8 .backdrop_6b45 li.notification-2c5c > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.row_f314 .message_20d8 .backdrop_6b45 li.notification-2c5c > 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;
}
.row_f314 .message_20d8 .backdrop_6b45 li.notification-2c5c > 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;
}
.header-a2de a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.description-first-09a4 {
  position: relative;
  z-index: 10;
}
.description-first-09a4 .alert-gold-d3aa {
  width: 100%;
  max-width: 100%;
}
.tooltip_west_7c75 .hero-c22c {
  padding-top: 2em;
  padding-bottom: 2em;
}
.tooltip_west_7c75 .section_8fc4 {
}
.tooltip_west_7c75 .advanced-738d {
  background: #292929;
}
.center_b97e .hero-c22c {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.center_b97e .section_8fc4 {
  background: #f9f9f9;
}
.center_b97e .advanced-738d {
  background: #303030;
}
.info_e3fe .hero-c22c {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .info_e3fe .paragraph_fluid_2792 {
    margin-bottom: 1em;
  }
  .info_e3fe .paragraph_fluid_2792:last-child {
    margin-bottom: 0;
  }
}
.info_e3fe .section_8fc4 {
  background: #ededed;
}
.info_e3fe .advanced-738d {
  background: #1a1a1a;
}
.hero-c22c.section_8fc4 {
  color: rgba(0, 0, 0, 0.6);
}
.hero-c22c.section_8fc4 .focus_hard_c723 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.hero-c22c.advanced-738d {
  color: rgba(255, 255, 255, 0.99);
}
.hero-c22c.advanced-738d a:not(.carousel_in_56eb) {
  color: rgba(255, 255, 255, 0.79);
}
.hero-c22c.advanced-738d a:not(.carousel_in_56eb):hover {
  color: rgba(255, 255, 255, 0.99);
}
.hero-c22c.advanced-738d .focus_hard_c723 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.hero-c22c.advanced-738d table tbody td,
.hero-c22c.advanced-738d table th {
  background: rgba(0, 0, 0, 0.08);
}
.primary_bottom_5b1a.new_de7e .status_b103 {
  max-width: initial;
}
.primary_bottom_5b1a .right_d90f {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.primary_bottom_5b1a .right_d90f .alert-gold-d3aa {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .primary_bottom_5b1a .right_d90f .alert-gold-d3aa {
    display: block;
    margin-bottom: 2em;
  }
  .primary_bottom_5b1a .right_d90f .alert-gold-d3aa:last-child {
    margin-bottom: 0;
  }
}
.info_e3fe .paragraph_fluid_2792:last-child,
.center_b97e .paragraph_fluid_2792:last-child,
.tooltip_west_7c75 .paragraph_fluid_2792:last-child {
  margin-bottom: 0;
}
.info_e3fe .paragraph_fluid_2792 .message_20d8 .element-99be:last-child,
.center_b97e .paragraph_fluid_2792 .message_20d8 .element-99be:last-child,
.tooltip_west_7c75 .paragraph_fluid_2792 .message_20d8 .element-99be:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .info_e3fe .narrow_fe2a,
  .info_e3fe .paper_0f9f,
  .center_b97e .narrow_fe2a,
  .center_b97e .paper_0f9f,
  .tooltip_west_7c75 .narrow_fe2a,
  .tooltip_west_7c75 .paper_0f9f {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .description-first-09a4 .paragraph_fluid_2792 {
    margin-bottom: 2em;
  }
}
.description-first-09a4 p:last-child {
  margin-bottom: 0;
}
.description-first-09a4 li,
.description-first-09a4 ul {
  list-style: none;
  margin: 0;
}
.description-first-09a4 ul ul {
  margin-left: 2.617924em;
}
.easy_fe1f {
  font-size: 0.875em;
}

/* css-noise: 7016 */
.widget-item-l9 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
