/*!
Theme Name: Customify
Theme URI: https://pressmaximum.down_3e28/customify
Author: WPCustomify
Author URI: https://pressmaximum.down_3e28
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.down_3e28/customify
Version: 0.3.7
License: GNU General Public License v2 or later
License URI: http://www.texture-clean-b8df.widget-8f41/licenses/gpl-2.0.narrow_44bf
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.fresh_e0fb/, (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.nav-pink-50fc.hover-8a92/normalize.border-blue-0dda/
 ======
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.border-blue-0dda v7.0.0 | MIT License | github.down_3e28/necolas/normalize.border-blue-0dda */
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;
}
.black-a7c7 .pattern-orange-f17f,
.badge-9c13,
.chip-liquid-dc21,
.wide-cd1a,
.message_41af,
.description-warm-c0cf,
.brown_d4b9,
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;
}
.badge-9c13,
h1 {
  font-size: 2.42em;
  line-height: 1.216;
}
@media screen and (max-width: 1024px) {
  .badge-9c13,
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 568px) {
  .badge-9c13,
  h1 {
    font-size: 1.8em;
  }
}
.chip-liquid-dc21,
h2 {
  font-size: 2.1em;
  line-height: 1.216;
}
.chip-liquid-dc21 + h3,
h2 + h3 {
  border-top: 1px solid #eaecee;
  padding-top: 0.5407911001em;
}
@media screen and (max-width: 1024px) {
  .chip-liquid-dc21,
  h2 {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 568px) {
  .chip-liquid-dc21,
  h2 {
    font-size: 1.7em;
  }
}
.wide-cd1a,
h3 {
  font-size: 1.618em;
}
.black-a7c7 .pattern-orange-f17f,
.message_41af,
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.sort-2560 {
  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;
}
.texture_bottom_96db:after,
.texture_bottom_96db:before,
.motion_d6c5:after,
.motion_d6c5:before {
  content: "";
  display: table;
}
.texture_bottom_96db:after,
.motion_d6c5:after {
  clear: both;
}
.badge_e1c8 {
  float: right;
  margin-right: 0;
}
.lite_1355 {
  float: left;
  margin-left: 0;
}
form {
  margin-bottom: 2em;
}
.action-7820 .content-simple-b8c7,
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;
}
.action-7820 .content-simple-b8c7: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;
}
.card-pink-36e1 .content-simple-b8c7 {
  box-shadow: none;
}
.card-pink-36e1
  .content-simple-b8c7
  .right_7ab7 {
  line-height: 2.4em;
  min-height: 2.6em;
  padding-left: 0;
}
.card-pink-36e1 .content-simple-b8c7 .lite-c702 {
  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;
}
.card-pink-36e1
  .content-simple-b8c7
  .lite-c702
  b {
  display: none;
}
.card-pink-36e1 .tertiary_68ff {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
}
.north-1db5:not(.silver_b897):not(.purple-52ab),
button:not(.silver_b897):not(.purple-52ab),
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ),
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ),
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ) {
  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;
}
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ):hover,
button:not(.silver_b897):not(
    .purple-52ab
  ):hover,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ):hover,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ):hover,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ):hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
  outline: 0;
}
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ):active,
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ):focus,
button:not(.silver_b897):not(
    .purple-52ab
  ):active,
button:not(.silver_b897):not(
    .purple-52ab
  ):focus,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ):active,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ):focus,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ):active,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ):focus,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ):active,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ):focus {
  outline: 0;
}
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613 {
  position: relative;
}
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .action_c52f,
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .yellow-8ebd,
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .hovered_8d7c,
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  i,
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  svg,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .action_c52f,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .yellow-8ebd,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .hovered_8d7c,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  i,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  svg,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .action_c52f,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .yellow-8ebd,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .hovered_8d7c,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  i,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  svg,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .action_c52f,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .yellow-8ebd,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .hovered_8d7c,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  i,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  svg,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .action_c52f,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .yellow-8ebd,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  .hovered_8d7c,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  i,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613
  svg {
  visibility: hidden;
}
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613:after,
button:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613:after,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613:after,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613:after,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ).fn-loading-8613: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;
}
.north-1db5:not(.silver_b897):not(.purple-52ab),
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ),
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ),
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ) {
  color: #fff;
  background: #235787;
}
.north-1db5:not(.silver_b897):not(
    .purple-52ab
  ):focus,
input[type="button"]:not(.silver_b897):not(
    .purple-52ab
  ):focus,
input[type="reset"]:not(.silver_b897):not(
    .purple-52ab
  ):focus,
input[type="submit"]:not(.silver_b897):not(
    .purple-52ab
  ):focus {
  color: #fff;
}
.north-1db5.fn-disabled-8613:not(.silver_b897):not(
    .purple-52ab
  ),
.north-1db5[disabled]:not(.silver_b897):not(
    .purple-52ab
  ),
button.fn-disabled-8613:not(.silver_b897):not(
    .purple-52ab
  ),
button[disabled]:not(.silver_b897):not(
    .purple-52ab
  ) {
  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;
}
.sort-f0ee {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-con: normal !important;
}
.sort-f0ee: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;
}
.box-c650 {
  display: inline;
  float: left;
  margin-right: 1.41575em;
}
.rough_e730 {
  display: inline;
  float: right;
  margin-left: 1.41575em;
}
.glass_89fa {
  clear: both;
  display: block;
  margin: 0 auto;
}
.texture_bottom_96db:after,
.texture_bottom_96db:before,
.hover-fd2d:after,
.hover-fd2d:before,
.video_8668:after,
.video_8668:before,
.section_5cd4:after,
.section_5cd4:before,
.solid-e03c:after,
.solid-e03c:before,
.disabled-advanced-eadb:after,
.disabled-advanced-eadb:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.texture_bottom_96db:after,
.hover-fd2d:after,
.video_8668:after,
.section_5cd4:after,
.solid-e03c:after,
.disabled-advanced-eadb:after {
  clear: both;
}
.hover-fd2d .white-8b82,
.video_8668 .white-8b82,
.hover_81ca .white-8b82 {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.caption-motion-cbc9 {
  display: inline-block;
}
.wrapper-4fc5 {
  margin-bottom: 1.41575em;
  max-width: 100%;
}
.wrapper-4fc5 img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-4fc5 .texture_under_4032 {
  padding: 1em 0;
  font-size: 85%;
}
.texture_under_4032 {
  text-align: left;
  font-style: italic;
  color: #999;
}
.nav_up_ee70 {
  margin-bottom: 1.5em;
  margin-bottom: 1.41575em;
}
.nav_up_ee70:after,
.nav_up_ee70:before {
  content: "";
  display: table;
}
.nav_up_ee70:after {
  clear: both;
}
.complex-1049 {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.media-inner-0473 .complex-1049 {
  max-width: 50%;
}
.modal-fresh-cdaa .complex-1049 {
  max-width: 33.33%;
}
.pagination_0998 .complex-1049 {
  max-width: 25%;
}
.lower-fad6 .complex-1049 {
  max-width: 20%;
}
.orange_94e5 .complex-1049 {
  max-width: 16.66%;
}
.red_dbb6 .complex-1049 {
  max-width: 14.28%;
}
.warm-ed01 .complex-1049 {
  max-width: 12.5%;
}
.primary-pink-eec4 .complex-1049 {
  max-width: 11.11%;
}
.frame_dynamic_bb4e {
  display: block;
}
.black-a7c7 .accordion_active_b98b label,
.black-a7c7 .sidebar_soft_ab10 label,
.black-a7c7 .paper-991a label,
.black-a7c7 .dirty_6504 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.form_thick_3023 {
  list-style: none;
  margin: 0;
}
.form_thick_3023 article.north_f15f {
  margin-bottom: 0;
}
.form_thick_3023 ul {
  list-style: none;
  margin: 0;
}
.form_thick_3023 .feature_a6a6 li.north_f15f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .form_thick_3023 .feature_a6a6 li.north_f15f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .form_thick_3023 .feature_a6a6 li.north_f15f: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) {
  .form_thick_3023 .feature_a6a6 li.north_f15f li.north_f15f li.north_f15f li.north_f15f {
    padding-left: 0;
  }
}
article.north_f15f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.north_f15f .hover-fd2d p:last-of-type {
  margin-bottom: 0;
}
article.north_f15f .lower_559a {
  float: left;
}
article.north_f15f .title_lite_2b8d {
  margin-left: 85px;
}
article.north_f15f .paragraph_easy_be27 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.north_f15f .paragraph_easy_be27 .selected_da0f {
  margin-left: 10px;
}
article.north_f15f .thumbnail_0c4a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.north_f15f .active-center-0cdd {
  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_active_b98b,
  #respond .paper-991a,
  #respond .dirty_6504 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .accordion_active_b98b input,
#respond .paper-991a input,
#respond .dirty_6504 input {
  width: 100%;
}
#respond .dirty_6504 {
  margin-right: 0;
}
#respond .border-glass-bf99 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.accent_d74d {
  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;
}
.accent_d74d.search-2f10 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  font-size: 1.1em;
}
.accent_d74d 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%);
}
.accent_d74d:focus,
.accent_d74d: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);
}
.overlay_9ef3 {
  border-radius: 10%;
}
.hero-stale-70d1 {
  border-radius: 50%;
}
.out-ddaf {
  font-size: 0.72em;
}
.pagination_cold_3fc2 {
  font-size: 0.875em;
}
.rough_7991 {
  font-size: 1.1em;
}
.label-3196 {
  text-transform: uppercase;
  line-height: 1.2;
}
.label-3196.out-ddaf {
  letter-spacing: 0.5px;
}
.component_02e8,
.component_02e8 a {
  color: #6d6d6d;
}
.component_02e8 a:hover {
  color: #111;
}
.popup_short_3a9d {
  color: #6d6d6d;
}
.dropdown-e6df {
  overflow-x: hidden;
}
.dropdown-e6df .hard_5bf2.button_2fc8 {
  position: relative;
}
.dropdown-e6df .hard_5bf2.button_2fc8.button_slow_9e87 {
  position: initial;
}
.dropdown-e6df
  .hard_5bf2.button_2fc8.button_slow_9e87
  .aside_00b2 {
  left: auto;
}
.dropdown-e6df .hard_5bf2 .aside_00b2 {
  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;
}
.dropdown-e6df .hard_5bf2:hover.button_2fc8 {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  outline: 1px solid #0073aa;
  outline-offset: -1px;
}
.dropdown-e6df
  .hard_5bf2:hover.button_2fc8
  .aside_00b2 {
  display: block;
  z-index: 9999999;
}
.dropdown-e6df .widget_cc4d .container-complex-155e,
.dropdown-e6df .wide-7cb6 .container-complex-155e {
  display: none;
}
.dropdown-e6df .aside_basic_8ade .hard_5bf2:hover.button_2fc8 {
  outline: 1px dashed #ff472e;
  outline-offset: -1px;
}
.black-a7c7 .accordion_active_b98b label,
.black-a7c7 .sidebar_soft_ab10 label,
.black-a7c7 .paper-991a label,
.black-a7c7 .dirty_6504 label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}
.form_thick_3023 {
  list-style: none;
  margin: 0;
}
.form_thick_3023 article.north_f15f {
  margin-bottom: 0;
}
.form_thick_3023 ul {
  list-style: none;
  margin: 0;
}
.form_thick_3023 .feature_a6a6 li.north_f15f {
  padding-left: 30px;
}
@media screen and (min-width: 64em) {
  .form_thick_3023 .feature_a6a6 li.north_f15f {
    padding-left: 85px;
    border-left: 1px solid #eaecee;
    position: relative;
    width: 100%;
  }
  .form_thick_3023 .feature_a6a6 li.north_f15f: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) {
  .form_thick_3023 .feature_a6a6 li.north_f15f li.north_f15f li.north_f15f li.north_f15f {
    padding-left: 0;
  }
}
article.north_f15f {
  padding: 1.618em 0;
  margin-bottom: 1.618em;
}
article.north_f15f .hover-fd2d p:last-of-type {
  margin-bottom: 0;
}
article.north_f15f .lower_559a {
  float: left;
}
article.north_f15f .title_lite_2b8d {
  margin-left: 85px;
}
article.north_f15f .paragraph_easy_be27 {
  display: block;
  margin: 12px 0 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecee;
}
article.north_f15f .paragraph_easy_be27 .selected_da0f {
  margin-left: 10px;
}
article.north_f15f .thumbnail_0c4a {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-style: normal;
}
article.north_f15f .active-center-0cdd {
  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_active_b98b,
  #respond .paper-991a,
  #respond .dirty_6504 {
    width: 29.4117647059%;
    margin-right: 5.8823529412%;
    float: left;
  }
}
#respond .accordion_active_b98b input,
#respond .paper-991a input,
#respond .dirty_6504 input {
  width: 100%;
}
#respond .dirty_6504 {
  margin-right: 0;
}
#respond .border-glass-bf99 #wp-comment-cookies-consent {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.widget_cc4d .rough-4e7d {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.9);
}
.rough-4e7d .solid-7f38.box-iron-f680 .focus-a7b9 > li > a:focus,
.rough-4e7d .solid-7f38.box-iron-f680 .focus-a7b9 > li > a:hover,
.rough-4e7d .solid-7f38.active-full-7275 .focus-a7b9 > li > a:focus,
.rough-4e7d .solid-7f38.active-full-7275 .focus-a7b9 > li > a:hover,
.rough-4e7d .solid-7f38.gold-acb5 .focus-a7b9 > li > a:focus,
.rough-4e7d .solid-7f38.gold-acb5 .focus-a7b9 > li > a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.rough-4e7d
  .solid-7f38.box-iron-f680
  .focus-a7b9
  > li.article-gold-7b3a
  > a,
.rough-4e7d
  .solid-7f38.box-iron-f680
  .focus-a7b9
  > li.grid-top-3ce7
  > a,
.rough-4e7d
  .solid-7f38.active-full-7275
  .focus-a7b9
  > li.article-gold-7b3a
  > a,
.rough-4e7d
  .solid-7f38.active-full-7275
  .focus-a7b9
  > li.grid-top-3ce7
  > a,
.rough-4e7d
  .solid-7f38.gold-acb5
  .focus-a7b9
  > li.article-gold-7b3a
  > a,
.rough-4e7d .solid-7f38.gold-acb5 .focus-a7b9 > li.advanced_40c8 > a {
  color: rgba(255, 255, 255, 0.99);
}
.rough-4e7d .solid-11b3,
.rough-4e7d .solid-11b3 a {
  color: rgba(255, 255, 255, 0.99);
}
.rough-4e7d .shade_ac97.complex-a2de li a,
.rough-4e7d .layout_484a a,
.rough-4e7d .tiny-d959,
.rough-4e7d .focus-a7b9 > li > a,
.rough-4e7d .box_f056 {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d .shade_ac97.complex-a2de li a:hover,
.rough-4e7d .layout_484a a:hover,
.rough-4e7d .tiny-d959:hover,
.rough-4e7d .focus-a7b9 > li > a:hover,
.rough-4e7d .box_f056:hover {
  color: rgba(255, 255, 255, 0.99);
}
.rough-4e7d .soft_beff {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d .soft_beff .pro_eead {
  color: rgba(255, 255, 255, 0.99);
}
.rough-4e7d .soft_beff:hover {
  color: rgba(255, 255, 255, 0.99);
}
.rough-4e7d .east_3e28 .primary_middle_135b {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d .east_3e28 .primary_middle_135b .red-bcd8 {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d
  .east_3e28
  .primary_middle_135b
  .red-bcd8::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d
  .east_3e28
  .primary_middle_135b
  .red-bcd8:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d
  .east_3e28
  .primary_middle_135b
  .red-bcd8::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d
  .east_3e28
  .primary_middle_135b
  .red-bcd8::placeholder {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d .east_3e28 .notification_action_f937 {
  color: rgba(255, 255, 255, 0.79);
}
.rough-4e7d .east_3e28 .notification_action_f937:hover {
  color: rgba(255, 255, 255, 0.99);
}
.search-dim-277b
  .rough-4e7d
  .east_3e28
  .glass_cb41
  .pagination-wood-905f {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.search-dim-277b
  .rough-4e7d
  .east_3e28
  .glass_cb41
  .red-bcd8 {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.79);
}
.widget_cc4d .frame_4941 {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
}
.frame_4941 .solid-7f38.box-iron-f680 .focus-a7b9 > li > a:focus,
.frame_4941 .solid-7f38.box-iron-f680 .focus-a7b9 > li > a:hover,
.frame_4941 .solid-7f38.active-full-7275 .focus-a7b9 > li > a:focus,
.frame_4941 .solid-7f38.active-full-7275 .focus-a7b9 > li > a:hover,
.frame_4941 .solid-7f38.gold-acb5 .focus-a7b9 > li > a:focus,
.frame_4941 .solid-7f38.gold-acb5 .focus-a7b9 > li > a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.frame_4941
  .solid-7f38.box-iron-f680
  .focus-a7b9
  > li.article-gold-7b3a
  > a,
.frame_4941
  .solid-7f38.box-iron-f680
  .focus-a7b9
  > li.grid-top-3ce7
  > a,
.frame_4941
  .solid-7f38.active-full-7275
  .focus-a7b9
  > li.article-gold-7b3a
  > a,
.frame_4941
  .solid-7f38.active-full-7275
  .focus-a7b9
  > li.grid-top-3ce7
  > a,
.frame_4941
  .solid-7f38.gold-acb5
  .focus-a7b9
  > li.article-gold-7b3a
  > a,
.frame_4941 .solid-7f38.gold-acb5 .focus-a7b9 > li.advanced_40c8 > a {
  color: rgba(0, 0, 0, 0.8);
}
.frame_4941 .solid-11b3,
.frame_4941 .solid-11b3 a {
  color: rgba(0, 0, 0, 0.8);
}
.frame_4941 .shade_ac97.complex-a2de li a,
.frame_4941 .layout_484a a,
.frame_4941 .tiny-d959,
.frame_4941 .focus-a7b9 > li > a,
.frame_4941 .box_f056 {
  color: rgba(0, 0, 0, 0.55);
}
.frame_4941 .shade_ac97.complex-a2de li a:hover,
.frame_4941 .layout_484a a:hover,
.frame_4941 .tiny-d959:hover,
.frame_4941 .focus-a7b9 > li > a:hover,
.frame_4941 .box_f056:hover {
  color: rgba(0, 0, 0, 0.8);
}
.frame_4941 .soft_beff {
  color: rgba(0, 0, 0, 0.55);
}
.frame_4941 .soft_beff .pro_eead {
  color: rgba(0, 0, 0, 0.8);
}
.frame_4941 .soft_beff:hover {
  color: rgba(0, 0, 0, 0.8);
}
.heading-4f95 .menu_96bb {
  margin-left: auto;
  margin-right: auto;
}
.video_8668 > * {
  margin-left: auto;
  margin-right: auto;
}
.video_8668 .box-c650 {
  margin-right: 1.41575em;
}
.old-7b4e .video_8668 > .grid-be66 {
  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;
}
.old-7b4e .video_8668 > .lite-1508 {
  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;
}
.hovered_aad0.heading-4f95 .menu_96bb,
.action_ee70.heading-4f95 .menu_96bb {
  margin-left: 0;
}
.input-green-3ce0.heading-4f95 .menu_96bb,
.layout-south-3686.heading-4f95 .menu_96bb {
  margin-right: 0;
}
.video_8668 ol,
.video_8668 ul {
  margin: 1.5em auto;
  list-style-position: outside;
}
.table_static_67bb video {
  max-width: 100%;
}
.lite-e1db img {
  display: block;
}
.lite-e1db.box-c650,
.lite-e1db.rough_e730 {
  width: 100%;
}
.lite-e1db.lite-1508 img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}
.media-3f8b:not(.breadcrumb-42fc) {
  margin: 1.5em auto;
}
.focused-89d2 p {
  padding: 1.5em 14px;
}
ul.container_2822.lite-1508,
ul.container_2822.grid-be66,
ul.container_2822.primary-ed65.grid-be66 {
  padding: 0 14px;
}
.image_dirty_9d72 {
  display: block;
  overflow-x: auto;
}
.image_dirty_9d72 table {
  border-collapse: collapse;
  width: 100%;
}
.image_dirty_9d72 td,
.image_dirty_9d72 th {
  padding: 0.5em;
}
.video_8668 li {
  margin-left: 2.5em;
  margin-bottom: 6px;
}
.video_8668 ol ol,
.video_8668 ol ul,
.video_8668 ul ol,
.video_8668 ul ul {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 2.5em;
}
.video_8668 ol ol li,
.video_8668 ol ul li,
.video_8668 ul ol li,
.video_8668 ul ul li {
  margin-left: 0;
}
.secondary_hot_98cd.panel_4953 > .steel-cf8d {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.secondary_hot_98cd.panel_4953 > .steel-cf8d iframe,
.secondary_hot_98cd.panel_4953 > .steel-cf8d > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner_5007 {
  border-left-width: 4px;
  border-left-color: currentColor;
}
.banner_5007.dirty_dca8 {
  padding: 0;
}
.banner_5007.dirty_dca8 cite {
  font-size: 13px;
}
.banner_5007 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.banner_5007 cite {
  font-style: normal;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
}
.green-70b1 {
  border-bottom: 4px solid currentColor;
  border-top: 4px solid currentColor;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 0;
  text-align: center;
}
.green-70b1 > p:first-child {
  margin-top: 0;
}
.green-70b1 cite {
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
}
.green-70b1 blockquote {
  border-left: 0;
}
.out-ce8a {
  margin: 3em auto;
  border: none;
  border-bottom: 2px solid currentColor;
}
.out-ce8a:not(.gradient-1226) {
  max-width: 100px;
}
.out-ce8a.right_5676 {
  border-bottom: none !important;
  text-align: center;
}
.out-ce8a.right_5676::before {
  padding-left: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .focused-89d2 p {
    padding: 1.5em 0;
  }
}
.footer-6012 {
  color: #0073aa;
}
.tag-tiny-b640 {
  background-color: #0073aa;
}
.background_bd14 {
  color: #229fd8;
}
.input-tiny-8c32 {
  background-color: #229fd8;
}
.caption_6892 {
  color: #eee;
}
.disabled-b61d {
  background-color: #eee;
}
.alert_fast_6eca {
  color: #444;
}
.alert-north-2852 {
  background-color: #444;
}
.button_1b02 {
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 13px;
}
.button_1b02 .component-6303 .layout_484a {
  font-size: 15px;
}
.button_1b02 .layout_484a {
  line-height: 1.3;
}
.button_1b02 .frame_4941 {
}
.button_1b02 .rough-4e7d {
  background: #235787;
}
.button-complex-7c1e {
  padding: 0;
}
.button-complex-7c1e .rough-4e7d {
  background: #1a1a1a;
}
.button-complex-7c1e .frame_4941 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
  background: #fff;
}
.gradient-81d4 {
  padding: 0;
  border-left: none;
  border-right: none;
}
.gradient-81d4 .frame_4941 {
  box-shadow: 0 1px 2px 0 #e1e5ea;
}
.gradient-81d4 .rough-4e7d {
  background: #303030;
}
.disabled-advanced-eadb {
  position: relative;
  z-index: 10;
}
.disabled-advanced-eadb .north-0cd6 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.picture-b492 .button_2fc8 {
  display: inline-block;
  vertical-align: middle;
}
.picture-b492.message_white_ee8b .button_2fc8 {
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .picture-b492.message_white_ee8b .button_2fc8 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 568px) {
  .picture-b492.message_white_ee8b .button_2fc8 {
    margin-right: 0.4em;
  }
}
.picture-b492.message_white_ee8b .button_2fc8:last-child {
  margin-right: 0;
}
.caption-97b8 .north-0cd6 {
  max-width: initial;
}
@media screen and (min-width: 1025px) {
  .widget_cc4d .component-6303 {
    margin: 0 -0.5em;
  }
  .widget_cc4d .component-6303 [class*="customify-col-"],
  .widget_cc4d .component-6303 [class*="customify-col_"],
  .widget_cc4d .component-6303 [class~="customify-col-"] {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.widget_cc4d.up_87fa .north-0cd6 {
  background: 0 0 !important;
}
.widget_cc4d.up_87fa .north-0cd6,
.widget_cc4d.caption-97b8 .north-0cd6 {
  border: 0 none !important;
  box-shadow: none !important;
}
@media screen and (min-width: 1025px) {
  .widget_cc4d.list-new-64b7 {
    background: 0 0 !important;
    border: 0 none;
    box-shadow: none !important;
  }
}
.widget_cc4d.caption-97b8 .north-0cd6 {
  box-shadow: none !important;
}
.article_old_a03c {
  padding: 21px 0 22px;
  border-bottom: 1px solid #eaecee;
  word-break: break-word;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .article_old_a03c {
    padding: 19px 0 20px;
  }
}
@media screen and (max-width: 568px) {
  .article_old_a03c {
    padding: 18px 0 20px;
  }
}
.article_old_a03c .filter_c3c2 {
  width: 100%;
}
.article_old_a03c .fixed_65e0 {
  margin-bottom: 0;
}
.article_old_a03c .picture-white-bb03 {
  margin-top: 5px;
  font-size: 0.875em;
}
.aside-5fb6 {
  padding: 9px 0 9px;
  border-bottom: 1px solid #eaecee;
  color: #6d6d6d;
  line-height: 1.6;
  background: #fff;
}
.aside-5fb6 .hidden-2282 {
  width: 100%;
}
.active-south-0518 {
  list-style: none;
  margin: 0 1em;
  padding: 0;
}
.active-south-0518 li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.active-south-0518 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;
}
.active-south-0518 li:last-child:after {
  display: none;
}
.active-south-0518 li a {
  font-weight: 500;
  margin-right: 10px;
}
.menu-hot-e043 .container-complex-155e button,
.article_old_a03c .container-complex-155e button {
  left: 0;
}
.menu-hot-e043 .hidden-2282,
.article_old_a03c .hidden-2282 {
  padding-left: 0;
  padding-right: 0;
}
.menu-hot-e043 .aside-5fb6,
.article_old_a03c .aside-5fb6 {
  border-bottom: none;
  padding-bottom: 0;
  background: 0 0;
}
.menu-hot-e043 {
  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;
}
.menu-hot-e043: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;
}
.menu-hot-e043 .dark-d38c {
  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) {
  .menu-hot-e043 .dark-d38c {
    min-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-hot-e043 .dark-d38c {
    min-height: 250px;
    padding: 1em 15px;
  }
}
@media screen and (max-width: 568px) {
  .menu-hot-e043 .dark-d38c {
    min-height: 200px;
  }
}
.menu-hot-e043 .active-south-0518 {
  color: rgba(255, 255, 255, 0.8);
}
.menu-hot-e043 .active-south-0518 a,
.menu-hot-e043 .active-south-0518 li:after {
  color: inherit;
}
.menu-hot-e043 .active-south-0518 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.down_d5ca {
  margin-bottom: 0.5em;
}
.secondary-b54e {
  margin-bottom: 1.2em;
}
.secondary-b54e,
.down_d5ca {
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.99);
  z-index: 5;
}
.secondary-b54e p:last-child,
.down_d5ca p:last-child {
  margin-bottom: 0;
}
#header-menu-sidebar .container-complex-155e,
#masthead .container-complex-155e {
  display: none;
}
#masthead
  > .container-complex-155e.left_b589 {
  display: none;
}
#masthead > .container-complex-155e button {
  left: 0;
}
.dropdown_c595 {
  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%;
}
.dropdown_c595 .button_2fc8 {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.dropdown_c595 .list_f03d {
  display: -webkit-box;
  display: flex;
}
.dropdown_c595 .list_f03d.box-bronze-8db9 {
  -webkit-box-pack: center;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
}
.dropdown_c595 .list_f03d.copper_933d {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-right: auto;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dropdown_c595 .list_f03d.cool-b164 {
  margin-left: auto;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  flex: 1 1 0;
}
.dropdown_c595.badge-6421.notification_d9c2 .list_f03d.box-bronze-8db9 {
  flex-basis: 100%;
}
.dropdown_c595.border_fast_c57c .list_f03d.copper_933d {
  -webkit-box-flex: 1;
  flex: auto;
}
.dropdown_c595.border_fast_c57c .list_f03d.cool-b164 {
  -webkit-box-flex: 1;
  flex: auto;
}
#masthead
  > .container-complex-155e.left_b589 {
  display: none;
}
#masthead > .container-complex-155e button {
  left: 0;
}
.plasma_4fda {
  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;
}
.plasma_4fda:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.plasma_4fda.popup-liquid-f519 i {
  margin-right: 4px;
}
.plasma_4fda.outline_dim_b4ae i {
  margin-left: 5px;
}
.layout_484a p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.layout_484a p:last-child {
  margin-bottom: 0;
}
.popup_middle_3430 {
  display: -webkit-box;
  display: flex;
  line-height: 0.9;
  vertical-align: middle;
}
.popup_middle_3430 a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.popup_middle_3430 img {
  display: block;
  width: auto;
  line-height: 1;
}
.popup_middle_3430 .solid-11b3 {
  font-size: 1.5em;
  margin: 0;
  font-weight: 600;
  line-height: 1.216;
}
.popup_middle_3430 .media-outer-a5ab {
  margin: 5px 0 7px 0;
}
.popup_middle_3430.highlight_9af0 .shade-stale-9b24 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.popup_middle_3430.highlight_9af0 .search-4911 {
  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;
}
.popup_middle_3430.in-3ada {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.popup_middle_3430.in-3ada .shade-stale-9b24 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.popup_middle_3430.in-3ada .search-4911 {
  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;
}
.popup_middle_3430.fixed-c00d {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.popup_middle_3430.left-ef81 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.popup_middle_3430.left-ef81 .search-4911 {
  margin-top: 7px;
}
.border_brown_d02f {
  display: inline-block;
}
.disabled-advanced-eadb .filter-ff00 .popup_middle_3430 img {
  max-width: 100%;
}
.solid-7f38 .outer-c71e.preview_d9ed,
.status_7525 .outer-c71e.preview_d9ed {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.solid-7f38 .wide-5d11,
.status_7525 .wide-5d11 {
  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%);
}
.solid-7f38 .wide-5d11 {
  display: inline;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.solid-7f38.row_basic_5e15 .wide-5d11 {
  display: none;
}
.solid-7f38 .mask-0108 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solid-7f38 .mask-0108 li {
  display: inline-block;
  position: relative;
}
.solid-7f38 .mask-0108 li:last-child {
  margin-right: 0;
}
.solid-7f38 .mask-0108 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;
}
.solid-7f38 .mask-0108 li.advanced_40c8 > a {
  color: rgba(0, 0, 0, 0.9);
}
.solid-7f38 .mask-0108 > 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;
}
.solid-7f38 .mask-0108 > li > a i {
  line-height: 0;
}
.solid-7f38 .mask-0108 > li.dropdown_over_b17f > a .wide-5d11 {
  margin-left: 4px;
  line-height: 0;
}
.solid-7f38 .mask-0108 .silver_57a4 li.dropdown_over_b17f > a {
  position: relative;
}
.solid-7f38 .mask-0108 .silver_57a4 li.dropdown_over_b17f > a:after,
.solid-7f38 .mask-0108 .silver_57a4 li.dropdown_over_b17f > a:before {
  content: "";
  display: table;
}
.solid-7f38 .mask-0108 .silver_57a4 li.dropdown_over_b17f > a:after {
  clear: both;
}
.solid-7f38 .mask-0108 .silver_57a4 li.dropdown_over_b17f > a .wide-5d11 {
  margin-left: 5px;
  float: right;
}
.solid-7f38 .sidebar-8f06,
.solid-7f38 .silver_57a4 {
  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;
}
.solid-7f38 .silver_57a4 {
  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;
}
.solid-7f38 .silver_57a4 .preview_d9ed {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.solid-7f38 .silver_57a4 .wide-5d11 {
  -webkit-transform: rotate(135deg) translateY(0);
  -ms-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}
.solid-7f38 .silver_57a4 li {
  display: block;
  margin: 0;
  padding: 0;
}
.solid-7f38 .silver_57a4 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;
}
.solid-7f38 .silver_57a4 li a:hover {
  background: rgba(0, 0, 0, 0.015);
  color: rgba(0, 0, 0, 0.8);
}
.solid-7f38 .silver_57a4 .silver_57a4 {
  top: 0;
  left: 100%;
}
.solid-7f38 .shade-52f0.fn-focus-8613 > .sidebar-8f06,
.solid-7f38 .shade-52f0.fn-focus-8613 > .silver_57a4,
.solid-7f38 .shade-52f0:focus > .sidebar-8f06,
.solid-7f38 .shade-52f0:focus > .silver_57a4,
.solid-7f38 .shade-52f0:hover > .sidebar-8f06,
.solid-7f38 .shade-52f0:hover > .silver_57a4 {
  height: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  overflow: initial;
  visibility: visible;
  opacity: 1;
}
.solid-7f38.gold-acb5 .focus-a7b9:after,
.solid-7f38.gold-acb5 .focus-a7b9:before {
  content: "";
  display: table;
}
.solid-7f38.gold-acb5 .focus-a7b9:after {
  clear: both;
}
.solid-7f38.gold-acb5 .focus-a7b9 > li {
  float: left;
}
.solid-7f38.article_fixed_bfde .focus-a7b9:after,
.solid-7f38.article_fixed_bfde .focus-a7b9:before {
  content: "";
  display: table;
}
.solid-7f38.article_fixed_bfde .focus-a7b9:after {
  clear: both;
}
.solid-7f38.article_fixed_bfde .focus-a7b9 > li {
  float: left;
}
.solid-7f38.article_fixed_bfde .focus-a7b9 > li > a {
  background: 0 0;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  align-items: center;
}
.solid-7f38.article_fixed_bfde .focus-a7b9 > li > a:hover {
  color: #fff;
  background-color: #1e4b75;
}
.solid-7f38.article_fixed_bfde .focus-a7b9 > li.article-gold-7b3a > a,
.solid-7f38.article_fixed_bfde .focus-a7b9 > li.advanced_40c8 > a {
  color: #fff;
  background-color: #1e4b75;
}
.solid-7f38.box-iron-f680 .focus-a7b9 > li > a .preview_d9ed {
  position: relative;
}
.solid-7f38.box-iron-f680 .focus-a7b9 > li > a .preview_d9ed: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;
}
.solid-7f38.box-iron-f680
  .focus-a7b9
  > li:focus
  > a
  .preview_d9ed:before,
.solid-7f38.box-iron-f680
  .focus-a7b9
  > li:hover
  > a
  .preview_d9ed:before {
  width: 100%;
  background-color: currentColor;
}
.solid-7f38.box-iron-f680
  .focus-a7b9
  > li.article-gold-7b3a
  > a
  .preview_d9ed:before,
.solid-7f38.box-iron-f680
  .focus-a7b9
  > li.grid-top-3ce7
  > a
  .preview_d9ed:before {
  width: 100%;
  background-color: currentColor;
}
.solid-7f38.active-full-7275 .focus-a7b9 > li > a .preview_d9ed {
  position: relative;
}
.solid-7f38.active-full-7275 .focus-a7b9 > li > a .preview_d9ed: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;
}
.solid-7f38.active-full-7275 .focus-a7b9 > li:focus > a .preview_d9ed:before,
.solid-7f38.active-full-7275
  .focus-a7b9
  > li:hover
  > a
  .preview_d9ed:before {
  width: 100%;
  background-color: currentColor;
}
.solid-7f38.active-full-7275
  .focus-a7b9
  > li.article-gold-7b3a
  > a
  .preview_d9ed:before,
.solid-7f38.active-full-7275
  .focus-a7b9
  > li.grid-top-3ce7
  > a
  .preview_d9ed:before {
  width: 100%;
  background-color: currentColor;
}
.status_7525 .mask-0108 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.status_7525 .mask-0108 li:first-child > a {
  border-top: none;
}
.status_7525 .mask-0108 .tall-19f1 > .preview_d9ed .wide-5d11 {
  display: none;
}
.status_7525 .mask-0108 li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid transparent;
}
.status_7525 .mask-0108 li:last-child {
  border: none;
}
.status_7525 .mask-0108 li.dropdown_over_b17f > a {
  padding-right: 45px !important;
}
.status_7525 .mask-0108 li a {
  display: block;
  padding: 0.55em 1.5em;
}
.status_7525 .mask-0108 li a:focus,
.status_7525 .mask-0108 li a:hover {
  background: rgba(0, 0, 0, 0.01);
}
.status_7525 .mask-0108 li .black-cb44 {
  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;
}
.status_7525 .mask-0108 li .black-cb44:hover {
  box-shadow: none;
}
.status_7525 .mask-0108 li .black-cb44 .wide-5d11 {
  -webkit-transform: rotate(-135deg) translateY(50%) translateX(50%);
  -ms-transform: rotate(-135deg) translateY(50%) translateX(50%);
  transform: rotate(-135deg) translateY(50%) translateX(50%);
}
.status_7525 .mask-0108 .silver_57a4 {
  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);
}
.status_7525 .mask-0108 .silver_57a4 li a {
  padding-left: 3em;
}
.status_7525 .mask-0108 .info-red-c08d > a .black-cb44 i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.status_7525 .mask-0108 .info-red-c08d > .silver_57a4 {
  display: block;
  opacity: 1;
}
.paragraph-over-1c44 {
  max-width: 100%;
}
.accent-2165 {
  line-height: 0;
  cursor: pointer;
}
.box_f056 {
  line-height: 0;
  display: inline-block;
  position: relative;
  box-shadow: none;
}
.box_f056:hover {
  box-shadow: none;
  color: currentColor;
}
.box_f056 svg {
  width: 18px;
  height: 18px;
}
.box_f056 .message-193b {
  display: none;
}
.next_ea2b {
  position: relative;
}
.next_ea2b.fn-active-8613 .box_f056 .content_8d73 {
  display: none;
}
.next_ea2b.fn-active-8613 .box_f056 .message-193b {
  display: inline-block;
}
.next_ea2b .surface_39cf {
  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);
}
.next_ea2b.detail-8222 .surface_39cf {
  left: auto;
  right: -0.9em;
}
.next_ea2b.detail-8222 .background-9910::before {
  left: auto;
  right: 15px;
}
.next_ea2b.fn-active-8613 .surface_39cf {
  height: auto;
  overflow: initial;
  z-index: 26;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.glass_cb41 {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}
.glass_cb41 label {
  flex-basis: 100%;
}
.glass_cb41 .primary_middle_135b {
  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;
}
.glass_cb41 .red-bcd8 {
  display: block;
  width: 100%;
  border-radius: 2px;
  height: 2.4em;
}
.glass_cb41 .red-bcd8:focus {
  background-color: transparent;
}
.glass_cb41 button.notification_action_f937 {
  overflow: hidden;
  box-shadow: none;
  margin-left: -40px;
  background: 0 0;
  color: #6d6d6d;
  line-height: 0;
  padding: 0 0.7em;
  min-height: auto;
}
.glass_cb41 button.notification_action_f937:hover {
  box-shadow: none;
  background-color: transparent;
  color: #686868;
}
.glass_cb41 button.notification_action_f937 svg {
  width: 18px;
  height: 18px;
}
.glass_cb41 input[type="submit"] {
  min-height: auto;
}
.east_3e28 .glass_cb41 .red-bcd8 {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.background-9910 {
  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) {
  .background-9910 {
    width: 220px;
  }
}
.background-9910 label {
  flex-basis: 100%;
}
.background-9910::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;
}
.search-dim-277b .east_3e28 .glass_cb41 {
  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;
}
.search-dim-277b
  .east_3e28
  .glass_cb41
  .primary_middle_135b {
  background-color: transparent;
  min-height: auto;
  flex-basis: 100%;
  display: -webkit-box;
  display: flex;
  border-style: none;
  border: none;
  box-shadow: none;
}
.search-dim-277b .east_3e28 .glass_cb41 .red-bcd8 {
  border-color: transparent;
  height: auto;
  background-color: transparent;
  border: 0;
  border-style: none;
  box-shadow: none;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
.search-dim-277b
  .east_3e28
  .glass_cb41
  .red-bcd8:focus {
  background: 0 0;
}
.search-dim-277b
  .east_3e28
  .glass_cb41
  .pagination-wood-905f {
  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;
}
.shade_ac97 {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.shade_ac97 li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.shade_ac97 li:last-child {
  margin-right: 0;
}
.shade_ac97 li:first-child {
  margin-left: 0;
}
.shade_ac97.dim_e8c4 a {
  color: #fff;
}
.shade_ac97.dim_e8c4 a:hover {
  color: #fff;
}
.shade_ac97 a {
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
.shade_ac97 a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.shade_ac97 a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shade_ac97 a:hover {
  opacity: 0.9;
  color: inherit;
}
.shade_ac97 [class*="social-icon-apple"] {
  background-color: #999;
}
.shade_ac97 [class*="social-icon-apple"].fast_a5f8 {
  background-color: transparent;
  color: #999;
}
.shade_ac97 [class*="social-icon-behance"] {
  background-color: #1769ff;
}
.shade_ac97 [class*="social-icon-behance"].fast_a5f8 {
  background-color: transparent;
  color: #1769ff;
}
.shade_ac97 [class*="social-icon-bitbucket"] {
  background-color: #205081;
}
.shade_ac97 [class*="social-icon-bitbucket"].fast_a5f8 {
  background-color: transparent;
  color: #205081;
}
.shade_ac97 [class*="social-icon-codepen"] {
  background-color: #000;
}
.shade_ac97 [class*="social-icon-codepen"].fast_a5f8 {
  background-color: transparent;
  color: #000;
}
.shade_ac97 [class*="social-icon-delicious"] {
  background-color: #39f;
}
.shade_ac97 [class*="social-icon-delicious"].fast_a5f8 {
  background-color: transparent;
  color: #39f;
}
.shade_ac97 [class*="social-icon-digg"] {
  background-color: #005be2;
}
.shade_ac97 [class*="social-icon-digg"].fast_a5f8 {
  background-color: transparent;
  color: #005be2;
}
.shade_ac97 [class*="social-icon-dribbble"] {
  background-color: #ea4c89;
}
.shade_ac97 [class*="social-icon-dribbble"].fast_a5f8 {
  background-color: transparent;
  color: #ea4c89;
}
.shade_ac97 [class*="social-icon-envelope"] {
  background-color: #ea4335;
}
.shade_ac97 [class*="social-icon-envelope"].fast_a5f8 {
  background-color: transparent;
  color: #ea4335;
}
.shade_ac97 [class*="social-icon-facebook"] {
  background-color: #3b5998;
}
.shade_ac97 [class*="social-icon-facebook"].fast_a5f8 {
  background-color: transparent;
  color: #3b5998;
}
.shade_ac97 [class*="social-icon-flickr"] {
  background-color: #0063dc;
}
.shade_ac97 [class*="social-icon-flickr"].fast_a5f8 {
  background-color: transparent;
  color: #0063dc;
}
.shade_ac97 [class*="social-icon-foursquare"] {
  background-color: #2d5be3;
}
.shade_ac97 [class*="social-icon-foursquare"].fast_a5f8 {
  background-color: transparent;
  color: #2d5be3;
}
.shade_ac97 [class*="social-icon-github"] {
  background-color: #333;
}
.shade_ac97 [class*="social-icon-github"].fast_a5f8 {
  background-color: transparent;
  color: #333;
}
.shade_ac97 [class*="social-icon-google-plus"] {
  background-color: #dd4b39;
}
.shade_ac97 [class*="social-icon-google-plus"].fast_a5f8 {
  background-color: transparent;
  color: #dd4b39;
}
.shade_ac97 [class*="social-icon-houzz"] {
  background-color: #7ac142;
}
.shade_ac97 [class*="social-icon-houzz"].fast_a5f8 {
  background-color: transparent;
  color: #7ac142;
}
.shade_ac97 [class*="social-icon-instagram"] {
  background-color: #262626;
}
.shade_ac97 [class*="social-icon-instagram"].fast_a5f8 {
  background-color: transparent;
  color: #262626;
}
.shade_ac97 [class*="social-icon-jsfiddle"] {
  background-color: #487aa2;
}
.shade_ac97 [class*="social-icon-jsfiddle"].fast_a5f8 {
  background-color: transparent;
  color: #487aa2;
}
.shade_ac97 [class*="social-icon-linkedin"] {
  background-color: #0077b5;
}
.shade_ac97 [class*="social-icon-linkedin"].fast_a5f8 {
  background-color: transparent;
  color: #0077b5;
}
.shade_ac97 [class*="social-icon-medium"] {
  background-color: #00ab6b;
}
.shade_ac97 [class*="social-icon-medium"].fast_a5f8 {
  background-color: transparent;
  color: #00ab6b;
}
.shade_ac97 [class*="social-icon-odnoklassniki"] {
  background-color: #f4731c;
}
.shade_ac97
  [class*="social-icon-odnoklassniki"].fast_a5f8 {
  background-color: transparent;
  color: #f4731c;
}
.shade_ac97 [class*="social-icon-meetup"] {
  background-color: #ec1c40;
}
.shade_ac97 [class*="social-icon-meetup"].fast_a5f8 {
  background-color: transparent;
  color: #ec1c40;
}
.shade_ac97 [class*="social-icon-pinterest"] {
  background-color: #bd081c;
}
.shade_ac97 [class*="social-icon-pinterest"].fast_a5f8 {
  background-color: transparent;
  color: #bd081c;
}
.shade_ac97 [class*="social-icon-product-hunt"] {
  background-color: #da552f;
}
.shade_ac97 [class*="social-icon-product-hunt"].fast_a5f8 {
  background-color: transparent;
  color: #da552f;
}
.shade_ac97 [class*="social-icon-reddit"] {
  background-color: #ff4500;
}
.shade_ac97 [class*="social-icon-reddit"].fast_a5f8 {
  background-color: transparent;
  color: #ff4500;
}
.shade_ac97 [class*="social-icon-rss"] {
  background-color: #f26522;
}
.shade_ac97 [class*="social-icon-rss"].fast_a5f8 {
  background-color: transparent;
  color: #f26522;
}
.shade_ac97 [class*="social-icon-shopping-cart"] {
  background-color: #4caf50;
}
.shade_ac97
  [class*="social-icon-shopping-cart"].fast_a5f8 {
  background-color: transparent;
  color: #4caf50;
}
.shade_ac97 [class*="social-icon-skype"] {
  background-color: #00aff0;
}
.shade_ac97 [class*="social-icon-skype"].fast_a5f8 {
  background-color: transparent;
  color: #00aff0;
}
.shade_ac97 [class*="social-icon-slideshare"] {
  background-color: #0077b5;
}
.shade_ac97 [class*="social-icon-slideshare"].fast_a5f8 {
  background-color: transparent;
  color: #0077b5;
}
.shade_ac97 [class*="social-icon-snapchat"] {
  background-color: #fffc00;
}
.shade_ac97 [class*="social-icon-snapchat"].fast_a5f8 {
  background-color: transparent;
  color: #fffc00;
}
.shade_ac97 [class*="social-icon-soundcloud"] {
  background-color: #f80;
}
.shade_ac97 [class*="social-icon-soundcloud"].fast_a5f8 {
  background-color: transparent;
  color: #f80;
}
.shade_ac97 [class*="social-icon-spotify"] {
  background-color: #2ebd59;
}
.shade_ac97 [class*="social-icon-spotify"].fast_a5f8 {
  background-color: transparent;
  color: #2ebd59;
}
.shade_ac97 [class*="social-icon-stack-overflow"] {
  background-color: #fe7a15;
}
.shade_ac97
  [class*="social-icon-stack-overflow"].fast_a5f8 {
  background-color: transparent;
  color: #fe7a15;
}
.shade_ac97 [class*="social-icon-maldkfgram"] {
  background-color: #2ca5e0;
}
.shade_ac97 [class*="social-icon-maldkfgram"].fast_a5f8 {
  background-color: transparent;
  color: #2ca5e0;
}
.shade_ac97 [class*="social-icon-tripadvisor"] {
  background-color: #589442;
}
.shade_ac97 [class*="social-icon-tripadvisor"].fast_a5f8 {
  background-color: transparent;
  color: #589442;
}
.shade_ac97 [class*="social-icon-tumblr"] {
  background-color: #35465c;
}
.shade_ac97 [class*="social-icon-tumblr"].fast_a5f8 {
  background-color: transparent;
  color: #35465c;
}
.shade_ac97 [class*="social-icon-twitch"] {
  background-color: #6441a5;
}
.shade_ac97 [class*="social-icon-twitch"].fast_a5f8 {
  background-color: transparent;
  color: #6441a5;
}
.shade_ac97 [class*="social-icon-twitter"] {
  background-color: #1da1f2;
}
.shade_ac97 [class*="social-icon-twitter"].fast_a5f8 {
  background-color: transparent;
  color: #1da1f2;
}
.shade_ac97 [class*="social-icon-vimeo"] {
  background-color: #1ab7ea;
}
.shade_ac97 [class*="social-icon-vimeo"].fast_a5f8 {
  background-color: transparent;
  color: #1ab7ea;
}
.shade_ac97 [class*="social-icon-vk"] {
  background-color: #45668e;
}
.shade_ac97 [class*="social-icon-vk"].fast_a5f8 {
  background-color: transparent;
  color: #45668e;
}
.shade_ac97 [class*="social-icon-weibo"] {
  background-color: #df2029;
}
.shade_ac97 [class*="social-icon-weibo"].fast_a5f8 {
  background-color: transparent;
  color: #df2029;
}
.shade_ac97 [class*="social-icon-weixin"] {
  background-color: #7bb32e;
}
.shade_ac97 [class*="social-icon-weixin"].fast_a5f8 {
  background-color: transparent;
  color: #7bb32e;
}
.shade_ac97 [class*="social-icon-whatsapp"] {
  background-color: #25d366;
}
.shade_ac97 [class*="social-icon-whatsapp"].fast_a5f8 {
  background-color: transparent;
  color: #25d366;
}
.shade_ac97 [class*="social-icon-wordpress"] {
  background-color: #21759b;
}
.shade_ac97 [class*="social-icon-wordpress"].fast_a5f8 {
  background-color: transparent;
  color: #21759b;
}
.shade_ac97 [class*="social-icon-xing"] {
  background-color: #026466;
}
.shade_ac97 [class*="social-icon-xing"].fast_a5f8 {
  background-color: transparent;
  color: #026466;
}
.shade_ac97 [class*="social-icon-yelp"] {
  background-color: #af0606;
}
.shade_ac97 [class*="social-icon-yelp"].fast_a5f8 {
  background-color: transparent;
  color: #af0606;
}
.shade_ac97 [class*="social-icon-youtube"] {
  background-color: #cd201f;
}
.shade_ac97 [class*="social-icon-youtube"].fast_a5f8 {
  background-color: transparent;
  color: #cd201f;
}
.tiny-d959 {
  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;
}
.tiny-d959:hover {
  box-shadow: none;
  background: 0 0;
}
.simple_0373 {
  background: 0 0 !important;
  text-transform: uppercase;
  font-size: 0.85em;
}
.item-prev-453e {
  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;
}
.pressed_2db4 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.tooltip-smooth-a40d {
  display: block;
  top: 50%;
  background-color: currentcolor;
}
.tooltip-smooth-a40d,
.tooltip-smooth-a40d::after,
.tooltip-smooth-a40d::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;
}
.tooltip-smooth-a40d::after,
.tooltip-smooth-a40d::before {
  content: "";
  display: block;
  background-color: inherit;
}
.summary_be19 .item-prev-453e .pressed_2db4 {
  margin-top: -2px;
  width: 19px;
}
.summary_be19 .item-prev-453e .tooltip-smooth-a40d {
  margin-top: -1px;
}
.summary_be19 .item-prev-453e .tooltip-smooth-a40d,
.summary_be19 .item-prev-453e .tooltip-smooth-a40d::after,
.summary_be19 .item-prev-453e .tooltip-smooth-a40d::before {
  width: 19px;
  height: 2px;
}
.summary_be19 .item-prev-453e .tooltip-smooth-a40d::before {
  top: -6px;
}
.summary_be19 .item-prev-453e .tooltip-smooth-a40d::after {
  bottom: -6px;
}
.container-787e .item-prev-453e .pressed_2db4 {
  margin-top: -2px;
  width: 22px;
}
.container-787e .item-prev-453e .tooltip-smooth-a40d {
  margin-top: -1px;
}
.container-787e .item-prev-453e .tooltip-smooth-a40d,
.container-787e .item-prev-453e .tooltip-smooth-a40d::after,
.container-787e .item-prev-453e .tooltip-smooth-a40d::before {
  width: 22px;
  height: 2px;
}
.container-787e .item-prev-453e .tooltip-smooth-a40d::before {
  top: -7px;
}
.container-787e .item-prev-453e .tooltip-smooth-a40d::after {
  bottom: -7px;
}
.dynamic-9802 .item-prev-453e .pressed_2db4 {
  margin-top: -2px;
  width: 31px;
}
.dynamic-9802 .item-prev-453e .tooltip-smooth-a40d {
  margin-top: -1.5px;
}
.dynamic-9802 .item-prev-453e .tooltip-smooth-a40d,
.dynamic-9802 .item-prev-453e .tooltip-smooth-a40d::after,
.dynamic-9802 .item-prev-453e .tooltip-smooth-a40d::before {
  width: 31px;
  height: 3px;
}
.dynamic-9802 .item-prev-453e .tooltip-smooth-a40d::before {
  top: -9px;
}
.dynamic-9802 .item-prev-453e .tooltip-smooth-a40d::after {
  bottom: -9px;
}
@media screen and (min-width: 1025px) {
  .footer-19f2 .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 19px;
  }
  .footer-19f2 .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1px;
  }
  .footer-19f2 .item-prev-453e .tooltip-smooth-a40d,
  .footer-19f2 .item-prev-453e .tooltip-smooth-a40d::after,
  .footer-19f2 .item-prev-453e .tooltip-smooth-a40d::before {
    width: 19px;
    height: 2px;
  }
  .footer-19f2 .item-prev-453e .tooltip-smooth-a40d::before {
    top: -6px;
  }
  .footer-19f2 .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -6px;
  }
  .steel-39b6 .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 22px;
  }
  .steel-39b6 .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1px;
  }
  .steel-39b6 .item-prev-453e .tooltip-smooth-a40d,
  .steel-39b6 .item-prev-453e .tooltip-smooth-a40d::after,
  .steel-39b6 .item-prev-453e .tooltip-smooth-a40d::before {
    width: 22px;
    height: 2px;
  }
  .steel-39b6 .item-prev-453e .tooltip-smooth-a40d::before {
    top: -7px;
  }
  .steel-39b6 .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -7px;
  }
  .plasma_3be3 .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 31px;
  }
  .plasma_3be3 .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1.5px;
  }
  .plasma_3be3 .item-prev-453e .tooltip-smooth-a40d,
  .plasma_3be3 .item-prev-453e .tooltip-smooth-a40d::after,
  .plasma_3be3 .item-prev-453e .tooltip-smooth-a40d::before {
    width: 31px;
    height: 3px;
  }
  .plasma_3be3 .item-prev-453e .tooltip-smooth-a40d::before {
    top: -9px;
  }
  .plasma_3be3 .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 1024px) {
  .hovered_d778 .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 19px;
  }
  .hovered_d778 .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1px;
  }
  .hovered_d778 .item-prev-453e .tooltip-smooth-a40d,
  .hovered_d778 .item-prev-453e .tooltip-smooth-a40d::after,
  .hovered_d778 .item-prev-453e .tooltip-smooth-a40d::before {
    width: 19px;
    height: 2px;
  }
  .hovered_d778 .item-prev-453e .tooltip-smooth-a40d::before {
    top: -6px;
  }
  .hovered_d778 .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -6px;
  }
  .panel_pink_bb2c .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 22px;
  }
  .panel_pink_bb2c .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1px;
  }
  .panel_pink_bb2c .item-prev-453e .tooltip-smooth-a40d,
  .panel_pink_bb2c .item-prev-453e .tooltip-smooth-a40d::after,
  .panel_pink_bb2c .item-prev-453e .tooltip-smooth-a40d::before {
    width: 22px;
    height: 2px;
  }
  .panel_pink_bb2c .item-prev-453e .tooltip-smooth-a40d::before {
    top: -7px;
  }
  .panel_pink_bb2c .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -7px;
  }
  .green_559b .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 31px;
  }
  .green_559b .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1.5px;
  }
  .green_559b .item-prev-453e .tooltip-smooth-a40d,
  .green_559b .item-prev-453e .tooltip-smooth-a40d::after,
  .green_559b .item-prev-453e .tooltip-smooth-a40d::before {
    width: 31px;
    height: 3px;
  }
  .green_559b .item-prev-453e .tooltip-smooth-a40d::before {
    top: -9px;
  }
  .green_559b .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -9px;
  }
}
@media screen and (max-width: 568px) {
  .card-fixed-dfe8 .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 19px;
  }
  .card-fixed-dfe8 .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1px;
  }
  .card-fixed-dfe8 .item-prev-453e .tooltip-smooth-a40d,
  .card-fixed-dfe8 .item-prev-453e .tooltip-smooth-a40d::after,
  .card-fixed-dfe8 .item-prev-453e .tooltip-smooth-a40d::before {
    width: 19px;
    height: 2px;
  }
  .card-fixed-dfe8 .item-prev-453e .tooltip-smooth-a40d::before {
    top: -6px;
  }
  .card-fixed-dfe8 .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -6px;
  }
  .dirty-d15c .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 22px;
  }
  .dirty-d15c .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1px;
  }
  .dirty-d15c .item-prev-453e .tooltip-smooth-a40d,
  .dirty-d15c .item-prev-453e .tooltip-smooth-a40d::after,
  .dirty-d15c .item-prev-453e .tooltip-smooth-a40d::before {
    width: 22px;
    height: 2px;
  }
  .dirty-d15c .item-prev-453e .tooltip-smooth-a40d::before {
    top: -7px;
  }
  .dirty-d15c .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -7px;
  }
  .detail_9335 .item-prev-453e .pressed_2db4 {
    margin-top: -2px;
    width: 31px;
  }
  .detail_9335 .item-prev-453e .tooltip-smooth-a40d {
    margin-top: -1.5px;
  }
  .detail_9335 .item-prev-453e .tooltip-smooth-a40d,
  .detail_9335 .item-prev-453e .tooltip-smooth-a40d::after,
  .detail_9335 .item-prev-453e .tooltip-smooth-a40d::before {
    width: 31px;
    height: 3px;
  }
  .detail_9335 .item-prev-453e .tooltip-smooth-a40d::before {
    top: -9px;
  }
  .detail_9335 .item-prev-453e .tooltip-smooth-a40d::after {
    bottom: -9px;
  }
}
.content-e433 .tooltip-smooth-a40d {
  -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);
}
.content-e433 .tooltip-smooth-a40d::before {
  -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
  transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.content-e433 .tooltip-smooth-a40d::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);
}
.content-e433.stale_49f1 .tooltip-smooth-a40d {
  -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);
}
.content-e433.stale_49f1 .tooltip-smooth-a40d::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
  transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.content-e433.stale_49f1 .tooltip-smooth-a40d::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);
}
.aside-bottom-6610 {
  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.tertiary_4872:before {
  display: none;
}
.wide-7cb6 {
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 0;
  z-index: 999900;
  visibility: hidden;
}
.wide-7cb6 .gradient-18cc {
  padding: 1.4em 1.5em;
  border-bottom: 1px solid transparent;
}
.wide-7cb6 .gradient-18cc:last-of-type {
  border-bottom: none;
}
.wide-7cb6 .gradient-18cc.preview-fc8b,
.wide-7cb6 .gradient-18cc.item-next-90fa,
.wide-7cb6 .gradient-18cc.fluid-3966 {
  padding: 0;
}
.wide-7cb6 .status_7525 .black-cb44 {
  color: currentColor;
}
.wide-7cb6 .status_7525 .black-cb44:focus,
.wide-7cb6 .status_7525 .black-cb44:hover {
  background: rgba(0, 0, 0, 0.01);
}
.wide-7cb6.frame_4941 .soft_beff,
.wide-7cb6.frame_4941 .layout_484a a,
.wide-7cb6.frame_4941 .focus-a7b9 a,
.wide-7cb6.frame_4941 .silver_57a4 a {
  color: rgba(0, 0, 0, 0.55);
}
.wide-7cb6.frame_4941 .soft_beff:hover,
.wide-7cb6.frame_4941 .layout_484a a:hover,
.wide-7cb6.frame_4941 .focus-a7b9 a:hover,
.wide-7cb6.frame_4941 .silver_57a4 a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wide-7cb6.frame_4941 .pro_eead {
  color: rgba(0, 0, 0, 0.8);
}
.wide-7cb6.frame_4941 .gradient-18cc {
  border-color: rgba(0, 0, 0, 0.08);
}
.wide-7cb6.frame_4941 .gradient-18cc:before {
  background: rgba(0, 0, 0, 0.08);
}
.wide-7cb6.frame_4941 .element-3e80:before {
  background: rgba(255, 255, 255, 0.9);
}
.wide-7cb6.frame_4941 .status_7525 .mask-0108 li a,
.wide-7cb6.frame_4941 .status_7525 .black-cb44,
.wide-7cb6.frame_4941 .silver_57a4 {
  border-color: rgba(0, 0, 0, 0.08);
}
.wide-7cb6.frame_4941 .status_7525 .black-cb44:focus,
.wide-7cb6.frame_4941 .status_7525 .black-cb44:hover {
  background: rgba(0, 0, 0, 0.01);
}
.wide-7cb6.frame_4941 .mask-0108 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.wide-7cb6.rough-4e7d .soft_beff,
.wide-7cb6.rough-4e7d .layout_484a a,
.wide-7cb6.rough-4e7d .focus-a7b9 .black-cb44,
.wide-7cb6.rough-4e7d .focus-a7b9 a,
.wide-7cb6.rough-4e7d .silver_57a4 a {
  color: rgba(255, 255, 255, 0.79);
}
.wide-7cb6.rough-4e7d .soft_beff:hover,
.wide-7cb6.rough-4e7d .layout_484a a:hover,
.wide-7cb6.rough-4e7d .focus-a7b9 .black-cb44:hover,
.wide-7cb6.rough-4e7d .focus-a7b9 a:hover,
.wide-7cb6.rough-4e7d .silver_57a4 a:hover {
  color: rgba(255, 255, 255, 0.99);
}
.wide-7cb6.rough-4e7d .pro_eead {
  color: rgba(255, 255, 255, 0.99);
}
.wide-7cb6.rough-4e7d .gradient-18cc {
  border-color: rgba(255, 255, 255, 0.08);
}
.wide-7cb6.rough-4e7d .gradient-18cc:before {
  background: rgba(255, 255, 255, 0.08);
}
.wide-7cb6.rough-4e7d .element-3e80:before {
  background: rgba(0, 0, 0, 0.9);
}
.wide-7cb6.rough-4e7d .status_7525 .mask-0108 li a,
.wide-7cb6.rough-4e7d .status_7525 .black-cb44,
.wide-7cb6.rough-4e7d .silver_57a4 {
  border-color: rgba(255, 255, 255, 0.08);
}
.wide-7cb6.rough-4e7d .status_7525 .black-cb44:focus,
.wide-7cb6.rough-4e7d .status_7525 .black-cb44:hover {
  background: rgba(0, 0, 0, 0.01);
}
.wide-7cb6.rough-4e7d .mask-0108 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.element-3e80 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
}
.element-3e80:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
}
.slider_6e63 {
  position: relative;
  word-con: break-word;
  min-height: 100%;
  display: block;
  padding: 1.2em 0;
}
.surface-7e76 .wide-7cb6 {
  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;
}
.surface-7e76 .gradient-18cc {
  text-align: center;
  padding: 2em 1.5em;
  border: none;
  position: relative;
}
.surface-7e76 .gradient-18cc: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) {
  .surface-7e76 .gradient-18cc:before {
    width: 16%;
    left: 42%;
  }
}
.surface-7e76 .gradient-18cc:last-child:before {
  content: none;
}
.surface-7e76 .gradient-18cc[class*="-menu"] {
  padding: 2.5em 1.5em;
}
.surface-7e76 .status_7525 .mask-0108 li a {
  border: none;
  font-size: 140%;
  text-transform: uppercase;
  font-weight: 500;
}
.surface-7e76 .status_7525 .mask-0108 li a .black-cb44 {
  display: inline-block;
  position: relative;
  border: 0 none;
  margin-right: -1.3em;
  top: -2px;
  padding: 0.28em 0.5em;
}
.surface-7e76 .status_7525 .silver_57a4 {
  border: none;
}
.surface-7e76 .status_7525 .silver_57a4 li a {
  text-transform: none;
  padding: 0.35em 1.5em;
  font-size: 100%;
}
.surface-7e76 .element-3e80 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.surface-7e76 .slider_6e63 {
  max-width: 48em;
  margin: 3em auto;
  padding: 0;
}
.surface-7e76 .rough-4e7d .element-3e80:before {
  background: rgba(0, 0, 0, 0.9);
}
.surface-7e76 .frame_4941.pagination_dim_e8b4 .tooltip-smooth-a40d {
  background: rgba(0, 0, 0, 0.6);
}
.surface-7e76
  .frame_4941.pagination_dim_e8b4
  .tooltip-smooth-a40d::after,
.surface-7e76
  .frame_4941.pagination_dim_e8b4
  .tooltip-smooth-a40d:before {
  background: inherit;
}
.surface-7e76
  .frame_4941.pagination_dim_e8b4:hover
  .tooltip-smooth-a40d {
  background: rgba(0, 0, 0, 0.8);
}
.easy-ccb6 .wide-7cb6 {
  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) {
  .easy-ccb6 .wide-7cb6 {
    width: auto;
    right: 45px;
  }
}
.stale-5ebb .wide-7cb6 {
  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) {
  .stale-5ebb .wide-7cb6 {
    width: auto;
    left: 45px;
  }
}
.tertiary_4872 .wide-7cb6 {
  position: relative;
  height: 0;
  display: block;
  visibility: visible;
  z-index: 999900;
  overflow: hidden;
}
.tertiary_4872 .slider_6e63 {
  max-width: 48em;
  margin: 0 auto;
}
.tertiary_4872 .element-3e80:before {
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
.popup-73ef {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
}
.popup-73ef.surface-7e76 .wide-7cb6 {
  z-index: 0;
  opacity: 0;
  height: 100%;
}
.popup-73ef.easy-ccb6 .wide-7cb6 {
  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);
}
.popup-73ef .wide-7cb6 {
  visibility: visible;
}
.popup-73ef.stale-5ebb .wide-7cb6 {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  height: 100%;
}
.preview-beeb,
.input_hovered_b726 {
  overflow-x: hidden;
}
.preview-beeb .wide-7cb6 {
  overflow: auto;
}
.preview-beeb.surface-7e76 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview-beeb.surface-7e76 .wide-7cb6 {
  z-index: 999900;
  opacity: 1;
  visibility: visible;
}
.preview-beeb.surface-7e76 .tiny-d959 {
  opacity: 0;
}
.preview-beeb.easy-ccb6 {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview-beeb.easy-ccb6 .wide-7cb6 {
  z-index: 999900;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  visibility: visible;
}
.preview-beeb.easy-ccb6 .tiny-d959 {
  opacity: 0;
}
.preview-beeb.stale-5ebb {
  overflow: initial;
  position: relative;
  width: 100%;
  display: block;
}
.preview-beeb.stale-5ebb .wide-7cb6 {
  z-index: 999900;
  height: 100vh;
  max-width: 100vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
  visibility: visible;
}
.preview-beeb.stale-5ebb .tiny-d959 {
  opacity: 0;
}
.preview-beeb.tertiary_4872 .wide-7cb6 {
  z-index: 10;
  visibility: visible;
}
.pagination_dim_e8b4 {
  display: none;
  z-index: 999910;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 12px;
}
.pagination_dim_e8b4 .tooltip-smooth-a40d {
  background: rgba(255, 255, 255, 0.99);
}
.pagination_dim_e8b4 .tooltip-smooth-a40d::after,
.pagination_dim_e8b4 .tooltip-smooth-a40d:before {
  background: inherit;
}
.pagination_dim_e8b4:hover .tooltip-smooth-a40d {
  background: rgba(255, 255, 255, 0.99);
}
.stale-5ebb .pagination_dim_e8b4 {
  top: 10px;
  right: auto;
  left: 12px;
}
.tertiary_4872 .pagination_dim_e8b4 {
  display: none !important;
}
.preview-beeb:before,
.input_hovered_b726:before {
  z-index: 999897;
  visibility: visible;
  opacity: 1;
}
.preview-beeb .pagination_dim_e8b4,
.input_hovered_b726 .pagination_dim_e8b4 {
  display: inline-block;
}
.wide-7cb6 .button_2fc8 {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  opacity: 0;
}
.preview-beeb .wide-7cb6 .button_2fc8,
.input_hovered_b726 .wide-7cb6 .button_2fc8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dark-dfb1 .primary_middle_135b {
  width: 100%;
}
.filter-ff00 {
  padding: 0 0.5em 0;
}
.filter-ff00 [class*="customify-col-"],
.filter-ff00 [class*="customify-col_"],
.filter-ff00 [class~="customify-col"] {
  padding: 0 0.5em 0;
}
.block-45b7 .filter-ff00 {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 1025px) {
  .component-6303 .grid-1c4b,
  .grid-1c4b {
    display: none;
  }
  .top-e791 {
    text-align: left;
  }
  .surface_a6c5 {
    text-align: center;
  }
  .primary-inner-82f0 {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .component-6303 .tabs_9e86,
  .tabs_9e86 {
    display: none;
  }
  .down-84d2 {
    text-align: left;
  }
  .gas_59d9 {
    text-align: center;
  }
  .backdrop_liquid_2d31 {
    text-align: right;
  }
}
@media screen and (max-width: 568px) {
  .component-6303 .detail-5acb,
  .detail-5acb {
    display: none;
  }
  .tooltip_thick_a28b {
    text-align: left;
  }
  .inner-a9d1 {
    text-align: center;
  }
  .message_3119 {
    text-align: right;
  }
}
#page {
  position: relative;
}
.notification_f830 {
  box-shadow: none !important;
}
.stone-9c53 .description-f745,
.medium_1c68 .description-f745 {
  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;
}
.medium_1c68 .description-f745 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.north-0cd6 {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.north-0cd6:after,
.north-0cd6:before {
  content: "";
  display: table;
}
.north-0cd6:after {
  clear: both;
}
@media screen and (max-width: 48em) {
  .north-0cd6 {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.north-0cd6,
.list-new-64b7 {
  max-width: 1248px;
  margin: 0 auto;
}

.section_5cd4.column_1135 .north-0cd6 {
  max-width: 100%;
}
.section_5cd4.hero-f0b2 {
  max-width: 1200px;
  margin: 0 auto;
}
.section_5cd4.media_6ab3 .north-0cd6 {
  max-width: 100%;
}
.section_5cd4.media_6ab3 > .north-0cd6 {
  padding-left: 0;
  padding-right: 0;
}
.section_5cd4.media_6ab3 > .north-0cd6 .component-6303 {
  margin: 0;
}
.section_5cd4.media_6ab3
  > .north-0cd6
  .module_7bdb.outline-left-0f55 {
  margin-right: 0;
  margin-left: 0;
}
.section_5cd4.media_6ab3 #main.outline-left-0f55 {
  padding: 0;
}
#main,
#sidebar-primary,
#sidebar-secondary {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
}
@media screen and (max-width: 1024px) {
  .frame_524d #main {
    border-left: 0 none;
  }
}
@media screen and (max-width: 1024px) {
  .frame_524d #sidebar-secondary {
    -webkit-box-ordinal-group: 6;
    order: 5;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .nav_4e65 .menu_96bb {
    padding-right: 1em;
  }
  .nav_4e65.hot_f774 .module_7bdb {
    border-right: 1px solid #eaecee;
  }
  .nav_4e65.hot_f774 .menu_96bb {
    padding-right: 1em;
  }
  .nav_4e65.hot_f774 .avatar-yellow-8853 {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .link-inner-de49 .menu_96bb {
    padding-left: 1em;
  }
  .link-inner-de49.hot_f774 .module_7bdb {
    border-left: 1px solid #eaecee;
  }
  .link-inner-de49.hot_f774 .menu_96bb {
    padding-left: 1em;
  }
  .link-inner-de49.hot_f774 .avatar-yellow-8853 {
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .image-8c39 .menu_96bb {
    padding-left: 1em;
  }
  .image-8c39.hot_f774 .hero_slow_a0a1 {
    border-right: 1px solid #eaecee;
  }
  .image-8c39.hot_f774 .slider-liquid-5341 {
    border-right: 1px solid #eaecee;
  }
  .image-8c39.hot_f774 .menu_96bb {
    padding-left: 1em;
  }
  .image-8c39.hot_f774 .avatar-yellow-8853 {
    padding-right: 1em;
  }
  .image-8c39.hot_f774 .bright_3bfe {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 48em) {
  .tiny-a561 .menu_96bb {
    padding-right: 1em;
  }
  .tiny-a561.hot_f774 .hero_slow_a0a1 {
    border-left: 1px solid #eaecee;
  }
  .tiny-a561.hot_f774 .slider-liquid-5341 {
    border-left: 1px solid #eaecee;
  }
  .tiny-a561.hot_f774 .menu_96bb {
    padding-right: 1em;
  }
  .tiny-a561.hot_f774 .avatar-yellow-8853 {
    padding-left: 1em;
    padding-right: 1em;
  }
  .tiny-a561.hot_f774 .bright_3bfe {
    padding-left: 1em;
  }
}
@media screen and (min-width: 48em) {
  .frame_524d .menu_96bb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame_524d.hot_f774 .module_7bdb {
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
  }
  .frame_524d.hot_f774 .menu_96bb {
    padding-left: 1em;
    padding-right: 1em;
  }
  .frame_524d.hot_f774 .avatar-yellow-8853 {
    padding-left: 1em;
  }
  .frame_524d.hot_f774 .bright_3bfe {
    padding-right: 1em;
  }
}
@media screen and (max-width: 64em) {
  .frame_524d.hot_f774 .menu_96bb {
    padding-left: 0;
  }
}
.article_light_bb27 .picture-b492 {
  display: inline-block;
}
.logo-9210 {
  display: inline-block;
}
.action-fd0d {
  word-con: break-word;
}
.dirty_2c17 > span {
  display: inline-block;
  padding: 5px 0;
}
.dirty_2c17 .notice-green-c9d3 {
  margin-left: 8px;
  margin-right: 8px;
}
.dirty_2c17 .last_3622 img {
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
}
.overlay-bottom-6a50 .pro_83c3 {
  margin-bottom: 2em;
}
.overlay-bottom-6a50 .sidebar_active_b50e {
  margin-bottom: 15px;
}
.overlay-bottom-6a50 .sidebar_active_b50e:last-child {
  margin-bottom: 0;
}
.overlay-bottom-6a50 .paragraph-35e2 {
  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) {
  .overlay-bottom-6a50 .paragraph-35e2 {
    display: block;
  }
}
.overlay-bottom-6a50 .image-top-179c {
  position: relative;
  max-width: 100%;
  flex-basis: 40%;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .overlay-bottom-6a50 .image-top-179c {
    margin-bottom: 1em;
    width: 100% !important;
    padding-top: 56.25%;
  }
}
.overlay-bottom-6a50 .liquid-16c6 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  line-height: 0;
  background-color: #d5d5d5;
}
.overlay-bottom-6a50 .liquid-16c6 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.overlay-bottom-6a50 .liquid-16c6 a {
  position: absolute;
  top: 0;
  top: 0;
  display: block;
}
.overlay-bottom-6a50 .action-fd0d {
  font-size: 1.5em;
  font-weight: 500;
  word-con: break-word;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.overlay-bottom-6a50 .action-fd0d a {
  text-align: inherit;
  display: block;
  flex-basis: 100%;
}
.overlay-bottom-6a50 .sidebar-a781 p:last-child {
  margin-bottom: 0;
}
.overlay-bottom-6a50 .container-purple-2386 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 30;
}
.overlay-bottom-6a50 .progress_87ae {
  -webkit-box-flex: 1;
  flex: 1;
  word-con: break-word;
  max-width: 100%;
}
.overlay-bottom-6a50 .yellow-20ce {
  margin-top: 1em;
}
.overlay-bottom-6a50 .article_9835 {
  top: 0;
  display: block;
}
.overlay-bottom-6a50 .article_9835 a {
  color: inherit;
}
.overlay-bottom-6a50 .article_9835 a:hover {
  color: inherit;
}
.overlay-bottom-6a50 .outline-370e {
  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;
}
.overlay-bottom-6a50 .outline-370e:hover {
  background: #235787;
  color: #fff;
  border-color: #235787;
}
.overlay-bottom-6a50 .progress_87ae {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
}
.overlay-bottom-6a50 .wide_2b00 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.overlay-bottom-6a50 .wide_2b00:first-child {
  margin-top: 0;
}
.overlay-bottom-6a50 .wide_2b00.middle-043b {
  -webkit-box-flex: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.overlay-bottom-6a50 .wide_2b00.active_ad90 {
  display: -webkit-box;
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.overlay-bottom-6a50
  .wide_2b00.active_ad90.hard_2108
  .yellow-20ce {
  width: 100%;
}
.overlay-bottom-6a50 .active_ad90 {
  -webkit-box-align: center;
  align-items: center;
}
.overlay-bottom-6a50 .active_ad90 .dirty_2c17,
.overlay-bottom-6a50 .active_ad90 > * {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block;
}
.overlay-bottom-6a50 .liquid-16c6 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.overlay-bottom-6a50 .liquid-16c6 img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.overlay-bottom-6a50 .liquid-16c6: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;
}
.overlay-bottom-6a50 .middle-043b {
  z-index: 5;
}
.overlay-bottom-6a50 .paper-c18a .slider-854d {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.overlay-bottom-6a50 .frame-active-b408 .slider-854d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
}
.overlay-bottom-6a50 .slider_advanced_cb9e .slider-854d {
  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;
}
.overlay-bottom-6a50.element_top_b176 .paragraph-35e2,
.overlay-bottom-6a50.purple-adf7 .paragraph-35e2 {
  display: block;
}
.overlay-bottom-6a50.element_top_b176 .paragraph-35e2 .media-steel-420d,
.overlay-bottom-6a50.element_top_b176 .paragraph-35e2 .progress_87ae,
.overlay-bottom-6a50.purple-adf7 .paragraph-35e2 .media-steel-420d,
.overlay-bottom-6a50.purple-adf7 .paragraph-35e2 .progress_87ae {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.overlay-bottom-6a50.south_1378 .image-top-179c {
  margin-right: 2em;
}
@media screen and (max-width: 568px) {
  .overlay-bottom-6a50.south_1378 .image-top-179c {
    margin-right: 0;
  }
}
.overlay-bottom-6a50.element_top_b176 .image-top-179c,
.overlay-bottom-6a50.purple-adf7 .image-top-179c {
  padding-top: 40%;
}
.overlay-bottom-6a50.element_top_b176 .pro_83c3,
.overlay-bottom-6a50.purple-adf7 .pro_83c3 {
  display: block;
}
.overlay-bottom-6a50.element_top_b176 .fn-sticky-8613 .progress_87ae,
.overlay-bottom-6a50.purple-adf7 .fn-sticky-8613 .progress_87ae {
  background-color: #fcf8e3;
  border: 1px solid #faf2cc;
  border-top: 0 none;
  color: #8a6d3b;
  padding: 1em;
}
.overlay-bottom-6a50.element_top_b176 .image-top-179c,
.overlay-bottom-6a50.purple-adf7 .image-top-179c {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.overlay-bottom-6a50.element_top_b176 .progress_87ae {
  padding: 1em;
}
.item_outer_9bca {
  margin: 30px auto;
  display: block;
}
.item_outer_9bca .photo_f812 > * {
  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;
}
.item_outer_9bca .photo_f812 > :hover {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.item_outer_9bca .photo_f812 span {
  border-color: #235787;
  background: #235787;
  color: #fff;
}
.dirty_ca33 .dirty_2c17 {
  margin-bottom: 1.41575em;
}
.dirty_ca33 .alert_medium_37ed {
  margin-bottom: 1.618em;
}
.video_8668 .small-24e5 {
  display: block;
  margin: 5px 0 20px;
  font-weight: 500;
}
.video_8668 .small-24e5 a {
  border: 1px solid #eaecee;
  padding: 5px 12px 5px;
  text-transform: uppercase;
  color: #686868;
  margin: 0 2px;
}
.video_8668 .fixed-358c {
  max-width: 100%;
  overflow: auto;
}
.heading-4f95 .video_8668 a:hover {
  text-decoration: underline;
}
.shadow_static_d9e8 .sidebar_active_b50e:not(.action-fd0d),
.shadow_static_d9e8 .liquid-16c6 {
  margin-bottom: 1.41575em;
}
.shadow_static_d9e8 .sidebar_active_b50e:not(.action-fd0d):last-child,
.shadow_static_d9e8 .liquid-16c6:last-child {
  margin-bottom: 0;
}
.shadow_static_d9e8 .sidebar_active_b50e.progress_f927 {
  margin-bottom: 0.41575em;
}
.shadow_static_d9e8 .table_e56d:before,
.shadow_static_d9e8 .current-b2f6:before {
  font: normal normal normal 16px/1 FontAwesome;
  text-decoration: inherit;
  text-transform: none;
  position: relative;
  margin-right: 5px;
  color: #6d6d6d;
}
.shadow_static_d9e8 .table_e56d:before {
  content: "\f115";
}
.shadow_static_d9e8 .current-b2f6:before {
  content: "\f02c";
}
.shadow_static_d9e8 .stone-1c60 {
  display: block;
  width: 100%;
  margin-top: 0.5407911001em;
}
.shadow_static_d9e8 .stone-1c60 a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 80%;
  letter-spacing: 0.5px;
}
.smooth_c63e {
  display: -webkit-box;
  display: flex;
}
.smooth_c63e .bright_2721 {
  flex-basis: 90px;
}
@media screen and (max-width: 568px) {
  .smooth_c63e .bright_2721 {
    flex-basis: 90px;
  }
}
.smooth_c63e .accent_192c {
  flex-basis: calc(100% - 90px);
  margin-left: 1.5em;
}
@media screen and (max-width: 568px) {
  .smooth_c63e .accent_192c {
    flex-basis: calc(100% - 50px);
  }
}
.smooth_c63e .modal-white-0e1f p:last-child {
  margin-bottom: 0.72em;
}
.in_f331 .photo_f812 {
  padding: 16px 0 15px;
  border-top: 1px solid #eaecee;
  border-bottom: 1px solid #eaecee;
}
.in_f331 .photo_f812:after,
.in_f331 .photo_f812:before {
  content: "";
  display: table;
}
.in_f331 .photo_f812:after {
  clear: both;
}
.in_f331 .photo_f812 .banner_a4ca,
.in_f331 .photo_f812 .main_dd5e {
  width: 49%;
}
.in_f331 .photo_f812 .banner_a4ca a span.pink_6c03,
.in_f331 .photo_f812 .main_dd5e a span.pink_6c03 {
  display: block;
  margin-bottom: 5px;
}
.in_f331 .photo_f812 .main_dd5e {
  float: left;
  text-align: left;
}
.in_f331 .photo_f812 .banner_a4ca {
  float: right;
  text-align: right;
}
.module_pro_db85 {
  margin-bottom: 0.41575em;
}
@media screen and (max-width: 568px) {
  .module_pro_db85 {
    margin-bottom: 0;
  }
}
.row-84dc {
  margin-bottom: 1em;
}
.row-84dc .action-fd0d {
  font-size: 1.1em;
  line-height: 1.3;
}
.center-122e a {
  display: block;
  line-height: 0;
  position: relative;
}
.large-2760 .row-84dc,
.shade-black-1d01 .row-84dc {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 568px) {
  .large-2760 .row-84dc,
  .shade-black-1d01 .row-84dc {
    display: block;
  }
}
.large-2760 .center-122e,
.shade-black-1d01 .center-122e {
  flex-basis: 160px;
  position: relative;
}
@media screen and (max-width: 568px) {
  .large-2760 .center-122e,
  .shade-black-1d01 .center-122e {
    margin-bottom: 1em;
  }
}
.large-2760 .center-122e img,
.shade-black-1d01 .center-122e img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.large-2760 .first-b86c,
.shade-black-1d01 .first-b86c {
  flex-basis: calc(100% - 160px);
}
.large-2760 .first-b86c p,
.shade-black-1d01 .first-b86c p {
  margin-bottom: 0;
}
.large-2760 .first-b86c {
  padding-left: 1em;
}
@media screen and (max-width: 568px) {
  .large-2760 .first-b86c {
    padding-left: 0;
  }
}
.shade-black-1d01 .first-b86c {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 1em;
}
@media screen and (max-width: 568px) {
  .shade-black-1d01 .first-b86c {
    padding-right: 0;
  }
}
.shade-black-1d01 .center-122e {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.caption_6081 .center-122e {
  margin-bottom: 0.5em;
}
.caption_6081 .center-122e img {
  width: 100%;
}
.focus-current-a3a9 .text-medium-f87c,
.gold_c204 .text-medium-f87c {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecee;
}
.gold_c204 .module_7bdb .stale_ff53 p:last-child {
  margin-bottom: 0;
}
.in-1d0a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: currentColor;
  margin-bottom: 20px;
}
.first-856f .tertiary_f363 {
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .first-856f .tertiary_f363:last-of-type {
    margin-bottom: 0;
  }
}
.first-856f .tertiary_f363 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.first-856f .tertiary_f363 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.first-856f .tertiary_f363 ul li {
  margin: 0 0 0.6em;
}
.first-856f .tertiary_f363 ul li.message-silver-e1b0,
.first-856f .tertiary_f363 ul li.out-ea6b {
  position: relative;
}
.first-856f .tertiary_f363 ul li.message-silver-e1b0 .west_04cc,
.first-856f .tertiary_f363 ul li.out-ea6b .west_04cc {
  right: 0;
  background: #eaecee;
  color: #999;
  padding: 0 0.5em;
  border-radius: 0.9em;
  font-size: 12px;
  position: absolute;
  top: 4px;
}
.first-856f .tertiary_f363 ul li.message-silver-e1b0:after:after,
.first-856f .tertiary_f363 ul li.message-silver-e1b0:after:before,
.first-856f
  .tertiary_f363
  ul
  li.out-ea6b:after:after,
.first-856f
  .tertiary_f363
  ul
  li.out-ea6b:after:before {
  content: "";
  display: table;
}
.first-856f .tertiary_f363 ul li.message-silver-e1b0:after:after,
.first-856f
  .tertiary_f363
  ul
  li.out-ea6b:after:after {
  clear: both;
}
.first-856f .tertiary_f363 a.north-1db5:hover {
  text-decoration: none;
}
.first-856f .tertiary_f363 select {
  max-width: 100%;
}
.first-856f .tertiary_f363 table {
  font-size: 85%;
}
.first-856f .tertiary_f363 table td,
.first-856f .tertiary_f363 table th {
  padding: 0.2360828548em;
  text-align: center;
}
.first-856f .tertiary_f363 table tfoot td {
  text-align: left;
}
.first-856f .tertiary_f363 :last-child {
  margin-bottom: 0;
}
.first-856f .tertiary_f363 .feature_bd2c {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.first-856f .tertiary_f363 .feature_bd2c label {
  width: 100%;
}
.first-856f .tertiary_f363 .feature_bd2c .red-bcd8 {
  width: 100%;
  display: block;
}
.first-856f .tertiary_f363 .feature_bd2c .notification_action_f937 {
  padding: 9px 14px;
  margin-left: -46px;
  overflow: hidden;
  box-shadow: none;
  background: 0 0;
  color: #aaa;
  line-height: 0;
}
.first-856f .tertiary_f363 .feature_bd2c .notification_action_f937:hover svg #svg-search {
  fill: #444;
}
.first-856f .tertiary_f363 .feature_bd2c .notification_action_f937 svg {
  width: 18px;
  height: 18px;
}
.first-856f .hidden-dark-774c ul ul,
.first-856f .tiny_a22c ul ul,
.first-856f .wood-ff48 ul ul,
.first-856f .border_aef3 ul ul {
  margin-top: 0.3819820591em;
  margin-left: 0;
  margin-bottom: -0.3819820591em;
}
.first-856f .hidden-dark-774c .dropdown_over_b17f > a,
.first-856f .tiny_a22c .dropdown_over_b17f > a,
.first-856f .wood-ff48 .dropdown_over_b17f > a,
.first-856f .border_aef3 .dropdown_over_b17f > a {
  margin-bottom: 0;
}
.first-856f .gradient-last-78d1 li,
.first-856f .hidden-dark-774c li,
.first-856f .search-600f li,
.first-856f .tiny_a22c li,
.first-856f .wood-ff48 li,
.first-856f .border_aef3 li,
.first-856f .grid-0c6d li,
.first-856f .prev-b747 li {
  display: block;
  position: relative;
}
.first-856f .gradient-last-78d1 li:last-child,
.first-856f .hidden-dark-774c li:last-child,
.first-856f .search-600f li:last-child,
.first-856f .tiny_a22c li:last-child,
.first-856f .wood-ff48 li:last-child,
.first-856f .border_aef3 li:last-child,
.first-856f .grid-0c6d li:last-child,
.first-856f .prev-b747 li:last-child {
  border: none;
}
.first-856f .gradient-last-78d1 li a,
.first-856f .hidden-dark-774c li a,
.first-856f .search-600f li a,
.first-856f .tiny_a22c li a,
.first-856f .wood-ff48 li a,
.first-856f .border_aef3 li a,
.first-856f .grid-0c6d li a,
.first-856f .prev-b747 li a {
  display: block;
  width: 100%;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.first-856f .gradient-last-78d1 li ul li::before,
.first-856f .hidden-dark-774c li ul li::before,
.first-856f .search-600f li ul li::before,
.first-856f .tiny_a22c li ul li::before,
.first-856f .wood-ff48 li ul li::before,
.first-856f .border_aef3 li ul li::before,
.first-856f .grid-0c6d li ul li::before,
.first-856f .prev-b747 li ul li::before {
  left: 15px;
}
.first-856f .gradient-last-78d1 li ul a,
.first-856f .hidden-dark-774c li ul a,
.first-856f .search-600f li ul a,
.first-856f .tiny_a22c li ul a,
.first-856f .wood-ff48 li ul a,
.first-856f .border_aef3 li ul a,
.first-856f .grid-0c6d li ul a,
.first-856f .prev-b747 li ul a {
  padding-left: 20px;
}
.first-856f .gradient-last-78d1 li ul ul li::before,
.first-856f .hidden-dark-774c li ul ul li::before,
.first-856f .search-600f li ul ul li::before,
.first-856f .tiny_a22c li ul ul li::before,
.first-856f .wood-ff48 li ul ul li::before,
.first-856f .border_aef3 li ul ul li::before,
.first-856f .grid-0c6d li ul ul li::before,
.first-856f .prev-b747 li ul ul li::before {
  left: 30px;
}
.first-856f .gradient-last-78d1 li ul ul a,
.first-856f .hidden-dark-774c li ul ul a,
.first-856f .search-600f li ul ul a,
.first-856f .tiny_a22c li ul ul a,
.first-856f .wood-ff48 li ul ul a,
.first-856f .border_aef3 li ul ul a,
.first-856f .grid-0c6d li ul ul a,
.first-856f .prev-b747 li ul ul a {
  padding-left: 40px;
}
.first-856f .preview-d730 li {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  position: relative;
}
.first-856f .prev-b747 ul li {
  margin-bottom: 1.41575em;
}
.first-856f .prev-b747 ul li .grid_complex_5d90 {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.28;
}
.first-856f .prev-b747 ul li .disabled-lower-b502 {
  display: block;
  margin: 0.5407911001em 0;
  font-size: 85%;
}
.rough-4e7d .gradient-last-78d1 li a,
.rough-4e7d .hidden-dark-774c li a,
.rough-4e7d .search-600f li a,
.rough-4e7d .tiny_a22c li a,
.rough-4e7d .wood-ff48 li a,
.rough-4e7d .border_aef3 li a,
.rough-4e7d .grid-0c6d li a,
.rough-4e7d .prev-b747 li a {
  border-color: rgba(255, 255, 255, 0.08);
}
.rough-4e7d .preview-d730 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.rough-4e7d .tertiary_f363 ul li.message-silver-e1b0 .west_04cc,
.rough-4e7d .tertiary_f363 ul li.out-ea6b .west_04cc {
  background: rgba(0, 0, 0, 0.2);
}
.rough-4e7d .first-856f .tertiary_f363 select {
  border-color: rgba(255, 255, 255, 0.08);
}
.section_5cd4 .first-856f .mask-0108 li {
  margin: 0;
}
.section_5cd4 .first-856f .mask-0108 li a {
  display: block;
  padding: 0.6em 0 0.6em;
}
.section_5cd4 .first-856f .mask-0108 li ul {
  margin: 0;
}
.section_5cd4 .first-856f .mask-0108 li ul li a {
  padding-left: 15px;
}
.section_5cd4 .first-856f .mask-0108 li ul li li a {
  padding-left: 30px;
}
.section_5cd4 .first-856f .mask-0108 li.advanced_40c8 > a {
  position: relative;
  border: 1px solid #eaecee;
  border-left: none;
  border-right: none;
  font-size: 110%;
}
.section_5cd4 .first-856f .mask-0108 li.advanced_40c8 > 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;
}
.section_5cd4 .first-856f .mask-0108 li.advanced_40c8 > 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;
}
.mask-a5c9 a {
  border: 1px solid currentColor;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.875em !important;
  margin-bottom: 5px;
  padding: 1px 10px 1px;
}
.solid-e03c {
  position: relative;
  z-index: 10;
}
.solid-e03c .button_2fc8 {
  width: 100%;
  max-width: 100%;
}
.prev_3af4 .card_red_1960 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.prev_3af4 .frame_4941 {
}
.prev_3af4 .rough-4e7d {
  background: #292929;
}
.item_dim_9586 .card_red_1960 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.item_dim_9586 .frame_4941 {
  background: #f9f9f9;
}
.item_dim_9586 .rough-4e7d {
  background: #303030;
}
.media-simple-b5f4 .card_red_1960 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 568px) {
  .media-simple-b5f4 .picture-b492 {
    margin-bottom: 1em;
  }
  .media-simple-b5f4 .picture-b492:last-child {
    margin-bottom: 0;
  }
}
.media-simple-b5f4 .frame_4941 {
  background: #ededed;
}
.media-simple-b5f4 .rough-4e7d {
  background: #1a1a1a;
}
.card_red_1960.frame_4941 {
  color: rgba(0, 0, 0, 0.6);
}
.card_red_1960.frame_4941 .outline-6920 li {
  border-color: rgba(0, 0, 0, 0.08);
}
.card_red_1960.rough-4e7d {
  color: rgba(255, 255, 255, 0.99);
}
.card_red_1960.rough-4e7d a:not(.north-1db5) {
  color: rgba(255, 255, 255, 0.79);
}
.card_red_1960.rough-4e7d a:not(.north-1db5):hover {
  color: rgba(255, 255, 255, 0.99);
}
.card_red_1960.rough-4e7d .outline-6920 li {
  border-color: rgba(255, 255, 255, 0.08);
}
.card_red_1960.rough-4e7d table tbody td,
.card_red_1960.rough-4e7d table th {
  background: rgba(0, 0, 0, 0.08);
}
.aside_basic_8ade.caption-97b8 .north-0cd6 {
  max-width: initial;
}
.aside_basic_8ade .message_white_ee8b {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.aside_basic_8ade .message_white_ee8b .button_2fc8 {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .aside_basic_8ade .message_white_ee8b .button_2fc8 {
    display: block;
    margin-bottom: 2em;
  }
  .aside_basic_8ade .message_white_ee8b .button_2fc8:last-child {
    margin-bottom: 0;
  }
}
.media-simple-b5f4 .picture-b492:last-child,
.item_dim_9586 .picture-b492:last-child,
.prev_3af4 .picture-b492:last-child {
  margin-bottom: 0;
}
.media-simple-b5f4 .picture-b492 .first-856f .tertiary_f363:last-child,
.item_dim_9586 .picture-b492 .first-856f .tertiary_f363:last-child,
.prev_3af4 .picture-b492 .first-856f .tertiary_f363:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .media-simple-b5f4 .inner-db57,
  .media-simple-b5f4 .sidebar_middle_b8f6,
  .item_dim_9586 .inner-db57,
  .item_dim_9586 .sidebar_middle_b8f6,
  .prev_3af4 .inner-db57,
  .prev_3af4 .sidebar_middle_b8f6 {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .solid-e03c .picture-b492 {
    margin-bottom: 2em;
  }
}
.solid-e03c p:last-child {
  margin-bottom: 0;
}
.solid-e03c li,
.solid-e03c ul {
  list-style: none;
  margin: 0;
}
.solid-e03c ul ul {
  margin-left: 2.617924em;
}
.south_75bb {
  font-size: 0.875em;
}

/* css-noise: 1a52 */
.promo-block-u9 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.1;
}
